@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;width:100%}body{color:#333;background-color:#f8f9fa;overflow-x:hidden;width:100%;max-width:100vw;position:relative}img,video,iframe,embed,object{height:auto}h1,h2,h3,h4,h5,h6,p,span,a,div{word-wrap:break-word;overflow-wrap:break-word}section,article,aside,main,header,footer{max-width:100vw;overflow-x:hidden}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 20px;overflow-x:hidden}.header-wrapper--border-bottom{border-bottom:none}.announcement-bar__message span{font-size:12px;font-weight:500;letter-spacing:0px}.announcement-bar,.announcement-bar__announcement,.utility-bar{height:30px}.announcement-bar-slider .slider-button,.old-header{display:none}#MegaMenu-Content-1{display:grid!important;grid-template-columns:30% 70%;list-style:none}ul.custom-kits-images{display:grid;gap:1%;grid-template-columns:30% 30% 30%;list-style:none}.mega-menu__list li{border-bottom:1px solid #68a691}.mega-menu__list--condensed .mega-menu__link{font-weight:500!important;text-transform:uppercase;line-height:3.7;font-size:16px}.mega-menu__list{padding:0;width:55%}.mega-menu__link:hover,.mega-menu__link--active{text-decoration:none!important}#MegaMenu-Content-1 .list-unstyled{margin-top:15px}#HeaderMenu-shop-shop-by-category,#HeaderMenu-shop-shop-by-kits{font-size:1.8rem;font-weight:600}.custom-kits-images img{border-radius:20px}.custom-kits-images span{font-size:16px;font-weight:600;line-height:3;color:#68a691}.custom-kits-images a{text-decoration:none}.navbar{background:#fff;position:sticky;top:32px;left:0;right:0;z-index:1000}.nav-container{max-width:1440px;margin:0 50px;display:grid;grid-template-columns:150px 1fr 621px;align-items:center;gap:50px}.nav-left{justify-self:start}.nav-logo{display:flex;align-items:center}.nav-center{justify-self:start}a#HeaderMenu-shop-shop-by-category{cursor:default!important}a#HeaderMenu-shop-shop-by-category:hover{text-decoration:none}.search-container{position:relative;width:491px;height:40px}.search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#999;z-index:1;width:18px;height:18px}.search-input{width:100%;height:40px;padding:0 15px 0 45px;border:none;border-radius:20px;background:#f5f5f5;font-size:14px;outline:none;transition:all .3s ease}.search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-top:8px;max-height:400px;overflow-y:auto;z-index:1000}.search-results{padding:8px 0}.search-result-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:background-color .2s ease;text-decoration:none;color:inherit}.search-result-item:hover{background-color:#f5f5f5}.search-result-image{width:50px;height:50px;object-fit:contain;border-radius:4px;margin-right:12px;flex-shrink:0}.search-result-info{flex:1;min-width:0}.search-result-title{font-size:14px;font-weight:500;color:#333;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-price{font-size:13px;color:#666}.search-loading{display:flex;align-items:center;justify-content:center;padding:20px;gap:10px}.search-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #333;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-no-results{padding:20px;text-align:center;color:#666;font-size:14px}.nav-right{justify-self:end;display:flex;align-items:center;gap:2rem}.nav-links{display:flex;gap:2rem;align-items:center}.nav-item{position:relative;display:flex;align-items:center;gap:.25rem}.nav-actions{display:flex;gap:1rem;align-items:center}.atw-button{padding:9px 10px}.default-position .atw-button:hover{transform:none;background-color:rgba(var(--color-button),var(--alpha-button-background))}.default-position .atw-button:hover span.atw-button-text{color:#fff}.default-position .atw-button:hover .atw-button-icon path{stroke:#fff}.process-steps{position:relative;margin-top:60px;max-width:900px;margin-left:auto;margin-right:auto}.process-steps:before{content:"";position:absolute;left:86px;top:10px;bottom:10px;width:4px;background:#d0d0d0;z-index:0}.step{display:flex;align-items:flex-start;gap:0;margin-bottom:60px;position:relative;padding-left:0}.step:last-child{margin-bottom:0}.step-label{flex-shrink:0;width:80px;font-size:1em;font-weight:700;color:#666;text-align:left;padding-top:2px;padding-right:15px}.step-number{flex-shrink:0;width:16px;height:16px;background:#68a691;border-radius:50%;position:relative;z-index:1;margin-top:6px;margin-right:25px;display:block!important}.step-content{flex:1;padding-left:10px}.step-content h3{font-size:1.5em;color:#2c3e50;margin-bottom:12px;font-weight:600}.step-content p{font-size:1.1em;color:#666;line-height:1.8}.banner-slider{position:relative;overflow:hidden;background-color:#fff;width:100%;padding:60px 0}.slider-container{width:100%;position:relative;height:266px}.banner-slides{display:flex;gap:80px;align-items:center;justify-content:center;height:100%;width:100%;position:relative}.banner-slide{border-radius:12px;overflow:hidden;cursor:pointer;position:relative;height:266px;flex-shrink:0;transition:transform .6s ease-out}.banner-slide.active{z-index:2;animation:zoomIn .6s ease-out forwards}@keyframes zoomIn{0%{transform:scale(.95)}to{transform:scale(1.2)}}@keyframes zoomInRight{0%{opacity:0;transform:scale(.95) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale(1.2) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.banner-slide.side{position:relative;opacity:.8}.banner-slide.side.left{margin-left:-120px}.banner-slide.side.right{margin-right:-120px;text-align:left}.banner-slide img{width:100%;height:100%}.slide-content{position:absolute;top:40px;left:24px;color:#fff;z-index:10;max-width:352px;height:147px}.slide-content h1{font-size:22px;margin-bottom:0;line-height:1.2;font-weight:700;color:#fff;font-style:normal}.slide-content h2{font-size:13px;margin-bottom:30px;line-height:1.2;font-weight:600;color:#fff;font-style:normal}.slide-content p{font-size:12px;margin-bottom:15px;line-height:1.4;color:#fff;font-weight:400}.shop-now-btn{background-color:#fff;color:#68a691;padding:10px 24px;border:none;font-size:14px;font-weight:400;cursor:pointer;transition:all .3s;display:inline-block;box-shadow:0 2px 8px #0000001a}.shop-now-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.slider-nav{position:absolute;bottom:-52px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:2}.slider-dot{width:10px;height:10px;border-radius:50%;background-color:#0000004d;cursor:pointer;transition:background-color .3s}.slider-dot.active{background-color:#333;width:30px;border-radius:5px}.promo-links{background-color:#d7e5db;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative;white-space:nowrap;margin-top:24px;height:40px}.promo-carousel{display:inline-block;animation:scroll 360s linear infinite}.promo-carousel-content{display:inline-flex;align-items:center;gap:14px;padding-right:25px}.promo-item{color:#242424;text-decoration:none;font-size:16px;font-weight:500;display:inline-flex;align-items:center;white-space:nowrap}.promo-star{color:#fff;font-size:20px;display:inline-block}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.brands-section{width:100%;background-color:#f8f8f8;padding:60px 50px}.brands-container{max-width:1440px;margin:0 auto}.brands-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.brands-header-page{text-align:center;margin-bottom:30px}.section-title{font-size:32px;font-weight:500;color:#242424;margin-bottom:5px;margin-top:0;line-height:32px}.section-subtitle{font-size:14px;color:#242424;font-weight:400;margin-top:5px}.view-all{font-size:16px;color:#242424;text-decoration:none;display:flex;align-items:center;gap:5px;font-weight:500}.view-all:hover{color:#7abaa0}.brands-grid{display:flex;gap:25px;align-items:center;justify-content:center;flex-wrap:wrap;padding:20px 0}.brand-item{width:135px;height:135px;border-radius:50%;background:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s;overflow:hidden;text-decoration:none}.brand-item:hover{transform:translateY(-5px);box-shadow:0 5px 15px #00000026}.brand-item img{object-fit:contain}.brand-text{font-size:22px;font-weight:500;color:#333;font-family:Montserrat,sans-serif;text-align:center;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.brand-grid-wrapper{display:flex;flex-direction:column;gap:40px}.brand-grid-1,.brand-grid-2,.brand-grid-3,.brand-grid-4,.brand-grid-5,.brand-grid-6{display:flex;flex-direction:column;align-items:center;padding:20px 0}.alphabet-header{font-size:24px;font-weight:600;color:#242424;padding-bottom:15px;border-bottom:2px solid #e0e0e0;width:100%;max-width:860px;margin-bottom:25px}.brand-items-wrapper{display:grid;grid-template-columns:repeat(6,135px);gap:25px;justify-content:center}.category-section{padding:60px 0;position:relative;background-repeat:repeat;background-size:cover;background-position:center}.category-title{color:#242424;text-align:center;font-size:32px;margin-bottom:0;margin-top:0;font-weight:500;position:relative;z-index:1}.category-subtitle{color:#242424;text-align:center;font-size:14px;margin-bottom:30px;font-weight:400;position:relative;z-index:1}.category-grid{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:26px;padding:0 9px;position:relative;z-index:1}#gf-products .card__heading.h5 a{display:-webkit-box!important;-webkit-box-orient:vertical!important;overflow:hidden!important;-webkit-line-clamp:2!important;max-height:3.6em}.category-card{cursor:pointer;transition:transform .3s;text-align:center;text-decoration:none}.category-card:hover{transform:translateY(-8px)}.category-card:hover .category-image{transform:scale(1.05)}.category-image{width:100%;height:160px;border-radius:8px;overflow:hidden;transition:transform .3s;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.category-card img{width:100%;height:100%;border-radius:8px}.category-card h3{color:#242424;font-size:16px;font-weight:400;margin-top:15px;letter-spacing:.5px}.faq-container{background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000001a;border:1px solid #e0e0e0;overflow:hidden}.faq-item{border-bottom:1px solid #e0e0e0}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;padding:25px 30px;background:#fff;border:none;text-align:left;font-size:1.5rem;font-weight:600;color:#333;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;position:relative}.faq-question:hover{background:#f8f9fa;color:#667eea}.faq-question:after{content:"+";font-size:2rem;font-weight:300;color:#667eea;transition:transform .3s ease}.faq-question.active{background:#f8f9fa;color:#667eea}.faq-question.active:after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background:#f8f9fa}.faq-answer.active{max-height:500px;padding:25px 30px}.faq-answer p{color:#555;line-height:1.8;font-size:1.3rem}.faq-answer a{color:#667eea;text-decoration:none;font-weight:600}.faq-answer a:hover{text-decoration:underline}.desc-img{line-height:0}.product-showcase{padding:0 0 30px;max-width:100%;text-align:center;position:relative;background-image:url(/cdn/shop/files/Banner_Koraya_Picks.png?v=1767019834);background-size:cover;background-position:center;background-repeat:no-repeat}.product-link{text-decoration:none}.showcase-sparkles{position:absolute;top:55px;left:420px;z-index:1}.showcase-sparkles img{width:auto;height:70px}.showcase-sparkles-right{position:absolute;top:155px;right:400px;z-index:1}.showcase-sparkles-right img{width:auto;height:70px}.showcase-brand-image{padding-top:25px;margin-bottom:0;display:flex;justify-content:center;position:relative;z-index:1}.showcase-brand-image img{display:block}.showcase-carousel{position:relative;height:330px;margin-bottom:0}.showcase-product.side:not(.prev-1):not(.prev-2):not(.next-1):not(.next-2){opacity:0!important;visibility:hidden!important}.showcase-products{display:flex;justify-content:center;align-items:center;gap:30px;height:300px;position:relative}.showcase-product{transition:all .5s ease;cursor:pointer;position:absolute;left:50%;transform:translate(-50%)}.showcase-product.side{width:180px}.showcase-product.side.prev-2{transform:translate(calc(-50% - 600px));z-index:0}.showcase-product.side.prev-1{transform:translate(calc(-50% - 340px));z-index:1}.showcase-product.side.next-1{transform:translate(calc(-50% + 340px));z-index:1}.showcase-product.side.next-2{transform:translate(calc(-50% + 600px));z-index:0}.showcase-product.active{width:200px;transform:translate(-50%) scale(1.3);z-index:1}.showcase-product img{width:100%;height:180px;max-height:270px;object-fit:contain}.showcase-product.active img{height:255px}.product-info-wrapper{margin-top:20px;position:relative;display:flex;align-items:center;justify-content:center;gap:25px}.product-info{text-align:left;background-color:#fff;padding:0}.product-info-koraya{background-color:#f7fcff;width:25%;text-align:left}.product-info-koraya.active,.product-info.active{opacity:1;transform:translateY(0)}.product-meta-info{padding:15px}.product-category{font-size:12px;color:#383e43;text-transform:uppercase;letter-spacing:0px;margin-bottom:0;font-weight:400}.product-title{font-size:16px;color:#383e43;margin-bottom:10px;font-weight:500;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price{font-size:20px;color:#333;margin-bottom:0;font-weight:600}.product-price .rp{font-weight:500}.product-info .discount,#Slider-template--17768374206541__featured_collection_MzBnBd .discount{color:#5a9580;font-weight:500}.rp{color:#a3aab0!important}.carousel-btn{width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;font-size:20px;color:#999;box-shadow:0 2px 8px #00000014}.carousel-btn:hover{background:#7abaa0;color:#fff;border-color:#7abaa0;transform:scale(1.1)}.buy-now-btn{background-color:#68a691;color:#fff;padding:14px 0;border:none;font-size:18px;font-weight:500;cursor:pointer;transition:all .3s;letter-spacing:.5px;width:100%;display:block}.buy-now-btn:hover{background-color:#6aa090;transform:translateY(-2px);box-shadow:0 4px 12px #7abaa04d}.kits-section{padding:60px 0;background:#fff}.kits-header{text-align:center;margin-bottom:30px}.kits-title{font-size:32px;font-weight:500;color:#242424;margin-bottom:0;margin-top:0}.kits-subtitle{font-size:14px;color:#383e43;font-weight:400;margin-bottom:30px}.kits-carousel-wrapper{position:relative;max-width:1440px;margin:0 auto;padding:0 10px}.kits-carousel{overflow:hidden}.kits-track{display:flex;transition:transform .5s ease;gap:20px}.kit-card{min-width:calc(20% - 17px);flex-shrink:1;background:#fff;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s;position:relative}.kit-card:hover{transform:translateY(-5px)}.kit-image{width:100%;height:300px;background:linear-gradient(135deg,#e8d5c4,#f5e6d3);overflow:hidden;position:relative}.kit-image img{height:75%;object-fit:cover;border-radius:8px}.kit-overlay{position:absolute;bottom:0;left:0;right:0;padding:20px;background:#fafafa;min-height:80px}.kit-category{display:inline-block;font-size:12px;color:#383e43;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-weight:500;background-color:#dde9e5;border-radius:100px;padding:6px 12px;line-height:8px;text-align:center}.kit-name{font-size:16px;color:#383e43;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px}.kits-nav{display:flex;justify-content:center;gap:15px;margin-top:30px}.kits-nav-btn{width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;font-size:20px;color:#999;box-shadow:0 2px 8px #00000014}.kits-nav-btn:hover{background:#7abaa0;color:#fff;border-color:#7abaa0;transform:scale(1.1)}.kits-nav-btn.disabled{opacity:.3;cursor:not-allowed}.beauty-section{background:#fff}.beauty-container{max-width:1440px;margin:0 auto;padding:0 35px}.beauty-header{text-align:center;margin-bottom:50px}.beauty-title{font-size:32px;font-weight:500;color:#242424;margin-bottom:0;margin-top:0}.beauty-subtitle{font-size:14px;color:#383e43;font-weight:400;margin-bottom:0}.product-grid-beauty{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:30px}.banner-section{width:100%;max-height:400px;overflow:hidden;margin-bottom:0}.banner-section img{width:100%;height:400px;object-fit:cover}.description-text img{width:100%}#collection-template--17768374206541__featured_collection_MzBnBd .swym-wishlist-collections-v2-container{display:none}#shopify-section-template--17768374370381__related-products .related-products .card__media .media img{height:100%;object-fit:cover;object-position:center center;width:100%;max-width:100%!important;max-height:100%!important;object-fit:contain!important;display:block}#shopify-section-template--17768374370381__related-products .related-products .gradient{background:rgb(var(--color-background));background:#fff;background-attachment:fixed}#shopify-section-template--17768374206541__multicolumn_GdqCTz .media.media--transparent.media--adapt{padding-bottom:0%!important}#shopify-section-template--17768374206541__multicolumn_rj8phk .multicolumn-card__image-wrapper,#shopify-section-template--17768374206541__three_banner_multicolumn_hF3rWG .multicolumn-card__image-wrapper{margin-left:.5rem;margin-right:.5rem}#shopify-section-template--17768374206541__multicolumn_rj8phk .multicolumn-list__item.center .media--adapt,#shopify-section-template--17768374206541__three_banner_multicolumn_hF3rWG .multicolumn-list__item.center .media--adapt{border-radius:20px}.product-card{background:#fff;border-radius:12px;padding:0;text-align:center;transition:all .3s;cursor:pointer;border:0px solid #f0f0f0;overflow:hidden}.product-card:hover{transform:translateY(-5px)}.product-image{width:100%;height:300px;background:#f0f0f2;display:flex;align-items:center;justify-content:center;margin-bottom:20px;border-radius:8px;border:1px solid #F0F0F2}.product-card img{width:300px;height:300px;object-fit:contain;padding:20px}.product-brand{font-size:12px;color:#383e43;text-transform:uppercase;margin-bottom:0;font-weight:500}.product-name{font-size:16px;color:#383e43;margin-bottom:12px;font-weight:500;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price{font-size:16px;font-weight:700;color:#383e43}.view-more-btn{background-color:#fff;color:#68a691;padding:14px 50px;border:1px solid #68A691;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s;letter-spacing:.5px;text-decoration:none}.view-more-btn:hover{background-color:#6aa090;transform:translateY(-2px);box-shadow:0 4px 12px #7abaa04d;color:#fff}.collection .grid--4-col-desktop .grid__item{width:20%}.collection-hero__title{display:none}.collection-hero__inner.page-width{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;max-width:100%!important}.collection-hero__description{max-width:100%!important;height:450px}.collection-hero{width:100%;max-width:100%;overflow:hidden;margin-bottom:30px}.collection .card__inner{--ratio-percent: 100% !important}.collection .card__media{padding:20px}.collection .card__media .media{padding-bottom:100%!important;position:relative;overflow:hidden}.collection .card__media .media img{object-fit:contain;object-position:center}.collection .quick-add__submit.button--secondary,.collection .button--secondary{background-color:#68a691!important;color:#fff!important;border-color:#68a691!important}.collection .quick-add__submit.button--secondary:hover,.collection .button--secondary:hover{background-color:#5a9580!important;border-color:#5a9580!important}.collection .badge{background-color:#68a691}.quick-add-modal .page-width{width:100%}.quick-add-modal .product-description-section{display:none}.quick-add-modal h2.h1{font-size:22px;font-weight:400}.quick-add-modal .badge{background-color:#68a691}.quick-add-modal .product-form__input--pill input[type=radio]:checked+label{background-color:#578978;border-color:#578978}.cart-item__image-container{width:120px!important;height:120px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border-radius:8px!important;padding:10px}.cart-item__image{width:100%;height:100%!important;object-fit:contain;object-position:center}footer{background-color:#000;color:#fff}.footer-container{max-width:1400px;margin:0 auto;padding:0 40px}.footer-top{padding:20px 0 1px}.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;margin-bottom:50px}.footer-column{display:flex;flex-direction:column}.footer-heading{font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:25px;color:#fff}.footer-links{display:flex;flex-direction:column;gap:14px}.footer-links a{color:#ffffffa6;text-decoration:none;font-size:14px;font-weight:400;transition:color .2s ease;line-height:1.4}.footer-links a:hover{color:#fff}.footer-contact-info{color:#ffffffa6;font-size:14px;line-height:1.8}.footer-contact-info p{margin-top:0;margin-bottom:15px}.bottom-footer{padding-top:0!important;padding-bottom:16px}.contact-item{margin-top:5px}.contact-item strong{color:#fff;font-weight:500}.footer-contact-info i{color:#fff;margin-right:10px;font-size:22px}.social-media-icons{margin-top:20px;display:flex;gap:15px}.social-media-icons a{color:#fff;font-size:20px;transition:color .3s ease,transform .3s ease}.social-media-icons a:hover{color:#e0e0e0;transform:scale(1.1)}.mobile-version,.category-carousel-dots{display:none}@media (min-width: 1920px){.container{max-width:1600px}.nav-container,.hero-container{max-width:1800px}.hero-text h1{font-size:52px}.hero-text p{font-size:16px}}@media (min-width: 1200px) and (max-width: 1919px){.nav-container{max-width:1400px;padding:1rem 2rem}.hero-container{padding:0 60px}}@media (max-width: 1199px){.nav-container{grid-template-columns:180px 1fr 350px;padding:1rem 1.5rem;gap:1.5rem}.search-container{width:100%;max-width:400px}.nav-links{gap:1.5rem}.nav-link{font-size:.85rem}.hero-container{padding:0 40px}.hero-text h1{font-size:40px}.hero-text p{font-size:13px}.brands-section,.category-section,.kits-section,.picks-section,.beauty-best-section{padding:4rem 0}.brand-circle{width:140px;height:140px}.categories-grid{gap:1.5rem;padding:0 1.5rem}.category-image{width:200px;height:140px}.kits-grid{gap:1.2rem;padding:0 1.5rem}.kit-image{width:200px;height:240px}.beauty-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem}}@media (max-width: 1024px){.category-grid{grid-template-columns:repeat(3,1fr)}.banner-slide.active{width:450px}.banner-slide.side{width:350px}.banner-slide.side.left{margin-left:-100px}.banner-slide.side.right{margin-right:-100px}.banner-slides{gap:60px}.brands-grid{grid-template-columns:repeat(3,110px)}.category-grid{grid-template-columns:repeat(3,1fr);gap:20px}.showcase-sparkles{left:20px}.showcase-sparkles-right{right:20px}.showcase-product.side.prev-2,.showcase-product.side.next-2{display:none}.kit-card{min-width:calc(33.333% - 13px)}.product-grid-beauty{grid-template-columns:repeat(3,1fr)}}@media (max-width: 991px){.nav-container{grid-template-columns:150px 1fr 300px;padding:1rem;gap:1rem}.logo-text{font-size:1.5rem}.search-container{width:100%;max-width:300px}.nav-links{gap:1rem}.nav-link{font-size:.8rem}.nav-actions{gap:.8rem}.hero{height:500px;margin-top:85px}.hero-container{padding:0 30px}.hero-text{max-width:60%}.hero-text h1{font-size:36px;margin-bottom:1rem}.hero-text p{font-size:12px;margin-bottom:1.5rem}.hero-btn{padding:10px 28px;font-size:.9rem}.brands-section h2,.category-section h2,.kits-section h2,.beauty-best-section h2{font-size:2rem}.brands-subtitle,.category-subtitle,.kits-subtitle,.beauty-subtitle{font-size:1rem;margin-bottom:3rem}.brand-circle{width:120px;height:120px}.categories-grid{gap:1rem;padding:0 1rem}.category-image{width:180px;height:130px}.category-title{font-size:1rem}.kits-grid{gap:1rem;flex-wrap:wrap;justify-content:center}.kit-image{width:180px;height:220px}.picks-title{font-size:3.5rem}.main-product-image img{width:250px;height:350px}.left-arrow{left:-40px}.right-arrow{right:-40px}.beauty-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.beauty-image{height:220px}}@media (max-width: 768px){.container{padding:40px 20px}.header h1{font-size:2em}.header p{font-size:1em}.process-steps{max-width:100%}.process-steps:before{left:61px}.step{margin-bottom:40px}.step-label{width:55px;font-size:.85em;padding-right:10px}.step-number{width:12px;height:12px;margin-top:4px;margin-right:18px}.step-content{padding-left:5px}.step-content h3{font-size:1.4em}.step-content p{font-size:1em}.category-grid{grid-template-columns:repeat(2,1fr)}.faq-question{padding:20px;font-size:1rem}.faq-answer.active{padding:20px}.faq-answer p{font-size:.95rem}.product-grid-beauty{grid-template-columns:repeat(2,1fr)}.banner-slider{padding:30px 0}.banner-slide.active{width:320px;transform:scale(1.1)}.banner-slide.side{width:250px;opacity:.5}.banner-slide.side.left{margin-left:-200px}.banner-slide.side.right{margin-right:-200px}.banner-slide{height:440px}.slider-container{height:555px}.banner-slides{gap:40px;height:95%}.slide-content{left:20px;max-width:200px}.slide-content h2{font-size:16px}.slide-content p{font-size:11px}.shop-now-btn{padding:8px 20px;font-size:12px}.promo-links{height:28px;margin-top:0}.promo-carousel-content{gap:15px}.promo-item{font-size:10px}.brands-section{padding:40px 20px}.brands-header{padding:0 10px}.section-title,.category-title,.kits-title,.beauty-title{font-size:1.8rem}.beauty-header{margin-bottom:0}.brands-grid{grid-template-columns:repeat(3,90px);gap:9px}.brand-item{width:65px;height:65px}.category-section{padding:40px 0}.category-grid{grid-template-columns:repeat(2,1fr);gap:15px;padding:0 20px}.category-image{height:150px}.category-card h3{font-size:1rem}.product-showcase{padding:40px 20px}.showcase-brand-image img{max-width:280px}.showcase-sparkles,.showcase-sparkles-right{display:none}.showcase-carousel{height:250px}.showcase-product.active{width:150px;transform:scale(1.2)}.showcase-product.side{width:80px}.showcase-product.side.prev-1{transform:translate(calc(-50% - 340px))}.showcase-product.side.next-1{transform:translate(calc(-50% + 340px))}.product-info-wrapper{flex-direction:column;gap:20px}.product-info-koraya{width:90%;max-width:350px}.carousel-btn{position:relative}.kits-section{padding:40px 0}.kits-carousel-wrapper{padding:0 20px}.kit-card{min-width:calc(50% - 10px)}.kit-image{height:200px}.beauty-section{padding:10px 0}.product-grid-beauty{grid-template-columns:repeat(2,1fr);gap:15px}.product-image{height:200px}.product-card img{width:180px;height:180px}.product-name{font-size:14px}.product-price{font-size:16px}.footer-columns{display:grid;grid-template-rows:repeat(3,1fr);gap:0px}#shopify-section-template--17768374206541__multicolumn_GdqCTz h2.title.inline-richtext.h1{font-size:1.5rem!important}#shopify-section-template--17768374206541__featured_collection_MzBnBd .collection__title .title{font-size:1.8rem!important}#shopify-section-template--17768374206541__featured_collection_MzBnBd .collection__description p{font-size:1rem!important}.product-grid-beauty .product-card.mobile-hide{display:none!important}.collection__title.title-wrapper{margin-bottom:.5rem!important}.collection .slider.slider--tablet{margin-bottom:0rem!important}.footer-contact-info p{margin-bottom:5px;font-size:1rem}.footer-links a{line-height:1}.mobile-version{display:block}}@media (max-width: 767px){.top-banner{font-size:.75rem;padding:.4rem 0;width:100%;box-sizing:border-box}.navbar{top:28px;width:100%}.nav-container{grid-template-columns:1fr auto;gap:1rem;padding:.75rem 1rem;width:100%;box-sizing:border-box}.nav-center{display:none}.nav-right{justify-self:end;gap:1rem}.nav-links,.search-container{display:none}.hero{height:450px;margin-top:75px;width:100%;max-width:100vw}.hero-container{padding:0 20px;width:100%;box-sizing:border-box}.hero-content{flex-direction:column;text-align:center;width:100%}.hero-text{max-width:100%;width:100%}.hero-text h1{font-size:32px}.hero-text p{font-size:13px;max-width:100%}.brands-section,.category-section,.kits-section,.picks-section,.beauty-best-section{padding:3rem 0}.brands-section h2,.category-section h2,.kits-section h2,.beauty-best-section h2{font-size:1.8rem}.brand-circle{width:110px;height:110px}.brands-scroll{gap:1rem}.categories-grid{flex-wrap:wrap;gap:1.5rem;width:100%;padding:0 1rem;box-sizing:border-box}.category-image{width:160px;height:120px}.kits-grid{gap:1.5rem;width:100%;padding:0 1rem;box-sizing:border-box}.kit-image{width:160px;height:200px}.picks-title{font-size:3rem}.picks-display{flex-direction:column;gap:2rem;padding:1rem 0}.side-products{flex-direction:row;gap:.5rem;flex-wrap:wrap;justify-content:center}.main-product{padding:1.5rem;max-width:100%}.main-product-image img{width:220px;height:300px}.left-arrow{left:10px}.right-arrow{right:10px}.product-details-container{padding:0 1rem}.beauty-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.beauty-image{height:200px}.product-title{font-size:1.1rem}.promo-carousel{animation:scroll 10s linear infinite}.footer-columns{display:inline-block}.footer-column{margin-bottom:22px}.footer-heading{margin-bottom:8px}.footer-columns{margin-bottom:0}.footer-column:last-child{margin-bottom:10px}.footer-links a{font-size:1rem}.desktop-version{display:none}.product-images{padding:2rem}.main-image{width:100%!important;height:430px!important}.brand-badges-wrapper{height:380px!important}#shopify-section-template--17768374370381__main .product__title h1{font-size:1.8rem!important;font-weight:500!important}#ProductInfo-template--17768374370381__main .price .price-item{font-size:2rem;font-weight:500}#ProductInfo-template--17768374370381__main .discount{font-size:2rem}#ProductInfo-template--17768374370381__main .quantity__label.form__label,#ProductInfo-template--17768374370381__main .product-form__input .form__label{font-size:1.3rem;font-weight:500}.sticky-bar-product-name,.sticky-bar-product-price{font-size:1rem!important}.sticky-bar-add-to-cart{padding:6px 10px!important;font-size:1rem!important}.sticky-bottom-bar{display:grid!important;gap:10px!important}.page-width{width:100%!important}.product-details{padding-left:2rem!important;padding-right:2rem!important}.product-features-inline{gap:10px!important}.feature-text-inline{font-size:1rem!important}.product-description-section{display:flex!important}.sticky-product-card{display:none!important}.tab-btn{padding:12px 16px!important}.product-description-content{padding:2rem!important}.quantity{width:calc(11rem / var(--font-body-scale) + var(--inputs-border-width) * 2)!important;min-height:calc((var(--inputs-border-width) * 2) + 3.5rem)!important}.quantity:after{border-radius:10px!important}.product-form__input--pill input[type=radio]+label{padding:.5rem 1.3rem .6rem!important}#gf-products .grid__item{border:1px solid #eee;padding:1rem;border-radius:8px}.swym-wishlist-collections-v2-container{top:-19px!important;left:36px!important;padding:0!important}.main-image-container{flex-direction:column!important;align-items:center!important}.brand-badges-container{position:relative!important;left:auto!important;top:auto!important;display:flex!important;flex-direction:row!important;transform:none!important;align-items:center!important;justify-content:center!important;width:100%!important;height:50px!important;margin-top:10px!important;gap:0!important}.brand-badges-wrapper{height:auto!important;width:auto!important;flex:1!important;min-width:0!important;overflow:hidden!important;position:static!important;display:flex!important;align-items:center!important}.brand-badges{position:static!important;flex-direction:row!important;gap:8px!important;display:flex!important;align-items:center!important;transition:transform .3s ease!important;top:auto!important;left:auto!important}.brand-badges-nav{display:flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:50px!important;flex-shrink:0!important;margin:0!important;border-radius:4px!important}.brand-badges-nav.up{order:-1}.brand-badges-nav.down{order:1}.brand-badges-nav.up i:before{content:"\f053"}.brand-badges-nav.down i:before{content:"\f054"}.badge-thumbnail{width:50px;height:50px;flex-shrink:0}}@media (max-width: 599px){.hero{height:400px}.hero-text h1{font-size:28px}.hero-text p{font-size:12px}.brands-section h2,.category-section h2,.kits-section h2,.beauty-best-section h2{font-size:1.6rem}.brand-circle{width:100px;height:100px}.categories-grid{flex-direction:column;align-items:center}.category-image{width:200px;height:150px}.kits-grid{flex-direction:column;align-items:center}.kit-image{width:200px;height:240px}.picks-title{font-size:2.5rem}.main-product-image img{width:200px;height:280px}.beauty-grid{grid-template-columns:repeat(2,1fr);gap:.8rem;padding:0 .5rem}.old-header{display:grid}.navbar{display:none}.footer-columns{display:inline-block}.footer-column{margin-bottom:22px}.footer-heading{margin-bottom:8px}.carousel-btn{display:none}.product-grid-beauty{grid-template-columns:50% 50%}#shopify-section-template--17768374206541__featured_collection_MzBnBd .full-unstyled-link{max-width:16ch!important}.sm-hidden{display:none}}@media (max-width: 480px){*{max-width:100vw}body,html{overflow-x:hidden!important;width:100%!important;position:relative}.old-header{display:grid}.navbar{display:none}.top-banner{font-size:.7rem;padding:.3rem 0;width:100%;box-sizing:border-box}.navbar{top:24px;width:100%;left:0;right:0}.nav-container{grid-template-columns:1fr auto;gap:.5rem;padding:.6rem .8rem;width:100%;max-width:100%;box-sizing:border-box}.logo-text{font-size:1.3rem}.nav-actions{gap:.5rem}.nav-icon-btn{padding:.4rem}.nav-icon-btn svg{width:20px;height:20px}.hero{height:350px;margin-top:70px;width:100%;max-width:100vw}.hero-container{padding:0 15px;width:100%;max-width:100%;box-sizing:border-box}.hero-text h1{font-size:24px;margin-bottom:.8rem}.hero-text p{font-size:11px;margin-bottom:1.2rem}.hero-btn{padding:10px 24px;font-size:.85rem}.scrolling-banner{padding:.6rem 0;width:100%;max-width:100vw!important}.banner-item{font-size:.8rem;padding:0 1.5rem}.brands-section,.category-section,.kits-section,.picks-section,.beauty-best-section{width:100%!important;max-width:480px!important;overflow-x:hidden!important;box-sizing:border-box;padding:2rem 1.5rem}.brands-section h2,.category-section h2,.kits-section h2,.beauty-best-section h2{font-size:1.8rem;margin-bottom:0;line-height:1.2!important}.section-template--18274111160397__custom_liquid_cqgq4E-padding{padding-top:0!important}.brand-grid-1,.brand-grid-2,.brand-grid-3,.brand-grid-4,.brand-grid-5,.brand-grid-6{padding:0!important}.banner-section{max-height:165px}.banner-section img{height:165px}.section-subtitle{font-size:1rem;margin-top:0}.view-all{font-size:1rem}.brands-subtitle,.category-subtitle,.kits-subtitle,.beauty-subtitle{font-size:1rem;margin-bottom:2rem}.brand-circle{width:90px;height:90px}.brands-scroll{gap:.8rem;padding:.8rem}.brand-nav-btn{display:none}.categories-grid{gap:1.2rem;width:100%;max-width:100%;padding:0 .8rem;box-sizing:border-box}.category-card{margin:0 auto;padding-bottom:2.5rem}.category-image{width:100%;height:150px;max-width:100%}.showcase-brand-image{padding-top:0}.showcase-brand-image img{max-width:300px!important}.product-showcase{background-image:url(/cdn/shop/files/koraya-pic-vertical-banners.jpg?v=1769482861);padding:10px 20px}.category-title{font-size:.95rem}.kits-grid{gap:1.2rem;width:100%;max-width:100%;padding:0 .8rem;box-sizing:border-box}.kit-image{width:150px;height:201px}.kit-image img{height:auto;object-fit:contain;border-radius:8px;width:100%}.kit-overlay{padding:10px}.kit-category{font-size:.85rem}.kit-name{font-size:.95rem;min-height:0px}.kits-navigation{padding:.8rem 2rem;gap:1.5rem}.picks-title{font-size:2.2rem;transform:rotate(-1.5deg)}.picks-subtitle{font-size:.95rem;margin-bottom:2.5rem}.nav-arrow{display:none}.main-product{padding:1.2rem}.main-product-image img{width:180px;height:250px}.product-brand{font-size:1rem}.product-name{font-size:1.3rem}.current-product-name{font-size:1.2rem}.current-price{font-size:1.1rem;margin-bottom:1.5rem}.buy-now-btn{padding:.9rem 1.5rem;font-size:1.6rem;font-weight:400}.beauty-grid{grid-template-columns:1fr;gap:1rem;padding:0 1rem;width:100%;max-width:100%;box-sizing:border-box}.beauty-image{height:220px;width:100%}.product-title{font-size:1.2rem}.product-price{font-size:1.3rem}.view-more-btn{padding:.7rem 2rem;font-size:.9rem}.slider-btn{display:none}.announcement-bar,.announcement-bar__announcement,.utility-bar{height:60px}.slider-container{height:555px}.banner-slide{height:440px}.banner-slider{padding:0}.banner-slide.active{width:80%;transform:scale(1)}.banner-slide.side{display:none}.banner-slides{gap:0;height:95%}.slider-nav{bottom:10px}.brands-grid{display:grid;grid-template-columns:repeat(5,60px);justify-content:center}.brand-items-wrapper{grid-template-columns:repeat(5,50px);gap:22px}.brand-item{width:62px;height:62px}.category-grid{grid-template-columns:repeat(2,1fr)}.showcase-product.side{display:none}.showcase-product.active{transform:translate(-50%) scale(1);width:200px}.product-card{max-width:100%}.footer-columns{display:inline-block}.footer-column{margin-bottom:22px}.footer-heading{margin-bottom:8px}.carousel-btn{display:none}.product-grid-beauty{grid-template-columns:50% 50%}#shopify-section-template--17768374206541__featured_collection_MzBnBd .full-unstyled-link{max-width:16ch!important}#shopify-section-template--17768374206541__featured_collection_MzBnBd .card__inner{min-height:194px!important;max-height:194px!important}#shopify-section-template--17768374206541__featured_collection_MzBnBd .card__media{height:145px!important;min-height:120px!important}#shopify-section-template--17768374206541__featured_collection_MzBnBd .card__heading{font-size:1.2rem!important}#shopify-section-template--17768374206541__featured_collection_MzBnBd .price{font-size:1rem!important}#shopify-section-template--17768374206541__multicolumn_GdqCTz .background-none .multicolumn-card__image-wrapper+.multicolumn-card__info h3{font-size:5px!important;font-weight:500}.background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info{padding-left:0!important;padding-right:0!important;padding-bottom:0!important}#Slider-template--17768374206541__multicolumn_GdqCTz .grid__item{width:14%!important}#shopify-section-template--17768374206541__multicolumn_GdqCTz .multicolumn .title-wrapper-with-link{margin-bottom:8px!important}.showcase-product.active img{height:210px}#Slide-template--17768374206541__multicolumn_GdqCTz-4{display:none}#Slider-template--17768374206541__multicolumn_GdqCTz .multicolumn-card__image-wrapper img.multicolumn-card__image{width:100%;height:auto;object-fit:contain!important;display:block}#Slider-template--17768374206541__multicolumn_GdqCTz .multicolumn-card__image-wrapper--half-width{width:85%}#gf-products .button,#gf-products .shopify-challenge__button,#gf-products .customer button,button.shopify-payment-button__button--unbranded,#collection-template--17768374206541__featured_collection_MzBnBd .button{min-height:calc(3.5rem + var(--buttons-border-width) * 2)}#gf-products .badge{background-color:#68a691;color:#fff;font-size:.8rem!important;padding:.4rem 1.2rem!important}.collection .card__media{padding:15px}.category-grid.category-carousel{display:flex!important;grid-template-columns:unset!important;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:15px;padding:0 20px;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap}.category-grid.category-carousel::-webkit-scrollbar{display:none}.category-grid.category-carousel .category-card{flex:0 0 75%;min-width:75%;scroll-snap-align:center;padding-bottom:.5rem}.category-grid.category-carousel .category-card h3{font-size:1.3rem;font-weight:500}.category-grid.category-carousel .category-card img{width:100%;height:100%;border-radius:8px;object-fit:cover}.category-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:15px}.category-carousel-dots .dot{width:8px;height:8px;border-radius:50%;background:#ccc;cursor:pointer;transition:background .3s}.category-carousel-dots .dot.active{background:#242424}}@media (max-width: 374px){.logo-text{font-size:1.1rem}.announcement-bar,.announcement-bar__announcement,.utility-bar{height:60px}.hero{height:300px}.hero-text h1{font-size:20px}.hero-text p{font-size:10px}.hero-btn{padding:8px 20px;font-size:.8rem}.brands-section h2,.category-section h2,.kits-section h2,.beauty-best-section h2{font-size:1.2rem}.brand-circle{width:80px;height:80px}.category-image{width:160px;height:120px}.kit-image{width:160px;height:200px}.picks-title{font-size:2rem}.main-product-image img{width:160px;height:220px}.beauty-image{height:200px}.old-header{display:grid}.navbar{display:none}.footer-columns{display:inline-block}.footer-column{margin-bottom:22px}.footer-heading{margin-bottom:8px}.carousel-btn{display:none}.product-grid-beauty{grid-template-columns:50% 50%}.product-card{max-width:100%}#shopify-section-template--17768374206541__featured_collection_MzBnBd .full-unstyled-link{max-width:16ch!important}}@media (max-height: 500px) and (orientation: landscape){.hero{height:300px}.hero-text h1{font-size:22px;margin-bottom:.5rem}.hero-text p{font-size:11px;margin-bottom:1rem}.hero-btn{padding:8px 20px}.brands-section,.category-section,.kits-section,.picks-section,.beauty-best-section{padding:2rem 0}.old-header{display:grid}.navbar{display:none}.footer-columns{display:inline-block}.footer-column{margin-bottom:22px}.footer-heading{margin-bottom:8px}.carousel-btn{display:none}.product-grid-beauty{grid-template-columns:50% 50%}.product-card{max-width:100%}#shopify-section-template--17768374206541__featured_collection_MzBnBd .full-unstyled-link{max-width:16ch!important}}@media print{.top-banner,.navbar,.nav-arrow,.slider-btn,.brand-nav-btn,.kit-nav-btn,.buy-now-btn,.view-more-btn,.hero-btn{display:none}.hero{margin-top:0}body{background:#fff}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/koraya.css.map */
