:root{--cs-black: #1a1a1a;--cs-dark: #2c2c2c;--cs-orange: #c8956a;--cs-orange-bright: #e07b39;--cs-white: #ffffff;--cs-gray-light: #f7f7f7;--cs-gray-border: #e5e5e5;--cs-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;--page-width: 162rem;--cs-theme-color: #1b3d46}.container-fluid-custom{max-width:1620px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media screen and (min-width:750px){.container-fluid-custom{padding-left:30px;padding-right:30px}}@media screen and (min-width:1620px){.container-fluid-custom{padding-left:0;padding-right:0}}body{font-family:var(--cs-font-family);color:var(--cs-black)}.cs-topbar{background:var(--cs-black);color:var(--cs-white);font-size:1.2rem;padding:8px 20px;display:flex;align-items:center;justify-content:flex-end;gap:16px;position:relative;z-index:100}.announcement-bar-section{background:var(--cs-black);z-index:1}.announcement-bar__message{color:var(--cs-white)!important;font-size:1.3rem;text-transform:uppercase;letter-spacing:.1em}.announcement-bar__link{color:var(--cs-white)!important}.baDropdownStyle.top_right{position:absolute!important;top:0!important;right:10px!important;z-index:9999!important}.header-wrapper{background:var(--cs-theme-color)!important}.header{background:var(--cs-theme-color)}.header__heading-link:hover{opacity:.8}.header__menu-item{font-size:1.3rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.header__icon--wishlist{display:inline-flex;align-items:center;padding:0 8px;text-decoration:none;color:var(--cs-white)}.header__icon--wishlist:hover{opacity:.7}.header__icon--wishlist svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5}.cs-slideshow-wrapper{position:relative;width:100%;overflow:hidden}.cs-slideshow-track{display:flex;transition:transform .6s ease-in-out;will-change:transform}.cs-slide{flex:0 0 100%;min-width:0;position:relative}.cs-slide img{display:block;width:100%;height:100%;object-fit:cover}.cs-slide a{display:block;width:100%;height:100%}.cs-slideshow-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10;list-style:none;margin:0;padding:0}.cs-slideshow-dots li{width:10px;height:10px;position:relative;cursor:pointer;list-style:none}.cs-slideshow-dots li .dot-inner{width:8px;height:8px;border-radius:50%;background:#ffffff80;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:background .3s;z-index:2}.cs-slideshow-dots li.active .dot-inner{background:var(--cs-white)}.cs-slideshow-dots li svg.dot-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:18px;height:18px;z-index:1}.cs-slideshow-dots li svg.dot-ring circle{fill:none;stroke:var(--cs-white);stroke-width:1.5;stroke-dasharray:50;stroke-dashoffset:50;transition:none}.cs-slideshow-dots li.active svg.dot-ring circle{animation:dot-ring-fill 5s linear forwards}@keyframes dot-ring-fill{0%{stroke-dashoffset:50}to{stroke-dashoffset:0}}.cs-product-carousel{padding:40px 0}.cs-product-carousel__header{display:flex;align-items:center;justify-content:center;margin-bottom:30px;position:relative}.cs-product-carousel__title{font-size:2.4rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:0;text-align:center;color:var(--cs-black)}.cs-product-carousel__outer{position:relative}.cs-product-carousel__viewport{overflow:hidden}.cs-product-carousel__track{display:flex;transition:transform .5s ease}.cs-product-card-wrap{flex:0 0 25%;min-width:0;padding:0 8px;box-sizing:border-box}@media(max-width:989px){.cs-product-card-wrap{flex:0 0 50%}}@media(max-width:749px){.cs-product-card-wrap{flex:0 0 50%}}.cs-product-card{position:relative;overflow:hidden}.cs-product-card__image-wrapper{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background:#f8f8f8}.cs-product-card__image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cs-product-card:hover .cs-product-card__image-wrapper img{transform:scale(1.05)}.cs-product-card__hover-btn{position:absolute;bottom:0;left:0;right:0;background:var(--cs-black);color:var(--cs-white);text-align:center;padding:12px;font-size:1.2rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transform:translateY(100%);transition:transform .3s ease;cursor:pointer;border:none;width:100%;display:block}.cs-product-card:hover .cs-product-card__hover-btn{transform:translateY(0)}.cs-product-card__info{padding:14px 12px 16px}.cs-product-card__badge{display:inline-block;background:var(--cs-orange-bright);color:#fff;font-size:.9rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:2px 7px;margin-bottom:6px;border-radius:2px}.cs-product-card__title{font-size:1.3rem;font-weight:500;color:var(--cs-black);text-decoration:none;display:block;margin-bottom:6px;line-height:1.4}.cs-product-card__title:hover{opacity:.7}.cs-product-card__price{font-size:1.4rem;font-weight:700;color:var(--cs-black)}.cs-product-card__price s{color:#999;font-weight:400;margin-left:4px;font-size:1.2rem}.cs-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--cs-white);border:1px solid var(--cs-gray-border);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:background .2s,border-color .2s;box-shadow:0 2px 8px #0000001a}.cs-carousel-arrow:hover{background:var(--cs-black);border-color:var(--cs-black);color:var(--cs-white)}.cs-carousel-arrow--prev{left:-18px}.cs-carousel-arrow--next{right:-18px}.cs-carousel-arrow svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.cs-carousel-arrow:disabled{opacity:.3;cursor:not-allowed}.cs-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:24px;list-style:none;padding:0}.cs-carousel-dots button{width:8px;height:8px;border-radius:50%;background:#ccc;border:none;cursor:pointer;padding:0;transition:background .3s,transform .3s}.cs-carousel-dots button.active{background:var(--cs-black);transform:scale(1.2)}.cs-shop-more-wrap{text-align:center;margin-top:28px}.cs-shop-more-btn{display:inline-block;background:var(--cs-black);color:var(--cs-white);font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;padding:14px 36px;border:2px solid var(--cs-black);transition:background .3s,color .3s}.cs-shop-more-btn:hover{background:transparent;color:var(--cs-black)}.cs-banner-text-overlay{position:absolute;top:50%;left:5%;transform:translateY(-50%);max-width:480px;z-index:2}.cs-banner-text-overlay__label{font-size:1.3rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--cs-orange);margin-bottom:10px;font-style:italic}.cs-banner-text-overlay__heading{font-size:clamp(2.8rem,4vw,4.8rem);font-weight:900;color:var(--cs-white);text-transform:uppercase;line-height:1.05;margin:0 0 16px;letter-spacing:.02em}.cs-banner-text-overlay__text{font-size:1.4rem;color:#fffc;line-height:1.7;margin:0}.cs-image-features{padding:48px 20px;background:var(--cs-white)}.cs-image-features__grid{display:grid;gap:24px;max-width:1200px;margin:0 auto}.cs-image-features__column{text-align:center}.cs-image-features__image-wrap{width:80px;height:80px;margin:0 auto 16px}.cs-image-features__image-wrap img{width:100%;height:100%;object-fit:contain}.cs-image-features__heading{font-size:1.4rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;color:var(--cs-black)}.cs-image-features__text{font-size:1.3rem;color:#666;line-height:1.6;margin:0}.cs-rich-text-section{padding:56px 20px;text-align:center}.cs-rich-text-inner{margin:0 auto}.cs-blog-section{padding:48px 20px;background:var(--cs-white)}.cs-blog-section__heading{font-size:2.4rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;text-align:center;margin-bottom:36px;color:var(--cs-black)}.cs-blog-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto}@media(max-width:749px){.cs-blog-section__grid{grid-template-columns:1fr}}.cs-blog-card{border:1px solid var(--cs-gray-border);overflow:hidden;background:var(--cs-white)}.cs-blog-card__image-wrap{position:relative;width:100%;padding-bottom:66%;overflow:hidden;background:#eee}.cs-blog-card__image-wrap img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cs-blog-card:hover .cs-blog-card__image-wrap img{transform:scale(1.05)}.cs-blog-card__body{padding:20px}.cs-blog-card__date{font-size:1.1rem;color:#999;margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em}.cs-blog-card__title{font-size:1.6rem;font-weight:700;color:var(--cs-black);text-decoration:none;display:block;margin-bottom:10px;line-height:1.3}.cs-blog-card__title:hover{color:var(--cs-orange)}.cs-blog-card__excerpt{font-size:1.3rem;color:#666;line-height:1.6}.cs-blog__view-all-wrap{text-align:center;margin-top:36px}.cs-footer{background:var(--cs-black);color:var(--cs-white);padding:60px 20px 24px}.cs-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:40px;max-width:1200px;margin:0 auto 40px}@media(max-width:989px){.cs-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:749px){.cs-footer__grid{grid-template-columns:1fr}}.cs-footer__col-heading{font-size:1.4rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--cs-white);margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid var(--cs-orange);display:inline-block}.cs-footer__logo{max-width:160px;margin-bottom:16px;display:block}.cs-footer__contact-item{display:flex;align-items:flex-start;gap:8px;font-size:1.3rem;color:#ffffffbf;margin-bottom:10px;line-height:1.5}.cs-footer__contact-item svg{width:16px;height:16px;flex-shrink:0;margin-top:2px;fill:var(--cs-orange)}.cs-footer__nav-list{list-style:none;margin:0;padding:0}.cs-footer__nav-list li{margin-bottom:10px}.cs-footer__nav-list a{color:#ffffffbf;text-decoration:none;font-size:1.3rem;transition:color .2s;display:flex;align-items:center;gap:6px}.cs-footer__nav-list a:before{content:"\203a";color:var(--cs-orange);font-size:1.5rem}.cs-footer__nav-list a:hover{color:var(--cs-white)}.cs-footer__newsletter-desc{font-size:1.3rem;color:#ffffffb3;line-height:1.6;margin-bottom:16px}.cs-footer__newsletter-form{display:flex;gap:0;flex-direction:column}.cs-footer__newsletter-input{background:#ffffff1a;border:1px solid rgba(255,255,255,.25);color:var(--cs-white);padding:12px 14px;font-size:1.3rem;outline:none;width:100%;margin-bottom:10px}.cs-footer__newsletter-input::placeholder{color:#fff6}.cs-footer__newsletter-btn{background:var(--cs-orange-bright);color:var(--cs-white);border:none;padding:12px 20px;font-size:1.2rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s;width:100%}.cs-footer__newsletter-btn:hover{background:#c56a2a}.cs-footer__social{margin-top:20px;display:flex;gap:12px;flex-wrap:wrap}.cs-footer__social-link{width:36px;height:36px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#ffffffb3;transition:color .2s,border-color .2s;text-decoration:none}.cs-footer__social-link:hover{color:var(--cs-white);border-color:var(--cs-white)}.cs-footer__social-link svg{width:16px;height:16px;fill:currentColor}.cs-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.cs-footer__copyright{font-size:1.2rem;color:#ffffff80}.cs-footer__payment-list{display:flex;gap:8px;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0}.cs-btn{display:inline-block;background:var(--cs-black);color:var(--cs-white);font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;padding:13px 30px;border:2px solid var(--cs-black);cursor:pointer;transition:background .3s,color .3s}.cs-btn:hover{background:transparent;color:var(--cs-black)}.page-width{max-width:var(--page-width, 1200px);margin:0 auto;padding-left:20px;padding-right:20px}.search-modal__content:has(predictive-search[open]) .popular-searches,.search-modal__content:has(predictive-search[results]) .popular-searches{display:none!important}.predictive-search-results-wrapper{padding:40px 0;text-align:center;position:relative;background:#fff}.title-wrapper-with-link.center{margin-bottom:4rem}.breadcrumb{display:flex;justify-content:center;gap:1rem;font-size:1.2rem;text-transform:uppercase;letter-spacing:.1rem;color:#707070;margin-top:1rem}.breadcrumb-separator{color:#ccc}.breadcrumb-current{color:#000;font-weight:500}.cart-items thead{border-bottom:1px solid #eee}.cart-items th{padding-bottom:1.5rem;font-weight:400;text-transform:capitalize;letter-spacing:0;color:#000}.cart-item{border-bottom:1px solid #eee}.cart-item__media{padding-top:2rem;padding-bottom:2rem}.cart-item__image-container{border:none!important;background:transparent!important}.cart-item__name{font-family:inherit;font-size:1.4rem;font-weight:400;color:#000;text-decoration:none;margin-bottom:.5rem;display:block}.cart-item__remove-link{font-size:1.2rem;color:#707070;text-decoration:none;border-bottom:1px solid #707070}.cart-item__price,.cart-item__totals{font-size:1.4rem;color:#000}.cart-item__quantity-wrapper{display:flex;justify-content:center}.quantity.cart-quantity{border:1px solid #eee;width:10rem;min-height:3.5rem}.quantity.cart-quantity .quantity__button{width:3rem;font-size:1.8rem;color:#000}.quantity.cart-quantity .quantity__input{font-size:1.4rem;color:#000}.cart__footer{padding-top:4rem}.cart__blocks{display:flex;flex-direction:column;align-items:flex-end}.totals{justify-content:flex-end;gap:2rem;margin-bottom:1.5rem}.totals__total,.totals__total-value{font-size:1.4rem;font-weight:500;margin:0}.tax-note-container{margin-bottom:2rem;width:100%;max-width:35rem}.tax-note-box{background-color:#34568b;color:#fff;padding:1rem 1.5rem;font-size:1.2rem;border-radius:.4rem;display:flex;align-items:center;gap:1rem}.cart__banner{background-color:#e0e0e0;padding:1.5rem 2rem;border-radius:.4rem;margin-bottom:2rem;text-align:center;width:100%;max-width:35rem}.banner__content p{margin:0;font-size:16px;color:#fff;text-transform:uppercase;letter-spacing:.05rem}.banner__content .link{font-size:1.1rem;color:#3498db;text-transform:uppercase;font-weight:600;margin-top:.5rem;display:inline-block}.cart__checkout-button{background-color:#000;color:#fff;border:none;font-weight:600;letter-spacing:.1rem;padding:1.5rem;border-radius:.4rem;width:100%;max-width:35rem}.cart__social-sharing{margin-top:6rem;padding-bottom:4rem}.social-sharing__title{font-size:1.8rem;font-weight:500;margin-bottom:2rem}.social-sharing__icons .list-social{justify-content:center;gap:1rem}.social-sharing__icons .list-social__item .icon{width:4rem;height:4rem;background-color:#f0f0f0;border-radius:50%;padding:1rem;color:#fff}.social-sharing__icons .list-social__link[href*=whatsapp] .icon{background-color:#25d366}.social-sharing__icons .list-social__link[href*=facebook] .icon{background-color:#1877f2}.social-sharing__icons .list-social__link[href*=instagram] .icon{background-color:#e4405f}.social-sharing__icons .list-social__link[href*=twitter] .icon,.social-sharing__icons .list-social__link[href*="x.com"] .icon{background-color:#000}@media screen and (max-width:749px){.cart-item__media{width:8rem}.cart-item__details{padding-left:1rem}.quantity.cart-quantity{width:8rem}.cart__blocks{align-items:center}}.predictive-search__results-heading{font-size:2rem;color:#999;font-weight:400;margin-bottom:40px;text-align:center}.predictive-search__results-list.grid{display:grid;grid-template-columns:repeat(6,1fr);gap:30px;margin-bottom:40px;list-style:none;padding:0}@media(max-width:1400px){.predictive-search__results-list.grid{grid-template-columns:repeat(6,1fr);gap:20px}}@media(max-width:1200px){.predictive-search__results-list.grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:749px){.predictive-search__results-list.grid{grid-template-columns:repeat(2,1fr);gap:15px}}.predictive-search__more-results{margin-top:30px;display:flex;justify-content:center}.more-results-btn{display:inline-block;background:#000;color:#fff;padding:15px 40px;font-size:1.3rem;font-weight:700;text-transform:uppercase;border:none;cursor:pointer;text-decoration:none;transition:background .3s ease}.more-results-btn:hover{background:#333;color:#fff}predictive-search[loading] .predictive-search-results-wrapper{opacity:.5;pointer-events:none;transition:opacity .3s ease}.predictive-search .predictive-search__loading-state{display:none!important}predictive-search[loading] .predictive-search__loading-state{display:flex!important;justify-content:center;align-items:center;padding:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.search-modal__content{background:var(--cs-theme-color)!important}.search-modal{height:auto!important;max-height:90vh}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cosmeselect-custom.css.map */
