@keyframes fadeInCenter{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideFromLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInOpacity{0%{opacity:0}to{opacity:1}}.product-card{color:#333;display:flex;flex-direction:column;border:1px solid #ffe0ef;border-radius:16px;overflow:hidden;transition:transform .4s cubic-bezier(.25,1,.5,1),opacity .6s ease-out;box-shadow:10px 10px 30px rgba(0,0,0,.25);background:linear-gradient(180deg,#fff 0,#fffbfd);opacity:0;cursor:default;position:relative;width:100%;box-sizing:border-box;z-index:1}.product-card.no-animation{opacity:1!important;transform:translateZ(0)}.product-card-animated{opacity:0;will-change:transform}.product-card-animated.animate-fade-center{transform:scale(.9) translateY(20px)}.product-card-animated.animate-fade-center.visible{transform:scale(1) translateY(0) translateZ(0);opacity:1;will-change:auto}.product-card-animated.animate-slide-up{transform:translateY(40px)}.product-card-animated.animate-slide-up.visible{transform:translateY(0) translateZ(0);opacity:1;will-change:auto}.product-card-animated.animate-slide-left{transform:translateX(-40px)}.product-card-animated.animate-slide-left.visible{transform:translateX(0) translateZ(0);opacity:1;will-change:auto}@media(min-width:901px){.product-card.is-hovered,.product-card:hover{transform:translateY(-10px) scale(1.02) translateZ(0);box-shadow:16px 24px 40px rgba(0,0,0,.3);border-color:#ff9ec2}.product-card.is-hovered .product-image-container,.product-card:hover .product-image-container{transform:scale(1.02)}.product-card.is-hovered .product-item-product-image,.product-card:hover .product-item-product-image{transform:scale(1.05)}.product-card.is-hovered .product-name,.product-card:hover .product-name{color:#ff2d95;transform:translateX(2px)}.product-card.is-hovered .add-to-cart-button:not(:disabled):not(.disabled),.product-card:hover .add-to-cart-button:not(:disabled):not(.disabled){background-color:#e0247e;transform:translateY(-2px);box-shadow:0 4px 8px rgba(255,9,153,.3)}}.product-image-container{width:100%;height:350px!important;overflow:hidden;background-color:#fff0f6;transition:transform .3s cubic-bezier(.4,0,.2,1);position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.product-item-product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}@media(min-width:901px)and (max-width:1023px){.product-card{width:100%;min-width:0;max-width:100%}.product-image-container{height:400px!important}.product-details{padding:24px}.product-name{font-size:30px!important;margin-bottom:16px}.product-description{font-size:25px!important;line-height:1.6;margin-bottom:16px}.product-price{font-size:28px!important;margin-bottom:16px}.add-to-cart-button{padding:14px 18px;font-size:25px!important}}@media(max-width:900px){.product-card{width:100%;min-width:0;max-width:100%}.product-image-container{width:100%;max-width:100%;height:300px!important;min-height:300px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin:0 auto}.product-item-product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;display:block}.product-details{padding:24px;min-height:auto}.product-name{font-size:25px!important;margin-bottom:14px;word-wrap:break-word;line-height:1.5;min-height:3em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-description{font-size:21px!important;line-height:1.6;margin-bottom:14px;-webkit-line-clamp:3}.product-price{font-size:24px!important;margin-bottom:14px}.add-to-cart-button{padding:14px 18px;font-size:21px!important;width:100%;white-space:nowrap}}.product-details{padding:10px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.product-name{font-size:14px;font-weight:600;margin-bottom:4px;color:var(--rose-vif);transition:transform .3s ease;line-height:1.3;min-height:2.6em;cursor:pointer}.product-description,.product-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-description{font-size:12px;color:#666;margin-bottom:6px}.product-price{font-size:13px;color:var(--rose-orange);font-weight:700;margin-bottom:6px}.product-review-inline{display:inline-flex;justify-content:center;align-items:center;gap:6px;margin-bottom:8px;padding:4px 6px;background:none;border:none;border-radius:6px;cursor:pointer;font-size:13px;color:#666;transition:color .2s ease,background-color .2s ease}.product-review-inline:hover{color:#ff2d95;background-color:rgba(255,45,149,.08)}.product-review-inline .stars{display:inline-flex;gap:2px}.product-review-inline .stars .star{line-height:0}.product-review-inline .count{opacity:.9}.add-to-cart-button{background-color:var(--rose-vif);color:#fff;border:none;padding:8px 10px;font-size:12px;cursor:pointer;border-radius:6px;margin-top:auto;transition:transform .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.add-to-cart-button:hover:not(:disabled){background-color:#e0247e}.add-to-cart-button.disabled,.add-to-cart-button:disabled{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.6}.add-to-cart-button.disabled:hover,.add-to-cart-button:disabled:hover{background-color:#ccc;transform:none}.product-group{margin-bottom:60px;width:100%;display:flex;flex-direction:column;align-items:center}@media(max-width:900px){.product-group{padding:0 10px}}.category-title{text-align:center;color:var(--blanc);margin-bottom:20px;font-size:20px;text-transform:uppercase;font-weight:700;opacity:0;transform:translateY(-20px);transition:opacity .6s ease-out,transform .6s ease-out;width:100%;display:block}.category-title.animate-fade-in,.category-title.no-animation{opacity:1;transform:translateY(0) translateZ(0)}@media(min-width:901px)and (max-width:1024px){.category-title{font-size:24px}}@media(max-width:900px){.category-title{font-size:1.6rem;padding:0 12px;text-align:center;word-wrap:break-word;margin-bottom:16px}}.category-title-capitalize{text-transform:capitalize;display:inline-block}@media(max-width:900px){.category-title-capitalize{display:block;margin-top:4px;text-align:center}}.category-after-block{margin-top:60px;width:100%;max-width:900px;margin-left:auto;margin-right:auto;background:#fff0f6;border-radius:8px;padding:16px;color:#ff2d95;line-height:1.6;font-size:1rem;box-shadow:0 4px 10px rgba(255,45,149,.1)}.category-after-block h2,.category-after-block h3{text-align:center;margin:0 auto 16px;color:#ff2d95;font-weight:600;font-size:1.5rem}.category-after-block div,.category-after-block li,.category-after-block p,.category-after-block ul{margin:0 0 12px;color:inherit;line-height:inherit;font-size:inherit}.category-after-block div:last-child,.category-after-block li:last-child,.category-after-block p:last-child,.category-after-block ul:last-child{margin-bottom:0}.category-after-block ul{padding-left:20px;margin-bottom:12px}.category-after-block li{margin-bottom:6px}.category-after-block strong{color:inherit;font-weight:600}.category-after-block.animate-slide-up-delayed,.category-after-block.no-animation{opacity:1;transform:translateY(0) translateZ(0)}.category-after-block,.category-description{opacity:0;transform:translateY(30px);transition:opacity .7s ease-out .2s,transform .7s ease-out .2s}.category-description{background:#fff0f6;border-radius:8px;padding:16px;margin:0 auto 32px;color:#ff2d95;line-height:1.6;max-width:900px;font-size:1rem;text-align:center;box-shadow:0 4px 10px rgba(255,45,149,.1)}.category-description.animate-slide-up-delayed,.category-description.no-animation{opacity:1;transform:translateY(0) translateZ(0)}@media(min-width:901px)and (max-width:1024px){.category-description{font-size:1.15rem;padding:20px}}@media(max-width:900px){.category-description{font-size:1.2rem;padding:22px 20px;line-height:1.75;margin-bottom:28px}}.align-left{text-align:left}.home-content-product-row{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;width:100%;padding:0 10px}.home-content-product-row.view-1{gap:15px}.home-content-product-row.view-1 .product{flex:1 1 100%;max-width:100%;min-width:280px;padding:20px;box-sizing:border-box}@media(min-width:901px)and (max-width:1023px){.home-content-product-row.view-1{gap:20px}.home-content-product-row.view-1 .product{padding:18px}}@media(max-width:900px){.home-content-product-row.view-1{gap:15px}.home-content-product-row.view-1 .product{padding:15px}}.home-content-product-row.view-2{gap:15px}.home-content-product-row.view-2 .product{flex:1 1 calc(50% - 15px);max-width:calc(50% - 15px);min-width:0;padding:20px;box-sizing:border-box}@media(min-width:1024px){.home-content-product-row.view-2{gap:20px}.home-content-product-row.view-2 .product{flex:1 1 calc(50% - 10px);max-width:calc(50% - 10px);padding:20px}}@media(min-width:901px)and (max-width:1023px){.home-content-product-row.view-2{gap:18px}.home-content-product-row.view-2 .product{flex:1 1 calc(50% - 9px);max-width:calc(50% - 9px);padding:18px}}@media(max-width:900px){.home-content-product-row.view-2{gap:10px}.home-content-product-row.view-2 .product{flex:1 1 calc(50% - 5px);max-width:calc(50% - 5px);min-width:0;padding:12px 10px}}.home-content-product-row.view-4{gap:10px}.home-content-product-row.view-4 .product{flex:1 1 calc(25% - 8px);max-width:calc(25% - 8px);min-width:0;padding:15px;box-sizing:border-box}@media(min-width:1024px){.home-content-product-row.view-4{gap:10px}.home-content-product-row.view-4 .product{flex:1 1 calc(25% - 8px);max-width:calc(25% - 8px);min-width:0;padding:15px}}@media(min-width:901px)and (max-width:1023px){.home-content-product-row.view-4{gap:18px}.home-content-product-row.view-4 .product{flex:1 1 calc(50% - 9px);max-width:calc(50% - 9px);min-width:0;padding:18px}}@media(max-width:900px){.home-content-product-row.view-4{gap:10px}.home-content-product-row.view-4 .product{flex:1 1 calc(50% - 5px);max-width:calc(50% - 5px);min-width:0;padding:12px 10px}.home-content-product-row{gap:15px;padding:0 8px}}.product{flex:1 1 calc(50% - 15px);max-width:calc(50% - 15px);min-width:0;padding:20px;box-sizing:border-box}@media(max-width:900px){.product{padding:15px}}@media(min-width:901px)and (max-width:1023px){.products-list{padding:30px}.home-content-product-row:not(.view-1):not(.view-2):not(.view-4){gap:20px}.home-content-product-row:not(.view-1):not(.view-2):not(.view-4) .product{flex:1 1 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width:1024px){.products-list{padding:40px 60px}.home-content-product-row:not(.view-1):not(.view-2):not(.view-4){gap:24px}.home-content-product-row:not(.view-1):not(.view-2):not(.view-4) .product{flex:1 1 calc(33.333% - 16px);max-width:calc(33.333% - 16px)}}.products-list{display:flex;flex-direction:column}@media(max-width:900px){.products-list{padding:12px 0;width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.category-navigation{display:inline-flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:0;margin:40px auto;width:-moz-fit-content;width:fit-content;max-width:100%;padding:8px 10px;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border-radius:50px;box-shadow:0 8px 32px rgba(255,45,149,.2);animation:fadeInUp .6s ease-out;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;border:2px solid hsla(0,0%,100%,.2);position:relative;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.category-navigation::-webkit-scrollbar{display:none}.category-navigation:after,.category-navigation:before{content:"";position:absolute;top:0;bottom:0;width:30px;pointer-events:none;z-index:10;opacity:0;transition:opacity .3s ease}.category-navigation:before{left:0;background:linear-gradient(90deg,hsla(0,0%,100%,.25) 0,transparent)}.category-navigation:after{right:0;background:linear-gradient(270deg,hsla(0,0%,100%,.25) 0,transparent)}.category-navigation.can-scroll-left:before,.category-navigation.can-scroll-right:after{opacity:1}.category-nav-btn{background:transparent;color:#ff2d95;border:none;padding:14px 28px;font-weight:600;font-size:.95rem;cursor:pointer;position:relative;white-space:nowrap;flex-shrink:0;z-index:1}.category-nav-btn,.category-nav-btn:before{border-radius:50px;transition:all .4s cubic-bezier(.4,0,.2,1)}.category-nav-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ff2d95,#ff7e80);opacity:0;transform:scale(.8);z-index:-1;box-shadow:0 4px 20px rgba(255,45,149,.4)}.category-nav-btn:hover{color:#fff;transform:translateY(-2px)}.category-nav-btn:hover:before{opacity:1;transform:scale(1)}.category-nav-btn:active{transform:translateY(0) scale(.98)}.category-nav-btn.active{color:#fff}.category-nav-btn.active:before{opacity:1;transform:scale(1);background:linear-gradient(135deg,#e0247e,#ff5fa6)}@media(min-width:901px)and (max-width:1023px){.category-navigation{margin:30px auto;padding:8px 12px}.category-nav-btn{padding:16px 28px;font-size:2rem!important}}@media(max-width:900px){.category-navigation{margin:25px auto;padding:6px;border-radius:40px;justify-content:flex-start;max-width:95%;overflow-x:auto;-webkit-overflow-scrolling:touch}.category-navigation:before{left:0;background:linear-gradient(90deg,hsla(0,0%,100%,.3) 0,transparent);width:40px;opacity:.7}.category-navigation:after{right:0;background:linear-gradient(270deg,hsla(0,0%,100%,.3) 0,transparent);width:40px;opacity:.7}.category-nav-btn{padding:12px 20px;font-size:.85rem;min-width:-moz-fit-content;min-width:fit-content}}.view-selector{position:fixed;bottom:clamp(20px,4vh,40px);left:clamp(12px,2vw,24px);z-index:4000;display:flex!important;flex-direction:column;gap:8px;opacity:0;transform:translateX(20px);pointer-events:none;visibility:hidden;transition:opacity .3s ease,transform .3s ease,visibility .3s ease}.view-selector.visible{opacity:1!important;transform:translateX(0)!important;pointer-events:auto!important;visibility:visible!important}.view-selector.hidden{opacity:0;transform:translateX(20px);pointer-events:none;visibility:hidden}@media(max-width:900px){.view-selector{display:none!important}}.view-btn{width:40px;height:40px;border:2px solid rgba(255,45,149,.3);border-radius:8px;background:#fff!important;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:rgba(255,45,149,.6);transition:all .3s ease;position:relative;z-index:4001;padding:0;margin:0;-webkit-tap-highlight-color:rgba(0,0,0,0);pointer-events:auto!important}.view-btn:hover{background:rgba(255,45,149,.1)!important;border-color:rgba(255,45,149,.5)}.view-btn.active{background:linear-gradient(135deg,#ff2d95,#ff7e80)!important;border-color:#ff2d95;color:#fff}@media(min-width:901px)and (max-width:1023px){.view-btn{width:clamp(48px,8vw,56px);height:clamp(48px,8vw,56px);font-size:clamp(18px,3vw,22px);border-width:2.5px;border-radius:clamp(10px,1.5vw,12px)}}@media(max-width:900px){.view-btn{width:36px;height:36px;font-size:14px;border-width:1.5px}.view-btn:active{transform:scale(.95)}}@media(max-width:1023px){.view-btn.view-btn-4{display:none}}.features-section{width:100%;margin:var(--space-4,1.5rem) 0;padding:0}.features-section-inner{width:100%;max-width:100%}.features-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.06);overflow:hidden}.feature-card{flex:1 1 0;min-width:140px;max-width:100%;padding:20px 16px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;border-right:1px solid rgba(0,0,0,.08);background:#fff}.feature-card:last-child{border-right:none}.feature-card .feature-icon{margin-bottom:12px;display:flex;align-items:center;justify-content:center;min-height:48px}.feature-card .feature-icon .feature-card-icon{font-size:1.75rem;color:#ff2d95}.feature-card .feature-icon .feature-card-image{width:56px;height:56px;-o-object-fit:contain;object-fit:contain;display:block}.feature-card .feature-text .feature-title{font-size:.95rem;font-weight:600;color:#333;line-height:1.35;margin:0 0 4px}.feature-card .feature-text .feature-subtitle{font-size:.8rem;font-weight:500;color:#666;line-height:1.3;margin:0}@media(min-width:901px)and (max-width:1023px){.features-container{margin:0 5%;border-radius:12px}.feature-card{padding:16px 12px;min-width:120px}.feature-card .feature-icon{min-height:40px}.feature-card .feature-icon .feature-card-icon{font-size:1.5rem}.feature-card .feature-icon .feature-card-image{width:48px;height:48px}.feature-card .feature-text .feature-title{font-size:.9rem}.feature-card .feature-text .feature-subtitle{font-size:.75rem}}@media(max-width:900px){.features-container{flex-direction:column;margin:0;border-radius:12px}.feature-card{flex:none;width:100%;min-width:100%;padding:20px 24px;border-right:none;border-bottom:1px solid rgba(0,0,0,.08);flex-direction:row;text-align:left;align-items:center;gap:20px}.feature-card:last-child{border-bottom:none}.feature-card .feature-icon{margin-bottom:0;flex-shrink:0;min-height:52px}.feature-card .feature-icon .feature-card-icon{font-size:2rem}.feature-card .feature-icon .feature-card-image{width:52px;height:52px}.feature-card .feature-text{flex:1;min-width:0}.feature-card .feature-text .feature-title{font-size:1.2rem;font-weight:600;margin-bottom:4px;line-height:1.3}.feature-card .feature-text .feature-subtitle{font-size:1.05rem;line-height:1.4}}