/*
Theme Name: Snacks Francos Propuesta
Template: storefront
Version: 1.0.0
Description: Propuesta local para Snacks Francos.
*/

:root { --sf-red:#d51025; --sf-dark:#231b20; --sf-cream:#fffaf3; --sf-yellow:#ffd24a; --sf-muted:#665f62; --sf-border:#eee3d8; }
body { background:var(--sf-cream); color:var(--sf-dark); font-family:Arial,Helvetica,sans-serif; }
body, .site { overflow-x:clip; }
a { color:var(--sf-red); }
.col-full { max-width:1220px; }
.site-header { background:#fff; border-bottom:1px solid var(--sf-border); box-shadow:0 4px 16px rgba(35,27,32,.06); padding:0; position:sticky; top:0; z-index:1000; }
.sf-header-wrap { position:relative; }
.sf-header-row { align-items:center; display:flex; gap:2rem; min-height:104px; }
.sf-header-logo { display:block; flex:0 0 auto; }
.sf-header-logo img { display:block; height:76px; object-fit:contain; width:auto; }
.sf-header-nav { flex:1 1 auto; }
.sf-header-nav .sf-menu { align-items:center; display:flex; flex-wrap:wrap; gap:2rem; list-style:none; margin:0; padding:0; }
.sf-header-nav .sf-menu li { margin:0; }
.sf-header-nav .sf-menu a { color:var(--sf-dark); font-weight:800; text-decoration:none; }
.sf-header-nav .sf-menu a:hover,.sf-header-nav .sf-menu .current-menu-item > a { color:var(--sf-red); }
.sf-header-actions { align-items:center; display:flex; flex:0 0 auto; gap:.15rem; }
.sf-header-icon,.sf-menu-toggle { align-items:center; background:transparent; border:0; border-radius:10px; color:var(--sf-dark); cursor:pointer; display:flex; height:48px; justify-content:center; padding:0; position:relative; width:48px; }
.sf-header-icon:hover,.sf-header-icon[aria-expanded="true"],.sf-menu-toggle:hover,.sf-menu-toggle[aria-expanded="true"] { background:#fff0e8; color:var(--sf-red); }
.sf-header-icon:focus-visible,.sf-menu-toggle:focus-visible { outline:3px solid var(--sf-red); outline-offset:2px; }
.sf-header-icon svg,.sf-menu-toggle svg { height:25px; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.8; width:25px; }
.sf-cart-count { align-items:center; background:#78a900; border-radius:50%; color:#fff; display:flex; font-size:.69rem; font-weight:800; height:20px; justify-content:center; min-width:20px; padding:0 .2rem; position:absolute; right:0; top:0; }
.sf-cart-count[data-count="0"] { display:none; }
.sf-menu-toggle { display:none; }
.sf-header-panel[hidden] { display:none; }
.sf-header-panel { background:#fff; border:1px solid var(--sf-border); border-radius:0 0 18px 18px; box-shadow:0 18px 40px rgba(43,23,29,.16); position:absolute; right:0; top:100%; z-index:1000; }
.sf-header-search-panel { padding:1.2rem; width:min(470px,calc(100vw - 2rem)); }
.sf-header-search-form { display:flex; gap:.55rem; margin:0; }
.sf-header-search-form input[type="search"] { background:#fff; border:1px solid #ded0c8; border-radius:9px; flex:1 1 auto; min-width:0; padding:.75rem .9rem; }
.sf-header-search-form input[type="search"]:focus { border-color:var(--sf-red); outline:2px solid var(--sf-red); }
.sf-header-search-form button { background:var(--sf-red); border:0; border-radius:9px; color:#fff; font-weight:800; padding:.7rem 1rem; }
.sf-header-search-form button:hover { background:#a80b1a; }
.sf-search-suggestions { max-height:360px; overflow-y:auto; }
.sf-search-result { align-items:center; border-bottom:1px solid var(--sf-border); color:var(--sf-dark); display:flex; gap:.8rem; padding:.7rem .25rem; text-decoration:none; }
.sf-search-result:hover { background:#fff7ed; color:var(--sf-red); }
.sf-search-result img { background:#f8f4ef; border-radius:8px; height:56px; object-fit:contain; width:56px; }
.sf-search-result > span { display:block; }
.sf-search-result > span > strong,.sf-search-result > span > small { display:block; }
.sf-search-result small { color:var(--sf-red); font-weight:800; margin-top:.15rem; }
.sf-search-all { color:var(--sf-red); display:block; font-weight:800; padding:.8rem .2rem .1rem; text-decoration:none; }
.sf-search-empty { color:var(--sf-muted); font-size:.9rem; margin:.9rem .2rem .1rem; }
.sf-header-cart-panel { padding:1.25rem; width:min(400px,calc(100vw - 2rem)); }
.sf-mini-cart-heading { align-items:baseline; display:flex; justify-content:space-between; margin-bottom:1rem; }
.sf-mini-cart-heading strong { color:var(--sf-dark); font-size:1.15rem; }
.sf-mini-cart-heading span { color:var(--sf-muted); font-size:.84rem; }
.sf-mini-cart-items { list-style:none; margin:0; max-height:350px; overflow-y:auto; padding:0; }
.sf-mini-cart-item { align-items:center; border-bottom:1px solid var(--sf-border); display:grid; gap:.65rem; grid-template-columns:68px 1fr 30px; padding:.7rem 0; }
.sf-mini-cart-image img { background:#f8f4ef; border-radius:8px; height:68px; object-fit:contain; width:68px; }
.sf-mini-cart-item-copy { min-width:0; }
.sf-mini-cart-item-copy a { color:var(--sf-dark); display:block; font-size:.94rem; font-weight:800; line-height:1.25; text-decoration:none; }
.sf-mini-cart-item-copy a:hover { color:var(--sf-red); }
.sf-mini-cart-item-copy small { color:var(--sf-muted); display:block; font-size:.82rem; margin-top:.3rem; }
.sf-mini-remove { background:transparent; border:0; color:#81787a; height:30px; padding:.25rem; width:30px; }
.sf-mini-remove:hover { color:var(--sf-red); }
.sf-mini-remove svg { fill:none; height:20px; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.7; width:20px; }
.sf-mini-cart-total { align-items:center; display:flex; justify-content:space-between; padding:1.2rem 0; }
.sf-mini-cart-total strong { color:var(--sf-dark); text-transform:uppercase; }
.sf-mini-cart-total span { color:var(--sf-dark); font-size:1.25rem; font-weight:800; }
.sf-mini-cart-actions { display:flex; gap:.6rem; }
.sf-mini-cart-actions a,.sf-mini-cart-empty a { background:var(--sf-red); border-radius:100px; color:#fff; flex:1; font-size:.86rem; font-weight:800; padding:.8rem .65rem; text-align:center; text-decoration:none; }
.sf-mini-cart-actions a:last-child { background:#fff; border:1px solid var(--sf-red); color:var(--sf-red); }
.sf-mini-cart-actions a:hover,.sf-mini-cart-empty a:hover { background:#a80b1a; color:#fff; }
.sf-mini-cart-actions a:last-child:hover { background:#fff3ee; }
.sf-mini-cart-empty { padding:.9rem .3rem; text-align:center; }
.sf-mini-cart-empty strong { color:var(--sf-dark); font-size:1.1rem; }
.sf-mini-cart-empty p { color:var(--sf-muted); font-size:.9rem; margin:.5rem 0 1.3rem; }
.sf-mini-cart-empty a { display:inline-block; padding:.8rem 1.3rem; }
.home.page:not(.page-template-template-homepage) .site-header { margin-bottom:0; }
.site-branding { width:210px!important; margin-bottom:.6em!important; }
.site-branding .custom-logo-link img { height:78px; max-height:78px; width:auto; }
.site-search { margin-top:1.1em; }
.storefront-primary-navigation, .main-navigation ul.menu ul.sub-menu { background:#fff; }
.main-navigation ul.menu > li > a, .site-header-cart .cart-contents { color:var(--sf-dark); font-weight:700; }
.main-navigation ul.menu > li > a:hover, .site-header-cart .cart-contents:hover { color:var(--sf-red); }
.site-content { padding-top:0; }
.content-area { float:none!important; width:100%!important; margin-right:0!important; }
.widget-area { display:none!important; }
.home .entry-header { display:none; }
.home .site-main, .home .entry-content { margin:0; }
.sf-announcement { background:var(--sf-red); color:#fff; text-align:center; font-size:.8rem; font-weight:700; letter-spacing:.06em; padding:.6rem 1rem; }
.sf-announcement span { opacity:.75; margin:0 .7rem; }
.sf-hero { background:radial-gradient(circle at 78% 42%, #ffe492 0 17%, transparent 17.5%),linear-gradient(115deg,#fff0cf,#ffe0bb); border-radius:0 0 34px 34px; display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:1.5rem; margin:0 calc(50% - 50vw) 4rem; min-height:560px; padding:3.5rem max(5vw,calc((100vw - 1220px)/2)); overflow:hidden; }
.sf-eyebrow { color:var(--sf-red); font-size:.8rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.site-main .entry-header .entry-title,.woocommerce-products-header__title { font-size:clamp(2rem,3.2vw,2.8rem); line-height:1.15; }
:where(.site-main .entry-content) h2 { font-size:clamp(1.75rem,2.7vw,2.3rem); line-height:1.2; }
.sf-hero h1 { color:var(--sf-dark); font-size:clamp(2.7rem,5vw,4.6rem); letter-spacing:-.055em; line-height:1.05; margin:1.1rem 0 1.4rem; }
.sf-hero h1 em { color:var(--sf-red); font-style:normal; }
.sf-hero p { color:#4f4548; font-size:1.14rem; line-height:1.6; max-width:510px; }
.sf-actions { display:flex; flex-wrap:wrap; gap:.8rem; align-items:center; margin-top:1.6rem; }
.sf-button, a.sf-button { background:var(--sf-red); border-radius:100px; color:#fff; display:inline-flex; align-items:center; font-weight:800; padding:.95rem 1.55rem; text-decoration:none; }
.sf-button:hover { background:#a80b1a; color:#fff; }
.entry-content a.sf-button { text-decoration:none; }
.sf-text-link { color:var(--sf-dark); font-weight:800; padding:.7rem; text-decoration:underline; text-underline-offset:4px; }
.sf-hero-art { display:flex; align-items:center; justify-content:center; min-height:440px; position:relative; }
.sf-hero-art::before { background:#fff8eb; border:2px solid rgba(255,255,255,.9); border-radius:50%; content:""; height:min(36vw,470px); position:absolute; width:min(36vw,470px); }
.sf-hero-art img { box-shadow:0 24px 50px rgba(101,45,18,.18); height:425px; max-width:90%; object-fit:contain; position:relative; transform:rotate(-6deg); width:auto; }
.sf-stamp { background:#fff; border:1px solid #f2d4ad; border-radius:100px; bottom:4%; box-shadow:0 8px 24px rgba(75,43,21,.12); color:var(--sf-red); font-size:.8rem; font-weight:800; left:0; padding:.75rem 1rem; position:absolute; transform:rotate(-8deg); }
.home .sf-hero { margin-bottom:0; }
.sf-promises { display:grid; gap:1rem; grid-template-columns:repeat(4,minmax(0,1fr)); margin:2rem 0 4.25rem; }
.sf-promise, .entry-content a.sf-promise { align-items:center; border:1px solid transparent; border-radius:18px; color:var(--sf-dark); display:flex; gap:.95rem; min-height:136px; padding:1.25rem; text-decoration:none; transition:transform .2s,box-shadow .2s,border-color .2s; }
.sf-promise:hover, .sf-promise:focus-visible { border-color:#e8c9ad; box-shadow:0 12px 28px rgba(63,35,21,.10); color:var(--sf-dark); transform:translateY(-3px); }
.sf-promise:focus-visible { outline:3px solid var(--sf-red); outline-offset:3px; }
.sf-promise--shipping { background:#f8eee3; }
.sf-promise--quality { background:#edf4e5; }
.sf-promise--products { background:#fff3dc; }
.sf-promise--contact { background:#e9f2ff; }
.sf-promise-icon { background-position:center; background-repeat:no-repeat; background-size:40px; border-radius:15px; display:block; flex:0 0 54px; height:54px; width:54px; }
.sf-promise-icon--shipping { background-color:#e1eee1; background-image:url('assets/icon-shipping.svg'); }
.sf-promise-icon--quality { background-color:#daeee5; background-image:url('assets/icon-quality.svg'); }
.sf-promise-icon--products { background-color:#ffe6bd; background-image:url('assets/icon-products.svg'); }
.sf-promise-icon--contact { background-color:#d5e9f1; background-image:url('assets/icon-contact.svg'); }
.sf-promise-copy { display:block; min-width:0; }
.sf-promise strong { display:block; font-size:1.1rem; font-weight:800; line-height:1.18; }
.sf-promise small { color:#695d5a; display:block; font-size:.83rem; line-height:1.35; margin-top:.35rem; }
.sf-section-heading { align-items:end; display:flex; justify-content:space-between; gap:2rem; margin:0 0 1.75rem; }
.sf-section-heading h2 { color:var(--sf-dark); font-size:clamp(1.8rem,3.1vw,2.55rem); letter-spacing:-.045em; line-height:1.15; margin:.45rem 0 0; }
.sf-section-heading p { color:var(--sf-muted); max-width:390px; margin:0; }
.sf-categories { display:grid; gap:1rem; grid-template-columns:repeat(3,1fr); margin-bottom:4rem; }
.sf-category { align-items:center; background:#fff; border:1px solid var(--sf-border); border-radius:18px; color:var(--sf-dark); display:flex; gap:1rem; min-height:145px; overflow:hidden; padding:1rem 1.25rem; text-decoration:none; transition:transform .2s,box-shadow .2s; }
.sf-category:hover { box-shadow:0 12px 28px rgba(63,35,21,.09); color:var(--sf-red); transform:translateY(-3px); }
.entry-content a.sf-category { text-decoration:none; }
.sf-category img { background:#fff6e7; border-radius:12px; height:112px; object-fit:contain; width:112px; }
.sf-category strong { display:block; font-size:1.25rem; }
.sf-category small { color:var(--sf-muted); display:block; font-size:.82rem; margin-top:.3rem; }
.woocommerce ul.products { margin-top:1.5rem; }
.woocommerce ul.products li.product { background:#fff; border:1px solid var(--sf-border); border-radius:16px; padding:1rem 1rem .9rem; text-align:left; transition:transform .2s,box-shadow .2s; }
.woocommerce ul.products li.product:hover { box-shadow:0 12px 28px rgba(63,35,21,.09); transform:translateY(-3px); }
.woocommerce ul.products li.product img { background:#f9f4ef; border-radius:10px; height:230px; object-fit:contain; width:100%; }
.woocommerce ul.products li.product .sf-card-media { background:#f9f4ef; border-radius:10px; overflow:hidden; position:relative; }
.woocommerce ul.products li.product .sf-card-image-link { display:block; }
.woocommerce ul.products li.product .sf-card-image-link img { background:transparent; display:block; margin:0; }
.sf-card-media::after { background:rgba(35,27,32,.11); content:""; inset:0; opacity:0; pointer-events:none; position:absolute; transition:opacity .2s; }
.sf-card-actions { display:flex; gap:.75rem; left:50%; opacity:0; pointer-events:none; position:absolute; top:50%; transform:translate(-50%,-42%); transition:opacity .2s,transform .2s; z-index:2; }
.sf-card-media:hover::after,.sf-card-media:focus-within::after { opacity:1; }
.sf-card-media:hover .sf-card-actions,.sf-card-media:focus-within .sf-card-actions { opacity:1; pointer-events:auto; transform:translate(-50%,-50%); }
.sf-card-action,.woocommerce ul.products li.product .sf-card-action { align-items:center; background:#fff; border:1px solid #b8c981; border-radius:50%; box-shadow:0 6px 16px rgba(34,25,20,.13); color:#5b8700; cursor:pointer; display:flex; height:48px; justify-content:center; padding:0; text-decoration:none; width:48px; }
.sf-card-action:hover,.sf-card-action:focus-visible,.woocommerce ul.products li.product .sf-card-action:hover { background:var(--sf-red); border-color:var(--sf-red); color:#fff; }
.sf-card-action:focus-visible { outline:3px solid var(--sf-yellow); outline-offset:2px; }
.sf-card-action svg { height:23px; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.7; width:23px; }
.sf-card-action:disabled { cursor:wait; opacity:.65; }
.woocommerce ul.products li.product .sf-card-title-link { display:block; margin-top:.65rem; text-decoration:none; }
.woocommerce ul.products li.product .sf-card-title-link:hover .woocommerce-loop-product__title { color:var(--sf-red); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color:var(--sf-dark); font-size:1.05rem; font-weight:800; line-height:1.35; margin:0 0 .3rem; min-height:0; padding:0; }
.woocommerce ul.products li.product .price { color:var(--sf-red); display:block; font-size:1rem; font-weight:800; line-height:1.3; margin:0; }
.sf-shop { margin-bottom:4.5rem; }
.post-type-archive-product .storefront-breadcrumb,.tax-product_cat .storefront-breadcrumb,.tax-product_tag .storefront-breadcrumb { margin:0; padding:.8rem 0; }
.sf-shop-hero { align-items:center; background:radial-gradient(circle at 76% 48%,#ffe4a5 0 21%,transparent 21.2%),linear-gradient(115deg,#fff0d8,#ffe6c6); border-radius:24px; display:grid; gap:1.5rem; grid-template-columns:1.2fr .8fr; margin:1rem 0 1.5rem; min-height:330px; overflow:hidden; padding:2.4rem 4rem; }
.sf-shop-hero h1 { color:var(--sf-dark); font-size:clamp(2.4rem,4vw,3.7rem); letter-spacing:-.055em; line-height:1.08; margin:.65rem 0 1rem; }
.sf-shop-title-dot { color:var(--sf-red); }
.sf-shop-hero p { color:#5b4d4b; font-size:1.05rem; line-height:1.65; margin:0; max-width:530px; }
.sf-shop-back { color:var(--sf-dark); display:inline-block; font-weight:800; margin-top:1.3rem; text-decoration:none; }
.sf-shop-back:hover { color:var(--sf-red); }
.sf-shop-hero-art { align-items:center; display:flex; height:280px; justify-content:center; position:relative; }
.sf-shop-hero-orbit { background:#fff9ed; border:2px solid rgba(255,255,255,.85); border-radius:50%; height:275px; position:absolute; width:275px; }
.sf-shop-hero-art img { border:7px solid #fff; border-radius:14px; box-shadow:0 20px 35px rgba(122,58,20,.14); height:270px; object-fit:contain; position:relative; transform:rotate(-8deg); width:auto; }
.sf-shop-hero-note { background:#fff; border:1px solid #f2d8bc; border-radius:12px; bottom:6px; box-shadow:0 9px 24px rgba(85,50,28,.11); color:#6a504a; font-size:.8rem; line-height:1.2; padding:.65rem .9rem; position:absolute; right:0; transform:rotate(7deg); }
.sf-shop-hero-note strong { color:var(--sf-red); font-size:1rem; }
.sf-shop-categories { display:flex; flex-wrap:wrap; gap:.65rem; margin:0 0 3rem; }
.sf-shop-category { align-items:center; background:#fff; border:1px solid #eadbd0; border-radius:100px; color:var(--sf-dark); display:inline-flex; font-size:.88rem; font-weight:800; gap:.6rem; min-height:42px; padding:.5rem .85rem .5rem 1.05rem; text-decoration:none; transition:background .2s,border-color .2s,color .2s,transform .2s; }
.sf-shop-category span { align-items:center; background:#f8eee7; border-radius:100px; color:#795e55; display:inline-flex; font-size:.73rem; justify-content:center; min-width:22px; padding:.15rem .3rem; }
.sf-shop-category:hover,.sf-shop-category.is-active { background:var(--sf-red); border-color:var(--sf-red); color:#fff; transform:translateY(-2px); }
.sf-shop-category:hover span,.sf-shop-category.is-active span { background:rgba(255,255,255,.22); color:#fff; }
.sf-shop-catalog-heading { align-items:end; display:flex; gap:2rem; justify-content:space-between; margin-bottom:1.3rem; }
.sf-shop-catalog-heading h2 { color:var(--sf-dark); font-size:clamp(1.8rem,3vw,2.45rem); letter-spacing:-.045em; line-height:1.15; margin:.45rem 0 0; }
.sf-shop-catalog-heading p { color:var(--sf-muted); margin:0; }
.sf-shop-toolbar { align-items:center; display:flex; flex-wrap:wrap; gap:1rem; justify-content:space-between; margin-bottom:1.2rem; }
.sf-shop-toolbar::before,.sf-shop-toolbar::after { display:none; }
.sf-shop-toolbar .woocommerce-notices-wrapper { flex-basis:100%; }
.sf-shop-toolbar .woocommerce-result-count { color:var(--sf-muted); float:none; font-size:.88rem; margin:0; }
.sf-shop-toolbar .woocommerce-ordering { float:none; margin:0; }
.sf-shop-toolbar .orderby { background:#fff; border:1px solid #eadbd0; border-radius:10px; color:var(--sf-dark); font-size:.88rem; min-height:42px; padding:.5rem 2rem .5rem .8rem; }
.sf-shop .woocommerce-products-header { display:none; }
.sf-shop ul.products { display:grid; gap:1.2rem; grid-template-columns:repeat(3,minmax(0,1fr)); margin:0!important; }
.sf-shop ul.products::before,.sf-shop ul.products::after { display:none; }
.sf-shop ul.products li.product { float:none!important; margin:0!important; padding:1rem 1rem .9rem; width:auto!important; }
.sf-shop ul.products li.product img { height:260px; }
.sf-shop ul.products li.product .sf-card-title-link { margin-top:.7rem; }
.sf-shop ul.products li.product .woocommerce-loop-product__title { font-size:1.1rem; margin:0 0 .3rem; }
.sf-shop ul.products li.product .price { font-size:1.08rem; margin:0; }
.sf-shop .woocommerce-pagination { margin-top:2.5rem; }
.sf-shop .woocommerce-pagination .page-numbers li .page-numbers.current { background:var(--sf-red); color:#fff; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .button { background:var(--sf-red); border-radius:100px; color:#fff; font-weight:800; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .button:hover { background:#a80b1a; color:#fff; }
.sf-story { align-items:center; background:#fee7df; border-radius:26px; display:grid; gap:3rem; grid-template-columns:.8fr 1fr; margin:4.5rem 0; overflow:hidden; padding:2rem 4rem; }
.sf-story img { height:360px; margin:auto; object-fit:contain; }
.sf-story h2 { font-size:clamp(1.8rem,3vw,2.55rem); letter-spacing:-.045em; line-height:1.15; margin:.7rem 0 1rem; }
.sf-story p { color:#5c4b4b; font-size:1.05rem; line-height:1.7; }
.sf-inner-hero { background:#ffe9c0; border-radius:0 0 24px 24px; margin:0 calc(50% - 50vw) 3rem; padding:3.3rem max(5vw,calc((100vw - 1220px)/2)); }
.sf-inner-hero h1 { font-size:clamp(2.2rem,4vw,3.25rem); letter-spacing:-.045em; line-height:1.12; margin:.5rem 0; }
.sf-inner-hero p { color:#594b4a; max-width:720px; }
.sf-page-copy { font-size:1.08rem; line-height:1.8; max-width:820px; margin-bottom:4rem; }
.sf-about-page .storefront-breadcrumb { margin:0; padding:.85rem 0; }
.sf-about-page .site-main,.sf-about-page .hentry,.sf-about-page .entry-content { margin-bottom:0; }
.sf-about-hero { align-items:center; background:radial-gradient(circle at 85% 38%,#ffe69c 0 16%,transparent 16.2%),linear-gradient(115deg,#fff0d1,#ffe7c2); border-radius:0 0 30px 30px; display:grid; gap:3rem; grid-template-columns:1.1fr .9fr; margin:0 calc(50% - 50vw) 0; min-height:490px; overflow:hidden; padding:3.5rem max(5vw,calc((100vw - 1220px)/2)); }
.sf-about-hero h1 { color:var(--sf-dark); font-size:clamp(2.4rem,4.4vw,3.9rem); letter-spacing:-.055em; line-height:1.08; margin:.8rem 0 1.2rem; max-width:650px; }
.sf-about-hero-copy>p { color:#5b4d4b; font-size:1.08rem; line-height:1.7; max-width:570px; }
.entry-content a.sf-about-secondary { color:var(--sf-dark); font-weight:800; padding:.8rem .4rem; text-decoration:none; }
.entry-content a.sf-about-secondary:hover { color:var(--sf-red); }
.sf-about-hero-visual { align-items:center; display:flex; justify-content:center; min-height:380px; position:relative; }
.sf-about-hero-image { align-items:center; background:#fffaf3; border:1px solid rgba(255,255,255,.8); border-radius:50%; box-shadow:0 18px 48px rgba(124,70,29,.1); display:flex; height:min(34vw,410px); justify-content:center; width:min(34vw,410px); }
.sf-about-hero-image img { height:88%; object-fit:contain; transform:rotate(-7deg); width:88%; }
.sf-about-seal { background:#fff; border:1px solid #f3d8b6; border-radius:14px; bottom:7%; box-shadow:0 10px 26px rgba(80,46,29,.12); color:var(--sf-red); font-size:.85rem; left:0; line-height:1.3; padding:.8rem 1rem; position:absolute; transform:rotate(-5deg); }
.sf-about-seal strong { color:var(--sf-dark); }
.sf-about-intro { display:grid; gap:4rem; grid-template-columns:.85fr 1.15fr; margin:4.5rem 0; }
.sf-about-intro h2,.sf-about-section-heading h2,.sf-about-products h2,.sf-about-contact h2 { color:var(--sf-dark); font-size:clamp(1.85rem,3vw,2.55rem); letter-spacing:-.045em; line-height:1.18; margin:.65rem 0 0; }
.sf-about-intro p { color:var(--sf-muted); font-size:1.05rem; line-height:1.75; margin:0 0 1rem; }
.sf-about-values { background:#fff; border:1px solid var(--sf-border); border-radius:26px; margin-bottom:4.5rem; padding:3rem; scroll-margin-top:120px; }
.sf-about-section-heading { max-width:680px; }
.sf-about-section-heading p { color:var(--sf-muted); margin:.85rem 0 0; }
.sf-about-values-grid { display:grid; gap:1rem; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:2rem; }
.sf-about-value { background:#fff9f1; border:1px solid #f0e7de; border-radius:15px; min-height:212px; padding:1.35rem; transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease; }
.sf-about-value:nth-child(2),.sf-about-value:nth-child(5) { background:#f3f7e9; }
.sf-about-value:nth-child(3),.sf-about-value:nth-child(6) { background:#fff1ec; }
.sf-about-value:hover { border-color:#ebc2a9; box-shadow:0 14px 28px rgba(76,42,28,.11); transform:translateY(-5px); }
.sf-about-value-top { align-items:center; display:flex; justify-content:space-between; }
.sf-about-value-icon { align-items:center; background:#ffe7d9; border-radius:13px; color:#c8192d; display:flex; height:52px; justify-content:center; transition:background .22s ease,color .22s ease,transform .22s ease; width:52px; }
.sf-about-value:nth-child(2) .sf-about-value-icon,.sf-about-value:nth-child(5) .sf-about-value-icon { background:#e0ebcc; color:#527d23; }
.sf-about-value:nth-child(3) .sf-about-value-icon,.sf-about-value:nth-child(6) .sf-about-value-icon { background:#ffded0; color:#c5442a; }
.sf-about-value-icon svg { height:27px; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.8; width:27px; }
.sf-about-value:hover .sf-about-value-icon { background:var(--sf-red); color:#fff; transform:rotate(-7deg) scale(1.08); }
.sf-about-value-number { color:#a8918c; font-size:.75rem; font-weight:900; letter-spacing:.12em; }
.sf-about-value h3 { color:var(--sf-dark); font-size:1.1rem; line-height:1.25; margin:1rem 0 .45rem; }
.sf-about-value p { color:var(--sf-muted); font-size:.9rem; line-height:1.55; margin:0; }
.sf-about-products { align-items:center; display:grid; gap:3rem; grid-template-columns:.72fr 1.28fr; margin-bottom:4.5rem; }
.sf-about-products-copy>p { color:var(--sf-muted); line-height:1.65; margin:1rem 0 1.4rem; }
.sf-about-product-links { display:grid; gap:.85rem; grid-template-columns:repeat(3,minmax(0,1fr)); }
.entry-content .sf-about-product-links a { background:#fff; border:1px solid var(--sf-border); border-radius:16px; color:var(--sf-dark); display:block; overflow:hidden; text-decoration:none; transition:box-shadow .2s,transform .2s; }
.entry-content .sf-about-product-links a:hover { box-shadow:0 12px 28px rgba(63,35,21,.1); color:var(--sf-red); transform:translateY(-3px); }
.sf-about-product-links img { background:#f8f1e9; display:block; height:180px; object-fit:contain; padding:1rem; width:100%; }
.sf-about-product-links a>span { display:flex; font-size:.95rem; font-weight:800; justify-content:space-between; padding:.9rem 1rem; }
.sf-about-contact { align-items:center; background:#fee8df; border-radius:22px; display:flex; gap:2rem; justify-content:space-between; margin:0 0 2rem; padding:2.4rem 3rem; }
.sf-about-contact p { color:var(--sf-muted); margin:.65rem 0 0; }
.sf-about-contact .sf-button { flex:0 0 auto; }
.sf-contact-card { background:#fff; border:1px solid var(--sf-border); border-radius:18px; max-width:650px; padding:2rem; }
.sf-contact-page .storefront-breadcrumb { margin:0; padding:.85rem 0; }
.sf-contact-page .site-main,.sf-contact-page .hentry,.sf-contact-page .entry-content { margin-bottom:0; }
.sf-contact-hero { align-items:center; background:linear-gradient(115deg,#fff0d2,#ffe4cf); border-radius:0 0 30px 30px; display:grid; gap:2rem; grid-template-columns:1.1fr .9fr; margin:0 calc(50% - 50vw); min-height:420px; overflow:hidden; padding:3.5rem max(5vw,calc((100vw - 1220px)/2)); }
.sf-contact-hero h1 { color:var(--sf-dark); font-size:clamp(2.45rem,4.4vw,3.9rem); letter-spacing:-.055em; line-height:1.08; margin:.8rem 0 1.15rem; max-width:640px; }
.sf-contact-hero p { color:#5b4d4b; font-size:1.08rem; line-height:1.65; max-width:560px; }
.entry-content a.sf-contact-hero-link { color:var(--sf-dark); font-weight:800; padding:.8rem .35rem; text-decoration:none; }
.entry-content a.sf-contact-hero-link:hover { color:var(--sf-red); }
.sf-contact-hero-art { height:300px; position:relative; }
.sf-contact-hero-art::before { background:#ffd36e; border-radius:50%; content:""; height:320px; position:absolute; right:1%; top:-2%; width:320px; }
.sf-contact-bubble { background:#fff; border:1px solid #f4d8bf; border-radius:20px 20px 20px 4px; box-shadow:0 15px 34px rgba(83,44,25,.12); color:var(--sf-dark); font-weight:800; padding:1rem 1.3rem; position:absolute; }
.sf-contact-bubble-one { font-size:2rem; left:12%; top:20%; transform:rotate(-8deg); }
.sf-contact-bubble-two { background:var(--sf-red); border-color:var(--sf-red); border-radius:20px 20px 4px 20px; color:#fff; font-size:1.45rem; right:1%; top:48%; transform:rotate(7deg); }
.sf-contact-bubble-three { align-items:center; border-radius:50%; bottom:3%; display:flex; font-size:2rem; height:66px; justify-content:center; left:31%; padding:0; transform:rotate(-11deg); width:66px; }
.sf-contact-channels { display:grid; gap:1rem; grid-template-columns:repeat(3,minmax(0,1fr)); margin:3.5rem 0 4rem; }
.sf-contact-channel { background:#fff; border:1px solid var(--sf-border); border-radius:18px; min-width:0; padding:1.6rem; }
.sf-contact-channel-icon { align-items:center; background:#fff0e8; border-radius:13px; color:var(--sf-red); display:flex; height:52px; justify-content:center; margin-bottom:1.3rem; width:52px; }
.sf-contact-channel:nth-child(2) .sf-contact-channel-icon { background:#edf4e5; color:#537c27; }
.sf-contact-channel:nth-child(3) .sf-contact-channel-icon { background:#eaf2ff; color:#38689d; }
.sf-contact-channel-icon svg { height:26px; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.8; width:26px; }
.sf-contact-channel h2 { color:var(--sf-dark); font-size:1.45rem; letter-spacing:-.025em; margin:.5rem 0 .6rem; }
.sf-contact-channel p { color:var(--sf-muted); font-size:.94rem; line-height:1.55; min-height:3em; }
.entry-content .sf-contact-channel>a { color:var(--sf-dark); display:flex; font-size:.9rem; font-weight:800; gap:.45rem; justify-content:space-between; overflow-wrap:anywhere; padding:.4rem 0; text-decoration:none; }
.entry-content .sf-contact-channel>a:hover { color:var(--sf-red); }
.sf-contact-location { margin-bottom:2rem; }
.sf-contact-location-heading { align-items:end; display:flex; gap:2rem; justify-content:space-between; margin-bottom:1.3rem; }
.sf-contact-location h2 { color:var(--sf-dark); font-size:clamp(1.85rem,3vw,2.55rem); letter-spacing:-.045em; line-height:1.18; margin:.6rem 0; }
.sf-contact-location-heading p { color:var(--sf-muted); line-height:1.55; margin:0; }
.sf-contact-map { background:#f2eee8; border:1px solid var(--sf-border); border-radius:20px; height:430px; overflow:hidden; }
.sf-contact-map iframe { border:0; display:block; height:100%; width:100%; }
.site-footer { background:#2b171d; color:#f7eeee; padding:4.5rem 0 1.5rem; }
.site-footer a { color:#f7eeee; text-decoration:none; }
.site-footer a:hover { color:var(--sf-yellow); text-decoration:none; }
.site-footer .sf-footer-main a { color:#f7eeee!important; text-decoration:none!important; }
.site-footer .sf-footer-main a:hover { color:var(--sf-yellow)!important; }
.sf-footer-main { display:grid; gap:2.5rem; grid-template-columns:1.45fr 1fr 1fr 1.25fr; }
.sf-footer-main h2 { color:#fff; font-size:1.05rem; font-weight:800; letter-spacing:.05em; margin:.3rem 0 1.5rem; text-transform:uppercase; }
.sf-footer-logo-link { display:inline-block; margin-bottom:1.4rem; }
.sf-footer-logo { height:100px; object-fit:contain; width:100px; }
.sf-footer-brand p { align-items:flex-start; display:flex; gap:.7rem; line-height:1.55; margin:0 0 .8rem; }
.sf-footer-brand p > span:first-child { color:var(--sf-yellow); flex:0 0 1.2rem; font-size:1.1rem; }
.sf-footer-column ul { list-style:none; margin:0; padding:0; }
.sf-footer-column li { line-height:1.45; margin:0 0 .85rem; }
.sf-footer-column a { color:#ddced0; }
.sf-social-links { display:flex; gap:.65rem; margin-top:1.25rem; }
.sf-social-links a { align-items:center; background:var(--sf-red); border-radius:9px; color:#fff; display:flex; font-size:1.1rem; font-weight:800; height:33px; justify-content:center; width:33px; }
.sf-social-links a:hover { background:var(--sf-yellow); color:var(--sf-dark); }
.sf-instagram-grid { display:grid; gap:.65rem; grid-template-columns:repeat(3,1fr); }
.sf-instagram-grid a { aspect-ratio:1; background:#fff; border-radius:11px; display:block; overflow:hidden; }
.sf-instagram-grid img { height:100%; object-fit:cover; width:100%; }
.sf-footer-bottom { border-top:1px solid #63434a; color:#c5b4b7; display:flex; font-size:.8rem; gap:1rem; justify-content:space-between; margin-top:3rem; padding-top:1.25rem; }
.site-footer .sf-footer-bottom a { color:#fff!important; font-weight:700; text-decoration:none!important; }
.site-footer .sf-footer-bottom a:hover { color:var(--sf-yellow)!important; }
.sf-product-heading { align-items:center; background:#ffebca; border-radius:20px; display:flex; justify-content:space-between; gap:1rem; margin:1.5rem 0 2rem; padding:1.5rem 2rem; }
.sf-product-heading p { font-size:1.25rem; font-weight:800; margin:.3rem 0 0; }
.sf-product-heading a { color:var(--sf-dark); font-weight:700; text-decoration:none; }
.sf-product-heading a:hover { color:var(--sf-red); }
.single-product div.product .sf-product-media { background:#fff; border:1px solid var(--sf-border); border-radius:22px; float:left; margin:0; overflow:hidden; padding:1.25rem; width:47%; }
.single-product div.product .sf-product-media-main { background:#f5f3f1; border-radius:12px; margin:0; padding:1rem; text-align:center; }
.single-product div.product .sf-product-media-main img { border-radius:10px; display:block; height:530px; margin:auto; object-fit:contain; width:auto; }
.single-product div.product .sf-product-media-thumbs { display:flex; gap:.75rem; margin-top:1rem; }
.single-product div.product .sf-product-media-thumbs img { border:1px solid var(--sf-border); border-radius:8px; height:80px; object-fit:contain; width:80px; }
.single-product div.product .summary { background:#fff; border:1px solid var(--sf-border); border-radius:22px; float:right; margin:0; padding:2.4rem; width:48%; }
.single-product div.product .summary h1 { color:var(--sf-dark); font-size:clamp(2rem,2.8vw,2.7rem); letter-spacing:-.045em; line-height:1.12; }
.single-product div.product .summary .price { color:var(--sf-red); font-size:1.9rem; font-weight:800; margin:1.2rem 0; }
.single-product div.product .summary .woocommerce-product-details__short-description { color:var(--sf-muted); font-size:1.1rem; line-height:1.6; }
.single-product div.product .summary .quantity .qty { border:1px solid var(--sf-border); border-radius:10px; min-height:48px; }
.single-product div.product .summary .single_add_to_cart_button { min-height:48px; padding:0 1.5rem; }
.single-product div.product .woocommerce-tabs { clear:both; padding-top:3rem; }
.single-product div.product .woocommerce-tabs .panel { background:#fff; border:1px solid var(--sf-border); border-radius:18px; padding:2rem; }
.single-product div.product .related { clear:both; padding:2rem 0 3rem; }
.sf-commerce-hero { background:linear-gradient(110deg,#ffead0,#ffe0d5); border-radius:22px; margin:1.5rem 0 2rem; padding:2.5rem 3rem; }
body.woocommerce-cart .storefront-breadcrumb,body.woocommerce-checkout .storefront-breadcrumb { margin:0; padding:.8rem 0; }
.sf-commerce-hero h1 { color:var(--sf-dark); font-size:clamp(2rem,3.2vw,2.9rem); letter-spacing:-.045em; line-height:1.12; margin:.5rem 0; }
.sf-commerce-hero p { color:var(--sf-muted); margin:0; }
.sf-checkout-steps { align-items:center; display:flex; flex-wrap:wrap; gap:.75rem; margin-top:1.5rem; }
.sf-checkout-steps strong { color:var(--sf-red); }
.sf-checkout-steps a { color:var(--sf-dark); font-weight:700; text-decoration:none; }
.sf-checkout-steps span { color:#8d7475; }
.sf-commerce-content { margin-bottom:4rem; }
.sf-commerce-content .woocommerce-cart-form, .sf-commerce-content .cart_totals, .sf-commerce-content .woocommerce-checkout #customer_details, .sf-commerce-content .woocommerce-checkout #order_review { background:#fff; border:1px solid var(--sf-border); border-radius:18px; padding:1.5rem; }
.sf-commerce-content .woocommerce table.shop_table { border:0; }
.sf-commerce-content .woocommerce table.shop_table th { color:var(--sf-dark); }
.sf-commerce-content .woocommerce table.shop_table td { border-top:1px solid var(--sf-border); }
.sf-commerce-content .woocommerce table.shop_table img { border-radius:8px; max-height:90px; object-fit:contain; }
.sf-commerce-content .woocommerce .input-text { border:1px solid #dfd5cf; border-radius:8px; background:#fff; }
.sf-commerce-content .woocommerce form .form-row label { font-weight:700; }
.sf-commerce-content .woocommerce-info, .sf-commerce-content .woocommerce-message { background:#fff1d8; border-left:4px solid var(--sf-red); color:var(--sf-dark); }
.sf-commerce-content .woocommerce-info::before, .sf-commerce-content .woocommerce-message::before { color:var(--sf-red); }
.sf-commerce-content .woocommerce-info a { color:var(--sf-red); font-weight:700; }
.sf-commerce-content .woocommerce a { text-decoration:none; }
.sf-commerce-content .woocommerce a:hover { color:var(--sf-red); }
.sf-commerce-content .woocommerce-cart-form .button, .sf-commerce-content .cart_totals .button, .sf-commerce-content #place_order { border-radius:100px; min-height:45px; }
.sf-commerce-content .woocommerce-checkout #order_review_heading { margin-top:2rem; }
.sf-commerce-content .woocommerce-checkout #payment { background:#fff8ed; border-radius:12px; }
.sf-commerce-content .woocommerce-checkout #payment .place-order { background:transparent; }
.sf-commerce-content .woocommerce-checkout #payment .payment_box { background:#fff; }
.sf-cart-page .sf-commerce-hero { margin-bottom:2.2rem; }
.sf-cart-page .sf-cart-hero { align-items:center; display:flex; gap:2rem; justify-content:space-between; padding:1.55rem 2.2rem; }
.sf-cart-hero h1 { font-size:clamp(1.9rem,2.6vw,2.45rem); margin:.3rem 0 .25rem; }
.sf-cart-hero p { font-size:.92rem; }
.sf-cart-hero .sf-checkout-steps { flex:0 0 auto; margin:0; }
.sf-cart-mobile-summary { display:none; }
.sf-cart-mobile-summary[hidden] { display:none; }
.sf-checkout-mobile-summary { display:none; }
.sf-checkout-page .sf-checkout-hero { align-items:center; display:flex; gap:2rem; justify-content:space-between; padding:1.55rem 2.2rem; }
.sf-checkout-hero h1 { font-size:clamp(1.9rem,2.6vw,2.45rem); margin:.3rem 0 .25rem; }
.sf-checkout-hero p { font-size:.92rem; }
.sf-checkout-hero .sf-checkout-steps { flex:0 0 auto; margin:0; }
.sf-checkout-page .woocommerce-checkout #customer_details,.sf-checkout-page .woocommerce-checkout #order_review { border-color:#e9d7c9; box-shadow:0 8px 30px rgba(60,34,24,.04); }
.sf-checkout-page .woocommerce-checkout #order_review { margin:0; }
.sf-checkout-page .woocommerce-billing-fields h3,.sf-checkout-page .woocommerce-checkout #order_review_heading { border-bottom:1px solid #eadbd0; color:var(--sf-dark); float:none; font-size:1.5rem; font-weight:800; letter-spacing:-.035em; line-height:1.2; margin:0 0 1.4rem; padding:0 0 1rem; width:100%; }
.sf-checkout-page .woocommerce-checkout #billing_first_name_field { float:none; width:100%; }
.sf-checkout-page .woocommerce-billing-fields__field-wrapper { display:flex; flex-direction:column; }
.sf-checkout-page #billing_first_name_field { order:10; }
.sf-checkout-page #billing_country_field { order:20; }
.sf-checkout-page #billing_state_field { order:30; }
.sf-checkout-page #billing_address_1_field { order:40; }
.sf-checkout-page #billing_address_2_field { order:50; }
.sf-checkout-page #billing_phone_field { order:90; }
.sf-checkout-page #billing_email_field { order:100; }
.sf-checkout-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row { margin-bottom:1rem; }
.sf-checkout-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label { color:var(--sf-dark); font-size:.89rem; margin-bottom:.4rem; }
.sf-checkout-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input.input-text,.sf-checkout-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper select { background:#fff; border:1px solid #ded1c8; border-radius:9px; min-height:46px; padding:.65rem .75rem; }
.sf-checkout-page .woocommerce-shipping-fields h3 { color:var(--sf-dark); font-size:1.25rem; font-weight:800; line-height:1.35; margin:1.5rem 0 1rem; }
.sf-checkout-page .woocommerce-shipping-fields h3 label { font-weight:800; }
.sf-checkout-page .woocommerce-checkout #order_review table.shop_table { background:#fff9f4; border:1px solid #f0e4d9; border-radius:11px; margin:0 0 1.4rem; }
.sf-checkout-page .woocommerce-checkout #order_review table.shop_table th,.sf-checkout-page .woocommerce-checkout #order_review table.shop_table td { border-color:#eaded5; padding:.85rem .8rem; }
.sf-checkout-page .woocommerce-checkout #order_review table.shop_table thead th { color:#6a5048; font-size:.8rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }
.sf-checkout-page .woocommerce-checkout #order_review table.shop_table .order-total th,.sf-checkout-page .woocommerce-checkout #order_review table.shop_table .order-total td { color:var(--sf-red); font-size:1.08rem; font-weight:800; }
.sf-order-received .sf-checkout-hero { background:linear-gradient(120deg,#fff8e8,#fff1e9); border:1px solid #f0dfcd; }
.sf-order-received .sf-checkout-steps strong { color:#487b25; }
.sf-order-received .sf-commerce-content { margin-top:1.5rem; }
.sf-order-received .woocommerce-order { display:grid; gap:1.25rem; grid-template-columns:minmax(0,1.6fr) minmax(260px,1fr); }
.sf-order-received .woocommerce-order > * { grid-column:1/-1; min-width:0; }
.sf-order-received .woocommerce-thankyou-order-received { align-items:center; background:#eff8e9; border:1px solid #c9e4b9; border-radius:16px; color:#284b1d; display:flex; gap:1rem; margin:0; padding:1.3rem 1.5rem; }
.sf-order-success-icon { align-items:center; background:#6caa36; border-radius:50%; color:#fff; display:flex; flex:none; font-size:1.4rem; font-weight:800; height:46px; justify-content:center; width:46px; }
.sf-order-received .woocommerce-thankyou-order-received strong { color:#284b1d; display:block; font-size:1.25rem; line-height:1.25; }
.sf-order-received .woocommerce-thankyou-order-received p { color:#46623b; margin:.3rem 0 0; }
.sf-order-received ul.woocommerce-order-overview { background:#fff; border:1px solid #e9d7c9; border-radius:16px; display:grid; gap:0; grid-template-columns:repeat(auto-fit,minmax(160px,1fr)); list-style:none; margin:0; padding:.5rem; }
.sf-order-received ul.woocommerce-order-overview li { border:0; border-right:1px solid #eee2d9; float:none; font-size:.77rem; line-height:1.4; margin:0; min-width:0; padding:1rem; text-transform:none; }
.sf-order-received ul.woocommerce-order-overview li:last-child { border-right:0; }
.sf-order-received ul.woocommerce-order-overview li strong { color:var(--sf-dark); display:block; font-size:1rem; font-weight:800; line-height:1.3; margin-top:.25rem; overflow-wrap:anywhere; }
.sf-order-received .woocommerce-order-details,.sf-order-received .woocommerce-customer-details { align-self:start; background:#fff; border:1px solid #e9d7c9; border-radius:18px; box-shadow:0 8px 30px rgba(60,34,24,.04); margin:0; padding:1.5rem; }
.sf-order-received .woocommerce-order-details { grid-column:1; }
.sf-order-received .woocommerce-customer-details { grid-column:2; }
.sf-order-received .woocommerce-order-details__title,.sf-order-received .woocommerce-customer-details h2 { border-bottom:1px solid #eadbd0; color:var(--sf-dark); font-size:1.45rem; font-weight:800; letter-spacing:-.025em; margin:0 0 1rem; padding-bottom:.8rem; }
.sf-order-received .woocommerce-order-details table.shop_table { border:1px solid #f0e4d9; border-collapse:separate; border-radius:11px; border-spacing:0; margin:0; overflow:hidden; width:100%; }
.sf-order-received .woocommerce-order-details table.shop_table thead { background:#fff5e9; }
.sf-order-received .woocommerce-order-details table.shop_table th,.sf-order-received .woocommerce-order-details table.shop_table td { border-color:#eee2d9; color:var(--sf-dark); padding:.8rem; }
.sf-order-received .woocommerce-order-details table.shop_table th:last-child,.sf-order-received .woocommerce-order-details table.shop_table td:last-child { text-align:right; }
.sf-order-received .woocommerce-order-details table.shop_table tfoot tr:last-child { background:#fff8ed; }
.sf-order-received .woocommerce-order-details table.shop_table tfoot tr:last-child th,.sf-order-received .woocommerce-order-details table.shop_table tfoot tr:last-child td { color:var(--sf-red); font-size:1.08rem; font-weight:800; }
.sf-order-received .woocommerce-customer-details address { background:#fff9f4; border:1px solid #f0e4d9; border-radius:11px; color:var(--sf-dark); font-style:normal; line-height:1.6; margin:0; padding:1rem; }
.sf-order-received .woocommerce-customer-details address p { margin:.65rem 0 0; overflow-wrap:anywhere; }
.sf-order-shop-link { align-items:center; background:var(--sf-red); border-radius:100px; color:#fff!important; display:inline-flex; font-size:.9rem; font-weight:800; gap:.6rem; margin-top:1.5rem; padding:.85rem 1.3rem; text-decoration:none; }
.sf-order-shop-link:hover,.sf-order-shop-link:focus-visible { background:#a80b1a; color:#fff!important; }
body.error404 .storefront-breadcrumb { margin:0; padding:.8rem 0; }
.sf-not-found-page .site-main { margin:.35rem 0 3rem; }
.sf-not-found { align-items:center; background:linear-gradient(120deg,#fff9ed,#ffedcf); border:1px solid #f0ddc3; border-radius:26px; display:grid; gap:2rem; grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr); min-height:480px; overflow:hidden; padding:clamp(2rem,5vw,4rem); position:relative; }
.sf-not-found-copy { position:relative; z-index:1; }
.sf-not-found h1 { color:var(--sf-dark); font-size:clamp(2.1rem,4vw,3.4rem); letter-spacing:-.045em; line-height:1.1; margin:.8rem 0 1rem; max-width:600px; }
.sf-not-found-copy > p { color:#5b5050; font-size:1.03rem; line-height:1.6; max-width:570px; }
.sf-not-found-search { margin-top:2rem; max-width:510px; }
.sf-not-found-search label { color:var(--sf-dark); display:block; font-size:.9rem; font-weight:800; margin-bottom:.6rem; }
.sf-not-found-search-row { background:#fff; border:1px solid #e7d2bb; border-radius:12px; display:flex; gap:.4rem; padding:.3rem; }
.sf-not-found-search-row input[type="search"] { background:transparent; border:0; box-shadow:none; flex:1; min-width:0; padding:.65rem .8rem; }
.sf-not-found-search-row input[type="search"]:focus { box-shadow:none; outline:2px solid var(--sf-red); outline-offset:-2px; }
.sf-not-found-search-row button { background:var(--sf-dark); border:0; border-radius:9px; color:#fff; font-weight:800; padding:.65rem 1.1rem; }
.sf-not-found-search-row button:hover,.sf-not-found-search-row button:focus-visible { background:var(--sf-red); color:#fff; }
.sf-not-found-actions { align-items:center; display:flex; flex-wrap:wrap; gap:1.25rem; margin-top:1.5rem; }
.sf-not-found-actions .sf-button { gap:.5rem; }
.sf-not-found-home { color:var(--sf-dark); font-weight:800; text-decoration:none; }
.sf-not-found-home:hover,.sf-not-found-home:focus-visible { color:var(--sf-red); text-decoration:underline; }
.sf-not-found-art { align-items:center; display:flex; isolation:isolate; justify-content:center; min-height:330px; position:relative; }
.sf-not-found-art::before { background:#ffe2a5; border:2px solid rgba(255,255,255,.8); border-radius:50%; content:""; height:min(30vw,380px); position:absolute; width:min(30vw,380px); z-index:-1; }
.sf-not-found-number { color:var(--sf-red); font-size:clamp(7rem,14vw,12rem); font-weight:900; letter-spacing:-.12em; line-height:1; padding-right:.12em; text-shadow:0 12px 0 rgba(255,255,255,.7); transform:rotate(-7deg); }
.sf-not-found-dot { background:#fff7e9; border:5px solid #e9ad58; border-radius:50%; box-shadow:0 10px 25px rgba(111,58,17,.1); height:35px; position:absolute; width:35px; }
.sf-not-found-dot--one { left:8%; top:17%; }
.sf-not-found-dot--two { bottom:13%; right:8%; }
.sf-not-found-dot--three { height:22px; right:17%; top:9%; width:22px; }
.sf-cart-page .sf-cart-has-items > .woocommerce { display:grid; gap:1.5rem; grid-template-columns:minmax(0,1.8fr) minmax(310px,.9fr); }
.sf-cart-page .sf-cart-has-items > .woocommerce::before,.sf-cart-page .sf-cart-has-items > .woocommerce::after { display:none; }
.sf-cart-page .sf-cart-has-items > .woocommerce > .woocommerce-notices-wrapper { grid-column:1/-1; }
.sf-cart-page .sf-cart-has-items > .woocommerce > .woocommerce-notices-wrapper:empty { display:none; }
.sf-cart-page .woocommerce-cart-form { align-self:start; border-color:#e9d7c9; box-shadow:0 8px 30px rgba(60,34,24,.04); min-width:0; overflow-x:auto; }
.sf-cart-page .woocommerce-cart-form table.cart { border:0; border-collapse:separate; border-spacing:0; margin:0; min-width:630px; width:100%; }
.sf-cart-page .woocommerce-cart-form table.cart thead { background:#fff5e9; }
.sf-cart-page .woocommerce-cart-form table.cart th { border:0; color:#6a5048; font-size:.78rem; font-weight:800; letter-spacing:.04em; padding:.85rem .45rem; text-transform:uppercase; }
.sf-cart-page .woocommerce-cart-form table.cart th:first-child { border-radius:9px 0 0 9px; }
.sf-cart-page .woocommerce-cart-form table.cart th:last-child { border-radius:0 9px 9px 0; }
.sf-cart-page .woocommerce-cart-form table.cart td { border:0; border-bottom:1px solid #f0e5dc; padding:1rem .45rem; vertical-align:middle; }
.sf-cart-page .woocommerce-cart-form table.cart tr:last-child td { border-bottom:0; }
.sf-cart-page .woocommerce-cart-form table.cart .product-thumbnail { width:82px; }
.sf-cart-page .woocommerce-cart-form table.cart .product-thumbnail img { background:#f8f4f0; border-radius:9px; height:70px; object-fit:contain; width:70px; }
.sf-cart-page .woocommerce-cart-form table.cart .product-name a { color:var(--sf-dark); font-weight:800; line-height:1.35; }
.sf-cart-page .woocommerce-cart-form table.cart .product-name a:hover { color:var(--sf-red); }
.sf-cart-page .woocommerce-cart-form table.cart .product-price,.sf-cart-page .woocommerce-cart-form table.cart .product-subtotal { font-weight:700; white-space:nowrap; }
.sf-cart-page .woocommerce-cart-form table.cart .product-subtotal { color:var(--sf-red); }
.sf-cart-page .woocommerce-cart-form table.cart .product-remove a.remove { color:#9b7e72; font-size:1.35rem; }
.sf-cart-page .woocommerce-cart-form table.cart .product-remove a.remove:hover { color:var(--sf-red); }
.sf-cart-form-actions { align-items:center; border-top:1px solid #e9d7c9; display:flex; flex-wrap:wrap; gap:.8rem; justify-content:space-between; margin-top:1.25rem; padding-top:1.25rem; }
.sf-cart-form-actions .coupon { align-items:center; display:flex; flex-wrap:wrap; gap:.55rem; min-width:0; }
.sf-cart-page .sf-cart-form-actions .coupon input.input-text { background:#fff; border:1px solid #dfd1c7; border-radius:9px; min-height:45px; padding:.65rem .8rem; width:175px; }
.sf-cart-page .sf-cart-form-actions .button { font-size:.85rem; min-height:45px; padding:.7rem 1rem; }
.sf-cart-page .sf-cart-form-actions .sf-update-cart { background:#fff; border:1px solid var(--sf-red); color:var(--sf-red); margin-left:auto; }
.sf-cart-page .sf-cart-form-actions .sf-update-cart:hover:not(:disabled) { background:#fff0e8; color:var(--sf-red); }
.sf-cart-page .sf-cart-form-actions .sf-update-cart:disabled { border-color:#dfd5cf; color:#8c7f79; }
.sf-cart-page .cart-collaterals { grid-column:2; min-width:0; width:100%; }
.sf-cart-page .cart-collaterals .cart_totals { background:#fff; border:1px solid #e9d7c9; border-radius:18px; box-shadow:0 10px 34px rgba(60,34,24,.08); clear:none; float:none; margin:0; max-height:calc(100vh - 125px); overflow-y:auto; padding:1.6rem; position:sticky; top:120px; width:100%; }
.sf-cart-page .cart_totals h2 { color:var(--sf-dark); font-size:1.45rem; font-weight:800; letter-spacing:-.035em; margin:0 0 1.1rem; }
.sf-cart-page .cart_totals table.shop_table { background:#fff9f3; border:1px solid #f0e4d9; border-radius:11px; margin:0 0 1.2rem; padding:.25rem .8rem; }
.sf-cart-page .cart_totals table.shop_table th,.sf-cart-page .cart_totals table.shop_table td { background:transparent; border:0; border-bottom:1px solid #eddfd3; padding:.9rem .25rem; }
.sf-cart-page .cart_totals table.shop_table tr:last-child th,.sf-cart-page .cart_totals table.shop_table tr:last-child td { border-bottom:0; }
.sf-cart-page .cart_totals .order-total th,.sf-cart-page .cart_totals .order-total td { color:var(--sf-red); font-size:1.15rem; font-weight:800; }
.sf-cart-page .cart_totals .wc-proceed-to-checkout { margin:0; padding:0; }
.sf-cart-page .cart_totals .wc-proceed-to-checkout a.checkout-button { display:block; font-size:.98rem; margin:0; padding:1rem; text-align:center; }
.sf-qv-open { overflow:hidden; }
.sf-qv-modal[hidden],.sf-cart-feedback[hidden] { display:none; }
.sf-qv-modal { align-items:center; display:flex; inset:0; justify-content:center; padding:1rem; position:fixed; z-index:10020; }
.sf-qv-backdrop { background:rgba(32,19,24,.72); inset:0; position:absolute; }
.sf-qv-panel { background:#fffaf5; border-radius:22px; box-shadow:0 25px 80px rgba(18,10,13,.3); max-height:calc(100vh - 2rem); max-height:calc(100dvh - 2rem); max-width:950px; overflow-y:auto; position:relative; width:100%; }
.sf-qv-close { align-items:center; background:#fff; border:1px solid var(--sf-border); border-radius:50%; color:var(--sf-dark); display:flex; font-size:1.8rem; height:42px; justify-content:center; line-height:1; padding:0; position:absolute; right:1rem; top:1rem; width:42px; z-index:3; }
.sf-qv-close:hover,.sf-qv-close:focus-visible { background:var(--sf-red); color:#fff; }
.sf-qv-loading { margin:0; padding:4rem 2rem; text-align:center; }
.sf-qv-layout { display:grid; grid-template-columns:47% 53%; }
.sf-qv-gallery { background:#f5eee7; border-radius:22px 0 0 22px; padding:2rem; }
.sf-qv-main-image-wrap { align-items:center; background:#fff; border-radius:16px; display:flex; height:420px; justify-content:center; overflow:hidden; padding:1rem; }
.sf-qv-main-image-wrap img { height:100%; object-fit:contain; width:100%; }
.sf-qv-thumbnails { display:flex; gap:.65rem; margin-top:.85rem; }
.sf-qv-thumbnail { background:#fff; border:2px solid transparent; border-radius:10px; height:68px; overflow:hidden; padding:.2rem; width:68px; }
.sf-qv-thumbnail.is-active,.sf-qv-thumbnail:focus-visible { border-color:var(--sf-red); }
.sf-qv-thumbnail img { height:100%; object-fit:contain; width:100%; }
.sf-qv-details { display:flex; flex-direction:column; justify-content:center; padding:3rem 3rem 2.5rem; }
.sf-qv-details h2 { color:var(--sf-dark); font-size:clamp(1.8rem,2.8vw,2.5rem); letter-spacing:-.045em; line-height:1.12; margin:.65rem 0 .8rem; }
.sf-qv-price { color:var(--sf-red); font-size:1.7rem; font-weight:800; margin-bottom:1rem; }
.sf-qv-description { color:var(--sf-muted); font-size:1rem; line-height:1.65; }
.sf-qv-description p { margin-bottom:1rem; }
.sf-qv-purchase { margin-top:1rem; }
.sf-qv-purchase label { display:block; font-size:.85rem; font-weight:800; margin-bottom:.5rem; }
.sf-qv-purchase-row { display:flex; flex-wrap:wrap; gap:.75rem; }
.sf-qv-quantity { background:#fff; border:1px solid #d6c8c0; border-radius:9px; height:48px; text-align:center; width:76px; }
.sf-quantity,.single-product div.product .summary .sf-quantity { align-items:stretch; background:#fff; border:1px solid #d9c9bf; border-radius:10px; display:inline-flex; height:48px; overflow:hidden; vertical-align:middle; }
.sf-quantity .sf-qty-button,.woocommerce .sf-quantity .sf-qty-button { align-items:center; background:#fff8f2; border:0; border-radius:0; color:var(--sf-dark); display:flex; flex:0 0 42px; font-size:1.35rem; font-weight:500; justify-content:center; line-height:1; padding:0; width:42px; }
.sf-quantity .sf-qty-button:first-child { border-right:1px solid #eaded6; }
.sf-quantity .sf-qty-button:last-child { border-left:1px solid #eaded6; }
.sf-quantity .sf-qty-button:hover:not(:disabled),.woocommerce .sf-quantity .sf-qty-button:hover:not(:disabled) { background:#fff0e8; color:var(--sf-red); }
.sf-quantity .sf-qty-button:disabled { color:#a99c96; cursor:default; opacity:.65; }
.sf-quantity .sf-qty-button:focus-visible { outline:2px solid var(--sf-red); outline-offset:-3px; position:relative; z-index:1; }
.sf-quantity input.qty,.sf-quantity .sf-qv-quantity,.single-product div.product .summary .sf-quantity input.qty,.sf-commerce-content .sf-quantity input.qty { appearance:textfield; background:#fff; border:0; border-radius:0; box-shadow:none; color:var(--sf-dark); flex:0 0 50px; font-size:1rem; font-weight:700; height:46px; margin:0; max-width:none; min-height:0; padding:0 .2rem; text-align:center; width:50px; }
.sf-quantity input[type="number"]::-webkit-inner-spin-button,.sf-quantity input[type="number"]::-webkit-outer-spin-button { appearance:none; margin:0; }
.sf-quantity input.qty:focus,.sf-quantity .sf-qv-quantity:focus { outline:2px solid var(--sf-red); outline-offset:-2px; position:relative; z-index:1; }
.sf-qv-purchase-row { align-items:center; }
.sf-qv-cart-button { background:var(--sf-red); border:0; border-radius:100px; color:#fff; font-weight:800; min-height:48px; padding:.65rem 1.3rem; }
.sf-qv-cart-button:hover { background:#a80b1a; }
.sf-qv-cart-button:disabled { cursor:wait; opacity:.7; }
.sf-qv-more { align-self:flex-start; color:var(--sf-dark); font-weight:800; margin-top:1.4rem; text-decoration:none; }
.sf-qv-more:hover { color:var(--sf-red); }
.sf-qv-unavailable { color:var(--sf-red); font-weight:700; }
.sf-cart-feedback { background:#26683e; border-radius:12px; bottom:1.25rem; box-shadow:0 10px 30px rgba(0,0,0,.2); color:#fff; font-weight:700; padding:.9rem 1.2rem; position:fixed; right:1.25rem; z-index:10030; }
.page .entry-header { display:none; }
.sf-contact-card a:not(.sf-button) { font-weight:700; text-decoration:none; }
@media (max-width:900px) { .sf-hero { grid-template-columns:1fr; padding:3.5rem 7vw; } .sf-hero-art { min-height:310px; } .sf-hero-art::before { height:330px; width:330px; } .sf-hero-art img { height:300px; } .sf-categories { grid-template-columns:repeat(2,1fr); } .sf-story { padding:2rem; } }
@media (max-width:900px) { .sf-promises { grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:1.5rem; } }
@media (max-width:900px) { .sf-footer-main { grid-template-columns:repeat(2,1fr); } .single-product div.product .sf-product-media,.single-product div.product .summary { float:none; width:100%; } .single-product div.product .summary { margin-top:1rem; } }
@media (max-width:850px) { .sf-header-row { gap:.6rem; min-height:84px; } .sf-header-logo { flex:1; } .sf-header-logo img { height:64px; } .sf-header-nav { background:#fff; border:1px solid var(--sf-border); border-radius:0 0 16px 16px; box-shadow:0 18px 40px rgba(43,23,29,.14); display:none; left:0; padding:1rem; position:absolute; right:0; top:100%; z-index:1001; } .sf-header-nav.is-open { display:block; } .sf-header-nav .sf-menu { align-items:stretch; display:block; } .sf-header-nav .sf-menu li { display:block; } .sf-header-nav .sf-menu a { display:block; padding:.7rem .4rem; } .sf-menu-toggle { display:flex; } }
@media (max-width:600px) { .sf-announcement { font-size:.66rem; letter-spacing:.02em; line-height:1.35; } .site-branding .custom-logo-link img { height:60px; } .sf-hero { background:linear-gradient(115deg,#fff0cf,#ffe0bb); box-sizing:border-box; display:block; margin-bottom:2.5rem; max-width:100vw; padding:3rem 6vw; width:100vw; } .sf-hero-copy { min-width:0; width:100%; } .sf-hero h1 { font-size:clamp(2.2rem,8.5vw,2.8rem); overflow-wrap:break-word; } .sf-hero p { font-size:1rem; } .sf-hero-art { min-height:270px; width:100%; } .sf-hero-art::before { height:245px; width:245px; } .sf-hero-art img { height:250px; max-width:82%; } .sf-categories,.sf-story { grid-template-columns:1fr; } .sf-section-heading { display:block; } .sf-section-heading p { margin-top:.7rem; } .sf-category { min-height:110px; } .sf-category img { height:85px; width:85px; } .sf-story img { height:230px; } .sf-footer { display:block; } }
@media (max-width:600px) { .sf-promises { gap:.7rem; margin:1.25rem 0 3rem; } .sf-promise, .entry-content a.sf-promise { align-items:flex-start; display:block; min-height:155px; padding:1rem; } .sf-promise-icon { background-size:31px; height:42px; margin-bottom:.7rem; width:42px; } .sf-promise strong { font-size:.94rem; } .sf-promise small { font-size:.75rem; } }
@media (max-width:600px) { .site-footer { padding-top:3rem; } .sf-footer-main { gap:2rem; grid-template-columns:1fr 1fr; } .sf-footer-brand,.sf-footer-instagram { grid-column:1/-1; } .sf-footer-logo { height:85px; width:85px; } .sf-footer-bottom { display:block; line-height:1.8; } .sf-product-heading { align-items:flex-start; display:block; padding:1.4rem; } .sf-product-heading a { display:block; margin-top:1rem; } .single-product div.product .sf-product-media-main img { height:350px; } .single-product div.product .summary { padding:1.5rem; } .sf-commerce-hero { padding:1.7rem; } .sf-commerce-content .woocommerce-cart-form,.sf-commerce-content .cart_totals,.sf-commerce-content .woocommerce-checkout #customer_details,.sf-commerce-content .woocommerce-checkout #order_review { padding:1rem; } }
@media (max-width:600px) { .sf-footer-bottom span { display:block; } }
@media (hover:none), (max-width:700px) { .sf-card-actions,.sf-card-media:hover .sf-card-actions,.sf-card-media:focus-within .sf-card-actions { bottom:8px; gap:.35rem; left:auto; opacity:1; pointer-events:auto; right:8px; top:auto; transform:none; } .sf-card-action,.woocommerce ul.products li.product .sf-card-action { background:rgba(255,255,255,.94); box-shadow:0 3px 10px rgba(34,25,20,.13); height:40px; width:40px; } .sf-card-action svg { height:19px; width:19px; } .sf-card-media::after,.sf-card-media:hover::after,.sf-card-media:focus-within::after { opacity:0; } }
@media (max-width:700px) { .sf-qv-modal { padding:.45rem; } .sf-qv-panel { max-height:calc(100dvh - .9rem); } .sf-qv-layout { display:block; } .sf-qv-gallery { border-radius:22px 22px 0 0; padding:1rem; } .sf-qv-main-image-wrap { height:250px; } .sf-qv-details { padding:1.4rem 1.5rem 2rem; } .sf-qv-details h2 { font-size:1.8rem; } .sf-qv-close { right:.8rem; top:.8rem; } .sf-cart-feedback { bottom:5rem; left:1rem; right:1rem; } }
@media (max-width:900px) { .sf-about-hero { gap:1.5rem; padding:3rem 6vw; } .sf-about-hero-image { height:300px; width:300px; } .sf-about-intro { gap:2rem; } .sf-about-products { gap:1.5rem; } }
@media (max-width:700px) { .sf-about-hero { display:block; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); padding:2.7rem 6vw 2rem; } .sf-about-hero h1 { font-size:clamp(2.2rem,8vw,3rem); } .sf-about-hero-copy>p { font-size:1rem; } .sf-about-hero-visual { min-height:285px; margin-top:1.2rem; } .sf-about-hero-image { height:270px; width:270px; } .sf-about-seal { bottom:0; left:5%; } .sf-about-intro,.sf-about-products { display:block; margin:3.3rem 0; } .sf-about-intro>div+div { margin-top:1.2rem; } .sf-about-values { margin-bottom:3.3rem; padding:1.4rem; } .sf-about-values-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .sf-about-product-links { margin-top:1.5rem; } .sf-about-contact { align-items:flex-start; flex-direction:column; margin-bottom:1.5rem; padding:1.8rem; } }
@media (max-width:520px) { .sf-about-values-grid { grid-template-columns:1fr; } .sf-about-value { min-height:0; } .sf-about-product-links { gap:.55rem; } .sf-about-product-links img { height:120px; padding:.45rem; } .sf-about-product-links a>span { font-size:.76rem; padding:.6rem .5rem; } }
@media (prefers-reduced-motion:reduce) { .sf-about-value,.sf-about-value-icon { transition:none; } .sf-about-value:hover,.sf-about-value:hover .sf-about-value-icon { transform:none; } }
@media (max-width:900px) { .sf-contact-hero { padding:3rem 6vw; } .sf-contact-hero-art::before { height:260px; width:260px; } .sf-contact-channels { grid-template-columns:repeat(2,minmax(0,1fr)); } .sf-contact-channel:last-child { grid-column:1/-1; } }
@media (max-width:700px) { .sf-contact-hero { display:block; padding:2.7rem 6vw 2rem; } .sf-contact-hero h1 { font-size:clamp(2.2rem,8vw,3rem); } .sf-contact-hero p { font-size:1rem; } .sf-contact-hero-art { display:none; } .sf-contact-channels { display:grid; grid-template-columns:1fr; margin:2rem 0 3rem; } .sf-contact-channel:last-child { grid-column:auto; } .sf-contact-channel p { min-height:0; } .sf-contact-location-heading { align-items:start; flex-direction:column; gap:.5rem; } .sf-contact-map { height:340px; } .sf-contact-location { margin-bottom:1.5rem; } }
@media (max-width:900px) { .sf-shop-hero { padding:2.3rem; } .sf-shop ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:650px) { .sf-shop { margin-bottom:3rem; } .sf-shop-hero { display:block; margin-top:.6rem; padding:2rem 1.5rem 1rem; } .sf-shop-hero h1 { font-size:clamp(2.15rem,9vw,2.8rem); } .sf-shop-hero p { font-size:.97rem; } .sf-shop-hero-art { height:200px; margin-top:.6rem; } .sf-shop-hero-orbit { height:185px; width:185px; } .sf-shop-hero-art img { height:190px; } .sf-shop-hero-note { right:8%; } .sf-shop-categories { flex-wrap:nowrap; margin-bottom:2.3rem; overflow-x:auto; padding:.2rem 0 .8rem; scrollbar-width:thin; } .sf-shop-category { flex:none; } .sf-shop-catalog-heading { display:block; } .sf-shop-catalog-heading p { font-size:.9rem; margin-top:.5rem; } .sf-shop-toolbar { align-items:start; flex-direction:column; gap:.7rem; } .sf-shop ul.products { gap:.8rem; } .sf-shop ul.products li.product { padding:.7rem .7rem .8rem; } .sf-shop ul.products li.product img { height:190px; } .sf-shop ul.products li.product .woocommerce-loop-product__title { font-size:.93rem; } }
@media (max-width:420px) { .sf-shop ul.products li.product img { height:150px; } .sf-shop-hero-note { right:0; } }
@media (max-width:1120px) { .sf-cart-page .sf-cart-has-items > .woocommerce { grid-template-columns:1fr; } .sf-cart-page .cart-collaterals { grid-column:1; } .sf-cart-page .cart-collaterals .cart_totals { max-height:none; overflow:visible; position:static; } }
@media (max-width:767px) { .sf-cart-page .sf-cart-hero { align-items:flex-start; flex-direction:column; gap:.75rem; padding:1.35rem 1.55rem; } .sf-cart-hero h1 { font-size:clamp(1.8rem,7vw,2.1rem); } .sf-cart-hero p { display:none; } .sf-cart-hero .sf-checkout-steps { gap:.55rem; font-size:.85rem; } .sf-cart-page .sf-commerce-content { padding-bottom:5.5rem; } .sf-cart-page .woocommerce-cart-form { overflow:visible; } .sf-cart-page .woocommerce-cart-form table.cart { min-width:0; } .sf-cart-page .woocommerce-cart-form table.cart thead { display:none; } .sf-cart-page .woocommerce-cart-form table.cart td { border-bottom:0; padding:.45rem 0; } .sf-cart-page .woocommerce-cart-form table.cart tr.cart_item { border-bottom:1px solid #f0e5dc; display:block; padding:1rem 0; } .sf-cart-page .woocommerce-cart-form table.cart .product-thumbnail { width:auto; } .sf-cart-page .woocommerce-cart-form table.cart .product-thumbnail img { height:124px; max-height:none; max-width:none; width:124px; } .sf-cart-page .woocommerce-cart-form table.cart .product-name a { font-size:1.05rem; } .sf-cart-page .sf-cart-form-actions { align-items:stretch; flex-direction:column; } .sf-cart-page .sf-cart-form-actions .coupon { width:100%; } .sf-cart-page .sf-cart-form-actions .coupon input.input-text { flex:1; min-width:140px; width:auto; } .sf-cart-page .sf-cart-form-actions .sf-update-cart { margin-left:0; width:100%; } .sf-cart-page .cart-collaterals .cart_totals { padding:1.3rem; } .sf-cart-mobile-summary { align-items:center; background:#fff; border-top:1px solid #ead9cc; bottom:0; box-shadow:0 -8px 24px rgba(43,23,29,.13); display:flex; gap:1rem; justify-content:space-between; left:0; padding:.65rem max(1rem,env(safe-area-inset-left)) calc(.65rem + env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-right)); position:fixed; right:0; z-index:990; } .sf-cart-mobile-summary small { color:var(--sf-muted); display:block; font-size:.73rem; } .sf-cart-mobile-summary strong { color:var(--sf-dark); display:block; font-size:1.2rem; line-height:1.2; } .sf-cart-mobile-summary a { background:var(--sf-red); border-radius:100px; color:#fff; font-size:.83rem; font-weight:800; padding:.8rem 1rem; text-align:center; text-decoration:none; white-space:nowrap; } .sf-cart-mobile-summary a:hover { background:#a80b1a; color:#fff; } }
@media (max-width:767px) { .sf-checkout-page .sf-checkout-hero { align-items:flex-start; flex-direction:column; gap:.75rem; padding:1.35rem 1.55rem; } .sf-checkout-hero h1 { font-size:clamp(1.8rem,7vw,2.1rem); } .sf-checkout-hero p { display:none; } .sf-checkout-hero .sf-checkout-steps { gap:.55rem; font-size:.85rem; } .sf-checkout-page .woocommerce-billing-fields h3,.sf-checkout-page .woocommerce-checkout #order_review_heading { font-size:1.3rem; } }
@media (max-width:767px) {
  .sf-checkout-page .site-main { margin-bottom:0; }
  .sf-checkout-page .sf-commerce-content { margin-bottom:1.5rem; padding-bottom:0; }
  .sf-checkout-page .woocommerce-checkout #order_review { margin-top:1.25rem; }
  .sf-checkout-page #payment #place_order { display:none; }
  .sf-checkout-mobile-summary { align-items:center; background:#fff; border-top:1px solid #ead9cc; bottom:0; box-shadow:0 -8px 24px rgba(43,23,29,.13); display:flex; gap:1rem; justify-content:space-between; left:0; padding:.65rem max(1rem,env(safe-area-inset-left)) calc(.65rem + env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-right)); position:fixed; right:0; z-index:990; }
  .sf-checkout-mobile-summary small { color:var(--sf-muted); display:block; font-size:.73rem; }
  .sf-checkout-mobile-summary strong { color:var(--sf-dark); display:block; font-size:1.2rem; line-height:1.2; }
  .sf-checkout-mobile-summary button { background:var(--sf-red); border:0; border-radius:100px; color:#fff; font-size:.83rem; font-weight:800; min-height:44px; padding:.8rem 1rem; text-align:center; white-space:nowrap; }
  .sf-checkout-mobile-summary button:hover,.sf-checkout-mobile-summary button:focus-visible { background:#a80b1a; color:#fff; }
  .sf-checkout-mobile-summary button:disabled { cursor:wait; opacity:.55; }
}
@media (max-width:767px) {
  .sf-order-received .woocommerce-order { grid-template-columns:1fr; }
  .sf-order-received .woocommerce-order-details,.sf-order-received .woocommerce-customer-details { grid-column:1; }
  .sf-order-received ul.woocommerce-order-overview { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .sf-order-received ul.woocommerce-order-overview li:nth-child(2n) { border-right:0; }
  .sf-order-received ul.woocommerce-order-overview li:nth-child(n+3) { border-top:1px solid #eee2d9; }
  .sf-order-received ul.woocommerce-order-overview li:last-child:nth-child(odd) { grid-column:1/-1; }
  .sf-order-received .woocommerce-order-details,.sf-order-received .woocommerce-customer-details { padding:1.1rem; }
  .sf-order-received .woocommerce-thankyou-order-received { align-items:flex-start; padding:1.1rem; }
}
@media (max-width:767px) {
  .sf-not-found-page .site-main { margin:.2rem 0 1.5rem; }
  .sf-not-found { display:flex; flex-direction:column-reverse; gap:.5rem; min-height:0; padding:1.7rem; }
  .sf-not-found-art { min-height:145px; width:100%; }
  .sf-not-found-art::before { height:145px; width:145px; }
  .sf-not-found-number { font-size:6.5rem; }
  .sf-not-found-dot--one { left:20%; top:12%; }
  .sf-not-found-dot--two { bottom:0; right:19%; }
  .sf-not-found h1 { font-size:clamp(2rem,8vw,2.6rem); }
  .sf-not-found-copy > p { font-size:.95rem; }
  .sf-not-found-search { margin-top:1.5rem; }
}
