@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--paper:#FAF9F6;--sand:#F3EFEC;--sand-2:#E5DACE;--ink:#1a1a1a;--muted:#78716c;--soft:#f5f5f4;--line:rgba(0,0,0,.07);--brand:#D17D50;--brand-dark:#B6653D;--white:#fff;--dark:#1c1917;--radius:28px;--serif:"Cormorant Garamond", Georgia, serif;--sans:"Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif;--mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:#2c2c2c;font-family:var(--sans);font-size:14px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.skip-to-content{position:absolute;left:-999px;top:0;background:var(--ink);color:#fff;padding:12px 16px;z-index:9999}.skip-to-content:focus{left:12px;top:12px}.page-width{max-width:1280px;margin:0 auto;padding:0 24px}.section-space{padding:72px 0}.only-mobile{display:none}.site-header{position:sticky;top:0;z-index:40;background:#faf9f6f2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-logo{display:flex;align-items:center;gap:11px}.brand-mark{width:34px;height:34px;border-radius:999px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000014;font-size:17px;line-height:1;transform:rotate(10deg)}.brand-name{display:block;font-family:var(--serif);font-style:italic;font-weight:700;font-size:28px;letter-spacing:-.03em;color:var(--ink);line-height:1}.brand-tag{display:block;margin-top:2px;font-family:var(--mono);font-size:8px;font-weight:800;letter-spacing:.25em;text-transform:uppercase;color:var(--brand)}.header-nav{display:flex;align-items:center;gap:38px}.header-nav a{font-size:10px;text-transform:uppercase;letter-spacing:.2em;font-weight:800;color:#00000094;position:relative;padding:10px 0}.header-nav a:hover,.header-nav a[aria-current=page]{color:var(--brand)}.header-actions{display:flex;align-items:center;gap:12px}.pill-link,.cart-link{border:1px solid rgba(0,0,0,.1);background:#fff;border-radius:999px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#000c;display:flex;align-items:center;gap:8px}.pill-link{padding:10px 16px}.cart-link{padding:10px 12px;position:relative}.cart-count{min-width:20px;height:20px;border-radius:999px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;line-height:1;margin-left:3px}.mobile-menu-toggle{display:none}.hero{position:relative;overflow:hidden;background:#e5dace33;border-radius:32px;margin:24px 32px 0;border:1px solid var(--line);min-height:520px;display:flex;align-items:center}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.85) contrast(1.05);opacity:.9}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#1a1a1af2,#1a1a1a85,#1a1a1a00)}.hero-content{position:relative;z-index:2;max-width:740px;padding:80px 52px;color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#faf9f633;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:9px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:#faf9f6}.eyebrow.dark{background:#d17d5014;border-color:#d17d502e;color:var(--brand)}.hero h1{font-family:var(--serif);font-weight:700;letter-spacing:-.04em;font-size:clamp(46px,6vw,82px);line-height:1.04;margin:24px 0 0}.hero h1 em{font-weight:400;color:var(--brand)}.hero p{max-width:450px;color:#f5f5f4e6;font-size:15px;margin:22px 0 0}.btn-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.btn{border:0;border-radius:999px;padding:14px 24px;font-size:10px;text-transform:uppercase;letter-spacing:.2em;font-weight:800;cursor:pointer;transition:.2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:var(--brand);color:var(--paper);box-shadow:0 16px 32px #d17d502e}.btn-primary:hover{background:var(--brand-dark);transform:translateY(-1px)}.btn-glass{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.btn-dark{background:var(--ink);color:#fff}.btn-outline{border:1px solid var(--line);background:#fff;color:var(--ink)}.btn-full{width:100%}.btn[disabled]{opacity:.48;cursor:not-allowed;transform:none!important}.benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.benefit-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;display:flex;align-items:flex-start;gap:16px;box-shadow:0 20px 50px #00000006}.benefit-icon{width:44px;height:44px;border-radius:999px;background:#d17d5012;color:var(--brand);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.benefit-card h3{font-family:var(--serif);font-style:italic;font-size:16px;color:#292524;margin:0}.benefit-card p{font-size:12px;color:#57534e;margin:6px 0 0;line-height:1.55}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);padding-bottom:24px;margin-bottom:40px}.section-head.center{display:block;text-align:center;max-width:740px;margin:0 auto 40px;border:0}.section-head h2{font-family:var(--serif);font-style:italic;font-weight:700;font-size:clamp(32px,4vw,52px);letter-spacing:-.03em;line-height:1.05;margin:0;color:#1c1917}.section-head p{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#78716c;margin:8px 0 0}.filter-pills{display:flex;gap:8px;flex-wrap:wrap}.filter-pills a{padding:9px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#57534e}.filter-pills a.active{background:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.product-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:30px;overflow:hidden;transition:.25s ease;display:flex;flex-direction:column;position:relative}.product-card:hover{box-shadow:0 25px 60px #0000000d;border-color:#0000001f;transform:translateY(-2px)}.product-card-media{height:264px;background:#fafaf9;overflow:hidden;position:relative}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:.5s ease}.product-card:hover .product-card-media img{transform:scale(1.05)}.product-badge{position:absolute;top:16px;left:16px;z-index:2;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:999px;padding:5px 12px;font-size:8px;text-transform:uppercase;letter-spacing:.15em;font-weight:800;color:#2c2c2c}.product-card-body{padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;flex:1}.stars{color:var(--brand);letter-spacing:1px;font-size:13px}.review-count{font-size:11px;color:#a8a29e;margin-left:6px}.product-card h3{font-family:var(--serif);font-style:italic;font-weight:700;font-size:21px;line-height:1.1;color:#1c1917;margin:7px 0 0}.product-card h3:hover{color:var(--brand)}.product-card p{font-size:12px;color:#78716c;margin:10px 0 0;line-height:1.55}.product-meta{display:flex;gap:6px;flex-wrap:wrap}.tag{background:var(--sand);border:1px solid rgba(0,0,0,.05);border-radius:8px;padding:4px 8px;font-size:9px;font-weight:700;color:#2c2c2c}.price-row{padding-top:16px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px}.price-kicker{font-size:10px;color:#a8a29e;text-transform:uppercase;letter-spacing:.09em;font-weight:800}.price{font-family:var(--serif);font-weight:800;font-size:23px;color:#1c1917}.price .compare{font-family:var(--sans);font-size:13px;color:#a8a29e;text-decoration:line-through;margin-left:8px}.story-band{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:80px 0}.story-grid{display:grid;grid-template-columns:5fr 7fr;gap:58px;align-items:center}.arched-image{position:relative}.arched-image:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;background:#d17d5012;border-radius:34px;transform:rotate(-2deg)}.arched-image img{position:relative;width:100%;height:500px;object-fit:cover;border-radius:260px 260px 28px 28px;box-shadow:0 25px 70px #00000029;border:1px solid var(--line)}.story-copy h2{font-family:var(--serif);font-style:italic;font-size:clamp(34px,4.5vw,58px);line-height:1.04;margin:18px 0 0;color:#1c1917}.story-copy p{font-size:14px;color:#57534e;line-height:1.75;max-width:720px}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:26px}.check-item{display:flex;gap:12px;align-items:flex-start}.check-mark{color:var(--brand);font-weight:900}.check-item h4{font-family:var(--serif);font-style:italic;margin:0;font-size:16px;color:#1c1917}.check-item p{font-size:12px;margin:4px 0 0;color:#78716c;line-height:1.55}.testimonials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.testimonial{background:#fff;border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:0 20px 50px #00000006;display:flex;flex-direction:column;justify-content:space-between}.testimonial quote,.testimonial blockquote{margin:14px 0 0;font-family:var(--serif);font-style:italic;font-size:18px;line-height:1.45;color:#44403c}.person{display:flex;gap:12px;align-items:center;margin-top:24px}.avatar{width:42px;height:42px;border-radius:999px;background:var(--sand);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;color:#57534e}.person strong{font-family:var(--serif);font-style:italic;color:#1c1917}.person span{display:block;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#a8a29e}.product-page{padding:48px 0 80px}.product-layout{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);gap:54px;align-items:start}.product-gallery{position:sticky;top:108px}.main-media{background:#fff;border:1px solid var(--line);border-radius:32px;overflow:hidden;min-height:560px;display:flex;align-items:center;justify-content:center}.main-media img{width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1}.media-thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:14px}.media-thumb{border:1px solid var(--line);border-radius:16px;padding:0;background:#fff;overflow:hidden;cursor:pointer;opacity:.72;transition:.2s ease}.media-thumb img{width:100%;aspect-ratio:1;object-fit:cover}.media-thumb.is-active{opacity:1;outline:2px solid var(--brand);outline-offset:2px}.product-info-panel{background:#fff;border:1px solid var(--line);border-radius:32px;padding:34px;box-shadow:0 24px 70px #0000000a}.breadcrumbs{font-size:10px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:#a8a29e;margin-bottom:18px}.product-title{font-family:var(--serif);font-style:italic;font-weight:700;font-size:clamp(36px,4vw,56px);line-height:1.02;color:#1c1917;margin:0}.product-price{font-family:var(--serif);font-weight:800;font-size:30px;color:#1c1917;margin-top:16px}.product-vendor{font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--brand);font-weight:800;margin-top:8px}.product-description{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:24px 0;padding:22px 0;color:#57534e;font-size:14px;line-height:1.75}.product-form{display:block}.option-group{border:0;margin:0 0 18px;padding:0}.option-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:900;color:#44403c}.option-values{display:flex;flex-wrap:wrap;gap:9px}.option-radio{position:absolute;opacity:0;pointer-events:none}.option-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(0,0,0,.12);border-radius:999px;background:#fff;padding:10px 14px;font-size:12px;font-weight:800;color:#44403c;cursor:pointer;transition:.16s ease}.option-radio:checked+.option-pill{border-color:var(--brand);background:#d17d5014;color:#1c1917;box-shadow:0 0 0 2px #d17d5017}.swatch{width:16px;height:16px;border-radius:999px;background:var(--swatch-color,#ddd);border:1px solid rgba(0,0,0,.16);box-shadow:inset 0 0 0 2px #ffffff80}.quantity-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:20px 0}.quantity-control{display:flex;align-items:center;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--sand)}.quantity-control button{width:42px;height:42px;border:0;background:transparent;font-weight:900;cursor:pointer}.quantity-control input{width:54px;height:42px;text-align:center;border:0;background:#fff;font-weight:900;color:#1c1917}.inventory-note{font-size:12px;font-weight:800;color:#57534e}.inventory-note.available{color:#047857}.inventory-note.unavailable{color:#b91c1c}.product-actions{display:grid;gap:12px;margin-top:18px}.shopify-payment-button__button{border-radius:999px!important;min-height:52px!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-weight:900!important}.shopify-payment-button__more-options{font-size:12px!important;color:#57534e!important}.cart-page,.page-template,.collection-page,.not-found{padding:64px 0}.cart-card{background:#fff;border:1px solid var(--line);border-radius:30px;overflow:hidden}.cart-line{display:grid;grid-template-columns:96px minmax(0,1fr) 130px 120px 40px;gap:18px;align-items:center;padding:20px;border-bottom:1px solid var(--line)}.cart-line img{width:96px;height:96px;object-fit:cover;border-radius:18px;border:1px solid var(--line)}.cart-line h3{font-family:var(--serif);font-style:italic;font-size:20px;margin:0}.cart-line p{margin:4px 0 0;color:#78716c;font-size:12px}.cart-summary{padding:24px;background:var(--sand);display:flex;align-items:center;justify-content:space-between;gap:24px}.subtotal{font-family:var(--serif);font-size:28px;font-weight:800;color:#1c1917}.cart-buttons{display:flex;gap:12px;flex-wrap:wrap}.remove-link{color:#b91c1c;font-weight:800;font-size:12px}.empty-state{text-align:center;background:#fff;border:1px solid var(--line);border-radius:32px;padding:70px 24px}.rte{font-size:15px;color:#57534e;line-height:1.8}.rte h1,.rte h2,.rte h3{font-family:var(--serif);font-style:italic;color:#1c1917}.placeholder{background:#fff;border:1px dashed rgba(0,0,0,.18);border-radius:28px;padding:34px;text-align:center;color:#78716c}.site-footer{background:#1c1917;color:#d6d3d1;border-top:1px solid #292524;padding:64px 0}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:42px}.site-footer .brand-name{color:#fff;font-size:24px}.site-footer p{color:#a8a29e;font-size:12px;line-height:1.7}.site-footer h4{font-family:var(--mono);font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:#fff;margin:0 0 18px}.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}.site-footer a{font-size:12px;color:#d6d3d1}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #292524;margin-top:40px;padding-top:22px;font-size:11px;color:#a8a29e;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}@media(max-width:990px){.page-width{padding:0 18px}.header-nav{display:none}.mobile-menu-toggle{display:flex}.hero{margin:16px;min-height:500px}.hero-content{padding:62px 28px}.benefit-grid,.product-grid,.testimonials,.footer-grid{grid-template-columns:1fr 1fr}.story-grid,.product-layout{grid-template-columns:1fr}.product-gallery{position:static}.main-media{min-height:auto}.section-head{align-items:flex-start;flex-direction:column}.cart-line{grid-template-columns:80px minmax(0,1fr)}.cart-line img{width:80px;height:80px}.cart-line .line-price,.cart-line .quantity-control,.cart-line .remove-link{grid-column:2}.cart-summary{display:grid}.only-mobile{display:block}}@media(max-width:640px){.header-inner{height:72px}.brand-name{font-size:24px}.pill-link{display:none}.hero h1{font-size:44px}.benefit-grid,.product-grid,.testimonials,.footer-grid,.check-grid{grid-template-columns:1fr}.story-band{padding:56px 0}.arched-image img{height:380px}.product-info-panel{padding:24px;border-radius:26px}.media-thumbs{grid-template-columns:repeat(4,1fr)}.cart-buttons .btn{width:100%}}.site-footer--minimal{padding:42px 0 28px}.footer-minimal-grid{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer-brand-block .brand-logo{display:inline-flex;align-items:center;gap:12px}.footer-policy-links{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:wrap}.footer-policy-links a{font-size:12px;font-weight:700;color:#d6d3d1;line-height:1.2;transition:color .16s ease,opacity .16s ease}.footer-policy-links a:hover{color:#fff;opacity:1}.footer-bottom--minimal{margin-top:28px;padding-top:18px;justify-content:center;text-align:center}@media(max-width:640px){.product-page{padding:22px 0 42px}.product-layout{gap:20px}.product-gallery{width:100%;overflow:hidden}.main-media{border-radius:22px;min-height:0}.main-media img{aspect-ratio:1 / 1;object-fit:contain;background:#fff}.media-thumbs{display:flex;grid-template-columns:none;gap:10px;margin:12px -18px 0;padding:3px 18px 12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;touch-action:pan-x}.media-thumbs::-webkit-scrollbar{display:none}.media-thumb{flex:0 0 72px;width:72px;min-width:72px;border-radius:14px;scroll-snap-align:start;opacity:.82}.media-thumb img{width:72px;height:72px;object-fit:cover}.media-thumb.is-active{outline-offset:1px}.footer-minimal-grid{display:grid;grid-template-columns:1fr;gap:18px;text-align:center;justify-items:center}.footer-policy-links{justify-content:center;gap:12px 16px}.footer-policy-links a{font-size:12px}.site-footer--minimal{padding:36px 0 24px}}@media(max-width:380px){.media-thumb{flex-basis:64px;width:64px;min-width:64px}.media-thumb img{width:64px;height:64px}}.product-description--below-actions{margin-top:26px;margin-bottom:0}.cart-accelerated-checkout{grid-column:1 / -1;margin-top:14px;display:flex;justify-content:flex-end}.cart-accelerated-checkout [data-shopify-buttoncontainer]{justify-content:flex-end!important}.product-actions .shopify-payment-button,.product-actions .shopify-payment-button__button{width:100%}@media(max-width:640px){.product-description--below-actions{margin-top:22px}.cart-accelerated-checkout{justify-content:stretch}.cart-accelerated-checkout [data-shopify-buttoncontainer]{width:100%;justify-content:stretch!important}.cart-accelerated-checkout [data-testid],.cart-accelerated-checkout iframe{max-width:100%!important}}.brand-copy{display:block;min-width:0}.mobile-menu{display:none;position:relative}.mobile-menu summary{list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu-toggle{align-items:center;justify-content:center;gap:8px;border:1px solid rgba(0,0,0,.1);background:#fff;border-radius:999px;min-height:42px;padding:9px 13px;color:#1c1917;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;cursor:pointer;box-shadow:0 8px 20px #00000009}.hamburger-icon{width:17px;height:13px;display:grid;gap:3px;align-content:center}.hamburger-icon span{display:block;height:2px;border-radius:999px;background:#1c1917;width:100%}.mobile-menu-panel{position:absolute;right:0;top:calc(100% + 12px);width:min(86vw,330px);background:#fff;border:1px solid var(--line);border-radius:22px;padding:10px;box-shadow:0 22px 70px #00000026;z-index:60}.mobile-menu-panel:before{content:"";position:absolute;right:22px;top:-8px;width:16px;height:16px;background:#fff;border-left:1px solid var(--line);border-top:1px solid var(--line);transform:rotate(45deg)}.mobile-menu-panel a{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:16px;font-size:13px;font-weight:800;color:#292524;border-bottom:1px solid rgba(0,0,0,.045)}.mobile-menu-panel a:last-child{border-bottom:0}.mobile-menu-panel a:after{content:"\203a";color:var(--brand);font-size:18px;line-height:1}.mobile-menu-panel a:hover{background:#d17d5014;color:#1c1917}.mobile-menu[open] .mobile-menu-toggle{border-color:#d17d5061;background:#d17d5014}@media(max-width:990px){.site-header{z-index:90}.header-inner{height:70px;gap:10px}.brand-logo{min-width:0;flex:1 1 auto;gap:9px}.brand-mark{width:32px;height:32px;font-size:15px;flex:0 0 32px}.brand-name{font-size:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.brand-tag{font-size:7px;letter-spacing:.18em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.header-actions{flex:0 0 auto;gap:8px}.mobile-menu{display:block}.mobile-menu-toggle{display:flex}.cart-link{padding:9px 11px;min-height:42px}}@media(max-width:640px){.page-width{padding:0 14px}.header-inner{height:64px}.brand-mark{width:30px;height:30px;flex-basis:30px;font-size:14px}.brand-name{font-size:22px;max-width:126px}.brand-tag{display:none}.cart-link{padding:9px 10px}.mobile-menu-toggle{min-height:40px;padding:8px 11px}.mobile-menu-panel{position:fixed;right:14px;left:14px;top:76px;width:auto;max-height:calc(100vh - 92px);overflow:auto;border-radius:20px}.mobile-menu-panel:before{right:24px}}@media(max-width:390px){.brand-name{font-size:20px;max-width:108px}.cart-link span:nth-child(2){display:none}.mobile-menu-text{display:none}.mobile-menu-toggle{width:42px;padding:8px}}.page-width{max-width:var(--theme-page-width,1280px)}.btn,.pill-link,.cart-link,.mobile-menu-toggle{border-radius:var(--button-radius,40px)}.benefit-card,.product-card,.product-info-panel,.cart-card,.empty-state{border-radius:var(--radius,28px)}.section-space{padding-top:var(--section-padding-top,72px);padding-bottom:var(--section-padding-bottom,72px)}.announcement-bar{background:var(--announcement-bg,#1c1917);color:var(--announcement-text,#fff);font-size:11px;font-weight:800;letter-spacing:.08em;text-align:center}.announcement-bar__inner{min-height:36px;display:flex;align-items:center;justify-content:center;gap:8px}.announcement-bar__link{display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.site-header{background:color-mix(in srgb,var(--header-bg,#faf9f6) 95%,transparent);color:var(--header-text,#1a1a1a)}.site-header--static{position:relative;top:auto}.header-inner{height:var(--header-height,80px)}.header-logo-image,.footer-logo-image{display:block;height:auto;max-width:100%}.header-nav__item{position:relative}.header-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(8px);min-width:190px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:8px;box-shadow:0 20px 50px #0000001f;opacity:0;visibility:hidden;transition:.18s ease;z-index:80}.header-nav__item:hover .header-dropdown,.header-nav__item:focus-within .header-dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.header-dropdown a{display:block;padding:10px 12px;border-radius:12px;white-space:nowrap}.header-dropdown a:hover{background:#d17d5014}.mobile-submenu{border-bottom:1px solid rgba(0,0,0,.045)}.mobile-submenu summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:16px;font-size:13px;font-weight:800;cursor:pointer;list-style:none}.mobile-submenu summary::-webkit-details-marker{display:none}.mobile-submenu summary:after{content:"+";color:var(--brand);font-size:18px}.mobile-submenu[open] summary:after{content:"\2212"}.mobile-submenu>div{padding:0 8px 8px 18px}.pawveylo-hero{min-height:var(--hero-min-height,520px)}.pawveylo-hero .hero-bg img{object-position:var(--hero-position,center)}.pawveylo-hero .hero-bg:after{background:linear-gradient(90deg,rgba(26,26,26,var(--hero-overlay,.55)),rgba(26,26,26,calc(var(--hero-overlay,.55) * .55)),#1a1a1a00)}.pawveylo-hero .hero-content{max-width:var(--hero-content-width,740px)}.hero-text p{margin:22px 0 0;color:#f5f5f4e6;font-size:15px}.hero-content--center{text-align:center;margin-inline:auto}.hero-content--center .hero-text,.hero-content--center .btn-row{justify-content:center;margin-inline:auto}.hero-content--center .hero-text{max-width:560px}.benefit-grid{grid-template-columns:repeat(var(--benefit-columns,4),minmax(0,1fr))}.benefit-text p{font-size:12px;color:#57534e;margin:6px 0 0;line-height:1.55}.product-grid{grid-template-columns:repeat(var(--product-columns,3),minmax(0,1fr))}.featured-view-all{justify-content:center;margin-top:34px}.story-band{background:var(--story-bg,var(--paper));padding-top:var(--section-padding-top,80px);padding-bottom:var(--section-padding-bottom,80px)}.story-grid--image-right .arched-image{order:2}.story-grid--image-right .story-copy{order:1}.story-text p{font-size:14px;color:#57534e;line-height:1.75;max-width:720px}.check-text p{font-size:12px;margin:4px 0 0;color:#78716c;line-height:1.55}.testimonials{grid-template-columns:repeat(var(--testimonial-columns,3),minmax(0,1fr))}.testimonial-photo{width:44px;height:44px;border-radius:999px;object-fit:cover}.site-footer{background:var(--footer-section-bg,var(--footer-bg,#1c1917));color:var(--footer-section-text,var(--footer-text,#d6d3d1))}.footer-description{max-width:420px;margin-top:12px;color:inherit;opacity:.72;font-size:12px}.footer-description p{margin:0}.footer-links-wrap{display:grid;gap:12px;justify-items:end}.footer-social-links{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}.footer-social-links a{font-size:12px;font-weight:700}.product-layout--media-right .product-gallery{order:2}.product-layout--media-right .product-info-panel{order:1}.main-media img{object-fit:var(--product-media-fit,contain)}.media-thumb{width:var(--product-thumb-size,72px);height:var(--product-thumb-size,72px)}.media-thumb img{width:100%;height:100%;object-fit:cover}.product-info-panel--sticky{position:sticky;top:110px;align-self:start}.variant-select{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--line);border-radius:14px;background:#fff;color:#1c1917}.product-custom-text{margin:16px 0}.product-accordion{border-top:1px solid var(--line);margin-top:18px}.product-accordion:last-of-type{border-bottom:1px solid var(--line)}.product-accordion summary{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:17px 0;font-weight:800;cursor:pointer;list-style:none}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion[open] summary span:last-child{transform:rotate(45deg)}.product-accordion__content{padding:0 0 18px}.password-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--paper)}.password-card{width:min(560px,100%);background:#fff;border:1px solid var(--line);border-radius:32px;padding:42px;text-align:center;box-shadow:0 25px 80px #00000014}.password-brand{justify-content:center}.password-card h1{font-family:var(--serif);font-size:44px;line-height:1.05;margin:28px 0 14px}.password-form-row{display:flex;gap:10px;margin-top:24px}.password-form-row input{flex:1;min-width:0;border:1px solid var(--line);border-radius:999px;padding:14px 18px}@media(max-width:990px){.benefit-grid,.product-grid,.testimonials{grid-template-columns:repeat(2,minmax(0,1fr))}.product-layout--media-right .product-gallery,.product-layout--media-right .product-info-panel{order:initial}.product-info-panel--sticky{position:static}}@media(max-width:640px){.benefit-grid,.product-grid,.testimonials{grid-template-columns:1fr}.pawveylo-hero{min-height:min(var(--hero-min-height,520px),560px)}.story-grid--image-right .arched-image,.story-grid--image-right .story-copy{order:initial}.footer-links-wrap{justify-items:center}.footer-social-links{justify-content:center}.password-card{padding:30px 20px}.password-form-row{display:grid}.media-thumb{flex-basis:var(--product-thumb-size,72px);min-width:var(--product-thumb-size,72px)}}html,body{max-width:100%;overflow-x:hidden}video,iframe,svg{max-width:100%}.pawveylo-sticky-header-wrapper{position:sticky!important;top:0!important;z-index:1000!important}.site-header{position:relative;top:auto;z-index:100;background:color-mix(in srgb,var(--header-bg,#faf9f6) 94%,transparent);box-shadow:0 1px #0000000d;transition:box-shadow .25s ease,background .25s ease}.site-header.is-scrolled{box-shadow:0 12px 35px #1c191717;background:color-mix(in srgb,var(--header-bg,#faf9f6) 98%,transparent)}.brand-logo{min-width:0;flex:0 1 auto}.brand-mark--logo{width:52px;height:48px;flex:0 0 52px;padding:0;background:transparent;box-shadow:none;border-radius:0;transform:none;overflow:hidden}.brand-mark--logo img{width:100%;height:100%;object-fit:contain;transform:scale(1.12)}.header-logo-image{width:auto;max-height:calc(var(--header-height,80px) - 18px);object-fit:contain}.mobile-menu-brand{display:flex;align-items:center;gap:10px;padding:8px 12px 12px;margin-bottom:4px;border-bottom:1px solid var(--line)}.mobile-menu-brand img{width:46px;height:38px;object-fit:contain}.mobile-menu-brand strong{font-family:var(--serif);font-style:italic;font-size:22px;color:#1c1917}.header-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:2px;border-radius:99px;background:var(--header-accent,var(--brand));transition:right .25s ease}.header-nav a:hover:after,.header-nav a[aria-current=page]:after{right:0}.pawveylo-hero{height:auto;min-height:var(--hero-min-height,520px);isolation:isolate}.hero-slider{overflow:hidden}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transform:scale(1.035);transition:opacity .8s ease,visibility .8s ease,transform 5.5s ease;z-index:0}.hero-slide.is-active{opacity:1;visibility:visible;transform:scale(1);z-index:1}.hero-slide picture,.hero-slide img{display:block;width:100%;height:100%}.hero-slide img{object-fit:cover;object-position:var(--hero-position,center);filter:brightness(.86) contrast(1.04)}.pawveylo-hero .hero-bg:after{z-index:2;pointer-events:none}.pawveylo-hero .hero-content{z-index:3}.hero-arrows{position:absolute;right:22px;bottom:20px;z-index:5;display:flex;gap:8px}.hero-arrow,.slider-arrow{width:44px;height:44px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#ffffff24;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;font-size:28px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease}.hero-arrow:hover{transform:translateY(-2px);background:#ffffff3d;border-color:#ffffff80}.hero-dots{position:absolute;left:50%;bottom:23px;transform:translate(-50%);z-index:5;display:flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:#00000029;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-dot,.testimonial-dot{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#ffffff7a;cursor:pointer;transition:width .25s ease,background .25s ease,transform .25s ease}.hero-dot.is-active{width:24px;background:#fff}.hero-animate{animation:heroContentIn .75s both cubic-bezier(.22,.8,.3,1)}.hero-animate--1{animation-delay:.08s}.hero-animate--2{animation-delay:.16s}.hero-animate--3{animation-delay:.24s}.hero-animate--4{animation-delay:.32s}@keyframes heroContentIn{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.testimonial-slider{position:relative}.testimonials-viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:6px 2px 22px;outline:none}.testimonials-viewport::-webkit-scrollbar{display:none}.testimonials-track{display:flex;gap:28px;width:100%}.testimonials-track .testimonial{flex:0 0 calc((100% - (var(--testimonial-columns,3) - 1) * 28px) / var(--testimonial-columns,3));min-width:0;scroll-snap-align:start;scroll-snap-stop:always;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.testimonials-track .testimonial:hover{transform:translateY(-5px);box-shadow:0 28px 70px #00000012;border-color:#d17d5038}.testimonial-controls{display:flex;justify-content:flex-end;gap:8px;margin:-24px 0 16px}.testimonial-controls .slider-arrow{color:#1c1917;background:#fff;border-color:var(--line);box-shadow:0 10px 30px #0000000d}.testimonial-controls .slider-arrow:hover{transform:translateY(-2px);border-color:#d17d5059;color:var(--brand)}.testimonial-dots{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:7px;margin-top:4px}.testimonial-dot{background:#d6d3d1}.testimonial-dot.is-active{width:22px;background:var(--brand)}.testimonial-photo{width:56px;height:56px;flex:0 0 56px;border-radius:999px;object-fit:cover;border:3px solid #fff;box-shadow:0 7px 20px #00000017;background:var(--sand)}.testimonial-meta-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.sample-review-badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:#f5f5f4;border:1px solid var(--line);font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#78716c}.theme-editor-note{max-width:760px;margin:22px auto 0;padding:12px 16px;border:1px dashed rgba(209,125,80,.42);border-radius:14px;background:#d17d500f;font-size:11px;color:#57534e;text-align:center}.btn,.pill-link,.cart-link,.filter-pills a,.media-thumb,.quantity-control button,.site-footer a{transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease,border-color .22s ease,opacity .22s ease}.btn{position:relative;overflow:hidden;isolation:isolate}.btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.22) 48%,transparent 75%);transform:translate(-130%);transition:transform .55s ease}@media(hover:hover){.btn:hover{transform:translateY(-3px);box-shadow:0 18px 34px #1c191724}.btn:hover:before{transform:translate(130%)}.btn-glass:hover{background:#fff3;border-color:#ffffff85}.btn-dark:hover{background:#352f2c}.btn-outline:hover,.pill-link:hover,.cart-link:hover{border-color:#d17d5066;color:var(--brand);transform:translateY(-2px);box-shadow:0 12px 28px #00000012}.filter-pills a:hover{transform:translateY(-2px);border-color:#d17d5052;color:var(--brand)}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 26px 65px #0000000e;border-color:#d17d5033}.site-footer a:hover{transform:translate(2px)}}.benefit-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.js-enabled .reveal-on-scroll{opacity:0;transform:translateY(28px);transition:opacity .7s ease var(--reveal-delay,0ms),transform .7s cubic-bezier(.22,.8,.3,1) var(--reveal-delay,0ms)}.js-enabled .reveal-on-scroll.is-visible{opacity:1;transform:none}@media(max-width:1100px){.header-nav{display:none}.mobile-menu{display:block}.mobile-menu-toggle{display:flex}.header-inner{gap:12px}.testimonials-track .testimonial{flex-basis:calc((100% - 20px)/2)}.testimonials-track{gap:20px}}@media(max-width:900px){.header-shop-button{display:none}.hero{margin:16px 18px 0}.story-grid{gap:34px}.product-layout{gap:28px}}@media(max-width:640px){body{font-size:13px}.page-width{width:100%;padding-left:16px;padding-right:16px}.section-space{padding-top:min(var(--section-padding-top,72px),56px);padding-bottom:min(var(--section-padding-bottom,72px),56px)}.header-inner{height:var(--mobile-header-height,66px)!important;min-height:var(--mobile-header-height,66px);padding-left:12px;padding-right:12px;gap:7px}.brand-logo{gap:7px;flex:1 1 auto;overflow:hidden}.brand-mark--logo{width:42px;height:39px;flex-basis:42px}.brand-name{font-size:21px;max-width:112px}.header-logo-image{max-width:132px;max-height:calc(var(--mobile-header-height,66px) - 16px)}.header-actions{gap:6px}.cart-link{min-width:40px;min-height:40px;padding:8px 9px;justify-content:center}.cart-link__label{display:none}.mobile-menu-toggle{width:40px;min-width:40px;min-height:40px;padding:8px}.mobile-menu-text{display:none}.mobile-menu-panel{top:calc(var(--mobile-header-height,66px) + 10px);right:10px;left:10px;width:auto;max-height:calc(100dvh - var(--mobile-header-height,66px) - 24px);overscroll-behavior:contain}.announcement-bar{font-size:9px;letter-spacing:.045em}.announcement-bar__inner{min-height:32px;padding:5px 10px}.hero{margin:10px 10px 0;border-radius:22px;min-height:var(--hero-mobile-height,560px)}.pawveylo-hero{min-height:var(--hero-mobile-height,560px)}.hero-slide img{object-position:var(--hero-mobile-position,center)}.pawveylo-hero .hero-bg:after{background:linear-gradient(180deg,#12100f54,#12100f8c 44%,#12100fe6)}.hero-content{width:100%;max-width:none!important;align-self:flex-end;padding:34px 20px 72px}.hero-content--center{text-align:left}.hero-content--center .hero-text,.hero-content--center .btn-row{justify-content:flex-start;margin-inline:0}.eyebrow{font-size:8px;letter-spacing:.12em;padding:6px 10px}.hero h1{font-size:clamp(38px,12vw,50px);line-height:1.02;margin-top:18px}.hero-text p,.hero p{font-size:13px;line-height:1.65;margin-top:16px;max-width:100%}.hero .btn-row{display:grid;grid-template-columns:1fr;gap:10px;margin-top:22px}.hero .btn{width:100%;min-height:48px;padding:13px 18px}.hero-arrows{right:14px;bottom:14px}.hero-arrow{width:38px;height:38px;font-size:24px}.hero-dots{left:16px;bottom:18px;transform:none}.section-head,.section-head.center{margin-bottom:26px;padding-bottom:18px;text-align:left}.section-head h2{font-size:36px}.section-head p{font-size:9px;letter-spacing:.1em;line-height:1.6}.filter-pills{width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.filter-pills::-webkit-scrollbar{display:none}.filter-pills a{white-space:nowrap}.benefit-grid,.product-grid,.footer-grid,.check-grid{grid-template-columns:1fr!important;gap:16px}.benefit-card{padding:20px;border-radius:22px}.product-grid{gap:20px}.product-card-media{height:auto;aspect-ratio:1/1}.product-card-body{padding:20px}.story-band{padding-top:min(var(--section-padding-top,80px),54px);padding-bottom:min(var(--section-padding-bottom,80px),54px)}.story-grid{grid-template-columns:1fr;gap:28px}.arched-image img{height:330px;border-radius:170px 170px 22px 22px}.story-copy h2{font-size:39px}.story-copy p{font-size:13px}.testimonial-controls{margin:-10px 0 12px}.testimonials-track{gap:14px}.testimonials-track .testimonial{flex:0 0 88%;padding:24px;border-radius:24px}.testimonial quote,.testimonial blockquote{font-size:17px}.testimonial-dots{gap:5px;max-width:260px;margin-left:auto;margin-right:auto}.testimonial-dot{width:6px;height:6px}.testimonial-dot.is-active{width:18px}.testimonial-photo{width:50px;height:50px;flex-basis:50px}.product-page{padding:22px 0 52px}.product-layout{grid-template-columns:1fr;gap:20px}.product-gallery,.product-info-panel--sticky{position:static}.main-media{min-height:0;border-radius:22px}.main-media img{aspect-ratio:1/1;object-fit:contain}.media-thumbs{display:flex;overflow-x:auto;grid-template-columns:none;gap:9px;padding:3px 2px 8px;scrollbar-width:none}.media-thumbs::-webkit-scrollbar{display:none}.media-thumb{flex:0 0 68px;width:68px;height:68px;border-radius:12px}.product-info-panel{padding:22px 18px;border-radius:22px}.product-title{font-size:36px}.product-price{font-size:27px}.option-values{gap:7px}.option-pill{padding:9px 12px;font-size:11px}.quantity-row{align-items:flex-start;flex-direction:column}.quantity-control{width:max-content}.product-actions .btn,.shopify-payment-button__button{min-height:50px!important}.site-footer{padding:48px 0 24px;text-align:center}.footer-grid{gap:28px}.footer-links-wrap{justify-items:center}.footer-social-links{justify-content:center}.footer-bottom{justify-content:center;text-align:center}}@media(max-width:360px){.brand-name{font-size:19px;max-width:94px}.brand-mark--logo{width:38px;height:36px;flex-basis:38px}.cart-link{display:none}.hero-content{padding-left:17px;padding-right:17px}.hero h1{font-size:37px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.js-enabled .reveal-on-scroll{opacity:1;transform:none}}.media-thumbs--hidden{display:none!important}.product-layout>*{min-width:0}.product-gallery,.product-info-panel,.product-form{width:100%;min-width:0}.main-media{position:relative;isolation:isolate;touch-action:pan-y;outline:none}.main-media img{transition:opacity .22s ease,transform .32s cubic-bezier(.22,.8,.3,1)}.main-media.is-changing img{opacity:.15;transform:scale(.985)}.product-gallery-arrows{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center;justify-content:space-between;padding:14px;pointer-events:none}.product-gallery-arrow{pointer-events:auto;width:44px;height:44px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:#1c191794;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;display:grid;place-items:center;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 10px 28px #00000029;transition:transform .2s ease,background .2s ease,opacity .2s ease}.product-gallery-arrow:hover{transform:scale(1.06);background:#d17d50eb}.product-gallery-counter{position:absolute;right:16px;bottom:16px;z-index:5;display:flex;align-items:center;gap:5px;min-height:32px;padding:7px 11px;border-radius:999px;background:#1c1917ad;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:11px;font-weight:900;letter-spacing:.08em;box-shadow:0 8px 24px #00000024}.product-page--motion .product-info-panel{animation:productPanelIn .65s both cubic-bezier(.22,.8,.3,1)}.product-page--motion .product-gallery{animation:productGalleryIn .65s both cubic-bezier(.22,.8,.3,1)}.product-page--motion .product-actions .btn-primary:not([disabled]){animation:productButtonGlow 3.4s ease-in-out 1.2s infinite}@keyframes productPanelIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:none}}@keyframes productGalleryIn{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:none}}@keyframes productButtonGlow{0%,75%,to{box-shadow:0 16px 32px #d17d502e}85%{box-shadow:0 18px 42px #d17d5061}}.product-title{overflow-wrap:anywhere}.option-pill{max-width:100%;white-space:normal;text-align:left;line-height:1.3}.product-description,.product-accordion__content,.product-custom-liquid{max-width:100%;overflow-wrap:anywhere}.product-description img,.product-accordion__content img,.product-custom-liquid img{height:auto;max-width:100%}.product-description table,.product-accordion__content table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.product-description iframe,.product-accordion__content iframe{width:100%;max-width:100%}.product-accordion summary span:last-child{transition:transform .2s ease}.related-products-shell{position:relative}.pawveylo-related-products{background:linear-gradient(180deg,#f3efec6b,#faf9f600)}.related-products-grid .product-card{height:100%}@media(hover:hover)and (min-width:641px){.product-gallery-arrows{opacity:0;transition:opacity .22s ease}.main-media:hover .product-gallery-arrows,.main-media:focus-within .product-gallery-arrows{opacity:1}}@media(max-width:640px){.product-page{padding-top:14px}.product-layout{gap:16px}.product-gallery{overflow:visible}.main-media{width:100%;aspect-ratio:var(--mobile-product-media-ratio,1 / 1);border-radius:20px}.main-media img{width:100%;height:100%;aspect-ratio:auto;object-fit:var(--product-media-fit,contain)}.product-gallery-arrows{padding:9px}.product-gallery-arrow{width:38px;height:38px;font-size:24px;background:#1c191785}.product-gallery-counter{right:11px;bottom:11px;min-height:28px;padding:5px 9px;font-size:10px}.media-thumbs{margin:10px -16px 0;padding:3px 16px 10px;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}.media-thumb{scroll-snap-align:center}.product-info-panel{padding:20px 16px;border-radius:20px;box-shadow:0 18px 48px #0000000b}.breadcrumbs{margin-bottom:13px;font-size:9px;letter-spacing:.12em}.product-title{font-size:clamp(31px,10vw,38px);line-height:1.04}.product-price{font-size:26px;margin-top:12px}.product-custom-text{margin:13px 0}.option-group{margin-bottom:16px}.option-label{font-size:10px;letter-spacing:.11em;gap:12px}.option-label span:last-child{font-size:9px;white-space:nowrap}.option-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.option-pill{width:100%;min-height:44px;justify-content:flex-start;padding:9px 11px;border-radius:14px}.quantity-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.quantity-control button{width:40px;height:40px}.quantity-control input{width:48px;height:40px}.inventory-note{font-size:11px;margin:14px 0}.product-actions{gap:10px;margin-top:14px}.product-actions .btn,.product-actions .shopify-payment-button__button{width:100%!important;min-height:52px!important;border-radius:var(--button-radius,40px)!important}.product-actions [data-shopify-buttoncontainer]{width:100%!important;max-width:none!important}.product-description--below-actions{margin-top:20px;padding-top:18px}.product-accordion summary{padding:15px 0}.product-page--motion .product-info-panel,.product-page--motion .product-gallery{animation-name:productMobileIn}@keyframes productMobileIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.related-products-grid--swipe{display:flex!important;gap:14px;overflow-x:auto;overflow-y:hidden;margin:0 -16px;padding:4px 16px 18px;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}.related-products-grid--swipe::-webkit-scrollbar{display:none}.related-products-grid--swipe .product-card{flex:0 0 86%;scroll-snap-align:center}}@media(max-width:380px){.option-values{grid-template-columns:1fr}.product-gallery-arrow{width:36px;height:36px}.related-products-grid--swipe .product-card{flex-basis:90%}}.pawveylo-benefits .benefit-icon{animation:pawveyloSoftFloat 4.8s ease-in-out infinite}.pawveylo-benefits .benefit-card:nth-child(2n) .benefit-icon{animation-delay:.7s}.pawveylo-benefits .benefit-card:nth-child(3n) .benefit-icon{animation-delay:1.4s}.pawveylo-featured-collection .product-card-media:after,.pawveylo-related-products .product-card-media:after{content:"";position:absolute;top:-45%;right:-80%;bottom:-45%;left:-80%;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.42) 50%,transparent 65%);transform:translate(-70%) rotate(8deg);transition:transform .8s ease;pointer-events:none}.section-head.center>.btn{margin-top:18px}@media(hover:hover){.pawveylo-featured-collection .product-card:hover .product-card-media:after,.pawveylo-related-products .product-card:hover .product-card-media:after{transform:translate(75%) rotate(8deg)}}@keyframes pawveyloSoftFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(3deg)}}@media(prefers-reduced-motion:reduce){.pawveylo-benefits .benefit-icon{animation:none}.product-page--motion .product-actions .btn-primary:not([disabled]){animation:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/pawveylo-theme.css.map */
