[id^=BlogSlider-]{overflow:hidden;position:relative;box-sizing:border-box}[id^=BlogSlider-] .custom-blog-slider__wrapper{width:100%;margin:0 auto;box-sizing:border-box}[id^=BlogSlider-] .custom-blog-slider__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;gap:16px}[id^=BlogSlider-] .custom-blog-slider__title{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:clamp(15px,2vw,18px);font-weight:800;letter-spacing:.8px;text-transform:uppercase;margin:0;line-height:1.2}[id^=BlogSlider-] .custom-blog-slider__view-all{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:12px;font-weight:600;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease;white-space:nowrap;margin-left:auto}[id^=BlogSlider-] .custom-blog-slider__track-container{width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}[id^=BlogSlider-] .custom-blog-slider__track-container::-webkit-scrollbar{display:none}[id^=BlogSlider-] .custom-blog-slider__track{display:flex;gap:16px;list-style:none;padding:0;margin:0}[id^=BlogSlider-] .custom-blog-slider__item{min-width:240px;max-width:100%;box-sizing:border-box;display:flex;flex-direction:column}[id^=BlogSlider-] .custom-blog-slider__image-link{display:block;width:100%;overflow:hidden;background-color:#f4f4f4;border-radius:2px}[id^=BlogSlider-] .custom-blog-slider__image-wrap{width:100%;position:relative;overflow:hidden}[id^=BlogSlider-] .custom-blog-slider__image-wrap--portrait{aspect-ratio:4 / 5}[id^=BlogSlider-] .custom-blog-slider__image-wrap--square{aspect-ratio:1 / 1}[id^=BlogSlider-] .custom-blog-slider__image-wrap--landscape{aspect-ratio:16 / 10}[id^=BlogSlider-] .custom-blog-slider__image-wrap--natural{aspect-ratio:auto;min-height:260px}[id^=BlogSlider-] .custom-blog-slider__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .45s cubic-bezier(.25,1,.5,1)}[id^=BlogSlider-] .custom-blog-slider__image-link:hover .custom-blog-slider__image{transform:scale(1.04)}[id^=BlogSlider-] .custom-blog-slider__meta{padding-top:14px;display:flex;flex-direction:column;gap:6px}[id^=BlogSlider-] .custom-blog-slider__tags-date{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:10.5px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;line-height:1.4}[id^=BlogSlider-] .custom-blog-slider__article-title{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:14.5px;font-weight:700;line-height:1.35;margin:2px 0 0}[id^=BlogSlider-] .custom-blog-slider__article-title a{color:inherit;text-decoration:none;transition:color .15s ease}[id^=BlogSlider-] .custom-blog-slider__article-title a:hover{color:#000;text-decoration:underline}[id^=BlogSlider-] .custom-blog-slider__author{font-size:12px;font-style:italic;margin:2px 0 0}[id^=BlogSlider-] .custom-blog-slider__author span{font-weight:600;font-style:normal}@media(max-width:1024px){[id^=BlogSlider-] .custom-blog-slider__item{flex:0 0 calc((100% - (2 * 14px)) / 3);min-width:210px}[id^=BlogSlider-] .custom-blog-slider__track{gap:14px}}@media(max-width:768px){[id^=BlogSlider-] .custom-blog-slider__item{flex:0 0 calc((100% - 12px)/2);min-width:180px}[id^=BlogSlider-] .custom-blog-slider__track{gap:12px}[id^=BlogSlider-] .custom-blog-slider__article-title{font-size:13.5px}}@media(max-width:480px){[id^=BlogSlider-] .custom-blog-slider__item{flex:0 0 78%;min-width:220px}}[id^=CustomAnnouncementBar-] .custom-announcement-bar__wrapper{padding:var(--cab-padding-y) var(--cab-padding-x);margin-left:auto;margin-right:auto;box-sizing:border-box}[id^=CustomAnnouncementBar-] .custom-announcement-bar__inner{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%;min-height:24px}[id^=CustomAnnouncementBar-] .custom-announcement-bar__spacer,[id^=CustomAnnouncementBar-] .custom-announcement-bar__actions{flex:0 0 40px;width:40px;display:flex;align-items:center;justify-content:flex-end}[id^=CustomAnnouncementBar-] .custom-announcement-bar__slider{flex:1 1 auto;display:grid;place-items:center;text-align:center;position:relative;overflow:hidden}[id^=CustomAnnouncementBar-] .custom-announcement-bar__item{grid-area:1 / 1;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .45s ease,transform .45s cubic-bezier(.25,1,.5,1),visibility .45s;pointer-events:none;width:100%}[id^=CustomAnnouncementBar-] .custom-announcement-bar__item.is-active{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}[id^=CustomAnnouncementBar-] .custom-announcement-bar__text{font-family:var(--cab-font-family);font-size:var(--cab-font-size);font-weight:var(--cab-font-weight);letter-spacing:var(--cab-letter-spacing);text-transform:var(--cab-text-transform);line-height:1.4;display:inline-block}[id^=CustomAnnouncementBar-] .custom-announcement-bar__link{color:var(--cab-link);text-decoration:none;transition:opacity .2s ease,text-decoration-color .2s ease;display:inline-block}[id^=CustomAnnouncementBar-] .custom-announcement-bar__link--underline .custom-announcement-bar__text{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}[id^=CustomAnnouncementBar-] .custom-announcement-bar__link:hover{opacity:.8}[id^=CustomAnnouncementBar-] .custom-announcement-bar__control-btn{background:transparent;border:none;cursor:pointer;color:var(--cab-text);padding:4px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;opacity:.85;transition:opacity .2s ease,transform .15s ease;line-height:1}[id^=CustomAnnouncementBar-] .custom-announcement-bar__control-btn:hover{opacity:1;transform:scale(1.08)}[id^=CustomAnnouncementBar-] .custom-announcement-bar__control-btn:focus-visible{outline:2px solid var(--cab-text);outline-offset:2px}@media(max-width:768px){[id^=CustomAnnouncementBar-]{margin:0}[id^=CustomAnnouncementBar-] .custom-announcement-bar__wrapper{padding:7px 10px}[id^=CustomAnnouncementBar-] .custom-announcement-bar__spacer,[id^=CustomAnnouncementBar-] .custom-announcement-bar__actions{flex:0 0 20px;width:20px}[id^=CustomAnnouncementBar-] .custom-announcement-bar__text{font-size:clamp(10.5px,3vw,12px);letter-spacing:.2px;line-height:1.3}}[id^=CustomBreadcrumb-]{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);position:relative;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__bg-wrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__bg-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:scale(1.02)}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__container{position:relative;z-index:3;width:100%;max-width:1400px;margin:0 auto;padding-top:clamp(65px,calc(var(--ch-header-height, 70px) + 20px),110px);padding-bottom:35px;padding-left:24px;padding-right:24px;box-sizing:border-box}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__inner{display:flex;flex-direction:column;width:100%;box-sizing:border-box}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__inner--align-center{text-align:center;align-items:center;justify-content:center}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__inner--align-left{text-align:left;align-items:flex-start}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__inner--align-right{text-align:right;align-items:flex-end}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__nav{display:block;margin-bottom:12px}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__list{list-style:none;margin:0;padding:0;display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px 10px;font-size:13.5px;font-weight:600;letter-spacing:.3px;text-shadow:0 1px 4px rgba(0,0,0,.6)}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__item{display:inline-flex;align-items:center}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__link{text-decoration:none;transition:color .15s ease,opacity .15s ease;font-weight:600}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__link:hover{text-decoration:underline}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__separator{display:inline-flex;align-items:center;font-size:13px;-webkit-user-select:none;user-select:none;opacity:.85}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__current{font-weight:700}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__heading{line-height:1.12;margin:0;text-shadow:0 2px 14px rgba(0,0,0,.7);word-break:break-word;max-width:950px}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__description{font-size:14.5px;font-weight:600;line-height:1.6;max-width:750px;margin-top:12px;text-shadow:0 1px 6px rgba(0,0,0,.6)}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__description p{margin:0}@media(max-width:768px){[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__container{padding-top:clamp(55px,calc(var(--ch-header-height, 65px) + 15px),90px);padding-bottom:25px;padding-left:16px;padding-right:16px}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__list{font-size:12px;gap:4px 8px}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__heading{line-height:1.18;letter-spacing:.2px}[id^=CustomBreadcrumb-] .custom-breadcrumb-banner__description{font-size:13px;line-height:1.5;margin-top:8px}}[id^=CustomCollectionGrid-]{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);box-sizing:border-box;width:100%;position:relative}[id^=CustomCollectionGrid-] .custom-collection-grid__container{box-sizing:border-box}[id^=CustomCollectionGrid-] .custom-collection-grid__header{margin-bottom:40px}[id^=CustomCollectionGrid-] .custom-collection-grid__header--center{text-align:center}[id^=CustomCollectionGrid-] .custom-collection-grid__header--left{text-align:left}[id^=CustomCollectionGrid-] .custom-collection-grid__header--right{text-align:right}[id^=CustomCollectionGrid-] .custom-collection-grid__heading{font-size:clamp(26px,3.8vw,42px);font-weight:800;letter-spacing:.6px;text-transform:uppercase;line-height:1.12;margin:0 0 12px}[id^=CustomCollectionGrid-] .custom-collection-grid__subheading{font-size:15px;font-weight:600;line-height:1.55;color:#666;max-width:640px;margin:0 auto}[id^=CustomCollectionGrid-] .custom-collection-grid__header--left .custom-collection-grid__subheading{margin-left:0}[id^=CustomCollectionGrid-] .custom-collection-grid__items{display:grid;gap:20px;width:100%}[id^=CustomCollectionGrid-] .custom-collection-grid__items.cols-d-2{grid-template-columns:repeat(2,1fr)}[id^=CustomCollectionGrid-] .custom-collection-grid__items.cols-d-3{grid-template-columns:repeat(3,1fr)}[id^=CustomCollectionGrid-] .custom-collection-grid__items.cols-d-4{grid-template-columns:repeat(4,1fr)}[id^=CustomCollectionGrid-] .custom-collection-grid__items.cols-d-5{grid-template-columns:repeat(5,1fr)}[id^=CustomCollectionGrid-] .custom-collection-card{position:relative;border-radius:4px;overflow:hidden;box-sizing:border-box;background:#1a1a1a}[id^=CustomCollectionGrid-] .custom-collection-card__link{display:block;width:100%;height:100%;text-decoration:none;color:inherit;position:relative}[id^=CustomCollectionGrid-] .custom-collection-card__media{position:relative;width:100%;overflow:hidden;background:#222}[id^=CustomCollectionGrid-] .custom-collection-card__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .65s cubic-bezier(.2,1,.3,1)}[id^=CustomCollectionGrid-] .custom-collection-card:hover .custom-collection-card__img{transform:scale(1.06)}[id^=CustomCollectionGrid-] .custom-collection-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .3s ease}[id^=CustomCollectionGrid-] .custom-collection-card:hover .custom-collection-card__overlay{opacity:.95}[id^=CustomCollectionGrid-] .custom-collection-card__content{position:absolute;left:0;width:100%;padding:24px 20px;box-sizing:border-box;z-index:3;pointer-events:none}[id^=CustomCollectionGrid-] .custom-collection-card__content--bottom{bottom:0;text-align:left}[id^=CustomCollectionGrid-] .custom-collection-card__content--center{top:50%;transform:translateY(-50%);text-align:center}[id^=CustomCollectionGrid-] .custom-collection-card__title{font-size:clamp(20px,2.4vw,28px);font-weight:800;letter-spacing:.8px;text-transform:uppercase;line-height:1.15;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.45);display:inline-block;position:relative;padding-bottom:4px;transition:transform .3s ease,color .2s ease}[id^=CustomCollectionGrid-] .custom-collection-card:hover .custom-collection-card__title{transform:translateY(-2px)}@media(max-width:768px){[id^=CustomCollectionGrid-]{margin-left:0;margin-right:0}[id^=CustomCollectionGrid-] .custom-collection-grid__container{padding-left:14px;padding-right:14px}[id^=CustomCollectionGrid-] .custom-collection-grid__header{margin-bottom:20px}[id^=CustomCollectionGrid-] .custom-collection-grid__heading{font-size:clamp(22px,5.5vw,30px);margin-bottom:6px}[id^=CustomCollectionGrid-] .custom-collection-grid__subheading{font-size:13.5px}[id^=CustomCollectionGrid-] .custom-collection-grid__items{gap:12px}[id^=CustomCollectionGrid-] .custom-collection-grid__items.cols-d-3,[id^=CustomCollectionGrid-] .custom-collection-grid__items.cols-d-4,[id^=CustomCollectionGrid-] .custom-collection-grid__items.cols-d-5{grid-template-columns:repeat(2,1fr)}[id^=CustomCollectionGrid-] .custom-collection-card__content{padding:14px 12px}[id^=CustomCollectionGrid-] .custom-collection-card__title{font-size:clamp(14px,4vw,18px)}}@media(max-width:540px){[id^=CustomCollectionGrid-] .custom-collection-grid__items.cols-m-1{grid-template-columns:1fr}[id^=CustomCollectionGrid-] .custom-collection-grid__items.cols-m-2{grid-template-columns:repeat(2,1fr);gap:10px}[id^=CustomCollectionGrid-] .custom-collection-card__content{padding:10px 8px}[id^=CustomCollectionGrid-] .custom-collection-card__title{font-size:13.5px}}[id^=CustomCollectionPage-]{width:100%;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);box-sizing:border-box;overflow:visible}[id^=CustomCollectionPage-] .custom-breadcrumb{position:relative;width:100%;overflow:hidden;display:flex;align-items:center;box-sizing:border-box}[id^=CustomCollectionPage-] .custom-breadcrumb--height-small{min-height:180px;padding:30px 0}[id^=CustomCollectionPage-] .custom-breadcrumb--height-medium{min-height:260px;padding:50px 0}[id^=CustomCollectionPage-] .custom-breadcrumb--height-large{min-height:380px;padding:70px 0}[id^=CustomCollectionPage-] .custom-breadcrumb__bg-wrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}[id^=CustomCollectionPage-] .custom-breadcrumb__bg-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}[id^=CustomCollectionPage-] .custom-breadcrumb__bg-fallback{width:100%;height:100%;background:linear-gradient(135deg,#181818,#292929,#111)}[id^=CustomCollectionPage-] .custom-breadcrumb__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}[id^=CustomCollectionPage-] .custom-breadcrumb__content-wrapper{position:relative;z-index:3;width:100%;padding:0 40px;box-sizing:border-box}[id^=CustomCollectionPage-] .custom-breadcrumb__container{max-width:1440px;margin:0 auto;width:100%}[id^=CustomCollectionPage-] .custom-breadcrumb--align-center .custom-breadcrumb__container{text-align:center}[id^=CustomCollectionPage-] .custom-breadcrumb--align-center .custom-breadcrumb__list{justify-content:center}[id^=CustomCollectionPage-] .custom-breadcrumb--align-left .custom-breadcrumb__container{text-align:left}[id^=CustomCollectionPage-] .custom-breadcrumb--align-left .custom-breadcrumb__list{justify-content:flex-start}[id^=CustomCollectionPage-] .custom-breadcrumb__nav{margin-bottom:12px}[id^=CustomCollectionPage-] .custom-breadcrumb__list{display:inline-flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0;gap:8px;font-size:13px;font-weight:600}[id^=CustomCollectionPage-] .custom-breadcrumb__link{color:inherit;opacity:.85;text-decoration:none}[id^=CustomCollectionPage-] .custom-breadcrumb__link:hover{text-decoration:underline;opacity:1}[id^=CustomCollectionPage-] .custom-breadcrumb__divider{opacity:.55;-webkit-user-select:none;user-select:none}[id^=CustomCollectionPage-] .custom-breadcrumb__item--active{opacity:1;font-weight:700}[id^=CustomCollectionPage-] .custom-breadcrumb__heading{font-size:clamp(26px,4vw,44px);font-weight:800;letter-spacing:.5px;text-transform:uppercase;line-height:1.15;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.25)}[id^=CustomCollectionPage-] .custom-breadcrumb__subheading{margin:8px 0 0;font-size:14px;opacity:.9}[id^=CustomCollectionPage-] .custom-collection-page__main-container{box-sizing:border-box}[id^=CustomCollectionPage-] .collection-info-block{display:flex;align-items:center;justify-content:space-between;gap:48px;margin-bottom:45px;padding-bottom:35px;border-bottom:1px solid #eeeeee}[id^=CustomCollectionPage-] .collection-info-block__content{flex:1;max-width:680px}[id^=CustomCollectionPage-] .collection-info-block__eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:#767676;margin-bottom:8px}[id^=CustomCollectionPage-] .collection-info-block__title{font-size:clamp(30px,3.6vw,44px);font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#111;line-height:1.08;margin:0 0 10px}[id^=CustomCollectionPage-] .collection-info-block__count{font-size:13px;font-weight:600;color:#666;margin-bottom:16px}[id^=CustomCollectionPage-] .collection-info-block__desc{font-size:13.5px;line-height:1.65;color:#333;margin-bottom:18px}[id^=CustomCollectionPage-] .collection-info-block__desc p{margin:0 0 10px}[id^=CustomCollectionPage-] .collection-info-block__desc p:last-child{margin-bottom:0}[id^=CustomCollectionPage-] .collection-info-block__tags{display:flex;flex-wrap:wrap;gap:12px}[id^=CustomCollectionPage-] .collection-info-block__tag-link{font-size:12px;font-weight:600;color:#666;text-decoration:underline;cursor:pointer;transition:color .15s ease}[id^=CustomCollectionPage-] .collection-info-block__tag-link:hover{color:#111}[id^=CustomCollectionPage-] .collection-info-block__media{flex:0 0 400px;max-width:440px;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#f4f4f4;border-radius:4px}[id^=CustomCollectionPage-] .collection-info-block__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media(max-width:900px){[id^=CustomCollectionPage-] .collection-info-block{flex-direction:column-reverse;gap:24px;align-items:flex-start}[id^=CustomCollectionPage-] .collection-info-block__media{flex:none;width:100%;max-width:100%;aspect-ratio:16 / 9}}[id^=CustomCollectionPage-] .top-ten-section{margin-bottom:45px;padding-bottom:25px;border-bottom:1px solid #eeeeee}[id^=CustomCollectionPage-] .top-ten__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}[id^=CustomCollectionPage-] .top-ten__heading{font-size:15px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;color:#111;margin:0}[id^=CustomCollectionPage-] .top-ten__nav{display:flex;align-items:center;gap:8px}[id^=CustomCollectionPage-] .top-ten__arrow{background:transparent;border:none;border-radius:0;width:auto;height:auto;padding:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#111;transition:opacity .2s ease,transform .2s ease}[id^=CustomCollectionPage-] .top-ten__arrow:hover{background:transparent;border:none;color:#111;opacity:.55;transform:scale(1.18)}[id^=CustomCollectionPage-] .top-ten__arrow svg{width:22px;height:22px;display:block;stroke-width:2.2}[id^=CustomCollectionPage-] .top-ten__track-wrap{width:100%;overflow:hidden}[id^=CustomCollectionPage-] .top-ten__track{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}[id^=CustomCollectionPage-] .top-ten__track::-webkit-scrollbar{display:none}[id^=CustomCollectionPage-] .top-ten__slide{flex:0 0 calc((100% - 48px)/4);min-width:calc((100% - 48px)/4);box-sizing:border-box}[id^=CustomCollectionPage-] .collection-mobile-bar,[id^=CustomCollectionPage-] .collection-sort-sheet,[id^=CustomCollectionPage-] .collection-sidebar__backdrop,[id^=CustomCollectionPage-] .collection-sidebar__drag-pill,[id^=CustomCollectionPage-] .collection-sidebar__close-btn,[id^=CustomCollectionPage-] .collection-sidebar__active-tags{display:none}[id^=CustomCollectionPage-] .collection-layout{display:flex;gap:36px;align-items:flex-start}[id^=CustomCollectionPage-] .collection-layout--no-sidebar .collection-main{width:100%}@media(min-width:901px){[id^=CustomCollectionPage-] .collection-sidebar{width:260px;flex:0 0 260px;position:-webkit-sticky;position:sticky;top:20px;max-height:calc(100vh - 40px);z-index:10;align-self:flex-start;display:block!important;visibility:visible!important;transform:none!important;pointer-events:auto!important;box-shadow:none!important;border-radius:0!important}}[id^=CustomCollectionPage-] .collection-sidebar__inner{display:flex;flex-direction:column;height:100%;max-height:calc(100vh - 40px)}[id^=CustomCollectionPage-] .collection-sidebar__header{display:flex;align-items:baseline;justify-content:space-between;padding-bottom:20px;margin-bottom:4px;border-bottom:1px solid #111111;flex-shrink:0}[id^=CustomCollectionPage-] .collection-sidebar__title{font-size:16px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;margin:0;color:#111}[id^=CustomCollectionPage-] .collection-sidebar__clear-all{background:none;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600;text-decoration:underline;color:#111;cursor:pointer;transition:opacity .15s}[id^=CustomCollectionPage-] .collection-sidebar__clear-all:hover{opacity:.7}[id^=CustomCollectionPage-] .collection-sidebar__scrollable{overflow-y:auto;padding-right:12px;scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .25s ease}[id^=CustomCollectionPage-] .collection-sidebar:hover .collection-sidebar__scrollable{scrollbar-color:#767676 #f0f0f0}[id^=CustomCollectionPage-] .collection-sidebar__scrollable::-webkit-scrollbar{width:6px}[id^=CustomCollectionPage-] .collection-sidebar__scrollable::-webkit-scrollbar-track{background:transparent;border-radius:3px;transition:background .25s ease}[id^=CustomCollectionPage-] .collection-sidebar__scrollable::-webkit-scrollbar-thumb{background:transparent;border-radius:3px;transition:background .25s ease}[id^=CustomCollectionPage-] .collection-sidebar:hover .collection-sidebar__scrollable::-webkit-scrollbar-track{background:#f0f0f0}[id^=CustomCollectionPage-] .collection-sidebar:hover .collection-sidebar__scrollable::-webkit-scrollbar-thumb{background:#777}[id^=CustomCollectionPage-] .collection-sidebar:hover .collection-sidebar__scrollable::-webkit-scrollbar-thumb:hover{background:#333}[id^=CustomCollectionPage-] .filter-group{border-bottom:1px solid #e5e5e5}[id^=CustomCollectionPage-] .filter-group__trigger{width:100%;background:none;border:none;padding:22px 0;display:flex;align-items:center;justify-content:space-between;font-family:inherit;font-size:14px;font-weight:700;color:#111;cursor:pointer;text-align:left;transition:opacity .15s ease}[id^=CustomCollectionPage-] .filter-group__trigger:hover{opacity:.7}[id^=CustomCollectionPage-] .filter-group__arrow{transition:transform .25s ease;width:15px;height:15px}[id^=CustomCollectionPage-] .filter-group.is-expanded .filter-group__arrow{transform:rotate(180deg)}[id^=CustomCollectionPage-] .filter-group__content{display:none;padding:6px 0 24px}[id^=CustomCollectionPage-] .filter-group.is-expanded .filter-group__content{display:block}[id^=CustomCollectionPage-] .filter-sort-options{display:flex;flex-direction:column;gap:16px;padding:6px 0 16px}[id^=CustomCollectionPage-] .filter-radio-label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:13.5px;font-weight:600;color:#333;-webkit-user-select:none;user-select:none;transition:color .15s ease}[id^=CustomCollectionPage-] .filter-radio-label:hover{color:#000}[id^=CustomCollectionPage-] .filter-radio-input{position:absolute;opacity:0;pointer-events:none}[id^=CustomCollectionPage-] .filter-radio-custom{width:18px;height:18px;border:1.5px solid #bbbbbb;border-radius:50%;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}[id^=CustomCollectionPage-] .filter-radio-input:checked+.filter-radio-custom{border-color:#111;border-width:5px;background:#fff}[id^=CustomCollectionPage-] .filter-radio-input:checked~.filter-radio-text{font-weight:700;color:#111}[id^=CustomCollectionPage-] .filter-checkbox-list{display:flex;flex-direction:column;gap:14px;padding:4px 0 8px}[id^=CustomCollectionPage-] .filter-checkbox-label{display:flex;align-items:center;gap:12px;font-size:13.5px;font-weight:600;color:#333;cursor:pointer;transition:color .15s ease}[id^=CustomCollectionPage-] .filter-checkbox-label:hover{color:#000}[id^=CustomCollectionPage-] .filter-checkbox-input{position:absolute;opacity:0;pointer-events:none}[id^=CustomCollectionPage-] .filter-checkbox-box{width:16px;height:16px;border:1.5px solid #cccccc;border-radius:2px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}[id^=CustomCollectionPage-] .filter-checkbox-input:checked+.filter-checkbox-box{background:#111;border-color:#111}[id^=CustomCollectionPage-] .filter-checkbox-input:checked+.filter-checkbox-box:after{content:"";width:4px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg) translate(-1px,-1px)}[id^=CustomCollectionPage-] .filter-size-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:6px 0 10px}[id^=CustomCollectionPage-] .filter-size-btn{cursor:pointer}[id^=CustomCollectionPage-] .filter-size-input{position:absolute;opacity:0;pointer-events:none}[id^=CustomCollectionPage-] .filter-size-box{display:flex;align-items:center;justify-content:center;height:36px;border:1px solid #dddddd;font-size:12px;font-weight:700;color:#111;transition:all .15s ease}[id^=CustomCollectionPage-] .filter-size-input:checked+.filter-size-box{background:#111;color:#fff;border-color:#111}[id^=CustomCollectionPage-] .filter-color-swatches{display:flex;flex-wrap:wrap;gap:10px;padding:6px 0 10px}[id^=CustomCollectionPage-] .filter-color-pill{display:inline-flex;align-items:center;gap:7px;padding:6px 12px 6px 8px;border:1px solid #e0e0e0;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer}[id^=CustomCollectionPage-] .filter-color-input{position:absolute;opacity:0;pointer-events:none}[id^=CustomCollectionPage-] .filter-color-dot{width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}[id^=CustomCollectionPage-] .filter-color-input:checked+.filter-color-dot{box-shadow:0 0 0 2px #111}[id^=CustomCollectionPage-] .filter-price-inputs{display:flex;align-items:center;gap:10px;padding:6px 0 10px}[id^=CustomCollectionPage-] .filter-price-field{display:flex;align-items:center;border:1px solid #cccccc;padding:8px 10px;flex:1;font-size:12px}[id^=CustomCollectionPage-] .filter-price-symbol{color:#767676;margin-right:4px;font-weight:600}[id^=CustomCollectionPage-] .filter-price-input{width:100%;border:none;outline:none;font-family:inherit;font-size:12px}[id^=CustomCollectionPage-] .filter-price-sep{color:#767676}[id^=CustomCollectionPage-] .collection-main{flex:1;min-width:0}[id^=CustomCollectionPage-] .collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px 14px}[id^=CustomCollectionPage-] .collection-product-card{display:flex;flex-direction:column;width:100%}[id^=CustomCollectionPage-] .collection-product-card__media-wrap{position:relative;width:100%;aspect-ratio:1 / 1.35;background:#e9e4e0;overflow:hidden}[id^=CustomCollectionPage-] .collection-product-card__link{display:block;width:100%;height:100%}[id^=CustomCollectionPage-] .collection-product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .3s ease}[id^=CustomCollectionPage-] .collection-product-card__img--secondary{position:absolute;top:0;left:0;opacity:0;pointer-events:none}[id^=CustomCollectionPage-] .collection-product-card:hover .collection-product-card__img--secondary{opacity:1}[id^=CustomCollectionPage-] .collection-product-card:hover .collection-product-card__img--primary{opacity:0}[id^=CustomCollectionPage-] .custom-collection__sizes-overlay{position:absolute;bottom:8px;left:8px;right:8px;width:auto;background:#fff;padding:6px;box-sizing:border-box;border-radius:2px;box-shadow:0 4px 18px #00000026;transform:translateY(12px);opacity:0;visibility:hidden;transition:transform .22s cubic-bezier(.25,1,.5,1),opacity .22s ease,visibility .22s;z-index:6}[id^=CustomCollectionPage-] .collection-product-card:hover .custom-collection__sizes-overlay{transform:translateY(0);opacity:1;visibility:visible}[id^=CustomCollectionPage-] .custom-collection__sizes-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;background:#fff}[id^=CustomCollectionPage-] .custom-collection__size-box{position:relative;height:36px;background:#fff;border:none;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:flex-start;padding-left:7px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;color:#111;box-sizing:border-box;transition:background-color .15s ease,color .15s ease}[id^=CustomCollectionPage-] .custom-collection__size-box.is-available:hover{background:#111;color:#fff}[id^=CustomCollectionPage-] .custom-collection__size-box.is-soldout{color:#8c8c8c;cursor:not-allowed;background:#fafafa}[id^=CustomCollectionPage-] .custom-collection__slash-line{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}[id^=CustomCollectionPage-] .custom-collection__size-box.is-loading{position:relative;pointer-events:none;opacity:.7;background:#f4f4f4}[id^=CustomCollectionPage-] .custom-collection__size-box.is-loading:after{content:"";position:absolute;right:5px;top:calc(50% - 5px);width:10px;height:10px;border:2px solid #111111;border-top-color:transparent;border-radius:50%;animation:colSizeSpin .6s linear infinite;z-index:3}@keyframes colSizeSpin{to{transform:rotate(360deg)}}[id^=CustomCollectionPage-] .custom-collection__size-box.is-added{background:#111!important;color:#fff!important}[id^=CustomCollectionPage-] .custom-collection__size-text{position:relative;z-index:2}[id^=CustomCollectionPage-] .collection-product-card__badge{position:absolute;bottom:8px;left:8px;background:#fff;color:#111;font-size:10px;font-weight:700;padding:2px 6px;border-radius:2px;box-shadow:0 1px 3px #0000001a;z-index:3}[id^=CustomCollectionPage-] .collection-product-card__info{padding-top:10px}[id^=CustomCollectionPage-] .collection-product-card__row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:2px}[id^=CustomCollectionPage-] .collection-product-card__title{font-size:13px;font-weight:700;line-height:1.35;margin:0;color:#111;flex:1}[id^=CustomCollectionPage-] .collection-product-card__title a{color:inherit;text-decoration:none;transition:opacity .15s}[id^=CustomCollectionPage-] .collection-product-card__title a:hover{opacity:.7}[id^=CustomCollectionPage-] .collection-product-card__rating{font-size:11px;font-weight:700;color:#111;white-space:nowrap}[id^=CustomCollectionPage-] .collection-product-card__meta{font-size:12px;color:#666;margin:0 0 3px}[id^=CustomCollectionPage-] .collection-product-card__price{font-size:13.5px;font-weight:800;color:#111;margin:0}[id^=CustomCollectionPage-] .collection-promo-card{grid-column:span 2;position:relative;width:100%;aspect-ratio:1.48 / 1;overflow:hidden;background:#222}[id^=CustomCollectionPage-] .collection-promo-card__inner{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:30px;box-sizing:border-box}[id^=CustomCollectionPage-] .collection-promo-card__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}[id^=CustomCollectionPage-] .collection-promo-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000 40%,#000000b3);z-index:2}[id^=CustomCollectionPage-] .collection-promo-card__content{position:relative;z-index:3;max-width:440px}[id^=CustomCollectionPage-] .collection-promo-card__price-tag{display:inline-block;background:#ffffff38;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:13px;font-weight:800;padding:3px 10px;border-radius:2px;margin-bottom:8px;letter-spacing:.5px}[id^=CustomCollectionPage-] .collection-promo-card__title{font-size:20px;font-weight:800;color:#fff;letter-spacing:.5px;text-transform:uppercase;line-height:1.2;margin:0 0 6px}[id^=CustomCollectionPage-] .collection-promo-card__subtitle{font-size:13px;font-weight:600;color:#f0f0f0;line-height:1.4;margin:0 0 16px}[id^=CustomCollectionPage-] .collection-promo-card__btn{display:inline-block;background:#fff;color:#111;font-size:12px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;text-decoration:none;padding:10px 24px;border-radius:2px;transition:background-color .2s,color .2s}[id^=CustomCollectionPage-] .collection-promo-card__btn:hover{background:#000;color:#fff}[id^=CustomCollectionPage-] .collection-pagination{margin-top:50px;display:flex;flex-direction:column;align-items:center;gap:16px}[id^=CustomCollectionPage-] .collection-pagination__progress-wrap{display:flex;flex-direction:column;align-items:center;gap:8px;width:240px}[id^=CustomCollectionPage-] .collection-pagination__count-text{font-size:13px;font-weight:600;color:#666;margin:0}[id^=CustomCollectionPage-] .collection-pagination__bar-track{width:100%;height:3px;background:#e0e0e0;border-radius:2px;overflow:hidden}[id^=CustomCollectionPage-] .collection-pagination__bar-fill{height:100%;background:#111;transition:width .3s ease}[id^=CustomCollectionPage-] .collection-pagination__btn{background:#111;color:#fff;border:none;font-family:inherit;font-size:13px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;padding:14px 40px;cursor:pointer;border-radius:2px;transition:background .2s,transform .15s;position:relative}[id^=CustomCollectionPage-] .collection-pagination__btn:hover{background:#333;transform:translateY(-1px)}[id^=CustomCollectionPage-] .collection-pagination__btn.is-loading .collection-pagination__btn-text{opacity:0}[id^=CustomCollectionPage-] .collection-pagination__spinner{display:none;position:absolute;top:calc(50% - 9px);left:calc(50% - 9px);width:18px;height:18px;border:2px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:colSpin .6s linear infinite}[id^=CustomCollectionPage-] .collection-pagination__btn.is-loading .collection-pagination__spinner{display:block}@keyframes colSpin{to{transform:rotate(360deg)}}.is-hidden-product{display:none!important}@media(max-width:1024px){[id^=CustomCollectionPage-] .top-ten__slide{flex:0 0 calc((100% - 32px) / 3);min-width:calc((100% - 32px) / 3)}}@media(max-width:900px){[id^=CustomCollectionPage-] .custom-breadcrumb__content-wrapper{padding:0 16px}[id^=CustomCollectionPage-] .custom-breadcrumb--height-small{min-height:120px;padding:20px 0}[id^=CustomCollectionPage-] .custom-breadcrumb--height-medium{min-height:160px;padding:30px 0}[id^=CustomCollectionPage-] .custom-breadcrumb--height-large{min-height:220px;padding:40px 0}[id^=CustomCollectionPage-] .custom-breadcrumb__heading{font-size:clamp(22px,5.5vw,32px)}[id^=CustomCollectionPage-] .collection-layout{flex-direction:column;gap:0}[id^=CustomCollectionPage-] .collection-grid{grid-template-columns:repeat(2,1fr);gap:14px 10px}[id^=CustomCollectionPage-] .collection-promo-card{grid-column:span 2}[id^=CustomCollectionPage-] .custom-collection-page__main-container{padding:8px 12px 28px}[id^=CustomCollectionPage-] .collection-info-block{flex-direction:column;gap:18px;margin-bottom:22px;padding-bottom:18px}[id^=CustomCollectionPage-] .collection-info-block__title{font-size:clamp(24px,5.5vw,32px)}[id^=CustomCollectionPage-] .top-ten-section{margin-bottom:22px}[id^=CustomCollectionPage-] .top-ten__heading{font-size:15px}[id^=CustomCollectionPage-] .collection-mobile-bar{display:flex!important;align-items:center;justify-content:space-between;border-top:1px solid #eeeeee;border-bottom:1px solid #eeeeee;padding:12px 14px;margin-bottom:18px;background:#fff;width:100%;box-sizing:border-box}[id^=CustomCollectionPage-] .collection-mobile-bar__btn{background:transparent;border:none;font-family:inherit;font-size:13.5px;font-weight:700;color:#111;display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:2px 4px}[id^=CustomCollectionPage-] .collection-mobile-bar__divider{width:1px;height:18px;background:#e4e4e4}[id^=CustomCollectionPage-] .collection-mobile-bar__count{font-size:13px;font-weight:600;color:#555}[id^=CustomCollectionPage-] .collection-sidebar{display:none!important;position:fixed!important;top:auto!important;bottom:0!important;left:0!important;right:0!important;margin:0!important;width:100%!important;max-width:100%!important;height:52vh!important;max-height:52vh!important;background:#fff!important;border-radius:18px 18px 0 0!important;z-index:100000!important;box-shadow:0 -8px 35px #00000047!important;transform:translateY(115%)!important;visibility:hidden!important;pointer-events:none!important;transition:transform .32s cubic-bezier(.25,1,.5,1),visibility .32s ease!important;flex-direction:column!important;overflow:hidden!important;border:none!important;box-sizing:border-box!important}[id^=CustomCollectionPage-] .collection-sidebar.is-mobile-open{display:flex!important;transform:translateY(0)!important;visibility:visible!important;pointer-events:auto!important}[id^=CustomCollectionPage-] .collection-sidebar__inner{display:flex;flex-direction:column;height:100%;overflow:hidden;box-sizing:border-box}[id^=CustomCollectionPage-] .collection-sidebar__drag-pill{display:block!important;width:40px;height:4px;background:#ccc;border-radius:2px;margin:10px auto 4px;flex-shrink:0}[id^=CustomCollectionPage-] .collection-sidebar__header{display:flex!important;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #f0f0f0;margin-bottom:0;flex-shrink:0}[id^=CustomCollectionPage-] .collection-sidebar__title{font-size:15px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;margin:0;color:#111}[id^=CustomCollectionPage-] .collection-sidebar__header-actions{display:flex;align-items:center;gap:16px}[id^=CustomCollectionPage-] .collection-sidebar__clear-all{font-size:13px;font-weight:600;color:#111;background:none;border:none;cursor:pointer;padding:0;text-decoration:none}[id^=CustomCollectionPage-] .collection-sidebar__close-btn{display:inline-flex!important;align-items:center;justify-content:center;background:none;border:none;color:#111;cursor:pointer;padding:2px}[id^=CustomCollectionPage-] .collection-sidebar__active-tags{display:flex!important;flex-wrap:wrap;gap:8px;padding:12px 20px 4px;flex-shrink:0}[id^=CustomCollectionPage-] .collection-sidebar__active-tags:empty{display:none!important}[id^=CustomCollectionPage-] .filter-active-pill{background:#f4f4f4;border-radius:2px;padding:6px 12px;font-size:12px;font-weight:700;color:#111;display:inline-flex;align-items:center;gap:8px;cursor:pointer}[id^=CustomCollectionPage-] .filter-active-pill__x{font-size:10px;opacity:.7}[id^=CustomCollectionPage-] .collection-sidebar__scrollable{flex:1 1 auto;overflow-y:scroll!important;-webkit-overflow-scrolling:touch;padding:4px 20px 40px!important;scrollbar-width:thin!important;scrollbar-color:#111111 #ececec!important}[id^=CustomCollectionPage-] .collection-sidebar__scrollable::-webkit-scrollbar{width:5px!important;display:block!important}[id^=CustomCollectionPage-] .collection-sidebar__scrollable::-webkit-scrollbar-track{background:#ececec!important;border-radius:4px!important}[id^=CustomCollectionPage-] .collection-sidebar__scrollable::-webkit-scrollbar-thumb{background:#111!important;border-radius:4px!important}[id^=CustomCollectionPage-] .collection-sidebar__backdrop{display:block!important;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;z-index:99999;opacity:0;pointer-events:none;transition:opacity .25s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}[id^=CustomCollectionPage-] .collection-sidebar.is-mobile-open+.collection-sidebar__backdrop{opacity:1;pointer-events:auto}[id^=CustomCollectionPage-] .collection-sort-sheet{display:none!important;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:100001;pointer-events:none}[id^=CustomCollectionPage-] .collection-sort-sheet.is-open{display:block!important;pointer-events:auto}[id^=CustomCollectionPage-] .collection-sort-sheet__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;opacity:0;transition:opacity .25s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}[id^=CustomCollectionPage-] .collection-sort-sheet.is-open .collection-sort-sheet__backdrop{opacity:1}[id^=CustomCollectionPage-] .collection-sort-sheet__panel{position:absolute;top:auto!important;bottom:0!important;left:0!important;right:0!important;margin:0!important;width:100%;background:#fff;border-radius:18px 18px 0 0;box-shadow:0 -8px 35px #00000040;transform:translateY(115%);transition:transform .3s cubic-bezier(.25,1,.5,1);z-index:2;padding:10px 0 28px}[id^=CustomCollectionPage-] .collection-sort-sheet.is-open .collection-sort-sheet__panel{transform:translateY(0)}[id^=CustomCollectionPage-] .collection-sort-sheet__drag-pill{width:40px;height:4px;background:#ccc;border-radius:2px;margin:4px auto 16px;display:block}[id^=CustomCollectionPage-] .collection-sort-sheet__body{padding:0 24px}[id^=CustomCollectionPage-] .filter-sort-options--sheet{display:flex;flex-direction:column;gap:18px}}@media(max-width:680px){[id^=CustomCollectionPage-] .top-ten__slide{flex:0 0 calc((100% - 16px)/2);min-width:calc((100% - 16px)/2)}[id^=CustomCollectionPage-] .collection-promo-card{grid-column:span 2;aspect-ratio:1 / 1.1;padding:18px}[id^=CustomCollectionPage-] .collection-promo-card__title{font-size:16px}[id^=CustomCollectionPage-] .collection-pagination{margin-top:30px}}[id^=CustomCollectionPage-] .collection-sidebar__clear-all{min-height:24px;padding:6px 4px;margin:-6px -4px}@media(pointer:coarse){[id^=CustomCollectionPage-] .top-ten__arrow,[id^=CustomCollectionPage-] .collection-sidebar__clear-all{min-width:44px;min-height:44px}}[id^=CustomCollection-]{background:#fff;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);position:relative;box-sizing:border-box;overflow:hidden}[id^=CustomCollection-] .custom-collection__inner{width:100%;box-sizing:border-box}[id^=CustomCollection-] .custom-collection__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding:0 4px}[id^=CustomCollection-] .custom-collection__header-left{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}[id^=CustomCollection-] .custom-collection__title{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#111;margin:0;line-height:1.2}[id^=CustomCollection-] .custom-collection__view-all{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:12px;font-weight:600;color:#555;text-decoration:underline;transition:color .15s ease}[id^=CustomCollection-] .custom-collection__view-all:hover{color:#000}[id^=CustomCollection-] .custom-collection__nav{display:flex;align-items:center;gap:8px}[id^=CustomCollection-] .custom-collection__arrow{background:transparent;border:none;color:#111;cursor:pointer;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .15s ease,transform .15s ease;padding:0}[id^=CustomCollection-] .custom-collection__arrow:hover{background-color:#f2f2f2;transform:scale(1.08)}[id^=CustomCollection-] .custom-collection__slider-wrap{width:100%;position:relative;overflow:hidden}[id^=CustomCollection-] .custom-collection__track{display:flex;gap:6px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding-bottom:12px}[id^=CustomCollection-] .custom-collection__track::-webkit-scrollbar{display:none}[id^=CustomCollection-] .custom-collection__slide{flex:0 0 calc(25% - 4.5px);min-width:calc(25% - 4.5px);box-sizing:border-box}@media(max-width:1024px){[id^=CustomCollection-] .custom-collection__slide{flex:0 0 calc(33.333% - 4px);min-width:calc(33.333% - 4px)}}@media(max-width:680px){[id^=CustomCollection-] .custom-collection__slide{flex:0 0 calc(50% - 3px);min-width:calc(50% - 3px)}}[id^=CustomCollection-] .custom-collection__card{display:flex;flex-direction:column;width:100%}[id^=CustomCollection-] .custom-collection__media-wrap{position:relative;width:100%;aspect-ratio:1 / 1.34;background:#e8e3df;overflow:hidden}[id^=CustomCollection-] .custom-collection__media-link{display:block;width:100%;height:100%;position:relative}[id^=CustomCollection-] .custom-collection__img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .35s ease,transform .35s ease}[id^=CustomCollection-] .custom-collection__img--secondary{position:absolute;top:0;left:0;opacity:0;pointer-events:none}[id^=CustomCollection-] .custom-collection__card:hover .custom-collection__img--secondary{opacity:1}[id^=CustomCollection-] .custom-collection__card:hover .custom-collection__img--primary{opacity:0}[id^=CustomCollection-] .custom-collection__wishlist-btn{position:absolute;top:10px;right:10px;width:30px;height:30px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#111;transition:transform .15s ease,color .15s ease;z-index:5;padding:0}[id^=CustomCollection-] .custom-collection__wishlist-btn:hover{transform:scale(1.15);color:#e53935}[id^=CustomCollection-] .custom-collection__wishlist-btn.is-active{color:#e53935}[id^=CustomCollection-] .custom-collection__wishlist-btn.is-active svg{fill:#e53935;stroke:#e53935;animation:heartPulse .35s cubic-bezier(.175,.885,.32,1.275)}@keyframes heartPulse{0%{transform:scale(.85)}50%{transform:scale(1.35)}to{transform:scale(1)}}[id^=CustomCollection-] .custom-collection__badge{position:absolute;bottom:10px;left:10px;background:#fff;color:#111;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:10px;font-weight:700;letter-spacing:.2px;padding:3px 6px;border-radius:2px;box-shadow:0 1px 4px #0000001f;z-index:4;transition:opacity .2s ease,transform .2s ease}[id^=CustomCollection-] .custom-collection__card:hover .custom-collection__badge{opacity:0;pointer-events:none}[id^=CustomCollection-] .custom-collection__sizes-overlay{position:absolute;bottom:8px;left:8px;right:8px;width:auto;max-width:calc(100% - 16px);background:#fff;padding:6px;box-sizing:border-box;border-radius:2px;box-shadow:0 4px 16px #00000024;transform:translateY(10px);opacity:0;visibility:hidden;transition:transform .25s cubic-bezier(.25,1,.5,1),opacity .25s ease,visibility .25s;z-index:6}[id^=CustomCollection-] .custom-collection__card:hover .custom-collection__sizes-overlay{transform:translateY(0);opacity:1;visibility:visible}[id^=CustomCollection-] .custom-collection__sizes-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;background:#fff;width:100%;box-sizing:border-box}[id^=CustomCollection-] .custom-collection__size-box{position:relative;height:38px;background:#fff;border:none;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;padding:0 2px;cursor:pointer;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:12px;font-weight:700;color:#111;box-sizing:border-box;min-width:0;transition:background-color .15s ease,color .15s ease}[id^=CustomCollection-] .custom-collection__size-box.is-available:hover{background:#111;color:#fff}[id^=CustomCollection-] .custom-collection__size-box.is-soldout{color:#8c8c8c;cursor:not-allowed;background:#fafafa}[id^=CustomCollection-] .custom-collection__size-box.is-loading{position:relative;pointer-events:none;opacity:.7;background:#f4f4f4}[id^=CustomCollection-] .custom-collection__size-box.is-loading:after{content:"";position:absolute;right:8px;top:calc(50% - 6px);width:12px;height:12px;border:2px solid #111111;border-top-color:transparent;border-radius:50%;animation:ccSizeSpin .6s linear infinite;z-index:3}@keyframes ccSizeSpin{to{transform:rotate(360deg)}}[id^=CustomCollection-] .custom-collection__size-box.is-added{background:#111!important;color:#fff!important}[id^=CustomCollection-] .custom-collection__size-text{position:relative;z-index:2}[id^=CustomCollection-] .custom-collection__slash-line{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}[id^=CustomCollection-] .custom-collection__info{padding-top:10px}[id^=CustomCollection-] .custom-collection__prod-title{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:13px;font-weight:700;line-height:1.35;margin:0 0 3px;color:#111}[id^=CustomCollection-] .custom-collection__prod-title a{color:inherit;text-decoration:none;transition:opacity .15s ease}[id^=CustomCollection-] .custom-collection__prod-title a:hover{opacity:.7}[id^=CustomCollection-] .custom-collection__prod-meta{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:12px;color:#767676;margin:0 0 2px;line-height:1.3}[id^=CustomCollection-] .custom-collection__prod-color{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:12px;color:#767676;margin:0 0 5px;line-height:1.3}[id^=CustomCollection-] .custom-collection__prod-price{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:13.5px;font-weight:800;color:#111;margin:0}@media(max-width:768px){[id^=CustomCollection-]{margin-left:0!important;margin-right:0!important;width:100%!important}[id^=CustomCollection-] .custom-collection__inner{padding-left:12px!important;padding-right:12px!important}[id^=CustomCollection-] .custom-collection__header{margin-bottom:12px;padding-left:0;padding-right:0}[id^=CustomCollection-] .custom-collection__track{gap:10px;padding-left:0;padding-right:0;scroll-snap-type:x mandatory}[id^=CustomCollection-] .custom-collection__slide{flex:0 0 calc((100% - 10px)/2);min-width:calc((100% - 10px)/2);max-width:calc((100% - 10px)/2);scroll-snap-align:start}[id^=CustomCollection-] .custom-collection__prod-title{font-size:11px;line-height:1.28;margin-bottom:2px;font-weight:700}[id^=CustomCollection-] .custom-collection__prod-meta{font-size:10px;margin-bottom:1px}[id^=CustomCollection-] .custom-collection__prod-color{font-size:10px;margin-bottom:3px}[id^=CustomCollection-] .custom-collection__prod-price{font-size:12px;font-weight:800}[id^=CustomCollection-] .custom-collection__sizes-overlay{bottom:6px;left:6px;right:6px;max-width:calc(100% - 12px);padding:3px;box-shadow:0 2px 10px #00000029}[id^=CustomCollection-] .custom-collection__sizes-grid{grid-template-columns:repeat(4,minmax(0,1fr))}[id^=CustomCollection-] .custom-collection__size-box{height:28px;font-size:10px;font-weight:700;padding:0 1px;justify-content:center;text-align:center;min-width:0}[id^=CustomCollection-] .custom-collection__size-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}}@media(pointer:coarse){[id^=CustomCollection-] .custom-collection__arrow,[id^=CustomCollection-] .custom-collection__wishlist-btn{width:44px;height:44px;min-width:44px;min-height:44px}}[id^=CustomCtaBanner-]{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);box-sizing:border-box;width:100%;position:relative}[id^=CustomCtaBanner-] .custom-cta-banner__container{max-width:1540px;margin:0 auto;box-sizing:border-box}[id^=CustomCtaBanner-] .custom-cta-banner__container--full{max-width:100%;padding-left:0;padding-right:0}[id^=CustomCtaBanner-] .custom-cta-banner__card{position:relative;width:100%;overflow:hidden;background-color:#111;display:flex;align-items:flex-end;box-sizing:border-box}[id^=CustomCtaBanner-] .custom-cta-banner__media-wrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:flex}[id^=CustomCtaBanner-] .custom-cta-banner__media-wrap.is-single-image .custom-cta-banner__img--full{width:100%;height:100%;object-fit:cover;object-position:center;display:block}[id^=CustomCtaBanner-] .custom-cta-banner__split-col{flex:1 1 50%;width:50%;height:100%;position:relative;overflow:hidden}[id^=CustomCtaBanner-] .custom-cta-banner__split-col--left{border-right:1px solid rgba(255,255,255,.08)}[id^=CustomCtaBanner-] .custom-cta-banner__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .8s cubic-bezier(.2,1,.3,1)}[id^=CustomCtaBanner-] .custom-cta-banner__card:hover .custom-cta-banner__img{transform:scale(1.03)}[id^=CustomCtaBanner-] .custom-cta-banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}[id^=CustomCtaBanner-] .custom-cta-banner__content{position:relative;z-index:3;padding:44px 48px;width:100%;box-sizing:border-box;text-align:left}[id^=CustomCtaBanner-] .custom-cta-banner__heading{line-height:1.15;letter-spacing:0px;text-transform:uppercase;color:#fff;margin:0 0 12px;text-shadow:0 2px 10px rgba(0,0,0,.45);word-break:break-word}[id^=CustomCtaBanner-] .custom-cta-banner__subheading{font-size:14px;font-weight:600;line-height:1.5;color:#f2f2f2;margin:0 0 24px;max-width:480px;text-shadow:0 1px 6px rgba(0,0,0,.5)}[id^=CustomCtaBanner-] .custom-cta-banner__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}[id^=CustomCtaBanner-] .custom-cta-banner__btn{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:13px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;padding:13px 28px;min-width:110px;box-sizing:border-box;text-decoration:none;border-radius:2px;transition:all .25s cubic-bezier(.2,1,.3,1);cursor:pointer}[id^=CustomCtaBanner-] .custom-cta-banner__btn--solid{background-color:#fff;color:#111;border:1.5px solid #ffffff}[id^=CustomCtaBanner-] .custom-cta-banner__btn--solid:hover{background-color:#000;color:#fff;border-color:#fff}[id^=CustomCtaBanner-] .custom-cta-banner__btn--outline{background-color:#1116;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#fff;border:1.5px solid #ffffff}[id^=CustomCtaBanner-] .custom-cta-banner__btn--outline:hover{background-color:#fff;color:#111;border-color:#fff}@media(max-width:1024px){[id^=CustomCtaBanner-] .custom-cta-banner__content{padding:36px;max-width:520px}}@media(max-width:768px){[id^=CustomCtaBanner-]{margin-left:0;margin-right:0}[id^=CustomCtaBanner-] .custom-cta-banner__container:not(.custom-cta-banner__container--full){padding-left:14px;padding-right:14px}[id^=CustomCtaBanner-] .custom-cta-banner__content{padding:24px 18px;max-width:100%}[id^=CustomCtaBanner-] .custom-cta-banner__heading{line-height:1.18;margin-bottom:8px}[id^=CustomCtaBanner-] .custom-cta-banner__subheading{font-size:13px;margin-bottom:16px}[id^=CustomCtaBanner-] .custom-cta-banner__actions{gap:10px}[id^=CustomCtaBanner-] .custom-cta-banner__btn{padding:10px 20px;font-size:12px;min-width:90px}}@media(max-width:480px){[id^=CustomCtaBanner-] .custom-cta-banner__media-wrap.is-split-image .custom-cta-banner__split-col--right{display:none}[id^=CustomCtaBanner-] .custom-cta-banner__media-wrap.is-split-image .custom-cta-banner__split-col--left{width:100%;flex:1 1 100%;border-right:none}}[id^=CustomFooter-]{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);width:100%;position:relative;padding-top:55px;padding-bottom:25px;box-sizing:border-box}[id^=CustomFooter-] .custom-footer__top{display:flex;justify-content:space-between;gap:32px;margin-bottom:45px;align-items:flex-start;flex-wrap:wrap}[id^=CustomFooter-] .custom-footer__col--brand{flex:0 0 160px;display:flex;flex-direction:column;align-items:flex-start;gap:18px}[id^=CustomFooter-] .custom-footer__brand-logo-link{display:inline-block;line-height:0;transition:opacity .2s ease}[id^=CustomFooter-] .custom-footer__brand-logo-link:hover{opacity:.85}[id^=CustomFooter-] .custom-footer__brand-logo-img{display:block;height:auto;object-fit:contain}[id^=CustomFooter-] .custom-footer__brand-logo-text{display:block;line-height:1.2;font-size:20px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}[id^=CustomFooter-] .custom-footer__brand-socials{margin-top:2px}[id^=CustomFooter-] .custom-footer__col--links{flex:1 1 140px;min-width:130px}[id^=CustomFooter-] .custom-footer__col-heading{font-size:13.5px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;margin:0 0 20px;display:flex;align-items:center;justify-content:space-between}[id^=CustomFooter-] .custom-footer__col-heading--cards{margin-bottom:18px}[id^=CustomFooter-] .custom-footer__accordion-chevron{display:none}[id^=CustomFooter-] .custom-footer__linklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}[id^=CustomFooter-] .custom-footer__link{font-size:13px;font-weight:600;text-decoration:none;line-height:1.4;transition:color .15s ease;display:inline-block}[id^=CustomFooter-] .custom-footer__link:hover{color:#000}[id^=CustomFooter-] .custom-footer__col--newsletter{flex:1 1 240px;max-width:320px}[id^=CustomFooter-] .custom-footer__newsletter-text{font-size:13px;line-height:1.5;margin-bottom:16px}[id^=CustomFooter-] .custom-footer__newsletter-text p{margin:0}[id^=CustomFooter-] .custom-footer__newsletter-box{display:flex;align-items:center;border:1.5px solid #d5d5d5;border-radius:4px;padding:2px 6px 2px 12px;background:#fff;transition:border-color .2s ease}[id^=CustomFooter-] .custom-footer__newsletter-box:focus-within{border-color:#111}[id^=CustomFooter-] .custom-footer__newsletter-envelope{color:#767676;margin-right:8px;flex-shrink:0}[id^=CustomFooter-] .custom-footer__newsletter-inline-input{border:none;outline:none;font-family:inherit;font-size:13px;color:#111;width:100%;padding:10px 0;background:transparent}[id^=CustomFooter-] .custom-footer__newsletter-inline-btn{border:none;background:#111;color:#fff;width:32px;height:32px;border-radius:3px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:opacity .2s ease}[id^=CustomFooter-] .custom-footer__newsletter-inline-btn:hover{opacity:.85}[id^=CustomFooter-] .custom-footer__col--cards{flex:1 1 360px;max-width:480px}[id^=CustomFooter-] .custom-footer__cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%}[id^=CustomFooter-] .custom-footer__card{border-radius:3px;display:flex;flex-direction:column;justify-content:space-between;height:130px;padding:16px 14px 14px;box-sizing:border-box;text-decoration:none;transition:background-color .2s ease,transform .2s ease;cursor:pointer}[id^=CustomFooter-] .custom-footer__card:hover{background-color:#ededed;transform:translateY(-2px)}[id^=CustomFooter-] .custom-footer__card-icon-wrap{display:flex;align-items:flex-start;height:42px}[id^=CustomFooter-] .custom-footer__card-logo-img{max-height:38px;width:auto;object-fit:contain}[id^=CustomFooter-] .custom-footer__card-brand-text{display:flex;flex-direction:column;line-height:1.1}[id^=CustomFooter-] .custom-footer__card-brand-name{font-size:14px;font-weight:800;letter-spacing:.5px;color:#111}[id^=CustomFooter-] .custom-footer__card-brand-sub{font-size:8.5px;font-weight:700;letter-spacing:1.2px;color:#767676}[id^=CustomFooter-] .custom-footer__card-icon{color:#111}[id^=CustomFooter-] .custom-footer__card-title{font-size:12px;font-weight:700;line-height:1.35;color:#111;margin-top:auto}[id^=CustomFooter-] .custom-footer__middle{display:flex;align-items:center;justify-content:flex-start;padding-bottom:26px;margin-bottom:18px;flex-wrap:wrap;gap:20px}[id^=CustomFooter-] .custom-footer__payment-list{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}[id^=CustomFooter-] .custom-footer__payment-item{display:inline-flex;align-items:center}[id^=CustomFooter-] .custom-footer__payment-svg{border-radius:3px;display:block;box-shadow:0 1px 2px #00000014}[id^=CustomFooter-] .custom-footer__social-list{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:10px}[id^=CustomFooter-] .custom-footer__social-btn{width:32px;height:32px;border-radius:50%;background-color:#111;color:#fff;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .2s ease,opacity .2s ease}[id^=CustomFooter-] .custom-footer__social-btn:hover{transform:translateY(-2px);opacity:.85}[id^=CustomFooter-] .custom-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:22px;font-size:12px;flex-wrap:wrap;gap:18px}[id^=CustomFooter-] .custom-footer__copyright{font-size:12px;font-weight:600;color:#555}[id^=CustomFooter-] .custom-footer__legal-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-left:auto;margin-right:20px}[id^=CustomFooter-] .custom-footer__legal-link{font-size:12px;font-weight:600;color:#222;text-decoration:none;transition:color .15s ease}[id^=CustomFooter-] .custom-footer__legal-link:hover{color:#000;text-decoration:underline}.custom-footer__localization-form{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.custom-footer__select-box{position:relative;display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #dcdcdc;border-radius:4px;padding:6px 12px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.custom-footer__select-box:hover{border-color:#111}.custom-footer__select-box:focus-within{border-color:#111;box-shadow:0 0 0 1px #111}.custom-footer__native-select{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.custom-footer__select-text{font-size:12px;font-weight:600;color:#111;white-space:nowrap;pointer-events:none}.custom-footer__select-chevron{color:#555;pointer-events:none;flex-shrink:0}.custom-footer__newsletter-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:none;align-items:center;justify-content:center}.custom-footer__newsletter-modal.is-open{display:flex}.custom-footer__newsletter-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.custom-footer__newsletter-dialog{position:relative;z-index:2;background:#fff;max-width:480px;width:90%;padding:40px 32px;box-sizing:border-box;border-radius:4px;box-shadow:0 10px 35px #00000040;text-align:center}.custom-footer__newsletter-close{position:absolute;top:14px;right:18px;background:none;border:none;font-size:26px;line-height:1;color:#444;cursor:pointer}.custom-footer__newsletter-title{font-size:20px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#111;margin:0 0 10px}.custom-footer__newsletter-sub{font-size:13px;color:#666;line-height:1.5;margin:0 0 24px}.custom-footer__newsletter-input-group{display:flex;gap:8px}.custom-footer__newsletter-input{flex:1;padding:12px 14px;border:1.5px solid #cccccc;font-family:inherit;font-size:13px;outline:none;border-radius:2px}.custom-footer__newsletter-input:focus{border-color:#111}.custom-footer__newsletter-submit{background:#111;color:#fff;border:none;font-family:inherit;font-size:13px;font-weight:800;letter-spacing:.6px;padding:12px 20px;border-radius:2px;cursor:pointer}.custom-footer__newsletter-success{font-size:14px;font-weight:700;color:#2e7d32;margin:0}@media(max-width:1024px){[id^=CustomFooter-] .custom-footer__top{gap:28px}[id^=CustomFooter-] .custom-footer__col--brand{flex:1 1 100%;align-items:flex-start}[id^=CustomFooter-] .custom-footer__col--links{flex:1 1 28%}[id^=CustomFooter-] .custom-footer__col--newsletter{flex:1 1 45%;max-width:100%}[id^=CustomFooter-] .custom-footer__col--cards{flex:1 1 100%;max-width:100%}}@media(max-width:768px){[id^=CustomFooter-]{padding-top:28px;padding-bottom:20px}[id^=CustomFooter-] .custom-footer__container{padding-left:16px;padding-right:16px}[id^=CustomFooter-] .custom-footer__top{flex-direction:column;gap:0;margin-bottom:20px}[id^=CustomFooter-] .custom-footer__col--brand{width:100%;align-items:flex-start;padding-bottom:16px;margin-bottom:4px}[id^=CustomFooter-] .custom-footer__col--links{width:100%;padding:18px 0 8px}[id^=CustomFooter-] .custom-footer__col-heading{margin:0 0 14px;padding:0;cursor:default}[id^=CustomFooter-] .custom-footer__accordion-chevron{display:none!important}[id^=CustomFooter-] .custom-footer__col-content{display:block!important;padding-bottom:10px}[id^=CustomFooter-] .custom-footer__col--newsletter{width:100%;max-width:100%;padding:20px 0}[id^=CustomFooter-] .custom-footer__col--cards{margin-top:20px;width:100%;max-width:100%}[id^=CustomFooter-] .custom-footer__cards-grid{grid-template-columns:repeat(3,1fr);gap:8px}[id^=CustomFooter-] .custom-footer__card{height:110px;padding:12px 10px 10px}[id^=CustomFooter-] .custom-footer__card-title{font-size:10.5px}[id^=CustomFooter-] .custom-footer__middle{flex-direction:column;align-items:flex-start;gap:14px;padding-bottom:16px;margin-bottom:16px}[id^=CustomFooter-] .custom-footer__bottom{flex-direction:column;align-items:flex-start;gap:12px}[id^=CustomFooter-] .custom-footer__localization{width:100%}[id^=CustomFooter-] .custom-footer__localization-form{width:100%;flex-direction:row;flex-wrap:wrap;gap:8px}[id^=CustomFooter-] .custom-footer__select-box{flex:1 1 calc(50% - 4px);min-width:130px;justify-content:space-between}}@media(max-width:480px){[id^=CustomFooter-] .custom-footer__cards-grid{grid-template-columns:1fr;gap:8px}[id^=CustomFooter-] .custom-footer__card{height:auto;min-height:52px;flex-direction:row;align-items:center;padding:12px 14px;gap:12px}[id^=CustomFooter-] .custom-footer__card-icon-wrap{height:auto}[id^=CustomFooter-] .custom-footer__card-title{margin-top:0;font-size:12px}}[id^=CustomFooter-] .custom-footer__newsletter-close,.custom-footer__newsletter-close{display:inline-grid;place-items:center;width:44px;height:44px;min-width:44px;min-height:44px;line-height:1}.custom-footer__newsletter-close:focus-visible{outline:2px solid #111111;outline-offset:2px}[id^=CustomHeader-]{width:100%;position:relative;z-index:40;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease,transform .35s ease}[id^=CustomHeader-].custom-header--overlay{position:relative;background-color:transparent;color:var(--ch-transparent-text);margin-bottom:calc(-1 * var(--ch-header-height, 70px));z-index:40}[id^=CustomHeader-].is-solid .custom-header__logo-img--dark,[id^=CustomHeader-].ch-sticky-active .custom-header__logo-img--dark,[id^=CustomHeader-].custom-header--hover-solid:hover .custom-header__logo-img--dark,[id^=CustomHeader-].has-sidebar-open .custom-header__logo-img--dark{display:block!important;filter:none!important}[id^=CustomHeader-].is-solid .custom-header__logo-img--light,[id^=CustomHeader-].ch-sticky-active .custom-header__logo-img--light,[id^=CustomHeader-].custom-header--hover-solid:hover .custom-header__logo-img--light,[id^=CustomHeader-].has-sidebar-open .custom-header__logo-img--light{display:none!important}[id^=CustomHeader-]:not(.custom-header--overlay){background-color:var(--ch-solid-bg);color:var(--ch-solid-text);border-bottom:1px solid var(--ch-border)}[id^=CustomHeader-]:not(.custom-header--overlay) .custom-header__logo-img--dark{display:block!important;filter:none!important}[id^=CustomHeader-]:not(.custom-header--overlay) .custom-header__logo-img--light{display:none!important}.cab-sticky-active{position:fixed!important;top:0!important;left:0!important;width:100%!important;margin:0!important;z-index:100!important;transition:transform .35s cubic-bezier(.25,1,.5,1)!important;box-shadow:0 1px 3px #0000000f}.cab-hidden{transform:translateY(-100%)!important}.cab-visible{transform:translateY(0)!important}.ch-sticky-active{position:fixed!important;left:0!important;width:100%!important;margin:0!important;z-index:99!important;transition:transform .35s cubic-bezier(.25,1,.5,1),background-color .3s ease,color .3s ease!important;box-shadow:0 2px 10px #00000014}.ch-hidden{transform:translateY(-130%)!important}.ch-visible{transform:translateY(0)!important}[id^=CustomHeader-] .custom-header__container{display:flex;align-items:center;justify-content:space-between;padding:var(--ch-padding-y) var(--ch-padding-x);max-width:100%;margin:0 auto;position:relative;box-sizing:border-box}[id^=CustomHeader-] .custom-header__col{display:flex;align-items:center;flex:1 1 0%}[id^=CustomHeader-] .custom-header__col--left{justify-content:flex-start;gap:16px}[id^=CustomHeader-] .custom-header__col--center{justify-content:center;flex:0 0 auto;text-align:center}[id^=CustomHeader-] .custom-header__col--right{justify-content:flex-end}[id^=CustomHeader-] .custom-header__hamburger-trigger{background:transparent;border:none;color:inherit;cursor:pointer;padding:6px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:transform .2s ease,opacity .2s ease}[id^=CustomHeader-] .custom-header__hamburger-trigger:hover{opacity:.8;transform:scale(1.06)}[id^=CustomHeader-] .custom-header__nav-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:20px}[id^=CustomHeader-] .custom-header__nav-link{display:inline-flex;align-items:center;color:inherit;text-decoration:none;font-size:14px;font-weight:600;letter-spacing:.3px;padding:8px 0;position:relative;transition:opacity .2s ease}[id^=CustomHeader-] .custom-header__nav-link:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:2px;background-color:currentColor;opacity:0;transform:scaleX(0);transition:transform .25s ease,opacity .25s ease}[id^=CustomHeader-] .custom-header__nav-link:hover:after,[id^=CustomHeader-] .custom-header__nav-link--active:after{opacity:1;transform:scaleX(1)}[id^=CustomHeader-] .custom-header__logo-link{display:inline-block;color:inherit;text-decoration:none;line-height:1}[id^=CustomHeader-] .custom-header__logo-img{width:var(--ch-logo-w-desk);max-width:100%;height:auto;display:block;transition:opacity .2s ease}[id^=CustomHeader-] .custom-header__logo-text{font-family:var(--element-text-font-family--heading, "Anton", sans-serif);font-size:26px;font-weight:700;letter-spacing:1px;text-transform:uppercase;display:inline-block;line-height:1}[id^=CustomHeader-] .custom-header__icons{display:flex;align-items:center;gap:16px}[id^=CustomHeader-] .custom-header__icon-btn{background:transparent;border:none;color:inherit;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:6px;text-decoration:none;line-height:1;position:relative;border-radius:50%;transition:transform .15s ease,opacity .15s ease}[id^=CustomHeader-] .custom-header__icon-btn:hover{opacity:.8;transform:scale(1.08)}[id^=CustomHeader-] .custom-header__cart-icon-wrap,[id^=CustomHeader-] .custom-header__wishlist-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}[id^=CustomHeader-] .custom-header__cart-bubble,[id^=CustomHeader-] .custom-header__wishlist-bubble{position:absolute;top:-5px;right:-8px;min-width:16px;height:16px;padding:0 4px;background-color:#e53935;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center;border-radius:10px;display:none;box-sizing:border-box;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback)}[id^=CustomHeader-] .custom-header__cart-bubble{background-color:var(--color-sale-tag, #000);color:var(--color-sale-tag-text, #fff)}[id^=CustomHeader-] .custom-header__cart-bubble.is-visible,[id^=CustomHeader-] .custom-header__wishlist-bubble.is-visible{display:block}[id^=CustomHeader-] .custom-header__cart-bubble.has-pulse{animation:headerCartBubblePulse .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes headerCartBubblePulse{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}[id^=CustomHeader-].has-sidebar-open{z-index:99999!important}[id^=CustomHeader-] .custom-header__sidebar-drawer{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:999999!important;visibility:hidden;transition:visibility .3s ease}[id^=CustomHeader-] .custom-header__sidebar-drawer.is-open{pointer-events:auto;visibility:visible}[id^=CustomHeader-] .custom-header__sidebar-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000073;opacity:0;transition:opacity .3s ease;z-index:1}[id^=CustomHeader-] .custom-header__sidebar-drawer.is-open .custom-header__sidebar-backdrop{opacity:1}[id^=CustomHeader-] .custom-header__sidebar-panel--cascading{position:absolute;top:0;left:0;width:260px;max-width:95vw;height:100%;background:#fff;color:#111;box-shadow:4px 0 30px #0003;transform:translate(-100%);transition:transform .35s cubic-bezier(.25,1,.5,1),width .25s cubic-bezier(.25,1,.5,1);display:flex;flex-direction:column;z-index:2;overflow:hidden}[id^=CustomHeader-] .custom-header__sidebar-drawer.is-open .custom-header__sidebar-panel--cascading{transform:translate(0)}[id^=CustomHeader-] .custom-header__sidebar-panel--cascading.is-tier2-open{width:520px}[id^=CustomHeader-] .custom-header__sidebar-panel--cascading.is-tier3-open{width:790px}[id^=CustomHeader-] .custom-header__sidebar-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #f0f0f0;flex:0 0 auto;background:#fff;z-index:15;position:relative}[id^=CustomHeader-] .custom-header__sidebar-title{font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#111}[id^=CustomHeader-] .custom-header__sidebar-close-btn{background:#f0f0f0;border:none;color:#111;cursor:pointer;padding:6px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;width:32px;height:32px;transition:background-color .15s ease,color .15s ease,transform .15s ease;z-index:25}[id^=CustomHeader-] .custom-header__sidebar-close-btn:hover{background-color:#000;color:#fff;transform:scale(1.08)}[id^=CustomHeader-] .custom-header__cascading-wrap{flex:1 1 auto;display:flex;overflow:hidden;height:calc(100% - 61px);width:100%}[id^=CustomHeader-] .custom-header__tier-col--1,[id^=CustomHeader-] .custom-header__tier-col--2,[id^=CustomHeader-] .custom-header__tier-col--3{overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}[id^=CustomHeader-] .custom-header__tier-col--1::-webkit-scrollbar,[id^=CustomHeader-] .custom-header__tier-col--2::-webkit-scrollbar,[id^=CustomHeader-] .custom-header__tier-col--3::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}[id^=CustomHeader-] .custom-header__tier-col--1{width:260px;min-width:260px;flex:0 0 260px;border-right:1px solid #f0f0f0;padding:22px 18px 40px;box-sizing:border-box;background:#fff}[id^=CustomHeader-] .custom-header__tier-col--2{width:260px;min-width:260px;flex:0 0 260px;border-right:1px solid #f0f0f0;padding:22px 18px 40px;box-sizing:border-box;background:#fafafa;display:none}[id^=CustomHeader-] .custom-header__sidebar-panel--cascading.is-tier2-open .custom-header__tier-col--2{display:block;animation:cabSlideInRight .22s cubic-bezier(.25,1,.5,1)}[id^=CustomHeader-] .custom-header__tier-col--3{width:270px;min-width:270px;flex:0 0 270px;padding:22px 20px 40px;box-sizing:border-box;background:#fff;display:none}[id^=CustomHeader-] .custom-header__sidebar-panel--cascading.is-tier3-open .custom-header__tier-col--3{display:block;animation:cabSlideInRight .22s cubic-bezier(.25,1,.5,1)}@keyframes cabSlideInRight{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}[id^=CustomHeader-] .custom-header__tier-nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}[id^=CustomHeader-] .custom-header__tier-link{display:flex;align-items:center;justify-content:space-between;color:#111;text-decoration:none;font-size:15px;font-weight:700;letter-spacing:-.2px;cursor:pointer;position:relative;padding-bottom:2px;transition:color .15s ease}[id^=CustomHeader-] button.custom-header__tier-link,[id^=CustomHeader-] button.custom-header__mobile-sublink{background:transparent;border:none;padding:0;margin:0;font:inherit;color:inherit;text-align:left;width:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer;box-sizing:border-box}[id^=CustomHeader-] .custom-header__tier-text{position:relative;display:inline-block}[id^=CustomHeader-] .custom-header__tier1-item.is-active .custom-header__tier-text:after,[id^=CustomHeader-] .custom-header__tier1-item:hover .custom-header__tier-text:after,[id^=CustomHeader-] .custom-header__tier2-item.is-active .custom-header__tier-text:after,[id^=CustomHeader-] .custom-header__tier2-item:hover .custom-header__tier-text:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2.5px;background-color:#000}[id^=CustomHeader-] .custom-header__tier-chevron{stroke:#000;opacity:.6;transition:transform .15s ease,opacity .15s ease}[id^=CustomHeader-] .custom-header__tier1-item:hover .custom-header__tier-chevron,[id^=CustomHeader-] .custom-header__tier1-item.is-active .custom-header__tier-chevron,[id^=CustomHeader-] .custom-header__tier2-item:hover .custom-header__tier-chevron,[id^=CustomHeader-] .custom-header__tier2-item.is-active .custom-header__tier-chevron{opacity:1;transform:translate(3px)}[id^=CustomHeader-] .custom-header__tier2-panel{display:none}[id^=CustomHeader-] .custom-header__tier2-panel.is-active{display:block;animation:cabFadeIn .2s ease}[id^=CustomHeader-] .custom-header__tier3-panel{display:none}[id^=CustomHeader-] .custom-header__tier3-panel.is-active{display:block;animation:cabFadeIn .2s ease}@keyframes cabFadeIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}[id^=CustomHeader-] .custom-header__tier3-item{margin-bottom:18px}[id^=CustomHeader-] .custom-header__tier3-link{color:#111;text-decoration:none;font-size:15px;font-weight:600;letter-spacing:-.2px;display:block;transition:color .15s ease,transform .15s ease}[id^=CustomHeader-] .custom-header__tier3-link:hover{color:#666;transform:translate(3px)}@media(max-width:768px){[id^=CustomHeader-] .custom-header__sidebar-panel--cascading{width:100vw;max-width:100vw}[id^=CustomHeader-] .custom-header__cascading-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}[id^=CustomHeader-] .custom-header__tier-col--1,[id^=CustomHeader-] .custom-header__tier-col--2{width:190px;flex:0 0 190px;padding:18px 12px}[id^=CustomHeader-] .custom-header__tier-col--3{width:200px;flex:0 0 200px;padding:18px 14px}}[id^=CustomHeader-].has-search-open{z-index:99999999!important}[id^=CustomHeader-] .custom-header__search-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:99999999!important;visibility:hidden;transition:visibility .25s ease;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback)}[id^=CustomHeader-] .custom-header__search-modal.is-open{pointer-events:auto;visibility:visible}[id^=CustomHeader-] .custom-header__search-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000008c;opacity:0;transition:opacity .25s ease;z-index:1}[id^=CustomHeader-] .custom-header__search-modal.is-open .custom-header__search-backdrop{opacity:1}[id^=CustomHeader-] .custom-header__search-panel{position:absolute;top:0;left:0;width:100%;background:#fff;box-shadow:0 10px 40px #00000038;transform:translateY(-100%);transition:transform .3s cubic-bezier(.25,1,.5,1);z-index:2;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback)}[id^=CustomHeader-] .custom-header__search-modal.is-open .custom-header__search-panel{transform:translateY(0)}[id^=CustomHeader-] .custom-header__search-topbar{height:70px;display:flex;align-items:center;justify-content:space-between;position:relative;border-bottom:1px solid #e8e8e8;padding:12px 20px;background:#fff;z-index:10;gap:12px}[id^=CustomHeader-] .custom-header__search-form{display:flex;justify-content:center;flex:1;max-width:520px;margin:0 auto}[id^=CustomHeader-] .custom-header__search-input-box{display:flex;align-items:center;width:100%;height:42px;border:1.5px solid #111111;border-radius:2px;padding:0 14px;background:#fff;box-sizing:border-box}[id^=CustomHeader-] .custom-header__search-icon{color:#111;margin-right:10px;flex-shrink:0}[id^=CustomHeader-] .custom-header__search-input{border:none!important;outline:none!important;background:transparent!important;width:100%!important;font-size:13.5px!important;font-weight:600!important;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);color:#111!important;padding:0!important;margin:0!important;box-shadow:none!important;height:auto!important}[id^=CustomHeader-] .custom-header__search-input::placeholder{color:#767676;font-size:13px;font-weight:400;font-family:var(--typeBasePrimary),var(--typeBaseFallback)}[id^=CustomHeader-] .custom-header__search-close-btn{position:static!important;transform:none!important;background:transparent;border:none;color:#111;cursor:pointer;padding:6px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s ease,opacity .15s ease}[id^=CustomHeader-] .custom-header__search-close-btn:hover{transform:scale(1.1)!important;opacity:.8}[id^=CustomHeader-] .custom-header__search-body{padding:38px 28px 48px;max-height:calc(85vh - 70px);overflow-y:auto;background:#fff}[id^=CustomHeader-] .custom-header__search-container{max-width:980px;margin:0 auto}[id^=CustomHeader-] .custom-header__search-grid{display:grid;grid-template-columns:260px 1fr;gap:64px}[id^=CustomHeader-] .custom-header__search-heading{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:14px!important;font-weight:800!important;letter-spacing:1px!important;text-transform:uppercase!important;color:#111!important;margin:0 0 22px!important;padding:0!important;line-height:1.2!important}[id^=CustomHeader-] .custom-header__trending-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}[id^=CustomHeader-] .custom-header__trending-item{background:none;border:none;padding:0;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:14px;font-weight:600;color:#555;cursor:pointer;text-align:left;transition:color .15s ease,transform .15s ease}[id^=CustomHeader-] .custom-header__trending-item:hover{color:#000;font-weight:700;transform:translate(4px)}[id^=CustomHeader-] .custom-header__recent-product-card{max-width:230px}[id^=CustomHeader-] .custom-header__recent-link{text-decoration:none;display:block;color:inherit}[id^=CustomHeader-] .custom-header__recent-image-wrap{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background:#f4f4f4;border-radius:2px}[id^=CustomHeader-] .custom-header__recent-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}[id^=CustomHeader-] .custom-header__recent-link:hover .custom-header__recent-img{transform:scale(1.04)}[id^=CustomHeader-] .custom-header__recent-badge{position:absolute;bottom:8px;left:8px;background:#fff;color:#111;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:10px;font-weight:800;padding:3px 8px;border-radius:2px;text-transform:uppercase;box-shadow:0 2px 4px #0000001f}[id^=CustomHeader-] .custom-header__recent-wishlist-icon{position:absolute;top:8px;right:8px;width:28px;height:28px;background:#ffffffe0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#111}[id^=CustomHeader-] .custom-header__recent-info{padding-top:12px}[id^=CustomHeader-] .custom-header__recent-title{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:13.5px;font-weight:700;line-height:1.35;margin:0 0 3px;color:#111}[id^=CustomHeader-] .custom-header__recent-meta{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:12px;color:#767676;margin:0 0 2px;line-height:1.3}[id^=CustomHeader-] .custom-header__recent-price{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:13.5px;font-weight:800;color:#111;margin:6px 0 0}[id^=CustomHeader-] .custom-header__search-results-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;border-bottom:1px solid #f0f0f0;padding-bottom:12px}[id^=CustomHeader-] .custom-header__search-view-all-link{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:13px;font-weight:700;color:#111;text-decoration:underline}[id^=CustomHeader-] .custom-header__search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:24px 20px}[id^=CustomHeader-] .custom-header__search-result-card{text-decoration:none;color:inherit;display:block}[id^=CustomHeader-] .custom-header__search-result-img-wrap{width:100%;aspect-ratio:3 / 4;background:#f4f4f4;overflow:hidden;border-radius:2px;margin-bottom:8px}[id^=CustomHeader-] .custom-header__search-result-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}[id^=CustomHeader-] .custom-header__search-result-card:hover .custom-header__search-result-img{transform:scale(1.04)}[id^=CustomHeader-] .custom-header__search-result-title{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:13px;font-weight:600;line-height:1.3;margin:0 0 3px;color:#111}[id^=CustomHeader-] .custom-header__search-result-price{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:13px;font-weight:800;color:#111;margin:0}[id^=CustomHeader-] .custom-header__search-no-results{padding:30px 0;font-size:14px;color:#666;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback)}[id^=CustomHeader-] .custom-header__mobile-dropdown{display:none}@media(max-width:768px){[id^=CustomHeader-] .custom-header__container{padding:10px 14px}[id^=CustomHeader-] .custom-header__icons{gap:10px}[id^=CustomHeader-] .custom-header__icon-btn{padding:5px}[id^=CustomHeader-] .custom-header__logo-img{width:var(--ch-logo-w-mob, 75px)}[id^=CustomHeader-] .custom-header__sidebar-panel--cascading{width:88vw;max-width:360px;height:100vh;display:flex;flex-direction:column;overflow:hidden!important}[id^=CustomHeader-] .custom-header__sidebar-topbar{flex:0 0 54px;height:54px;padding:10px 16px;background:#fff;border-bottom:1px solid #f0f0f0;z-index:10}[id^=CustomHeader-] .custom-header__cascading-wrap{width:100%;height:calc(100vh - 54px)!important;max-height:calc(100vh - 54px)!important;flex:1 1 auto;display:block;overflow:hidden!important}[id^=CustomHeader-] .custom-header__tier-col--1{width:100%!important;min-width:100%!important;flex:1 1 100%!important;border-right:none!important;padding:16px 14px 90px!important;overflow-y:scroll!important;overflow-x:hidden!important;height:100%!important;max-height:calc(100vh - 54px)!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:#000000 #f0f0f0!important;box-sizing:border-box!important}[id^=CustomHeader-] .custom-header__tier-col--1::-webkit-scrollbar{width:6px!important;display:block!important}[id^=CustomHeader-] .custom-header__tier-col--1::-webkit-scrollbar-track{background:#f0f0f0!important;border-radius:4px!important}[id^=CustomHeader-] .custom-header__tier-col--1::-webkit-scrollbar-thumb{background:#000!important;border-radius:4px!important}[id^=CustomHeader-] .custom-header__tier-col--2,[id^=CustomHeader-] .custom-header__tier-col--3{display:none!important}[id^=CustomHeader-] .custom-header__tier-col--1 .custom-header__mobile-dropdown{display:none;padding:10px 0 8px 14px;margin-top:8px;border-left:2px solid #111111;animation:cabFadeIn .2s ease}[id^=CustomHeader-] .custom-header__tier-col--1 .custom-header__tier1-item.is-expanded>.custom-header__mobile-dropdown,[id^=CustomHeader-] .custom-header__tier-col--1 .custom-header__tier1-item:hover>.custom-header__mobile-dropdown{display:block!important}[id^=CustomHeader-] .custom-header__tier1-item.is-expanded .custom-header__tier-chevron,[id^=CustomHeader-] .custom-header__tier1-item:hover .custom-header__tier-chevron{transform:rotate(90deg);opacity:1}[id^=CustomHeader-] .custom-header__mobile-subnav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}[id^=CustomHeader-] .custom-header__mobile-sublink{display:flex;align-items:center;justify-content:space-between;color:#333;text-decoration:none;font-size:13.5px;font-weight:600;padding:4px 0;transition:color .15s ease}[id^=CustomHeader-] .custom-header__mobile-sublink:hover{color:#000;font-weight:700}[id^=CustomHeader-] .custom-header__mobile-grandchild-dropdown{display:none;padding:6px 0 6px 12px;margin-top:6px;border-left:1.5px solid #cccccc}[id^=CustomHeader-] .custom-header__mobile-subitem.is-expanded>.custom-header__mobile-grandchild-dropdown,[id^=CustomHeader-] .custom-header__mobile-subitem:hover>.custom-header__mobile-grandchild-dropdown{display:block!important}[id^=CustomHeader-] .custom-header__mobile-subitem.is-expanded>.custom-header__mobile-sublink .custom-header__tier-chevron,[id^=CustomHeader-] .custom-header__mobile-subitem:hover>.custom-header__mobile-sublink .custom-header__tier-chevron{transform:rotate(90deg);opacity:1}[id^=CustomHeader-] .custom-header__mobile-grandchild-nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}[id^=CustomHeader-] .custom-header__mobile-grandchild-link{color:#666;text-decoration:none;font-size:12.5px;font-weight:600;padding:2px 0;display:block}[id^=CustomHeader-] .custom-header__mobile-grandchild-link:hover{color:#000}[id^=CustomHeader-] .custom-header__search-topbar{height:56px;padding:0 12px}[id^=CustomHeader-] .custom-header__search-input-box{width:100%;max-width:calc(100vw - 64px);height:38px}[id^=CustomHeader-] .custom-header__search-body{padding:24px 16px 36px}[id^=CustomHeader-] .custom-header__search-grid{grid-template-columns:1fr;gap:28px}[id^=CustomHeader-] .custom-header__search-results-grid{grid-template-columns:repeat(2,1fr);gap:14px 10px}}@media(pointer:coarse){[id^=CustomHeader-] .custom-header__sidebar-close-btn,[id^=CustomHeader-] .custom-header__icon-btn,[id^=CustomHeader-] .custom-header__hamburger-trigger{min-width:44px;min-height:44px;display:inline-grid;place-items:center}}[id^=CustomTabsCollection-]{background:#fff;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);position:relative;box-sizing:border-box;overflow:hidden}[id^=CustomTabsCollection-] .custom-tabs-collection__inner{width:100%;box-sizing:border-box}[id^=CustomTabsCollection-] .custom-tabs-collection__header{margin-bottom:22px}[id^=CustomTabsCollection-] .custom-tabs-collection__title{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:#111;margin:0 0 14px;line-height:1.2}[id^=CustomTabsCollection-] .custom-tabs-collection__tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap}[id^=CustomTabsCollection-] .custom-tabs-collection__tab-btn{background:transparent;border:1px solid #dcdcdc;border-radius:2px;padding:7px 16px;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:13px;font-weight:600;color:#767676;cursor:pointer;transition:all .2s ease;box-sizing:border-box}[id^=CustomTabsCollection-] .custom-tabs-collection__tab-btn:hover{border-color:#111;color:#111}[id^=CustomTabsCollection-] .custom-tabs-collection__tab-btn.is-active{border:1.5px solid #111111;font-weight:700;color:#111}[id^=CustomTabsCollection-] .custom-tabs-collection__panels{width:100%;position:relative}[id^=CustomTabsCollection-] .custom-tabs-collection__panel{display:none;width:100%;opacity:0;transition:opacity .3s ease}[id^=CustomTabsCollection-] .custom-tabs-collection__panel.is-active{display:block;opacity:1}[id^=CustomTabsCollection-] .custom-tabs-collection__grid{display:flex;gap:6px;width:100%;box-sizing:border-box}[id^=CustomTabsCollection-] .custom-tabs-collection__item{flex:0 0 calc(25% - 4.5px);min-width:calc(25% - 4.5px);box-sizing:border-box}@media(max-width:1024px){[id^=CustomTabsCollection-] .custom-tabs-collection__grid{overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:8px}[id^=CustomTabsCollection-] .custom-tabs-collection__grid::-webkit-scrollbar{display:none}[id^=CustomTabsCollection-] .custom-tabs-collection__item{flex:0 0 calc(33.333% - 4px);min-width:calc(33.333% - 4px)}}@media(max-width:680px){[id^=CustomTabsCollection-] .custom-tabs-collection__item{flex:0 0 calc(50% - 3px);min-width:calc(50% - 3px)}}[id^=CustomTabsCollection-] .custom-tabs-collection__card{display:flex;flex-direction:column;width:100%;text-decoration:none;color:inherit}[id^=CustomTabsCollection-] .custom-tabs-collection__img-wrap{position:relative;width:100%;aspect-ratio:1 / 1.34;background:#e8e3df;overflow:hidden}[id^=CustomTabsCollection-] .custom-tabs-collection__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}[id^=CustomTabsCollection-] .custom-tabs-collection__card:hover .custom-tabs-collection__img{transform:scale(1.03)}[id^=CustomTabsCollection-] .custom-tabs-collection__card-title{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:13px;font-weight:700;line-height:1.35;margin:10px 0 0;color:#111;transition:opacity .15s ease}[id^=CustomTabsCollection-] .custom-tabs-collection__card:hover .custom-tabs-collection__card-title{opacity:.75}@media(max-width:768px){[id^=CustomTabsCollection-]{margin-left:0!important;margin-right:0!important;width:100%!important}[id^=CustomTabsCollection-] .custom-tabs-collection__inner{padding-left:12px!important;padding-right:12px!important}[id^=CustomTabsCollection-] .custom-tabs-collection__header{margin-bottom:14px;padding-left:0;padding-right:0}[id^=CustomTabsCollection-] .custom-tabs-collection__grid{gap:10px;padding-left:0;padding-right:0;scroll-snap-type:x mandatory}[id^=CustomTabsCollection-] .custom-tabs-collection__title{margin-bottom:10px}[id^=CustomTabsCollection-] .custom-tabs-collection__tabs{gap:6px}[id^=CustomTabsCollection-] .custom-tabs-collection__tab-btn{padding:6px 12px;font-size:12px}[id^=CustomTabsCollection-] .custom-tabs-collection__item{flex:0 0 calc((100% - 10px)/2);min-width:calc((100% - 10px)/2);max-width:calc((100% - 10px)/2);scroll-snap-align:start}[id^=CustomTabsCollection-] .custom-tabs-collection__card-title{font-size:11px;line-height:1.28;margin-top:6px;font-weight:700}}[id^=FAQ-]{box-sizing:border-box;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback)}[id^=FAQ-] .custom-faq__container{width:100%;margin:0 auto;box-sizing:border-box}[id^=FAQ-] .custom-faq__main-header{margin-bottom:26px;text-align:left}[id^=FAQ-] .custom-faq__main-title{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:24px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;margin:0}[id^=FAQ-] .custom-faq__layout{width:100%}[id^=FAQ-] .custom-faq__layout--with-sidebar{display:flex;align-items:stretch;gap:28px}[id^=FAQ-] .custom-faq__layout--sidebar-left{flex-direction:row-reverse}[id^=FAQ-] .custom-faq__main-column{flex:1 1 0%;min-width:0;display:flex;flex-direction:column}[id^=FAQ-] .custom-faq__cards-wrap{display:flex;flex-direction:column;gap:20px;height:100%}[id^=FAQ-] .custom-faq__card{border-radius:12px;padding:24px 28px 20px;box-sizing:border-box;box-shadow:0 1px 4px #00000005}[id^=FAQ-] .custom-faq__category-header{padding-bottom:16px;border-bottom:1px solid #f0f2f6;margin-bottom:6px}[id^=FAQ-] .custom-faq__category-title{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:15px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;margin:0;line-height:1.25}[id^=FAQ-] .custom-faq__category-desc{font-size:13px;margin-top:6px}[id^=FAQ-] .custom-faq__category-desc p{margin:0}[id^=FAQ-] .custom-faq__questions-list{display:flex;flex-direction:column}[id^=FAQ-] .custom-faq__item{border-bottom:1px solid #f4f6f9}[id^=FAQ-] .custom-faq__item:last-child{border-bottom:none}[id^=FAQ-] .custom-faq__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 0;background:transparent;border:none;cursor:pointer;text-align:left;gap:16px;transition:color .15s ease}[id^=FAQ-] .custom-faq__trigger:hover .custom-faq__question-text{color:#000}[id^=FAQ-] .custom-faq__question-text{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:13.5px;font-weight:600;line-height:1.4;transition:color .15s ease}[id^=FAQ-] .custom-faq__chevron{color:#111;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .25s cubic-bezier(.25,1,.5,1)}[id^=FAQ-] .custom-faq__trigger[aria-expanded=true] .custom-faq__chevron{transform:rotate(90deg)}[id^=FAQ-] .custom-faq__answer-wrap{padding-bottom:16px}[id^=FAQ-] .custom-faq__answer{font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:13px;font-weight:400;line-height:1.6}[id^=FAQ-] .custom-faq__answer p{margin:0 0 8px}[id^=FAQ-] .custom-faq__answer p:last-child{margin-bottom:0}[id^=FAQ-] .custom-faq__sidebar{flex:0 0 340px;width:340px;display:flex;flex-direction:column;box-sizing:border-box}[id^=FAQ-] .custom-faq__contact-card{border-radius:12px;padding:24px 22px 20px;box-sizing:border-box;box-shadow:0 1px 4px #00000005;text-align:center;display:flex;flex-direction:column;justify-content:space-between;height:100%}[id^=FAQ-] .custom-faq__contact-badge{width:44px;height:44px;border-radius:11px;background-color:#111;color:#fff;display:inline-flex;align-items:center;justify-content:center;margin:0 auto 14px;box-shadow:0 3px 10px #00000014}[id^=FAQ-] .custom-faq__contact-title{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:14.5px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;margin:0 0 6px;line-height:1.25}[id^=FAQ-] .custom-faq__contact-desc{font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:12.5px;font-weight:400;line-height:1.45;margin:0 0 16px}[id^=FAQ-] .custom-faq__contact-channels{display:flex;flex-direction:column;gap:10px;text-align:left;margin-bottom:18px;padding:14px 0;border-top:1px solid #f0f2f6;border-bottom:1px solid #f0f2f6;flex-grow:1;justify-content:center}[id^=FAQ-] .custom-faq__channel-item{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;padding:6px 8px;border-radius:8px;transition:background-color .18s ease}[id^=FAQ-] a.custom-faq__channel-item:hover{background-color:#f7f8fa}[id^=FAQ-] .custom-faq__channel-icon{width:36px;height:36px;border-radius:8px;background-color:#f4f6fa;color:#111;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}[id^=FAQ-] .custom-faq__channel-info{display:flex;flex-direction:column;overflow:hidden}[id^=FAQ-] .custom-faq__channel-label{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#767676;line-height:1.2;margin-bottom:2px}[id^=FAQ-] .custom-faq__channel-val{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:12.5px;font-weight:600;color:#111;line-height:1.3;word-break:break-all}[id^=FAQ-] .custom-faq__contact-btn-wrap{width:100%}[id^=FAQ-] .custom-faq__contact-btn{display:block;width:100%;padding:13px 20px;background-color:#111;color:#fff;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:12.5px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;text-decoration:none;text-align:center;border-radius:6px;box-sizing:border-box;transition:background-color .2s ease,transform .15s ease}[id^=FAQ-] .custom-faq__contact-btn:hover{background-color:#333;transform:translateY(-2px)}@media(max-width:990px){[id^=FAQ-] .custom-faq__layout--with-sidebar{flex-direction:column;gap:24px}[id^=FAQ-] .custom-faq__sidebar{width:100%;flex:0 0 auto;position:static}}@media(max-width:640px){[id^=FAQ-] .custom-faq__card{padding:20px 18px 16px;border-radius:10px}[id^=FAQ-] .custom-faq__contact-card{padding:24px 18px 20px}[id^=FAQ-] .custom-faq__category-title{font-size:14px}[id^=FAQ-] .custom-faq__question-text{font-size:13px}}[id^=Newsletter-]{box-sizing:border-box;position:relative;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback)}[id^=Newsletter-] .custom-newsletter__wrapper{width:100%;margin:0 auto;box-sizing:border-box}[id^=Newsletter-] .custom-newsletter__card{border-radius:16px;max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}[id^=Newsletter-] .custom-newsletter__badge{width:48px;height:48px;border-radius:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px}[id^=Newsletter-] .custom-newsletter__title{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:800;letter-spacing:.8px;text-transform:uppercase;margin:0 0 10px;line-height:1.2;text-align:inherit}[id^=Newsletter-] .custom-newsletter__text{font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:14.5px;font-weight:400;line-height:1.6;max-width:580px;margin:0 auto 24px;text-align:inherit}[id^=Newsletter-] .custom-newsletter__text p{margin:0}[id^=Newsletter-] .custom-newsletter__form-wrap{width:100%;max-width:520px;margin:0 auto}[id^=Newsletter-] .custom-newsletter__input-group{display:flex;align-items:center;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:5px 6px 5px 14px;box-shadow:0 4px 18px #0000001f;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}[id^=Newsletter-] .custom-newsletter__input-group:focus-within{box-shadow:0 6px 24px #0003}[id^=Newsletter-] .custom-newsletter__input-icon{color:#888;display:inline-flex;align-items:center;justify-content:center;margin-right:8px;flex-shrink:0}[id^=Newsletter-] .custom-newsletter__input{flex:1 1 0%;min-width:0;background:transparent;border:none;outline:none;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:13.5px;padding:10px 4px;line-height:1.4}[id^=Newsletter-] .custom-newsletter__input::placeholder{color:#767676}[id^=Newsletter-] .custom-newsletter__btn{border:none;border-radius:6px;padding:12px 22px;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:12.5px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;gap:8px;flex-shrink:0;transition:opacity .2s ease,transform .15s ease}[id^=Newsletter-] .custom-newsletter__btn:hover{opacity:.9;transform:translate(2px)}[id^=Newsletter-] .custom-newsletter__message{padding:12px 16px;border-radius:8px;font-size:13.5px;margin-bottom:16px;display:flex;align-items:center;gap:10px}[id^=Newsletter-] .custom-newsletter__message--success{background:#22c55e26;color:#166534;border:1px solid rgba(34,197,94,.3)}[id^=Newsletter-] .custom-newsletter__message--error{background:#ef444426;color:#b91c1c;border:1px solid rgba(239,68,68,.3)}[id^=Newsletter-] .custom-newsletter__perks{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px;margin-top:22px}[id^=Newsletter-] .custom-newsletter__perk{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:12px;font-weight:600;opacity:.85;display:inline-flex;align-items:center;gap:6px}@media(max-width:768px){[id^=Newsletter-] .custom-newsletter__text{font-size:13.5px;margin-bottom:18px}[id^=Newsletter-] .custom-newsletter__input-group{flex-direction:column;padding:8px;gap:8px;border-radius:8px}[id^=Newsletter-] .custom-newsletter__input{width:100%;text-align:center;padding:10px 0}[id^=Newsletter-] .custom-newsletter__input-icon{display:none}[id^=Newsletter-] .custom-newsletter__btn{width:100%;justify-content:center;padding:13px}[id^=Newsletter-] .custom-newsletter__perks{flex-direction:column;gap:8px}}[id^=Testimonials-]{box-sizing:border-box;position:relative;overflow:hidden}[id^=Testimonials-] .custom-testimonials__wrapper{width:100%;margin:0 auto;box-sizing:border-box}[id^=Testimonials-] .custom-testimonials__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:0 4px}[id^=Testimonials-] .custom-testimonials__header-left{display:flex;align-items:center}[id^=Testimonials-] .custom-testimonials__title{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:800;letter-spacing:.5px;text-transform:uppercase;margin:0;line-height:1.2}[id^=Testimonials-] .custom-testimonials__nav{display:flex;align-items:center;gap:8px;flex-shrink:0}[id^=Testimonials-] .custom-testimonials__arrow{background:transparent;color:#111;border:none;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:transform .15s ease,color .15s ease;padding:0}[id^=Testimonials-] .custom-testimonials__arrow:hover{color:#000;transform:scale(1.18)}[id^=Testimonials-] .custom-testimonials__track-container{width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}[id^=Testimonials-] .custom-testimonials__track-container::-webkit-scrollbar{display:none}[id^=Testimonials-] .custom-testimonials__track{display:flex;gap:22px;list-style:none;padding:6px 0 10px;margin:0}[id^=Testimonials-] .custom-testimonials__item{flex:0 0 calc((100% - (2 * 22px)) / 3);min-width:310px;max-width:100%;box-sizing:border-box;display:flex}[id^=Testimonials-] .custom-testimonials__card{border-radius:22px;padding:30px 26px 28px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}[id^=Testimonials-] .custom-testimonials__card-top{display:flex;align-items:center;justify-content:flex-start;margin-bottom:18px}[id^=Testimonials-] .custom-testimonials__avatar-wrap{width:48px;height:48px;border-radius:50%;overflow:hidden;background-color:#e5e8ee;flex-shrink:0;box-shadow:0 2px 8px #00000014}[id^=Testimonials-] .custom-testimonials__avatar-img{width:100%;height:100%;object-fit:cover;display:block}[id^=Testimonials-] .custom-testimonials__rating-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}[id^=Testimonials-] .custom-testimonials__stars{letter-spacing:2px;font-size:14px;line-height:1}[id^=Testimonials-] .custom-testimonials__quote-icon{color:#111!important;fill:#111!important;line-height:1}[id^=Testimonials-] .custom-testimonials__quote-icon svg{fill:#111!important;color:#111!important}[id^=Testimonials-] .custom-testimonials__text{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:15px;font-weight:600;line-height:1.55;margin-bottom:26px;flex-grow:1}[id^=Testimonials-] .custom-testimonials__text p{margin:0}[id^=Testimonials-] .custom-testimonials__author-box{border-left:2.5px solid #111111;padding-left:12px;margin-top:auto}[id^=Testimonials-] .custom-testimonials__author-name{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:13.5px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;margin:0 0 3px;line-height:1.2}[id^=Testimonials-] .custom-testimonials__author-info{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:11.5px;font-weight:600;margin:0;line-height:1.35}[id^=Testimonials-] .custom-testimonials__dots{display:flex;align-items:center;justify-content:center;gap:0;margin-top:22px}[id^=Testimonials-] .custom-testimonials__dot{width:24px;height:24px;min-width:24px;min-height:24px;padding:0;border:0;background:none;border-radius:50%;display:inline-grid;place-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent}[id^=Testimonials-] .custom-testimonials__dot:before{content:"";display:block;width:6.5px;height:6.5px;border-radius:50%;border:1px solid #111111;background-color:transparent;transition:background-color .2s ease,transform .2s ease,opacity .2s ease}[id^=Testimonials-] .custom-testimonials__dot.is-active:before{background-color:#111;transform:scale(1.15)}[id^=Testimonials-] .custom-testimonials__dot:focus-visible{outline:2px solid #111111;outline-offset:2px}@media(pointer:coarse){[id^=Testimonials-] .custom-testimonials__dot{width:44px;height:44px;min-width:44px;min-height:44px}}@media(max-width:1024px){[id^=Testimonials-] .custom-testimonials__item{flex:0 0 calc((100% - 16px)/2);min-width:270px}[id^=Testimonials-] .custom-testimonials__track{gap:16px}}@media(max-width:640px){[id^=Testimonials-] .custom-testimonials__item{flex:0 0 86%;min-width:260px}[id^=Testimonials-] .custom-testimonials__card{padding:24px 20px 22px;border-radius:18px}[id^=Testimonials-] .custom-testimonials__text{font-size:14px;margin-bottom:20px}}@media(pointer:coarse){[id^=Testimonials-] .custom-testimonials__arrow{width:44px;height:44px;min-width:44px;min-height:44px}}[id^=TextWithIcons-]{box-sizing:border-box;position:relative;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback)}[id^=TextWithIcons-] .custom-twi__container{width:100%;margin:0 auto;box-sizing:border-box}[id^=TextWithIcons-] .custom-twi__header{margin-bottom:24px;padding:0 4px}[id^=TextWithIcons-] .custom-twi__heading{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:800;letter-spacing:.5px;text-transform:uppercase;margin:0;line-height:1.2}[id^=TextWithIcons-] .custom-twi__grid{display:grid;gap:20px;align-items:stretch}[id^=TextWithIcons-] .custom-twi__grid--cols-2{grid-template-columns:repeat(2,1fr)}[id^=TextWithIcons-] .custom-twi__grid--cols-3{grid-template-columns:repeat(3,1fr)}[id^=TextWithIcons-] .custom-twi__grid--cols-4{grid-template-columns:repeat(4,1fr)}[id^=TextWithIcons-] .custom-twi__card{display:flex;flex-direction:column;box-sizing:border-box;border-radius:16px;padding:30px 24px 26px;transition:transform .28s cubic-bezier(.25,1,.5,1),box-shadow .28s cubic-bezier(.25,1,.5,1),border-color .28s ease}[id^=TextWithIcons-] .custom-twi__card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000000d;border-color:#dde1ea}[id^=TextWithIcons-] .custom-twi__icon-wrapper{margin-bottom:18px;display:flex;justify-content:center;align-items:center}[id^=TextWithIcons-] .text-left .custom-twi__icon-wrapper{justify-content:flex-start}[id^=TextWithIcons-] .custom-twi__icon-box{width:52px;height:52px;border-radius:13px;background-color:#fff;border:1px solid #e3e7ee;box-shadow:0 2px 8px #00000008;display:inline-flex;align-items:center;justify-content:center;transition:transform .25s ease,box-shadow .25s ease}[id^=TextWithIcons-] .custom-twi__card:hover .custom-twi__icon-box{transform:scale(1.08);box-shadow:0 4px 14px #0000000f}[id^=TextWithIcons-] .custom-twi__svg{width:25px;height:25px;display:block;stroke:currentColor}[id^=TextWithIcons-] .custom-twi__custom-img{max-width:50px;max-height:50px;object-fit:contain;display:block}[id^=TextWithIcons-] .custom-twi__content{display:flex;flex-direction:column;gap:8px}[id^=TextWithIcons-] .custom-twi__title{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:14px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;margin:0;line-height:1.3}[id^=TextWithIcons-] .custom-twi__text{font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:13px;font-weight:400;line-height:1.55;margin:0}[id^=TextWithIcons-] .custom-twi__text p{margin:0}[id^=TextWithIcons-] .custom-twi__button-wrap{margin-top:28px}[id^=TextWithIcons-] .custom-twi__btn{display:inline-block;padding:12px 28px;background-color:#111;color:#fff;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:13px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;text-decoration:none;border-radius:4px;transition:background-color .2s ease,transform .15s ease}[id^=TextWithIcons-] .custom-twi__btn:hover{background-color:#333;transform:translateY(-2px)}@media(max-width:1024px){[id^=TextWithIcons-] .custom-twi__grid--cols-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){[id^=TextWithIcons-] .custom-twi__grid{grid-template-columns:1fr;gap:14px}[id^=TextWithIcons-] .custom-twi__card{padding:24px 20px 22px;border-radius:14px}[id^=TextWithIcons-] .custom-twi__icon-box{width:48px;height:48px}[id^=TextWithIcons-] .custom-twi__svg{width:23px;height:23px}}
/*# sourceMappingURL=/cdn/shop/t/71/assets/custom-sections.css.map */
