:root{--orange: #F97316;--orange-dark: #EA6C0A;--orange-light: #FED7AA;--cream: #FFFBF5;--sand: #FEF3E2;--charcoal: #292524;--warm-gray: #78716C;--light-gray: #F5F0EB;--border: #E8DDD4;--white: #FFFFFF;--font-heading: "Fraunces", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--radius: 12px;--radius-pill: 50px;--shadow: 0 2px 12px rgba(41,37,36,.08);--shadow-lg: 0 8px 32px rgba(41,37,36,.12);--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--charcoal);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:var(--font-body)}ul{list-style:none}h1,h2,h3,h4,h5{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--charcoal)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.6rem,3.5vw,2.5rem)}h3{font-size:clamp(1.2rem,2.5vw,1.6rem)}h4{font-size:1.1rem}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.container{padding:0 2rem}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius-pill);font-family:var(--font-body);font-weight:600;font-size:.95rem;transition:all var(--transition);cursor:pointer;border:2px solid transparent;white-space:nowrap}.btn-primary{background:var(--orange);color:var(--white);border-color:var(--orange)}.btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark);transform:translateY(-1px);box-shadow:0 4px 16px #f9731659}.btn-outline{background:transparent;color:var(--charcoal);border-color:var(--charcoal)}.btn-outline:hover{background:var(--charcoal);color:var(--white);transform:translateY(-1px)}.btn-outline-white{background:transparent;color:var(--white);border-color:var(--white)}.btn-outline-white:hover{background:var(--white);color:var(--charcoal)}.btn-lg{padding:1rem 2.25rem;font-size:1.05rem}.btn-sm{padding:.5rem 1.25rem;font-size:.85rem}.announcement-bar{background:var(--charcoal);color:var(--white);text-align:center;padding:.6rem 1rem;font-size:.85rem;font-weight:500;letter-spacing:.02em}.announcement-bar a{color:var(--orange-light);text-decoration:underline}.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 1px 8px #2925240f}.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px;gap:1.5rem}.site-logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--charcoal);display:flex;align-items:center;gap:.4rem;flex-shrink:0}.site-logo .paw-icon{color:var(--orange);font-size:1.3rem}.site-nav{display:flex;align-items:center;gap:.25rem}.site-nav a{padding:.5rem .85rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;color:var(--charcoal);transition:all var(--transition);white-space:nowrap}.site-nav a:hover,.site-nav a.active{color:var(--orange);background:var(--sand)}.header-actions{display:flex;align-items:center;gap:.75rem}.header-icon-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--charcoal);transition:all var(--transition);position:relative}.header-icon-btn:hover{background:var(--sand);color:var(--orange)}.cart-count{position:absolute;top:-2px;right:-2px;background:var(--orange);color:var(--white);font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--white)}.mobile-menu-btn{display:none}@media(max-width:768px){.site-nav{display:none}.mobile-menu-btn{display:flex}}.hero-section{position:relative;min-height:85vh;display:flex;align-items:center;overflow:hidden;background:#1a1a1a}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:1}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0000009e,#00000059 60%,#0000001a)}.hero-content{position:relative;z-index:2;max-width:680px;padding:4rem 0}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:#f9731633;border:1px solid rgba(249,115,22,.4);color:var(--orange-light);padding:.35rem 1rem;border-radius:var(--radius-pill);font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.25rem}.hero-title{color:var(--white);margin-bottom:1.25rem;font-style:italic}.hero-title span{color:var(--orange);font-style:normal}.hero-subtitle{color:#fffc;font-size:1.1rem;margin-bottom:2rem;max-width:520px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-trust{display:flex;gap:1.5rem;margin-top:2.5rem;flex-wrap:wrap}.hero-trust-item{display:flex;align-items:center;gap:.4rem;color:#ffffffbf;font-size:.85rem}.hero-trust-item svg{color:var(--orange)}.section{padding:5rem 0}.section-sand{background:var(--sand)}.section-white{background:var(--white)}.section-header{text-align:center;margin-bottom:3rem}.section-header .eyebrow{display:inline-block;color:var(--orange);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.section-header p{color:var(--warm-gray);font-size:1.05rem;max-width:560px;margin:.75rem auto 0}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:640px){.category-grid{grid-template-columns:1fr}}.category-grid-3{grid-template-columns:1fr 1fr 1fr}@media(max-width:900px){.category-grid-3{grid-template-columns:1fr 1fr}}@media(max-width:640px){.category-grid-3{grid-template-columns:1fr}}.category-card{position:relative;border-radius:1.25rem;overflow:hidden;aspect-ratio:4/3;display:flex;align-items:flex-end;text-decoration:none;box-shadow:var(--shadow-lg);transition:transform var(--transition)}.category-card:hover{transform:translateY(-4px)}.category-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card:hover img{transform:scale(1.04)}.category-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(41,37,36,.75) 0%,transparent 60%)}.category-card-content{position:relative;z-index:2;padding:1.75rem;width:100%}.category-card-content h3{color:var(--white);margin-bottom:.5rem}.category-card-content p{color:#fffc;font-size:.9rem;margin-bottom:1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}@media(max-width:640px){.product-grid{grid-template-columns:1fr 1fr;gap:1rem}}@media(max-width:400px){.product-grid{grid-template-columns:1fr}}.product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:all var(--transition);display:flex;flex-direction:column;border:1px solid var(--border)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card-image{position:relative;aspect-ratio:1;overflow:hidden;background:var(--light-gray)}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .75rem;border-radius:var(--radius-pill);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.badge-best-seller{background:var(--orange);color:var(--white)}.badge-new-arrival{background:var(--charcoal);color:var(--white)}.badge-sale{background:#ef4444;color:var(--white)}.badge-limited{background:#8b5cf6;color:var(--white)}.product-card-body{padding:1.1rem;flex:1;display:flex;flex-direction:column}.product-card-category{font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--orange);margin-bottom:.35rem}.product-card-title{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--charcoal);margin-bottom:.4rem;line-height:1.3}.product-card-rating{display:flex;align-items:center;gap:.35rem;margin-bottom:.75rem}.stars{color:#f59e0b;font-size:.8rem;letter-spacing:.05em}.rating-count{font-size:.75rem;color:var(--warm-gray)}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:.5rem}.product-price{display:flex;align-items:baseline;gap:.4rem}.price-current{font-size:1.1rem;font-weight:700;color:var(--charcoal)}.price-original{font-size:.85rem;color:var(--warm-gray);text-decoration:line-through}.add-to-cart-btn{width:38px;height:38px;border-radius:50%;background:var(--orange);color:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all var(--transition);font-size:1.1rem}.add-to-cart-btn:hover{background:var(--orange-dark);transform:scale(1.1)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:768px){.benefits-grid{grid-template-columns:1fr;gap:1.5rem}}.benefit-item{display:flex;align-items:flex-start;gap:1.25rem;padding:1.75rem;background:var(--white);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow)}.benefit-icon{width:52px;height:52px;border-radius:14px;background:var(--sand);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.5rem}.benefit-item h4{margin-bottom:.3rem;font-size:1rem}.benefit-item p{font-size:.88rem;color:var(--warm-gray);line-height:1.5}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:900px){.reviews-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.reviews-grid{grid-template-columns:1fr}}.review-card{background:var(--white);border-radius:var(--radius);padding:1.75rem;border:1px solid var(--border);box-shadow:var(--shadow)}.review-header{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.review-avatar{width:44px;height:44px;border-radius:50%;background:var(--sand);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--orange);font-size:1rem;flex-shrink:0}.review-author{font-weight:600;font-size:.9rem}.review-date{font-size:.78rem;color:var(--warm-gray)}.review-text{font-size:.9rem;color:var(--warm-gray);line-height:1.6;font-style:italic}.review-text:before{content:'"'}.review-text:after{content:'"'}.newsletter-section{background:var(--charcoal);padding:5rem 0;text-align:center}.newsletter-section h2{color:var(--white);margin-bottom:.75rem}.newsletter-section p{color:#ffffffb3;margin-bottom:2rem;font-size:1.05rem}.newsletter-form{display:flex;max-width:480px;margin:0 auto;gap:0;border-radius:var(--radius-pill);overflow:hidden;box-shadow:0 4px 20px #0000004d}.newsletter-form input{flex:1;padding:.9rem 1.5rem;border:none;outline:none;font-family:var(--font-body);font-size:.95rem;background:var(--white);color:var(--charcoal)}.newsletter-form button{padding:.9rem 1.75rem;background:var(--orange);color:var(--white);font-family:var(--font-body);font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:background var(--transition);white-space:nowrap}.newsletter-form button:hover{background:var(--orange-dark)}.site-footer{background:#1c1917;color:#ffffffb3;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:560px){.footer-grid{grid-template-columns:1fr}}.footer-brand .site-logo{color:var(--white);margin-bottom:1rem;font-size:1.3rem}.footer-brand p{font-size:.88rem;line-height:1.7;max-width:260px}.footer-social{display:flex;gap:.75rem;margin-top:1.25rem}.social-link{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:all var(--transition);font-size:.9rem}.social-link:hover{background:var(--orange);color:var(--white)}.footer-col h5{color:var(--white);font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.25rem;font-family:var(--font-body)}.footer-col ul li{margin-bottom:.6rem}.footer-col ul li a{font-size:.88rem;color:#fff9;transition:color var(--transition)}.footer-col ul li a:hover{color:var(--orange)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.75rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.82rem}.footer-payment{display:flex;gap:.5rem;align-items:center}.payment-badge{background:#ffffff1a;border-radius:6px;padding:.3rem .6rem;font-size:.72rem;font-weight:600;color:#ffffffb3}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;background:var(--white);z-index:201;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-8px 0 40px #00000026}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.cart-drawer-header h3{font-size:1.1rem}.cart-close-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--charcoal);transition:background var(--transition);font-size:1.2rem}.cart-close-btn:hover{background:var(--light-gray)}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{text-align:center;padding:3rem 1rem;color:var(--warm-gray)}.cart-empty .cart-empty-icon{font-size:3rem;margin-bottom:1rem}.cart-drawer-footer{padding:1.5rem;border-top:1px solid var(--border);background:var(--cream)}.cart-subtotal{display:flex;justify-content:space-between;font-weight:600;font-size:1.05rem;margin-bottom:1rem}.checkout-btn{display:block;width:100%;text-align:center;padding:1rem;background:var(--orange);color:var(--white);border-radius:var(--radius-pill);font-weight:700;font-size:1rem;transition:background var(--transition)}.checkout-btn:hover{background:var(--orange-dark)}.product-page{padding:3rem 0 5rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:2rem}}.product-images-main{border-radius:1.25rem;overflow:hidden;aspect-ratio:1;background:var(--light-gray)}.product-images-main img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:flex;gap:.75rem;margin-top:.75rem}.product-thumb{width:72px;height:72px;border-radius:10px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color var(--transition);background:var(--light-gray);flex-shrink:0}.product-thumb.active,.product-thumb:hover{border-color:var(--orange)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info-vendor{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:.5rem}.product-info-title{margin-bottom:.75rem}.product-info-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.product-info-price{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.product-info-price .price-current{font-size:1.75rem}.product-info-price .price-original{font-size:1rem}.price-save{background:#dcfce7;color:#166534;padding:.2rem .6rem;border-radius:var(--radius-pill);font-size:.78rem;font-weight:700}.product-description{color:var(--warm-gray);line-height:1.7;margin-bottom:1.5rem}.product-features{margin-bottom:1.75rem}.product-features h4{margin-bottom:.75rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.06em}.product-features li{display:flex;align-items:flex-start;gap:.6rem;padding:.4rem 0;font-size:.9rem;color:var(--warm-gray);border-bottom:1px solid var(--light-gray)}.product-features li:last-child{border-bottom:none}.feature-check{color:var(--orange);flex-shrink:0;margin-top:2px}.add-to-cart-form{margin-bottom:1.5rem}.add-to-cart-form .btn{width:100%;justify-content:center;padding:1.1rem;font-size:1.05rem}.trust-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.85rem .5rem;background:var(--sand);border-radius:var(--radius);text-align:center}.trust-badge .icon{font-size:1.3rem}.trust-badge span{font-size:.72rem;font-weight:600;color:var(--charcoal);line-height:1.3}.shipping-info{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--sand);border-radius:var(--radius);font-size:.88rem;color:var(--warm-gray);border:1px solid var(--border)}.shipping-info .icon{font-size:1.2rem;flex-shrink:0}.breadcrumb{display:flex;align-items:center;gap:.5rem;padding:1.25rem 0;font-size:.82rem;color:var(--warm-gray)}.breadcrumb a{color:var(--warm-gray);transition:color var(--transition)}.breadcrumb a:hover{color:var(--orange)}.breadcrumb-sep{color:var(--border)}.collection-header{background:var(--sand);padding:3rem 0;margin-bottom:3rem;border-bottom:1px solid var(--border)}.collection-header h1{margin-bottom:.5rem}.collection-header p{color:var(--warm-gray);font-size:1rem}.collection-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.collection-count{font-size:.88rem;color:var(--warm-gray)}.page-hero{background:var(--sand);padding:4rem 0;border-bottom:1px solid var(--border);text-align:center}.page-hero .eyebrow{display:inline-block;color:var(--orange);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.page-hero p{color:var(--warm-gray);max-width:560px;margin:.75rem auto 0;font-size:1.05rem}.page-content{padding:4rem 0;max-width:800px;margin:0 auto}.page-content h2{margin:2rem 0 1rem;font-size:1.4rem}.page-content h3{margin:1.5rem 0 .75rem;font-size:1.1rem;color:var(--orange)}.page-content p{color:var(--warm-gray);margin-bottom:1rem;line-height:1.8}.page-content ul{margin:.75rem 0 1rem 1.5rem;list-style:disc}.page-content ul li{color:var(--warm-gray);margin-bottom:.5rem;line-height:1.7}.page-content .highlight-box{background:var(--sand);border-left:4px solid var(--orange);border-radius:0 var(--radius) var(--radius) 0;padding:1.25rem 1.5rem;margin:1.5rem 0}.faq-list{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;font-weight:600;font-size:1rem;text-align:left;color:var(--charcoal);background:none;border:none;cursor:pointer;gap:1rem;transition:color var(--transition)}.faq-question:hover{color:var(--orange)}.faq-icon{font-size:1.2rem;flex-shrink:0;transition:transform var(--transition);color:var(--orange)}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:500px}.faq-answer p{padding:0 0 1.25rem;color:var(--warm-gray);line-height:1.7;font-size:.95rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media(max-width:768px){.contact-grid{grid-template-columns:1fr}}.contact-info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.75rem}.contact-info-icon{width:44px;height:44px;border-radius:12px;background:var(--sand);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.contact-info-item h4{margin-bottom:.25rem;font-size:.95rem}.contact-info-item p{font-size:.88rem;color:var(--warm-gray)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;font-size:.88rem;margin-bottom:.4rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.8rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius);font-family:var(--font-body);font-size:.95rem;color:var(--charcoal);background:var(--white);outline:none;transition:border-color var(--transition)}.form-group input:focus,.form-group textarea:focus{border-color:var(--orange)}.form-group textarea{resize:vertical;min-height:130px}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}@media(max-width:768px){.about-values{grid-template-columns:1fr}}.value-card{padding:1.75rem;background:var(--white);border-radius:var(--radius);border:1px solid var(--border);text-align:center}.value-icon{font-size:2rem;margin-bottom:.75rem}.value-card h4{margin-bottom:.5rem}.value-card p{font-size:.88rem;color:var(--warm-gray)}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--border);padding:1rem 1.5rem;z-index:90;display:none;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 -4px 20px #0000001a}.sticky-atc.visible{display:flex}.sticky-atc-info{display:flex;align-items:center;gap:1rem}.sticky-atc-info img{width:48px;height:48px;border-radius:8px;object-fit:cover}.sticky-atc-title{font-weight:600;font-size:.9rem}.sticky-atc-price{font-size:.85rem;color:var(--warm-gray)}.sticky-atc .btn{flex-shrink:0}@media(max-width:600px){.sticky-atc-info img{display:none}}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
/*# sourceMappingURL=/cdn/shop/t/13/assets/theme.css.map */
