:root{--hot-pink: #F74DBD;--mint: #BFF4E3;--yellow: #F8E660;--soft-blue: #9FD9FF;--white: #FFFFFF;--text-dark: #2D2D2D;--text-mid: #666666;--bg-light: #FAFAFA;--border: rgba(247, 77, 189, .15);--shadow-sm: 0 4px 15px rgba(0,0,0,.08);--shadow-md: 0 8px 25px rgba(0,0,0,.12);--shadow-pink:0 8px 25px rgba(247,77,189,.2);--radius-sm: 12px;--radius-md: 20px;--radius-lg: 30px;--radius-full:999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Quicksand,sans-serif;font-size:16px;color:var(--text-dark);background:var(--bg-light);line-height:1.6}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;font-family:inherit;border:none;background:none}h1,h2,h3,h4{font-family:"Baloo 2",Fredoka,sans-serif;line-height:1.2}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 2rem;border-radius:var(--radius-full);font-family:Quicksand,sans-serif;font-weight:700;font-size:1rem;transition:all .3s ease;cursor:pointer}.btn-primary{background:var(--hot-pink);color:var(--white);border:none}.btn-primary:hover{background:#e03ca8;transform:translateY(-2px);box-shadow:var(--shadow-pink)}.btn-outline{background:transparent;color:var(--hot-pink);border:2px solid var(--hot-pink)}.btn-outline:hover{background:var(--hot-pink);color:var(--white);transform:translateY(-2px)}.btn-mint{background:var(--mint);color:var(--text-dark);border:none}.btn-mint:hover{background:#a0e8ce;transform:translateY(-2px)}.site-header{position:sticky;top:0;z-index:1000;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:2px solid var(--border);box-shadow:var(--shadow-sm)}.site-nav{max-width:1400px;margin:0 auto;padding:.8rem 5%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-logo{display:flex;align-items:center;gap:.75rem}.nav-logo-img{height:50px;width:auto;object-fit:contain}.nav-logo-text{font-family:"Baloo 2",sans-serif;font-size:1.6rem;font-weight:800;color:var(--hot-pink)}.nav-links{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.nav-links a{font-weight:600;font-size:.95rem;color:var(--text-dark);padding:.45rem .9rem;border-radius:var(--radius-full);transition:all .25s ease}.nav-links a:hover,.nav-links a.active{background:#f74dbd1a;color:var(--hot-pink)}.nav-main-site{background:var(--hot-pink)!important;color:var(--white)!important;font-weight:700!important}.nav-main-site:hover{background:#e03ca8!important;color:var(--white)!important}.nav-actions{display:flex;align-items:center;gap:1rem}.cart-icon{display:flex;align-items:center;gap:.4rem;font-size:1.2rem;font-weight:700;color:var(--hot-pink);background:#f74dbd14;padding:.5rem 1rem;border-radius:var(--radius-full);transition:all .25s ease}.cart-icon:hover{background:#f74dbd2e}.cart-count{background:var(--hot-pink);color:var(--white);font-size:.75rem;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-toggle{display:none;flex-direction:column;gap:5px;padding:.5rem}.mobile-toggle span{display:block;width:24px;height:2.5px;background:var(--hot-pink);border-radius:2px;transition:all .3s ease}.mobile-nav-drawer{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffffa;z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.mobile-nav-drawer.open{display:flex}.mobile-nav-drawer ul{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.mobile-nav-drawer a{font-family:Fredoka,sans-serif;font-size:2rem;color:var(--text-dark);font-weight:600;transition:color .2s}.mobile-nav-drawer a:hover{color:var(--hot-pink)}.announcement-bar{background:var(--hot-pink);color:var(--white);text-align:center;padding:.6rem 1rem;font-weight:600;font-size:.9rem}.hero-banner{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center;padding:6rem 5% 4rem}.hero-banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%;z-index:0}.hero-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff40;z-index:1}.hero-banner-content{position:relative;z-index:2;max-width:800px}.hero-shop-logo{width:min(360px,80vw);height:min(360px,80vw);object-fit:contain;margin:0 auto 1.5rem}.hero-banner-title{font-family:"Baloo 2",Fredoka,sans-serif;font-size:4rem;font-weight:800;color:var(--hot-pink);line-height:1.1;margin-bottom:1rem;text-shadow:2px 2px 10px rgba(255,255,255,.9)}.hero-banner-sub{font-size:1.3rem;color:var(--text-dark);margin-bottom:2.5rem;font-weight:500}.section-heading{font-family:"Baloo 2",Fredoka,sans-serif;font-size:2.5rem;font-weight:800;color:var(--hot-pink);margin-bottom:.5rem}.section-subheading{font-size:1.1rem;color:var(--text-mid);margin-bottom:3rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .35s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-pink)}.product-card-image{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:linear-gradient(135deg,var(--mint),var(--soft-blue))}.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-card-badge{position:absolute;top:1rem;left:1rem;background:var(--hot-pink);color:var(--white);font-size:.75rem;font-weight:700;padding:.3rem .8rem;border-radius:var(--radius-full)}.product-card-body{padding:1.5rem;display:flex;flex-direction:column;flex:1;gap:.75rem}.product-card-title{font-family:Fredoka,sans-serif;font-size:1.3rem;color:var(--text-dark);font-weight:600}.product-card-price{font-family:"Baloo 2",sans-serif;font-size:1.2rem;font-weight:700;color:var(--hot-pink)}.product-card-price .compare-price{color:var(--text-mid);font-size:1rem;font-weight:500;text-decoration:line-through;margin-left:.5rem}.product-card-btn{margin-top:auto}.product-page{max-width:1200px;margin:4rem auto;padding:0 5%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery{position:sticky;top:120px}.product-main-image{border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(135deg,var(--mint),var(--soft-blue));aspect-ratio:1 / 1;margin-bottom:1rem}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:flex;gap:.75rem;flex-wrap:wrap}.product-thumb{width:70px;height:70px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s}.product-thumb.active,.product-thumb:hover{border-color:var(--hot-pink)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-family:"Baloo 2",sans-serif;font-size:2.5rem;font-weight:800;color:var(--text-dark)}.product-price-row{display:flex;align-items:center;gap:1rem}.product-price{font-family:"Baloo 2",sans-serif;font-size:2rem;font-weight:700;color:var(--hot-pink)}.product-compare-price{font-size:1.3rem;color:var(--text-mid);text-decoration:line-through}.product-description{color:var(--text-mid);line-height:1.8;font-size:1.05rem}.product-form{display:flex;flex-direction:column;gap:1rem}.variant-label{font-weight:700;font-size:.95rem;color:var(--text-dark);margin-bottom:.5rem;display:block}.variant-select{width:100%;padding:.9rem 1rem;border:2px solid var(--border);border-radius:var(--radius-md);font-family:Quicksand,sans-serif;font-size:1rem;color:var(--text-dark);background:var(--white);transition:border-color .25s;-webkit-appearance:none;appearance:none}.variant-select:focus{outline:none;border-color:var(--hot-pink)}.quantity-row{display:flex;align-items:center;gap:1rem}.quantity-input{width:80px;padding:.9rem 1rem;border:2px solid var(--border);border-radius:var(--radius-md);font-family:Quicksand,sans-serif;font-size:1rem;text-align:center}.quantity-input:focus{outline:none;border-color:var(--hot-pink)}.atc-btn{flex:1;padding:1.1rem 2rem;font-size:1.1rem}.product-meta{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#f74dbd0d;border-radius:var(--radius-md);border:1px solid var(--border);font-size:.95rem;color:var(--text-mid)}.product-meta span{display:flex;align-items:center;gap:.5rem;font-weight:600}.collection-hero{position:relative;min-height:280px;display:flex;align-items:flex-end;overflow:hidden;padding:0}.collection-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.collection-hero-gradient{background:linear-gradient(135deg,#fce4f3,#e8f8ff,#fffde7)}.collection-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.45) 0%,rgba(0,0,0,.1) 60%,transparent 100%);z-index:1}.collection-hero-content{position:relative;z-index:2;padding:3rem 5% 2.5rem;width:100%}.collection-hero-title{font-family:"Baloo 2",Fredoka,sans-serif;font-size:3rem;font-weight:800;color:var(--white);text-shadow:0 2px 12px rgba(0,0,0,.3);margin:.5rem 0}.collection-hero-desc{color:#ffffffe6;font-size:1.1rem;margin-top:.5rem;text-shadow:0 1px 6px rgba(0,0,0,.25)}.collection-count{display:inline-block;margin-top:.75rem;background:#fff3;color:var(--white);padding:.3rem 1rem;border-radius:var(--radius-full);font-size:.9rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.collection-hero:has(.collection-hero-gradient) .collection-hero-overlay{display:none}.collection-hero:has(.collection-hero-gradient) .collection-hero-title{color:var(--hot-pink);text-shadow:none}.collection-hero:has(.collection-hero-gradient) .collection-hero-desc{color:var(--text-dark);text-shadow:none}.collection-hero:has(.collection-hero-gradient) .collection-count{background:#f74dbd1f;color:var(--hot-pink)}.breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:.9rem;margin-bottom:.5rem;flex-wrap:wrap}.breadcrumb a{color:#fffc;font-weight:600;transition:color .2s}.breadcrumb a:hover{color:var(--white)}.breadcrumb span:not(.breadcrumb-sep){color:#fff9}.breadcrumb-sep{color:#ffffff80}.collection-hero:has(.collection-hero-gradient) .breadcrumb a{color:var(--hot-pink)}.collection-hero:has(.collection-hero-gradient) .breadcrumb span{color:var(--text-mid)}.collection-hero:has(.collection-hero-gradient) .breadcrumb-sep{color:var(--text-mid)}.catalogue-hero .breadcrumb a{color:var(--hot-pink)}.catalogue-hero .breadcrumb span,.catalogue-hero .breadcrumb-sep{color:var(--text-mid)}.collection-toolbar{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:70px;z-index:50}.collection-toolbar-inner{max-width:1400px;margin:0 auto;padding:.85rem 5%;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.btn-back-catalogue{font-weight:700;font-size:.9rem;color:var(--hot-pink);background:#f74dbd14;padding:.45rem 1rem;border-radius:var(--radius-full);transition:all .2s;white-space:nowrap;flex-shrink:0}.btn-back-catalogue:hover{background:#f74dbd29}.collection-tags{display:flex;gap:.5rem;flex-wrap:wrap;flex:1}.tag-pill{padding:.35rem .9rem;border-radius:var(--radius-full);border:1.5px solid var(--border);font-size:.85rem;font-weight:600;color:var(--text-dark);background:var(--white);transition:all .2s}.tag-pill:hover,.tag-pill--active{background:var(--hot-pink);color:var(--white);border-color:var(--hot-pink)}.collection-sort{display:flex;align-items:center;gap:.5rem;margin-left:auto;flex-shrink:0}.sort-label{font-size:.9rem;font-weight:600;color:var(--text-mid)}.sort-select{padding:.4rem .8rem;border-radius:var(--radius-sm);border:1.5px solid var(--border);font-family:Quicksand,sans-serif;font-size:.9rem;font-weight:600;color:var(--text-dark);background:var(--white);cursor:pointer}.sort-select:focus{outline:none;border-color:var(--hot-pink)}.collection-grid-wrap{max-width:1400px;margin:0 auto;padding:3rem 5% 5rem}.collection-empty{text-align:center;padding:6rem 2rem}.collection-empty-icon{font-size:5rem;margin-bottom:1.5rem}.collection-empty h2{font-family:Fredoka,sans-serif;font-size:2rem;color:var(--hot-pink);margin-bottom:.75rem}.collection-empty p{color:var(--text-mid);font-size:1.05rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem;flex-wrap:wrap}.pagination a,.pagination span{padding:.6rem 1rem;border-radius:var(--radius-sm);border:1.5px solid var(--border);font-weight:600;font-size:.95rem;color:var(--text-dark);background:var(--white);transition:all .2s}.pagination a:hover{background:#f74dbd14;border-color:var(--hot-pink);color:var(--hot-pink)}.pagination .current{background:var(--hot-pink);color:var(--white);border-color:var(--hot-pink)}.catalogue-hero{background:linear-gradient(135deg,#fce4f3,#e8f8ff 60%,#fffde7);padding:4rem 5% 3rem;text-align:center}.catalogue-hero-title{font-family:"Baloo 2",Fredoka,sans-serif;font-size:3.5rem;font-weight:800;color:var(--hot-pink);margin:.5rem 0}.catalogue-hero-sub{font-size:1.2rem;color:var(--text-mid);margin-top:.5rem}.catalogue-hero .breadcrumb{justify-content:center}.catalogue-wrap{max-width:1400px;margin:0 auto;padding:3rem 5% 6rem}.catalogue-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.catalogue-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:2px solid transparent;transition:all .35s ease;display:flex;flex-direction:column;color:var(--text-dark);text-decoration:none}.catalogue-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-pink);border-color:#f74dbd40}.catalogue-card-img-wrap{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:linear-gradient(135deg,var(--mint),var(--soft-blue));width:min(100%,600px)}.catalogue-card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.catalogue-card:hover .catalogue-card-img{transform:scale(1.05)}.catalogue-card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(247,77,189,.15),transparent)}.catalogue-card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem}.catalogue-card-body{padding:1.75rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.catalogue-card-icon-badge{font-size:1.8rem}.catalogue-card-title{font-family:Fredoka,sans-serif;font-size:1.5rem;color:var(--hot-pink);font-weight:600;margin:0}.catalogue-card-desc{color:var(--text-mid);font-size:.95rem;line-height:1.6;flex:1}.catalogue-card-count{font-size:.85rem;color:var(--text-mid);font-weight:600;background:#f74dbd14;display:inline-block;padding:.2rem .7rem;border-radius:var(--radius-full);width:fit-content}.catalogue-card-cta{font-weight:700;color:var(--hot-pink);font-size:.95rem;margin-top:.25rem}.cart-page{max-width:1000px;margin:4rem auto;padding:0 5%}.cart-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;align-items:center;background:var(--white);padding:1.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.cart-item-image{width:100px;height:100px;border-radius:var(--radius-sm);overflow:hidden;background:linear-gradient(135deg,var(--mint),var(--soft-blue))}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-title{font-family:Fredoka,sans-serif;font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:.3rem}.cart-item-variant{font-size:.9rem;color:var(--text-mid)}.cart-item-price{font-weight:700;color:var(--hot-pink);font-size:1.1rem;margin-top:.5rem}.cart-item-qty{display:flex;align-items:center;gap:.5rem}.qty-btn{width:32px;height:32px;border-radius:50%;border:2px solid var(--border);background:var(--white);font-size:1.1rem;font-weight:700;color:var(--hot-pink);display:flex;align-items:center;justify-content:center;transition:all .2s}.qty-btn:hover{background:var(--hot-pink);color:var(--white);border-color:var(--hot-pink)}.qty-display{font-weight:700;min-width:24px;text-align:center}.remove-item{color:var(--text-mid);font-size:.85rem;text-decoration:underline;cursor:pointer;transition:color .2s}.remove-item:hover{color:#d32f2f}.cart-summary{background:var(--white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border)}.cart-summary-row:last-of-type{border-bottom:none}.cart-total-label{font-size:1.1rem;font-weight:700}.cart-total-price{font-size:1.4rem;font-weight:800;color:var(--hot-pink)}.checkout-btn{width:100%;margin-top:1.5rem;font-size:1.1rem;padding:1.2rem}.home-section{padding:5rem 5%;max-width:1400px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow-sm);transition:all .35s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-pink)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-family:Fredoka,sans-serif;font-size:1.4rem;color:var(--hot-pink);margin-bottom:.75rem}.feature-card p{color:var(--text-mid);font-size:.95rem;line-height:1.7}.integration-banner{background:linear-gradient(135deg,var(--mint),var(--soft-blue));border-radius:var(--radius-lg);padding:3rem;text-align:center;margin:2rem 0}.integration-banner h3{font-family:"Baloo 2",sans-serif;font-size:2rem;color:var(--text-dark);margin-bottom:.75rem}.integration-banner p{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.05rem}.site-footer{background:var(--text-dark);color:#ffffffd9;margin-top:5rem}.footer-inner{max-width:1400px;margin:0 auto;padding:4rem 5%;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}.footer-col h4{font-family:Fredoka,sans-serif;font-size:1.3rem;color:var(--hot-pink);margin-bottom:1rem}.footer-col p{font-size:.95rem;line-height:1.7;opacity:.8}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col a{font-size:.95rem;opacity:.8;transition:all .2s}.footer-col a:hover{opacity:1;color:var(--hot-pink)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);text-align:center;padding:1.5rem 5%;font-size:.9rem;opacity:.65}.empty-state{text-align:center;padding:5rem 2rem}.empty-state-icon{font-size:5rem;margin-bottom:1.5rem}.empty-state h2{font-size:2rem;color:var(--hot-pink);margin-bottom:1rem}.empty-state p{color:var(--text-mid);margin-bottom:2rem}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .7s ease-out both}@media(max-width:1024px){.product-page{grid-template-columns:1fr;gap:2.5rem}.product-gallery{position:static}}@media(max-width:768px){.nav-links{display:none}.mobile-toggle{display:flex}.hero-banner-title{font-size:2.8rem}.hero-shop-logo{width:240px;height:240px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.cart-item{grid-template-columns:80px 1fr}.cart-item-qty{grid-column:1 / -1}.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:480px){.hero-banner-title{font-size:2rem}.hero-shop-logo{width:180px;height:180px}.products-grid{grid-template-columns:1fr 1fr;gap:1rem}.product-card-body{padding:1rem}.cart-item{grid-template-columns:1fr}.cart-item-image{width:80px;height:80px}.footer-inner{grid-template-columns:1fr}.section-heading{font-size:2rem}}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:.3rem;cursor:pointer}.dropdown-arrow{font-size:.75rem;transition:transform .2s}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;background:var(--white);border-radius:var(--radius-md);box-shadow:0 8px 30px #0000001f;border:1px solid var(--border);min-width:200px;padding:.5rem;opacity:0;pointer-events:none;transform:translateY(-8px);transition:all .2s ease;z-index:100}.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown-menu li a{display:block;padding:.6rem 1rem;border-radius:var(--radius-sm);font-size:.95rem;color:var(--text-dark)}.dropdown-menu li a:hover{background:#f74dbd14;color:var(--hot-pink)}.drawer-section-label{font-family:Fredoka,sans-serif;font-size:1rem;color:var(--hot-pink);padding:.5rem 0 .25rem;opacity:.8;text-transform:uppercase;letter-spacing:.05em}.drawer-sub a{font-size:1.6rem!important;opacity:.75}.drawer-close{position:absolute;top:1.5rem;right:1.5rem;font-size:1.5rem;color:var(--hot-pink);background:#f74dbd1a;border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.hero-banner-bg--gradient{background:linear-gradient(160deg,#e8f8ff,#fce4f3 40%,#fffde7)}.hero-banner-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.catalogue-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem;margin-bottom:1rem}.catalogue-card{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow-sm);border:2px solid transparent;transition:all .35s ease;display:flex;flex-direction:column;gap:.75rem;color:var(--text-dark)}.catalogue-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-pink);border-color:#f74dbd33}.catalogue-card-icon{font-size:3.5rem}.catalogue-card h3{font-family:Fredoka,sans-serif;font-size:1.5rem;color:var(--hot-pink);font-weight:600}.catalogue-card p{color:var(--text-mid);font-size:.95rem;line-height:1.6;flex:1}.catalogue-card-link{font-weight:700;color:var(--hot-pink);font-size:.95rem}@media(max-width:768px){.catalogue-grid{grid-template-columns:1fr 1fr;gap:1rem}.hero-banner-btns{flex-direction:column;align-items:center}}@media(max-width:480px){.catalogue-grid{grid-template-columns:1fr}}@media(max-width:768px){.collection-hero-title{font-size:2rem}.catalogue-hero-title{font-size:2.5rem}.collection-toolbar{position:static}.collection-toolbar-inner{flex-wrap:wrap;gap:.75rem}.collection-sort{margin-left:0;width:100%}.sort-select{flex:1}.catalogue-grid{grid-template-columns:1fr 1fr;gap:1rem}}@media(max-width:480px){.collection-hero{min-height:200px}.collection-hero-title{font-size:1.7rem}.catalogue-hero-title{font-size:2rem}.catalogue-grid{grid-template-columns:1fr}.catalogue-card-img-wrap{aspect-ratio:3 / 2}}.hero-banner{min-height:min(85vh,900px)}.catalogue-grid{width:min(100%,1400px);margin-inline:auto}.collection-grid-wrap{max-width:min(1400px,100%)}.product-card-image{width:min(100%,100%)}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
