:root{--rose:#be5c6b;--ink:#1f2937;--warm:#fffaf7}
a{color:inherit;text-decoration:none}a:hover{color:var(--rose)}.breadcrumbs{display:flex;gap:.45rem;align-items:center;flex-wrap:wrap;background:rgba(255,255,255,.78);border-bottom:1px solid #f4ddd8}.breadcrumbs a{color:#64748b}.breadcrumbs a:hover{color:var(--rose)}
.mobile-menu{position:relative}.mobile-menu summary{display:grid;gap:4px;width:40px;height:40px;place-content:center;border:1px solid #f1d2cc;border-radius:999px;background:#fff;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{display:block;width:18px;height:2px;border-radius:2px;background:#8c3d4d}.mobile-menu nav{position:absolute;right:0;top:48px;display:grid;gap:.35rem;min-width:220px;padding:.75rem;border:1px solid #f1d2cc;border-radius:16px;background:#fff;box-shadow:0 20px 50px rgba(82,55,50,.14)}.mobile-menu nav a{padding:.65rem .75rem;border-radius:12px}.mobile-menu nav a:hover{background:#fff1f2}
.mobile-product-nav{display:none}
.listing-hero{padding:3rem 0 1.5rem}.listing-hero h1,.buy-box h1{font-size:clamp(2rem,4vw,4rem);line-height:1.02;font-weight:750;letter-spacing:0;color:#251f23}.listing-hero p{max-width:880px;margin-top:1rem;color:#5f5962;font-size:1.05rem;line-height:1.75}
.catalog-tools{position:sticky;top:66px;z-index:30;display:flex;gap:.75rem;align-items:center;margin:1rem 0 1.5rem;padding:.75rem;border:1px solid #f3d7d2;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-radius:18px}.catalog-tools input,.catalog-tools select{border:1px solid #ead2cc;border-radius:12px;padding:.75rem 1rem;background:#fff;min-width:0}.catalog-tools input{flex:1}.catalog-tools button,.add-cart,.quick-order{border-radius:999px;padding:.65rem 1rem;font-weight:700}.catalog-tools button,.quick-order{background:#fff1f2;color:#9f2d47}.add-cart,.primary{background:var(--rose);color:white}
.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}@media (min-width:768px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}}@media (min-width:1180px){.products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
.product-card{display:flex;flex-direction:column;border:1px solid rgba(183,110,93,.12);background:linear-gradient(180deg,#fff,#fffaf7);border-radius:18px;overflow:hidden;box-shadow:0 14px 36px rgba(82,55,50,.07);transition:.25s;min-width:0;cursor:pointer}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 46px rgba(82,55,50,.12)}.product-card>a{display:flex;flex:1;flex-direction:column}.product-card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#f8ede8}.product-card-body{padding:.85rem}.product-card h3{min-height:2.8em;font-size:.95rem;line-height:1.35;font-weight:700}.product-card strong{display:block;margin-top:.4rem;color:#be3f59;font-size:1.12rem}.sku{color:#8b7b80;font-size:.82rem}.supplier-sku{font-size:.74rem}.chips{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:.5rem}.chips span{font-size:.7rem;border-radius:999px;background:#fff1f2;color:#9f2d47;padding:.18rem .48rem}.product-card-actions{display:flex;justify-content:flex-end;gap:.45rem;margin-top:auto;padding:.75rem}.product-card-actions>*{min-width:0;text-align:center;white-space:nowrap}.product-card-actions .add-cart{padding:.6rem .9rem}
.product-layout{display:grid;gap:2rem;align-items:start}@media (min-width:960px){.product-layout{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)}}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.product-gallery img{width:100%;border-radius:18px;aspect-ratio:1/1;object-fit:cover;background:#f8ede8}.product-gallery img:first-child{grid-column:1/-1}.buy-box{position:sticky;top:92px;border:1px solid #f1d2cc;background:rgba(255,255,255,.9);border-radius:24px;padding:1.4rem;box-shadow:0 20px 50px rgba(82,55,50,.1)}.price{font-size:2rem;font-weight:800;color:#be3f59;margin:.8rem 0}.availability{color:#166534;font-weight:700}.buy-box .primary,.quick-order{display:block;width:100%;margin-top:.75rem;text-align:center}
.content-grid{display:grid;gap:2rem;margin-top:2rem}@media (min-width:960px){.content-grid{grid-template-columns:1fr 360px}}.content-grid h2,.related h2,.faq h2{font-size:1.35rem;font-weight:800;margin:1.4rem 0 .7rem}.content-grid p,.content-grid li{line-height:1.75;color:#4b5563}.content-grid table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden}.content-grid th,.content-grid td{border-bottom:1px solid #f2ddd7;padding:.8rem;text-align:left}.content-grid th{color:#73636b;width:40%}.delivery-box,.faq details{border:1px solid #f1d2cc;background:#fff;border-radius:16px;padding:1rem;margin-top:.75rem}.faq{margin-top:2rem}.faq summary{cursor:pointer;font-weight:700}
.cart-panel{position:fixed;inset:0 0 0 auto;width:min(420px,100%);transform:translateX(105%);transition:.25s;z-index:80;background:#fff;box-shadow:-20px 0 60px rgba(0,0,0,.18);display:flex;flex-direction:column}.cart-panel.open{transform:none}.cart-panel header,.checkout-dialog header,.ai-dialog header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1d2cc;padding:1rem}.cart-items{flex:1;overflow:auto;padding:1rem}.cart-row{display:grid;grid-template-columns:64px 1fr auto;gap:.75rem;align-items:center;margin-bottom:.85rem}.cart-row img{width:64px;height:64px;object-fit:cover;border-radius:12px}.cart-qty{display:flex;gap:.25rem;align-items:center}.cart-qty button,.cart-close,.checkout-close,.ai-close{border:1px solid #f1d2cc;border-radius:999px;background:#fff;padding:.35rem .6rem}.cart-footer{border-top:1px solid #f1d2cc;padding:1rem}.cart-footer p{display:flex;justify-content:space-between;margin:.25rem 0}.cart-total-line{font-size:1.15rem}.checkout-open:disabled{opacity:.45;cursor:not-allowed}
.checkout-modal,.ai-modal{position:fixed;inset:0;z-index:90;display:none;align-items:center;justify-content:center;background:rgba(20,18,20,.62);padding:1rem}.checkout-modal.open,.ai-modal.open{display:flex}.checkout-dialog,.ai-dialog{width:min(560px,100%);max-height:92vh;overflow:auto;border-radius:22px;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.25)}#static-checkout-form{display:grid;gap:.85rem;padding:1rem}#static-checkout-form label{display:grid;gap:.35rem;font-weight:700;color:#3f3540}#static-checkout-form input,#static-checkout-form textarea{width:100%;border:1px solid #ead2cc;border-radius:12px;padding:.75rem 1rem;font-weight:400}#static-checkout-form fieldset{border:1px solid #ead2cc;border-radius:14px;padding:.75rem}#static-checkout-form legend{font-weight:800;padding:0 .35rem}.radio-row{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:.5rem;font-weight:500!important}.radio-row input{width:auto!important}.checkout-status{min-height:1.3rem;font-size:.9rem}.checkout-status.success{color:#15803d}.checkout-status.error{color:#b91c1c}
.ai-fab{position:fixed;left:1.25rem;bottom:1.25rem;z-index:70;width:56px;height:56px;border-radius:999px;background:linear-gradient(135deg,rgba(201,140,119,.9),rgba(183,110,93,.95));color:#fff;font-size:1.5rem;box-shadow:0 18px 45px rgba(82,55,50,.2);border:1px solid rgba(255,255,255,.45)}.ai-body{padding:1rem}.ai-body h3{font-size:1.35rem;font-weight:800;margin-bottom:.8rem}.quiz-option{display:block;width:100%;margin:.5rem 0;padding:.8rem 1rem;text-align:left;border:1px solid #f1d2cc;border-radius:14px;background:#fff7f5;font-weight:700}.quiz-option:hover{background:#fff1f2}.ai-body input{width:100%;border:1px solid #ead2cc;border-radius:12px;padding:.8rem 1rem;margin:.5rem 0 1rem}.ai-loading,.ai-text{line-height:1.7;color:#4b5563}.ai-chips{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}.ai-chip{border:1px solid #f1d2cc;border-radius:999px;background:#fff1f2;padding:.45rem .75rem;color:#9f2d47;font-weight:800}.ai-products{display:grid;gap:.65rem}.ai-product{display:grid;grid-template-columns:66px 1fr;gap:.75rem;align-items:center;border:1px solid #f1d2cc;border-radius:16px;background:#fffaf7;padding:.55rem}.ai-product img{width:66px;height:66px;object-fit:cover;border-radius:12px}.ai-product span{display:grid;gap:.15rem}.ai-product small{color:#75666c}.ai-product strong{color:#be3f59}.ai-catalog-link{display:block;margin-top:1rem;text-align:center}
.static-site-footer{margin-top:3rem;border-top:1px solid #f1d2cc;background:#fff1f2;color:#3f3540}.static-site-footer .footer-inner{max-width:80rem;margin:0 auto;padding:2.75rem 1rem;display:grid;gap:2rem}.static-site-footer h2{font-family:Georgia,serif;font-size:1.55rem;font-weight:800;margin-bottom:.8rem}.static-site-footer p{max-width:34rem;color:#5f5962;line-height:1.7}.static-site-footer nav{display:grid;gap:.55rem}.static-site-footer a{color:#5f5962}.static-site-footer a:hover{color:#be5c6b}.static-site-footer .footer-bottom{border-top:1px solid #ead2cc;padding:1rem;text-align:center;color:#75666c;font-size:.875rem}@media (min-width:760px){.static-site-footer .footer-inner{grid-template-columns:1.5fr 1fr 1fr}}
@media (max-width:680px){.catalog-tools{top:60px;display:grid;grid-template-columns:1fr auto}.catalog-tools select{grid-column:1/-1}.product-card-actions{padding:.7rem;flex-direction:column}.buy-box{position:static}.product-gallery{grid-template-columns:1fr}.listing-hero{padding-top:1.5rem}.breadcrumbs{display:none}.mobile-product-nav{position:sticky;top:65px;z-index:35;display:flex;gap:.5rem;overflow:auto;padding:.65rem 1rem;border-bottom:1px solid #f1d2cc;background:rgba(255,255,255,.92);backdrop-filter:blur(12px)}.mobile-product-nav a{white-space:nowrap;border:1px solid #f1d2cc;border-radius:999px;background:#fff;padding:.5rem .8rem;color:#9f2d47;font-weight:700}.mobile-product-nav a:first-child{background:#9f2d47;color:#fff}header img{max-width:120px}}

:root{--brand:#b76e5d;--brand-dark:#8f463c;--accent:#e11d48;--paper:#fffaf7;--soft:#fff1f2;--ink:#35292c;--muted:#667085;--line:#ead5c9;--brand-gradient:linear-gradient(135deg,#d49883,#b76e5d)}
body{background:radial-gradient(circle at 10% 0%,#fff7f0 0,#fffaf7 38%,#fff 100%);color:var(--ink)}
.static-topbar{height:34px;display:flex;align-items:center;justify-content:center;gap:.45rem;background:linear-gradient(90deg,#9b6b5f,#bf8271);color:#fff;font-weight:800;font-size:.9rem}.static-topbar svg{width:16px;height:16px}
.static-header{top:0}.static-logo-link{display:flex;align-items:center}.static-cart-icon{position:relative;display:grid;place-items:center;width:44px;height:44px;border:0;background:transparent;color:#3c3033}.static-cart-icon svg{width:28px;height:28px;stroke-width:2.1}.static-cart-icon span{position:absolute;right:-3px;top:0;min-width:20px;height:20px;border-radius:999px;background:#e11d48;color:#fff;font-size:.72rem;font-weight:900;display:grid;place-items:center;padding:0 .25rem}
.listing-hero{position:relative;margin:2rem 0 1.4rem;padding:3rem 3.2rem;border:1px solid rgba(183,110,93,.18);border-radius:32px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,241,242,.78));box-shadow:0 24px 70px rgba(82,55,50,.09);overflow:hidden}.listing-hero:before{content:"";position:absolute;inset:auto -10% -45% auto;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(183,110,93,.18),transparent 68%)}.listing-hero h1{max-width:920px}.listing-hero p{position:relative;max-width:980px;color:#51464b}
.breadcrumbs{border:0;background:rgba(255,255,255,.55);backdrop-filter:blur(10px)}
.catalog-tools{top:86px;border-radius:28px;padding:.9rem;background:rgba(255,255,255,.86);box-shadow:0 18px 50px rgba(82,55,50,.08)}.catalog-tools input,.catalog-tools select{height:50px;border-radius:16px}.catalog-tools button{height:50px;border:0;background:#fff1f2;color:#9f2d47;padding:0 1.15rem}
.product-card{border-radius:22px;background:linear-gradient(180deg,#fff,#fffaf7);box-shadow:0 16px 42px rgba(82,55,50,.08)}.product-card img{aspect-ratio:1/1.02}.product-card h3{font-family:Georgia,'Times New Roman',serif;font-size:1.02rem;color:#2f2528}.product-card .add-cart{background:var(--brand-gradient);color:#fff;border:0;display:inline-flex;align-items:center;justify-content:center;gap:.35rem}
.product-layout{margin-top:1.8rem}.product-gallery img{border-radius:24px;box-shadow:0 16px 42px rgba(82,55,50,.08)}.buy-box{border-radius:26px;background:linear-gradient(180deg,#fff,#fff8f5);box-shadow:0 24px 70px rgba(82,55,50,.12)}.buy-box h1{font-family:Georgia,'Times New Roman',serif}.price{font-size:2.45rem;color:var(--brand);font-weight:900}.buy-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin:1rem 0;padding:1rem;border-radius:18px;background:#fff1f2}.buy-benefits span{display:grid;gap:.35rem;place-items:center;text-align:center;color:#506078;font-size:.82rem}.buy-benefits svg{width:24px;height:24px;color:#16a34a}.buy-benefits span:first-child svg{color:#d99a00}.buy-benefits span:last-child svg{color:#2563eb}.buy-box .primary{border:0;background:var(--brand-gradient);display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.05rem}.buy-note,.product-note-box{margin-top:1rem;padding:1rem 1.15rem;border-left:5px solid #fb7185;border-radius:12px;background:#fff1f2;color:#637087;font-weight:650;line-height:1.55}.product-description-list{display:grid;gap:.35rem;margin:1rem 0;padding-left:1.2rem}
.cart-shell{position:fixed;inset:0;z-index:80;display:none}.cart-shell.open{display:block}.cart-overlay{position:absolute;inset:0;background:rgba(20,18,20,.5)}.cart-panel{width:min(670px,100%);z-index:81;background:#fff}.cart-panel header,.checkout-dialog header,.ai-dialog header{padding:1rem 1.25rem}.cart-panel h2,.checkout-dialog h2,.ai-dialog h2{font-family:Georgia,'Times New Roman',serif;font-size:2rem;font-weight:800;color:#3a2d31}.icon-close{border:0!important;background:transparent!important;color:#3a2d31!important;padding:.25rem!important}.icon-close svg{width:30px;height:30px}
.cart-row{grid-template-columns:120px 1fr auto;gap:1.3rem;align-items:start;margin-bottom:1.35rem}.cart-row img{width:120px;height:120px;border-radius:16px}.cart-item-main b{font-family:Georgia,'Times New Roman',serif;font-size:1.45rem;line-height:1.25;color:#3a2d31}.cart-item-main p{margin:.35rem 0;color:#667085}.cart-item-main small{color:#7a6f75}.cart-qty{gap:.8rem;font-size:1.25rem}.cart-qty button{border:0;background:transparent;color:#3a2d31;font-size:1.35rem;padding:.15rem}.cart-qty button[data-remove]{color:#ef4444}.cart-qty svg{width:24px;height:24px}.cart-footer{padding:1.25rem;border-top:1px solid #ead5c9}.cart-footer p{font-size:1.25rem}.cart-footer b{font-weight:900}.cart-discount-line{color:#16a34a}.cart-shipping-line{color:#16a34a}.cart-footer .is-hidden{display:none}.cart-total-line{border-top:1px solid #ead5c9;padding-top:.8rem;font-size:1.55rem}.checkout-open,.checkout-dialog .primary{width:100%;margin-top:1rem;border:0;border-radius:12px;background:var(--brand-gradient);padding:1rem 1.2rem;color:#fff;font-size:1.15rem;font-weight:900}
.checkout-modal,.ai-modal{background:rgba(20,18,20,.58);backdrop-filter:blur(4px)}.checkout-dialog,.ai-dialog{border-radius:0;background:#fff;width:min(760px,100%)}#static-checkout-form{padding:1.5rem;gap:1rem}#static-checkout-form label{color:#344054;font-size:1rem}#static-checkout-form input,#static-checkout-form textarea{border-color:#e5e7eb;border-radius:12px;min-height:48px}#static-checkout-form fieldset{border:0;padding:0}#static-checkout-form legend{margin-bottom:.55rem;color:#344054}.radio-row{border:1px solid #fb4561!important;border-radius:10px;padding:1rem!important;background:#fff1f2}.checkout-note{border-left:5px solid #fb7185;border-radius:10px;background:#fff1f2;padding:1rem;color:#667085;line-height:1.45}.checkout-policy{color:#667085}.checkout-policy a{text-decoration:underline}.checkout-status.success{color:#15803d}.checkout-status.error{color:#b91c1c}
.ai-fab{left:1.25rem;right:auto;bottom:1.25rem;width:58px;height:58px;background:var(--brand-gradient);display:grid;place-items:center}.ai-fab svg{width:25px;height:25px}.ai-dialog header h2{display:flex;align-items:center;gap:.5rem}.quiz-option{border-radius:16px}.ai-catalog-link{border-radius:999px;padding:.8rem 1rem}
@media (max-width:680px){.static-topbar{font-size:.78rem}.listing-hero{margin:1rem 0;padding:2rem 1.2rem;border-radius:24px}.catalog-tools{top:74px}.cart-row{grid-template-columns:86px 1fr;gap:.85rem}.cart-row img{width:86px;height:86px}.cart-qty{grid-column:2}.buy-benefits{grid-template-columns:1fr}.checkout-dialog,.ai-dialog{max-height:100vh;height:100vh}.product-card h3{font-size:.92rem}}

button,.primary,.secondary,.cart-empty-link,.quiz-option,.ai-chip,.ai-catalog-link{border-radius:999px}
.cart-empty{display:grid;gap:1.1rem;align-content:start;min-height:260px;color:#263244;font-size:1.08rem;line-height:1.55}
.cart-empty-link{display:inline-flex;width:max-content;align-items:center;justify-content:center;background:var(--brand-gradient);color:#fff;font-weight:900;padding:.9rem 1.25rem}
.cart-thumb{display:block}.cart-thumb:hover img{transform:scale(1.02)}.cart-row img{transition:transform .22s ease}
.cart-row-gift{background:#fff7f5;border:1px solid #f1d2cc;border-radius:18px;padding:.75rem}.gift-qty{font-weight:900;color:#9f2d47}
.secondary{border:1px solid #f1d2cc;background:#fff;color:#9f2d47;font-weight:900}
.order-history-open.secondary{width:100%;margin-top:.75rem;padding:1rem 1.2rem}
.checkout-dialog,.ai-dialog,.order-history-dialog,.gift-offer-dialog{border-radius:28px;background:linear-gradient(180deg,#fff,#fffaf7)}
.ai-modal,.checkout-modal,.order-history-modal,.gift-offer-modal{backdrop-filter:blur(7px)}
.ai-dialog{width:min(680px,100%);overflow:hidden;border:1px solid rgba(255,255,255,.55);box-shadow:0 34px 90px rgba(54,38,35,.28)}
.ai-dialog header{background:linear-gradient(135deg,#fff7f2,#fff);border-bottom:1px solid #f1d2cc}
.ai-body{padding:1.35rem}.ai-body h3{font-family:Georgia,'Times New Roman',serif;font-size:1.7rem;color:#34282c}.quiz-option{padding:1rem 1.15rem;background:#fff;border:1px solid #ead5c9;box-shadow:0 10px 24px rgba(82,55,50,.04)}.quiz-option:hover{background:#fff1f2;transform:translateY(-1px)}
.gift-offer-modal{position:fixed;inset:0;z-index:95;display:none;align-items:center;justify-content:center;background:rgba(20,18,20,.58);padding:1rem}.gift-offer-modal.open{display:flex}.gift-offer-dialog{position:relative;width:min(620px,100%);padding:2rem;box-shadow:0 34px 90px rgba(54,38,35,.28)}.gift-offer-dialog .icon-close{position:absolute;right:1rem;top:1rem}.gift-offer-dialog h2{font-family:Georgia,'Times New Roman',serif;font-size:2rem;font-weight:900;color:#30242a;margin:0 2.5rem 1rem 0}.gift-offer-dialog p{color:#5f5962;font-size:1.08rem;line-height:1.65}.gift-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.35rem}.gift-actions button{padding:.9rem 1.25rem}
.order-history-modal{position:fixed;inset:0;z-index:95;display:none;align-items:center;justify-content:center;background:rgba(20,18,20,.58);padding:1rem}.order-history-modal.open{display:flex}.order-history-dialog{width:min(620px,100%);max-height:88vh;overflow:auto;box-shadow:0 34px 90px rgba(54,38,35,.28)}.order-history-dialog header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1d2cc;padding:1rem 1.25rem}.order-history-body{padding:1rem}.order-history-body article{border:1px solid #f1d2cc;border-radius:18px;padding:1rem;margin-bottom:.8rem;background:#fff}
#static-checkout-form input,#static-checkout-form textarea{font-size:16px}
@media (max-width:680px){.cart-empty{min-height:220px}.gift-offer-dialog{padding:1.5rem}.gift-offer-dialog h2{font-size:1.55rem}.ai-body h3{font-size:1.4rem}.order-history-dialog,.gift-offer-dialog{max-height:92vh}}
.listing-hero .catalog-links{position:relative;display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.listing-hero .catalog-links a{border-radius:999px;border:1px solid rgba(183,110,93,.2);background:rgba(255,255,255,.76);color:#7a4c45;font-weight:850;padding:11px 16px;text-decoration:none;box-shadow:0 12px 26px rgba(82,55,50,.08)}.listing-hero .catalog-links a:hover{background:linear-gradient(135deg,#c98c77,#b76e5d);color:#fff}

.checkout-dialog{position:relative;display:flex;flex-direction:column;overflow:hidden}
.checkout-dialog header{position:sticky;top:0;z-index:5;background:linear-gradient(135deg,#fff7f2,#fff)}
.checkout-close{flex:0 0 auto;margin-left:auto}
#static-checkout-form{overflow:auto;max-height:calc(92vh - 76px)}
.cart-panel header{position:sticky;top:0;z-index:5;background:#fff}
@media(max-width:680px){#static-checkout-form{max-height:calc(100vh - 76px)}}


.blog-main-footer{margin-top:72px;background:#f9e7df;border-top:1px solid rgba(183,110,93,.18);color:#3f312f}.blog-main-footer .footer-wrap{max-width:1180px;margin:0 auto;padding:48px 20px;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:32px}.blog-main-footer h3{font:800 28px/1.1 Georgia,serif;margin:0 0 14px}.blog-main-footer h4{font:800 15px/1.2 Inter,system-ui,sans-serif;margin:0 0 14px;color:#4b3a37}.blog-main-footer p,.blog-main-footer span{color:#6d5b57;line-height:1.7}.blog-main-footer a{display:block;color:#5f4a46;text-decoration:none;margin:10px 0;font-weight:650}.blog-main-footer a:hover{color:#b76e5d}.footer-socials{display:flex;gap:14px;margin-top:20px}.footer-socials a{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:#fff7f2;border:1px solid rgba(183,110,93,.16);box-shadow:0 10px 22px rgba(82,55,50,.08)}.footer-socials svg{width:20px;height:20px;fill:#9f6257}.footer-contacts a{font-weight:800}.blog-main-footer *{box-sizing:border-box}@media(max-width:820px){.blog-main-footer .footer-wrap{grid-template-columns:1fr;gap:24px;padding:38px 18px}.footer-socials{justify-content:flex-start}}

.ip-share-widget{position:relative;box-sizing:border-box}.ip-share-widget *{box-sizing:border-box}.ip-share-trigger{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid rgba(183,110,93,.2);border-radius:999px;background:linear-gradient(135deg,#fff,#fff5f1);color:#7d463f;font-weight:900;line-height:1;padding:.85rem 1rem;box-shadow:0 14px 32px rgba(82,55,50,.09);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.ip-share-trigger:hover,.ip-share-widget.is-open .ip-share-trigger{transform:translateY(-1px);background:linear-gradient(135deg,#c98c77,#b76e5d);color:#fff;box-shadow:0 18px 42px rgba(183,110,93,.2)}.ip-share-trigger svg{width:18px;height:18px;stroke-width:2.4}.ip-share-panel{position:absolute;right:0;bottom:calc(100% + .7rem);z-index:75;width:min(320px,calc(100vw - 2rem));padding:.85rem;border:1px solid rgba(183,110,93,.18);border-radius:20px;background:rgba(255,255,255,.97);box-shadow:0 24px 70px rgba(54,38,35,.2);opacity:0;transform:translateY(8px) scale(.98);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.ip-share-widget.is-open .ip-share-panel,.ip-share-widget.is-copied .ip-share-panel{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.ip-share-title{margin:0 0 .7rem!important;color:#2d2427!important;font-size:.95rem!important;font-weight:900!important;line-height:1.25!important}.ip-share-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.ip-share-action{display:flex!important;align-items:center;justify-content:center;gap:.45rem;min-height:42px;margin:0!important;padding:.65rem .7rem;border:1px solid #f1d2cc;border-radius:14px;background:#fff7f5;color:#7d463f!important;font-weight:850;text-decoration:none!important;line-height:1.1}.ip-share-action:hover{background:#fff1f2;color:#9f2d47!important}.ip-share-action svg{width:17px;height:17px;stroke-width:2.35}.ip-share-status{min-height:1.2rem;margin:.65rem 0 0!important;color:#75666c!important;font-size:.82rem!important;line-height:1.35!important}.ip-share-inline{margin-top:1rem}.listing-hero .ip-share-inline{display:inline-block;min-width:210px;margin-top:1.35rem}.ip-share-floating{position:fixed;right:1.05rem;bottom:1.05rem;z-index:72;display:none}.ip-share-floating .ip-share-trigger{width:auto;min-width:54px;height:54px;padding:0 1rem;background:linear-gradient(135deg,#c98c77,#b76e5d);color:#fff;border-color:rgba(255,255,255,.45);box-shadow:0 18px 45px rgba(82,55,50,.24)}.ip-share-floating .ip-share-panel{position:fixed;right:1rem;bottom:5.2rem}.ip-share-floating .ip-share-trigger span{display:none}.ip-share-floating .ip-share-trigger svg{width:22px;height:22px}@media(max-width:680px){.ip-share-inline{display:none!important}.ip-share-floating{display:block}.ip-share-panel{border-radius:22px}.ip-share-actions{grid-template-columns:1fr 1fr}.ip-share-action{min-height:46px}.cart-panel.open~.ip-share-floating,.checkout-modal.open~.ip-share-floating,.ai-modal.open~.ip-share-floating{display:none}}@media(min-width:681px){.ip-share-floating{display:none!important}}

@media(max-width:680px){:root{--mobile-fab-size:58px;--mobile-fab-offset:16px;--mobile-fab-bottom:calc(var(--mobile-fab-offset) + env(safe-area-inset-bottom,0px))}.ai-fab,.ip-share-floating .ip-share-trigger{width:var(--mobile-fab-size)!important;height:var(--mobile-fab-size)!important;min-width:var(--mobile-fab-size)!important;min-height:var(--mobile-fab-size)!important;padding:0!important;border-radius:999px!important;display:grid!important;place-items:center!important}.ai-fab{left:var(--mobile-fab-offset)!important;right:auto!important;bottom:var(--mobile-fab-bottom)!important}.ip-share-floating{right:var(--mobile-fab-offset)!important;bottom:var(--mobile-fab-bottom)!important}.ip-share-floating .ip-share-trigger svg,.ai-fab svg{width:24px!important;height:24px!important}.ip-share-floating .ip-share-panel{right:var(--mobile-fab-offset)!important;bottom:calc(var(--mobile-fab-bottom) + var(--mobile-fab-size) + 12px)!important}.ip-share-floating.is-scroll-top .ip-share-trigger{background:linear-gradient(135deg,#7f9a89,#557866);box-shadow:0 18px 45px rgba(54,82,62,.24)}}

@media(max-width:680px){.ai-fab,.ip-share-floating .ip-share-trigger{background:linear-gradient(135deg,rgba(201,140,119,.55),rgba(183,110,93,.6))!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 5px 15px rgba(0,0,0,.2),0 8px 24px rgba(183,110,93,.22)!important;color:#fff!important;transition:background .22s ease,box-shadow .22s ease,transform .22s ease}.ai-fab:hover,.ip-share-floating .ip-share-trigger:hover,.ip-share-floating.is-open .ip-share-trigger{background:linear-gradient(135deg,rgba(201,140,119,.72),rgba(183,110,93,.78))!important;box-shadow:0 8px 24px rgba(183,110,93,.35)!important}.ip-share-floating.is-scroll-top .ip-share-trigger{background:linear-gradient(135deg,rgba(92,131,108,.58),rgba(70,105,84,.64))!important;box-shadow:0 5px 15px rgba(0,0,0,.18),0 8px 24px rgba(70,105,84,.28)!important}.ip-share-floating.is-scroll-top .ip-share-trigger:hover{background:linear-gradient(135deg,rgba(92,131,108,.74),rgba(70,105,84,.8))!important}}

