.LogoMainPanelWrapper{color:#cac9c9;background-color:#1e1e1e;height:300px}.promo-banner-wrapper{display:flex;justify-content:center;padding:20px 0}.promo-banner-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:block}.product-image-container{height:350px!important}.product-item-product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}@media (max-width:768px){.product-image-container{height:160px!important}.product-item-product-image{object-fit:contain;object-position:center center}}.products-list{display:flex;flex-direction:column}@media (max-width:767px){.products-list{padding:12px 6px}}.product-group{margin-bottom:60px}.category-title{text-align:center;color:var(--blanc);margin-bottom:20px;font-size:20px;text-transform:uppercase;font-weight:700}.category-title-capitalize{text-transform:capitalize}.category-description,.cosmetics-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)}.align-left{text-align:left}.cosmetics-title{text-align:center;margin:60px auto 20px;color:var(--blanc);font-weight:600;font-size:1.5rem}.product-row{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.product{flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px)}@media (min-width:768px) and (max-width:1023px){.product{flex:1 1 calc(50% - 24px);max-width:calc(50% - 24px)}.products-list{padding:30px}.product-row{gap:24px}}@media (min-width:1024px){.product{flex:1 1 calc(33.333% - 24px);max-width:calc(33.333% - 24px)}.products-list{padding:40px 60px}.product-row{gap:24px}}.product-card{background-color:#fff;color:#333;display:flex;flex-direction:column;border:1px solid #ffe0ef;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 6px rgba(255,122,146,.1);height:100%;justify-content:space-between;margin-bottom:12px}@media (hover:hover){.product-card:hover{transform:translateY(-5px);box-shadow:0 6px 14px rgba(255,94,170,.15)}.product-card:hover .product-image{transform:scale(1.05)}}.product-image-container{width:100%;height:200px;overflow:hidden;background-color:#fff0f6}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.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)}.product-description{font-size:12px;color:#666;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-price{font-size:13px;color:var(--rose-orange);font-weight:700;margin-bottom:6px}.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:background-color .2s ease}.add-to-cart-button:hover{background-color:#e0247e}