/*
Theme Name: ELAX Store
Author: ELAX
Description: A responsive, original WooCommerce storefront for ELAX.
Version: 1.0.2
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: elax-store
License: GPL-2.0-or-later
*/
:root{--ink:#151715;--paper:#f6f5f1;--line:#dedfd9;--muted:#656963;--accent:#dfeabf;--white:#fff;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}img{max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.04em}h1{font-size:clamp(2.7rem,5vw,4.8rem);font-weight:650}h2{font-size:clamp(2rem,3.3vw,3.1rem);font-weight:600}h3{font-size:1.3rem;font-weight:600}p{margin-bottom:1.2em}.wrap{width:min(1320px,calc(100% - 64px));margin:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:12px;top:12px;background:white;color:black;padding:12px;z-index:99999}:focus-visible{outline:3px solid #638034;outline-offset:4px}.announcement{background:var(--accent);text-align:center;font-size:13px;padding:7px 20px;letter-spacing:.025em}.site-header{background:#121411;color:white}.header-inner{display:flex;align-items:center;gap:34px;min-height:94px}.brand{font-size:36px;font-weight:760;letter-spacing:-.07em;line-height:1}.brand b{color:var(--accent);font-weight:760}.nav{display:flex;gap:27px;align-items:center;margin:auto;font-size:14px}.header-actions{display:flex;gap:20px;align-items:center;font-size:14px}.header-actions svg{vertical-align:middle;margin-right:6px}.mobile-menu{display:none;background:none;color:white;border:1px solid #555;border-radius:6px;padding:5px 11px}.search-bar{border-bottom:1px solid var(--line);background:#fff}.search-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:59px}.category-nav{display:flex;gap:28px;font-size:14px}.product-search{display:flex;align-items:center;gap:10px;max-width:340px}.product-search input{min-width:0;width:100%;border:0;background:transparent;padding:12px 0;font-size:14px}.product-search button{border:0;background:none;cursor:pointer;padding:8px}.hero{position:relative;min-height:620px;display:flex;align-items:center;isolation:isolate;overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%;z-index:-2}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,245,241,.96) 0%,rgba(246,245,241,.83) 24%,rgba(246,245,241,.15) 57%,transparent 75%);z-index:-1}.hero-copy{max-width:540px;padding:72px 0}.eyebrow{display:block;text-transform:uppercase;font-size:12px;font-weight:650;letter-spacing:.18em;margin-bottom:23px}.hero-copy p{max-width:390px;color:#434840;font-size:18px}.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;border:1px solid var(--ink);background:var(--ink);color:white;border-radius:6px;padding:15px 22px;line-height:1.25;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .2s}.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover{background:#333a2e;color:white;text-decoration:none}.button.light{background:white;color:var(--ink);border-color:var(--line)}.hero-bottom{margin-top:24px;display:flex;gap:24px;font-size:13px}.hero-bottom a{text-decoration:underline;text-underline-offset:4px}.service-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:29px 0;gap:30px;border-bottom:1px solid var(--line)}.service-strip div{display:flex;align-items:center;gap:15px}.service-strip strong{display:block;font-size:14px}.service-strip small{display:block;color:var(--muted);font-size:13px}.section{padding:76px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.section-heading h2{margin-bottom:0}.section-heading p{color:var(--muted);margin:0}.section-heading a{font-size:14px;text-decoration:underline;text-underline-offset:5px;white-space:nowrap}.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.category-card{text-align:center}.category-visual{aspect-ratio:1;max-width:300px;border-radius:50%;margin:0 auto 24px;overflow:hidden;background:#e8e9e4;position:relative}.category-visual img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.category-card:hover img{transform:scale(1.045)}.category-card h3{font-size:22px;margin-bottom:7px}.category-card p{font-size:14px;color:var(--muted);margin:0}.product-section{background:#eeeee8}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:0 0 32px!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;background:white;border-radius:12px;padding:20px;display:flex;flex-direction:column}.woocommerce ul.products li.product a img{aspect-ratio:1;object-fit:contain;margin-bottom:20px;background:white}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;line-height:1.45;letter-spacing:-.02em;padding:0;margin-bottom:15px}.woocommerce ul.products li.product .price{font-size:18px;color:var(--ink);font-weight:650}.woocommerce ul.products li.product .button{margin-top:auto;align-self:flex-start;padding:11px 15px;font-size:13px}.woocommerce span.onsale{background:#24341b}.draft-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.draft-card{background:white;border:1px solid var(--line);padding:24px;border-radius:12px}.draft-card small{font-size:12px;color:var(--muted)}.draft-card h3{font-size:18px;line-height:1.35;margin:15px 0;letter-spacing:-.02em}.draft-card a{font-size:13px;text-decoration:underline}.admin-preview{padding:16px 20px;border:1px dashed #a4af90;border-radius:8px;font-size:14px;margin-bottom:25px}.about-panel{display:grid;grid-template-columns:1fr 1fr;background:#e5e9db;border-radius:20px;overflow:hidden}.about-image{width:100%;height:100%;min-height:480px;object-fit:cover;object-position:right}.about-copy{padding:64px}.about-copy p{color:#485041}.about-copy h2{font-size:42px}.support-panel{border-top:1px solid var(--line);padding-top:45px;display:flex;justify-content:space-between;align-items:center;gap:24px}.support-panel h2{font-size:34px;margin-bottom:12px}.support-panel p{color:var(--muted);margin:0}.site-footer{background:#131612;color:#d2d7cd;padding:60px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1.3fr;gap:45px}.footer-grid .brand{color:white;display:inline-block;margin-bottom:25px}.footer-grid h3{font-size:14px;letter-spacing:0;color:white;margin-bottom:21px}.footer-grid p,.footer-grid address{font-size:14px;font-style:normal;color:#b0b8aa}.footer-grid ul{list-style:none;padding:0;margin:0;font-size:14px}.footer-grid li{margin-bottom:12px}.footer-bottom{margin-top:45px;padding-top:22px;border-top:1px solid #343b2f;display:flex;justify-content:space-between;font-size:12px;color:#9ba593}.content-area{padding:58px 0 80px;min-height:50vh}.page-content{max-width:900px;margin:auto}.page-content h1{font-size:46px;margin-bottom:36px}.page-content h2{font-size:27px;margin-top:35px}.page-content a{text-decoration:underline;text-underline-offset:3px}.page-content details{background:white;border:1px solid var(--line);border-radius:10px;margin:12px 0;padding:20px 24px}.page-content summary{cursor:pointer;font-weight:600}.page-content details p{margin:16px 0 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-card{padding:26px;background:white;border:1px solid var(--line);border-radius:12px}.contact-card h2{margin-top:0}.woocommerce div.product div.images,.woocommerce div.product div.summary{margin-bottom:45px}.woocommerce div.product .product_title{font-size:38px}.woocommerce div.product p.price{color:var(--ink);font-weight:650}.woocommerce div.product .woocommerce-tabs ul.tabs li{background:white;border-color:var(--line)}.woocommerce div.product .woocommerce-tabs .panel{background:white;padding:30px;border-radius:12px}.woocommerce .quantity .qty{padding:10px;border:1px solid var(--line);border-radius:5px;width:75px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,select{border:1px solid #bfc5b8;padding:12px;border-radius:5px;background:white}.woocommerce-info,.woocommerce-message{border-top-color:#52673c}.woocommerce table.shop_table{background:white}.woocommerce .col2-set{margin-bottom:32px}.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce input.button.alt{background:var(--ink)}.woocommerce-breadcrumb{font-size:13px!important}.woocommerce .woocommerce-ordering select{font-size:14px}.woocommerce nav.woocommerce-pagination ul{border-color:var(--line)}.wc-block-components-button:not(.is-link){border-radius:6px!important}.empty-catalog{padding:30px;border:1px solid var(--line);background:white;border-radius:12px}.empty-catalog p{margin:0}.launch-splash{text-align:center;padding:90px 20px}.launch-splash h1{font-size:48px}.launch-splash p{max-width:520px;margin:0 auto 25px}.launch-splash .brand{display:block;margin-bottom:45px}.site-logo img{max-width:140px;max-height:55px;object-fit:contain}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1000px){.wrap{width:calc(100% - 40px)}.header-inner{gap:20px}.nav{gap:16px}.hero{min-height:540px}.hero-copy{max-width:440px}.header-actions .account-link{display:none}.woocommerce ul.products,.draft-products{grid-template-columns:repeat(3,minmax(0,1fr))}.about-copy{padding:38px}.about-copy h2{font-size:34px}.footer-grid{grid-template-columns:1fr 1fr}.product-search{max-width:260px}.category-nav{gap:16px}}
@media(max-width:700px){.wrap{width:calc(100% - 32px)}.announcement{font-size:12px}.header-inner{min-height:76px;flex-wrap:wrap;gap:16px}.brand{font-size:32px}.mobile-menu{display:block;margin-left:auto}.header-actions{gap:10px}.nav{display:none;order:4;width:100%;margin:0;padding:8px 0 22px;flex-wrap:wrap;gap:19px}.nav.is-open{display:flex}.search-inner{min-height:54px}.category-nav{display:none}.product-search{max-width:none;width:100%}.hero{min-height:630px;align-items:flex-start}.hero-image{object-position:67% center}.hero:after{background:linear-gradient(180deg,rgba(246,245,241,.96) 0%,rgba(246,245,241,.90) 32%,rgba(246,245,241,.07) 75%)}.hero-copy{max-width:100%;padding:39px 0}.hero h1{font-size:45px;max-width:360px;margin-bottom:17px}.hero-copy p{font-size:16px;max-width:320px}.eyebrow{font-size:11px;margin-bottom:17px}.hero-bottom{gap:20px;margin-top:16px}.service-strip{grid-template-columns:1fr;padding:25px 0;gap:18px}.service-strip div{gap:15px}.service-strip small{font-size:13px}.section{padding:47px 0}.section-heading{align-items:start;gap:18px;margin-bottom:25px}.section-heading h2{font-size:29px}.section-heading p{font-size:14px}.categories{gap:12px}.category-visual{margin-bottom:16px}.category-card h3{font-size:17px;line-height:1.25}.category-card p{font-size:12px}.woocommerce ul.products,.draft-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.woocommerce ul.products li.product,.draft-card{padding:14px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px}.draft-card h3{font-size:16px}.about-panel{grid-template-columns:1fr}.about-image{min-height:0;height:280px}.about-copy{padding:30px 24px}.about-copy h2{font-size:32px}.support-panel{display:block;padding-top:30px}.support-panel .button{margin-top:22px}.support-panel h2{font-size:29px}.footer-grid{gap:30px 24px}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:span 2}.footer-bottom{gap:12px;flex-direction:column}.content-area{padding:35px 0 55px}.page-content h1{font-size:35px}.contact-grid{grid-template-columns:1fr}.woocommerce div.product .product_title{font-size:30px}.section-heading a{font-size:12px}.header-actions a{font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.category-refrigerators img{position:absolute;height:120%;width:auto;max-width:none;left:-57%;top:-10%;object-fit:initial}

/* Footer payment methods. */
.footer-bottom{align-items:center;gap:16px;flex-wrap:wrap}.payment-methods{display:flex;align-items:center;max-width:100%}.payment-cards{display:block;width:255px;max-width:100%;height:auto}@media(max-width:700px){.footer-bottom{align-items:flex-start}}
