:root{--mm3-teal-50: #f0fdfa;--mm3-teal-100: #ccfbf1;--mm3-teal-200: #99f6e4;--mm3-teal-400: #2dd4bf;--mm3-teal-500: #14b8a6;--mm3-teal-600: #0d9488;--mm3-teal-700: #0f766e;--mm3-teal-800: #115e59;--mm3-gray-50: #f9fafb;--mm3-gray-100: #f3f4f6;--mm3-gray-200: #e5e7eb;--mm3-gray-300: #d1d5db;--mm3-gray-400: #9ca3af;--mm3-gray-500: #6b7280;--mm3-gray-600: #4b5563;--mm3-gray-700: #374151;--mm3-gray-800: #1f2937;--mm3-gray-900: #111827;--mm3-yellow-50: #fefce8;--mm3-yellow-200: #fef08a;--mm3-yellow-700: #a16207;--mm3-green-50: #f0fdf4;--mm3-green-200: #bbf7d0;--mm3-green-700: #15803d;--mm3-blue-50: #eff6ff;--mm3-blue-200: #bfdbfe;--mm3-blue-700: #1d4ed8;--mm3-red-500: #ef4444;--mm3-red-700: #b91c1c}.mm3-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative;z-index:100}.mm3-nav{background:#fff;border-bottom:1px solid var(--mm3-gray-200);position:relative}.mm3-nav-inner{max-width:1280px;margin:0 auto;padding:0 1rem}.mm3-nav-list{display:flex;align-items:center;justify-content:center;gap:2.5rem;list-style:none;margin:0;padding:0}.mm3-nav-item{position:relative}.mm3-nav-link,.mm3-nav-trigger{display:flex;align-items:center;gap:.25rem;padding:1rem 0;font-size:.875rem;font-weight:700;letter-spacing:.05em;color:var(--mm3-gray-800);text-decoration:none;text-transform:uppercase;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s ease}.mm3-nav-link:hover,.mm3-nav-trigger:hover,.mm3-has-dropdown.mm3-active .mm3-nav-trigger{color:var(--mm3-teal-600);border-bottom-color:var(--mm3-teal-600)}.mm3-nav-sale{color:var(--mm3-red-500)!important}.mm3-nav-sale:hover{color:var(--mm3-red-700)!important;border-bottom-color:var(--mm3-red-500)!important}.mm3-chevron{transition:transform .2s ease}.mm3-has-dropdown.mm3-active .mm3-chevron{transform:rotate(180deg)}.mm3-dropdown{position:absolute;top:100%;left:0;right:0;width:100%;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border-top:1px solid var(--mm3-gray-100);border-bottom:1px solid var(--mm3-gray-200);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;z-index:50}.mm3-dropdown.mm3-dropdown-active{opacity:1;visibility:visible;transform:translateY(0)}.mm3-dropdown-inner{max-width:1280px;margin:0 auto;padding:2rem 1rem}.mm3-grid{display:grid;gap:2rem}.mm3-grid-shop{grid-template-columns:2fr 3fr 5fr 2fr}.mm3-grid-brands{grid-template-columns:3fr 9fr;align-items:center}.mm3-grid-library{grid-template-columns:3fr 9fr;gap:3rem}.mm3-col{min-width:0}.mm3-col-links{padding-right:1rem}.mm3-col-categories,.mm3-col-skin-types,.mm3-col-featured{border-left:1px solid var(--mm3-gray-100);padding-left:1.5rem}.mm3-col-brand-list,.mm3-col-edu-links{border-right:1px solid var(--mm3-gray-100);padding-right:1.5rem}.mm3-col-title{font-size:.75rem;font-weight:600;color:var(--mm3-gray-900);text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.mm3-col-title-teal{color:var(--mm3-teal-700);font-size:.875rem;font-weight:600;text-transform:none;letter-spacing:normal;margin-bottom:.75rem}.mm3-quick-links{list-style:none;padding:0;margin:0}.mm3-quick-links li{margin-bottom:.5rem}.mm3-quick-link{font-size:.875rem;font-weight:500;color:var(--mm3-gray-600);text-decoration:none;transition:color .2s ease}.mm3-quick-link:hover{color:var(--mm3-teal-600)}.mm3-quick-link-bold{font-weight:700;color:var(--mm3-gray-900);display:flex;align-items:center;gap:.5rem}.mm3-quick-link-bold:hover{color:var(--mm3-teal-600)}.mm3-categories-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.mm3-link-list{list-style:none;padding:0;margin:0}.mm3-link-list li{margin-bottom:.375rem}.mm3-link-list a{font-size:.75rem;font-weight:500;color:var(--mm3-gray-500);text-decoration:none;transition:all .2s ease;display:inline-block}.mm3-link-list a:hover{color:var(--mm3-teal-600);transform:translate(4px)}.mm3-skin-types-title{font-family:Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:600;color:var(--mm3-gray-900);margin:0 0 1rem;letter-spacing:-.01em}.mm3-skin-types-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.mm3-skin-type-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;border-radius:.5rem;border:1px solid;height:4rem;text-decoration:none;transition:all .2s ease;cursor:pointer}.mm3-skin-type-badge:hover{transform:scale(1.05);box-shadow:0 4px 6px -1px #0000001a}.mm3-st-num{font-size:.5625rem;font-weight:700;opacity:.7}.mm3-st-code{font-size:.75rem;font-weight:700;letter-spacing:-.025em}.mm3-st-gray{background:var(--mm3-gray-100);border-color:var(--mm3-gray-200);color:var(--mm3-gray-600)}.mm3-st-yellow{background:var(--mm3-yellow-50);border-color:var(--mm3-yellow-200);color:var(--mm3-yellow-700)}.mm3-st-green{background:var(--mm3-green-50);border-color:var(--mm3-green-200);color:var(--mm3-green-700)}.mm3-st-blue{background:var(--mm3-blue-50);border-color:var(--mm3-blue-200);color:var(--mm3-blue-700)}.mm3-st-user{background:var(--mm3-teal-500);border-color:var(--mm3-teal-600);color:#fff;box-shadow:0 4px 6px -1px #14b8a64d}.mm3-skin-types-legend{display:flex;justify-content:center;gap:1rem;margin-top:.75rem}.mm3-legend-item{display:flex;align-items:center;gap:.375rem;font-size:.625rem;font-weight:500;color:var(--mm3-gray-400);text-transform:uppercase;letter-spacing:.1em}.mm3-legend-dot{width:.5rem;height:.5rem;border-radius:50%}.mm3-legend-dry{background:var(--mm3-blue-200)}.mm3-legend-oily{background:var(--mm3-yellow-200)}.mm3-legend-combo{background:var(--mm3-gray-200)}.mm3-skin-types-grid-images{display:flex;flex-direction:column;gap:.75rem}.mm3-st-row{display:flex;align-items:center;gap:.75rem}.mm3-st-row-label{font-size:.625rem;font-weight:700;color:var(--mm3-gray-500);text-transform:uppercase;letter-spacing:.05em;width:5.5rem;flex-shrink:0;line-height:1.2}.mm3-st-row-items{display:flex;gap:.5rem;flex:1}.mm3-st-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.375rem;border-radius:.5rem;background:var(--mm3-gray-50);border:1px solid var(--mm3-gray-100);text-decoration:none;transition:all .2s ease;cursor:pointer;min-width:3.5rem}.mm3-st-item:hover{background:var(--mm3-teal-50);border-color:var(--mm3-teal-200);transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.mm3-st-item img{width:2.5rem;height:2.5rem;object-fit:contain}.mm3-st-item span{font-size:.625rem;font-weight:700;color:var(--mm3-gray-700);letter-spacing:-.025em}.mm3-st-item:hover span{color:var(--mm3-teal-700)}.mm3-st-active{background:var(--mm3-teal-100);border-color:var(--mm3-teal-400);box-shadow:0 0 0 2px var(--mm3-teal-200)}.mm3-st-active span{color:var(--mm3-teal-700)}.mm3-st-active:hover{background:var(--mm3-teal-100);border-color:var(--mm3-teal-500)}.mm3-featured-card{display:block;text-decoration:none;cursor:pointer}.mm3-featured-card:hover .mm3-featured-image img{transform:scale(1.1)}.mm3-featured-card:hover .mm3-featured-title{color:var(--mm3-teal-600)}.mm3-featured-image{background:var(--mm3-gray-50);border-radius:.75rem;padding:0;margin-bottom:.75rem;height:13.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.mm3-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.mm3-featured-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--mm3-teal-50) 0%,var(--mm3-teal-100) 100%);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:var(--mm3-teal-400)}.mm3-featured-placeholder:hover .mm3-featured-image-placeholder{background:linear-gradient(135deg,var(--mm3-teal-100) 0%,var(--mm3-teal-200) 100%);color:var(--mm3-teal-500)}.mm3-featured-label{font-size:.625rem;font-weight:700;color:var(--mm3-teal-600);text-transform:uppercase;letter-spacing:.05em}.mm3-featured-title{font-size:.875rem;font-weight:600;color:var(--mm3-gray-900);margin:.25rem 0;transition:color .2s ease}.mm3-featured-price{font-size:.875rem;font-weight:700;color:var(--mm3-gray-900)}.mm3-brands-title{font-family:Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:600;color:var(--mm3-gray-900);margin:0 0 1rem}.mm3-brand-links{list-style:none;padding:0;margin:0;max-height:20rem;overflow-y:auto;padding-right:.5rem;scrollbar-width:thin;scrollbar-color:var(--mm3-gray-200) transparent}.mm3-brand-links::-webkit-scrollbar{width:4px}.mm3-brand-links::-webkit-scrollbar-track{background:transparent}.mm3-brand-links::-webkit-scrollbar-thumb{background:var(--mm3-gray-200);border-radius:2px}.mm3-brand-links li{margin-bottom:.5rem}.mm3-brand-link{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:500;color:var(--mm3-gray-600);text-decoration:none;padding:.25rem 0;transition:color .2s ease}.mm3-brand-link:hover{color:var(--mm3-teal-600)}.mm3-brand-link-all{font-weight:700;color:var(--mm3-teal-600);padding-bottom:.5rem;margin-bottom:.5rem;border-bottom:none}.mm3-brand-view-all{display:block;font-size:.875rem;font-weight:700;color:var(--mm3-teal-600);text-decoration:none;padding:.25rem 0;margin-bottom:.75rem;transition:color .2s ease}.mm3-brand-view-all:hover{color:var(--mm3-teal-700);text-decoration:underline}.mm3-brand-links li:first-child{margin-bottom:.75rem}.mm3-brand-chevron{opacity:0;transition:opacity .2s ease;flex-shrink:0}.mm3-brand-link:hover .mm3-brand-chevron{opacity:1}.mm3-carousel-container{position:relative;width:100%;overflow:hidden}.mm3-carousel-track{display:flex;gap:1rem;transition:transform .3s ease;scroll-behavior:smooth}.mm3-carousel-track.mm3-no-carousel{justify-content:flex-start}.mm3-brand-card{flex:0 0 calc(33.333% - .67rem);min-width:calc(33.333% - .67rem);position:relative;border-radius:.75rem;overflow:hidden;height:19rem;background:#fff;border:1px solid var(--mm3-gray-200);text-decoration:none;display:flex;flex-direction:column}.mm3-brand-card img{width:100%;height:45%;object-fit:contain;padding:.75rem;background:#fff;opacity:1;transition:all .3s ease}.mm3-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:2rem;height:2rem;border-radius:50%;background:#fff;border:1px solid var(--mm3-gray-200);box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease}.mm3-carousel-nav:hover{background:var(--mm3-teal-50);border-color:var(--mm3-teal-300)}.mm3-carousel-nav:disabled{opacity:.3;cursor:not-allowed}.mm3-carousel-nav.mm3-carousel-prev{left:-.5rem}.mm3-carousel-nav.mm3-carousel-next{right:-.5rem}.mm3-carousel-nav svg{width:1rem;height:1rem;stroke:var(--mm3-gray-600)}.mm3-carousel-nav:hover svg{stroke:var(--mm3-teal-600)}.mm3-carousel-container:not(.mm3-has-overflow) .mm3-carousel-nav{display:none}.mm3-brand-card:hover img{opacity:1;transform:scale(1.05)}.mm3-brand-card-placeholder{width:100%;height:60%;background:linear-gradient(135deg,var(--mm3-teal-50) 0%,var(--mm3-teal-100) 100%);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:var(--mm3-teal-700);letter-spacing:.05em}.mm3-brand-cards-placeholder{grid-column:1 / -1;padding:3rem 2rem;text-align:center;background:var(--mm3-gray-50);border-radius:.75rem;border:2px dashed var(--mm3-gray-200)}.mm3-brand-cards-placeholder p{margin:0 0 .5rem;font-size:.875rem;font-weight:600;color:var(--mm3-gray-600)}.mm3-brand-cards-placeholder small{font-size:.75rem;color:var(--mm3-gray-400)}.mm3-brand-card-overlay{position:relative;height:55%;background:var(--mm3-gray-50);display:flex;flex-direction:column;justify-content:flex-start;padding:.75rem;border-top:1px solid var(--mm3-gray-100)}.mm3-brand-card-name{font-family:Georgia,Times New Roman,serif;font-size:.9rem;font-weight:700;color:var(--mm3-gray-900);margin:0;line-height:1.2}.mm3-brand-card-desc{font-size:.75rem;color:var(--mm3-gray-500);margin:.375rem 0 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.mm3-brand-card-cta{display:flex;align-items:center;gap:.25rem;font-size:.7rem;font-weight:700;color:var(--mm3-teal-600);margin-top:auto;transition:gap .2s ease}.mm3-brand-card:hover .mm3-brand-card-cta{gap:.5rem}.mm3-brand-card:hover{border-color:var(--mm3-teal-300);box-shadow:0 4px 12px #0080801a}.mm3-edu-title{font-family:Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:600;color:var(--mm3-gray-900);margin:0 0 .5rem}.mm3-edu-links{list-style:none;padding:0;margin:0}.mm3-edu-links li{margin-bottom:.25rem}.mm3-edu-link{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--mm3-gray-600);text-decoration:none;padding:.5rem;border-radius:.5rem;transition:all .2s ease}.mm3-edu-link:hover{color:var(--mm3-teal-600);background:var(--mm3-gray-50)}.mm3-edu-link-cta{font-weight:700;color:var(--mm3-teal-600);margin-top:.75rem;padding-left:.5rem}.mm3-edu-link-cta:hover{text-decoration:underline;background:transparent}.mm3-article-card{flex:0 0 calc(33.333% - .67rem);min-width:calc(33.333% - .67rem);display:flex;flex-direction:column;background:#fff;border-radius:.75rem;border:1px solid var(--mm3-gray-200);text-decoration:none;transition:all .2s ease;overflow:hidden}.mm3-article-card:hover{border-color:var(--mm3-teal-300);box-shadow:0 4px 12px #0080801a}.mm3-article-card:hover .mm3-article-image img{transform:scale(1.05)}.mm3-article-card:hover .mm3-article-title{color:var(--mm3-teal-700)}.mm3-article-image{width:100%;height:9rem;overflow:hidden;background:var(--mm3-gray-100);flex-shrink:0}.mm3-article-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.mm3-article-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--mm3-gray-100) 0%,var(--mm3-gray-200) 100%)}.mm3-article-title{font-size:.8125rem;font-weight:600;color:var(--mm3-gray-800);margin:0;padding:.75rem;transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;text-align:center}.mm3-article-excerpt{font-size:.75rem;color:var(--mm3-gray-500);margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:1024px){.mm3-container{display:none}}@media(min-width:1025px)and (max-width:1280px){.mm3-grid-shop{grid-template-columns:2fr 3fr 4fr 2fr}.mm3-brand-card{flex:0 0 calc(50% - .5rem);min-width:calc(50% - .5rem);height:13rem}.mm3-article-card{flex:0 0 calc(50% - .5rem);min-width:calc(50% - .5rem)}.mm3-st-row-label{width:4.5rem;font-size:.5625rem}.mm3-st-item{min-width:3rem}.mm3-st-item img{width:2rem;height:2rem}}#skin-type-nav{margin:0;padding:0!important}#skin-type-nav li{list-style:none;border-top:1px solid rgba(0,0,0,.06)}#skin-type-nav li a{display:block;padding:15px 40px;font-size:14px;font-weight:500;color:#000;text-decoration:none}
/*# sourceMappingURL=/cdn/shop/t/181/assets/mega-menu-v3.css.map */
