.cfpb{display:block;background-color:var(--cfpb-bg, #fff);padding:var(--cfpb-pt-m, 40px) 0 var(--cfpb-pb-m, 40px)}.cfpb__layout,.cfpb__header,.cfpb--empty{max-width:var(--cfpb-max-width, 1400px);margin-inline:auto;padding-inline:1.5rem}.cfpb--empty{padding-block:4rem;text-align:center;color:#12121299}.cfpb__header{display:flex;align-items:center;justify-content:center;gap:1.6rem;margin-bottom:3.6rem}.cfpb__heading-link{text-decoration:none}.cfpb__heading{margin:0;color:#161616;font-family:var(--font-heading-family, inherit);font-size:clamp(1.8rem,1.3rem + 1vw,2.2rem);font-weight:500;letter-spacing:.08em;white-space:nowrap}.cfpb__zigzag{flex:1 1 auto;max-width:var(--cfpb-zz-width, 200px);height:1.2rem;background-color:var(--cfpb-zz-color, #2c3a47);-webkit-mask:var(--cfpb-zz-mask) repeat-x center / auto 100%;mask:var(--cfpb-zz-mask) repeat-x center / auto 100%}.cfpb__layout{display:grid;grid-template-columns:1fr;gap:3rem}.cfpb__gallery{display:flex;flex-direction:column;gap:1.2rem;min-width:0}.cfpb__stage{position:relative;flex:1 1 auto;min-width:0}.cfpb__slides{position:relative;aspect-ratio:3 / 4;overflow:hidden;background-color:var(--cfpb-img-bg, #f4f2ee)}.cfpb__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility 0s linear .35s}.cfpb__slide.is-active{opacity:1;visibility:visible;transition:opacity .35s ease}.cfpb__slide-img{width:100%;height:100%;object-fit:var(--cfpb-fit, contain)}.cfpb__slide-img--placeholder{width:100%;height:100%}.cfpb__arrow,.cfpb__zoom{position:absolute;z-index:3;display:flex;align-items:center;justify-content:center;border:1px solid rgba(18,18,18,.08);border-radius:50%;background-color:#fff;box-shadow:0 .2rem 1rem #1212121a;color:#161616;cursor:pointer;transition:background-color .2s ease}.cfpb__arrow:hover,.cfpb__zoom:hover{background-color:#f4f2ee}.cfpb__arrow{top:50%;width:4.4rem;height:4.4rem;transform:translateY(-50%)}.cfpb__arrow svg{width:1.8rem;height:1.8rem}.cfpb__arrow--prev{left:1.2rem}.cfpb__arrow--next{right:1.2rem}.cfpb__zoom{top:1.2rem;right:1.2rem;width:4rem;height:4rem}.cfpb__zoom-icon{display:inline-flex}.cfpb__zoom-icon .icon{width:1.7rem;height:1.7rem;color:currentColor}.cfpb__thumbs{display:flex;flex-direction:row;gap:1rem;overflow-x:auto;scrollbar-width:none}.cfpb__thumbs::-webkit-scrollbar{display:none}.cfpb__thumb{flex:0 0 auto;width:7rem;padding:0;border:1px solid transparent;background-color:var(--cfpb-img-bg, #f4f2ee);cursor:pointer;overflow:hidden;aspect-ratio:1 / 1}.cfpb__thumb.is-active{border-color:#161616}.cfpb__thumb-img{display:block;width:100%;height:100%;object-fit:cover}.cfpb__info{min-width:0}.cfpb__vendor{margin:0 0 .8rem;font-size:1.4rem;font-weight:600;letter-spacing:.08em;color:#161616}.cfpb__title{margin:0 0 1.2rem;color:#161616;font-family:var(--font-heading-family, inherit);font-size:clamp(2rem,1.5rem + 1vw,2.6rem);font-weight:500;letter-spacing:.01em;line-height:1.2}.cfpb__title a{color:inherit;text-decoration:none}.cfpb__price{font-size:1.7rem;color:#161616}.cfpb__price-compare{margin-left:.8rem;color:#9a9a9a}.cfpb__divider{margin:2rem 0;border:0;border-top:1px solid rgba(18,18,18,.12)}.cfpb__divider--desc{margin-top:2.4rem}.cfpb__option{margin-bottom:1.6rem}.cfpb__option-name{margin:0 0 1rem;font-size:1.4rem;color:#161616}.cfpb__option-name strong{font-weight:600}.cfpb__swatches{display:flex;flex-wrap:wrap;gap:1rem}.cfpb__swatch{position:relative;display:inline-flex;cursor:pointer}.cfpb__swatch-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.cfpb__swatch-visual{display:block;width:3.4rem;height:3.4rem;border:2px solid transparent;border-radius:50%;background-color:#eee;background-position:center center;background-size:cover;background-repeat:no-repeat;box-shadow:inset 0 0 0 2px #fff;transition:border-color .15s ease}.cfpb__swatch-input:checked+.cfpb__swatch-visual{border-color:#161616}.cfpb__swatch-input:focus-visible+.cfpb__swatch-visual{outline:.2rem solid #161616;outline-offset:.2rem}.cfpb__stock{display:flex;align-items:center;gap:1rem;margin:1.6rem 0;font-size:1.4rem;color:#161616}.cfpb__stock[hidden]{display:none}.cfpb__stock-dot{width:1.2rem;height:1.2rem;border-radius:50%;background-color:var(--cfpb-dot-color, #ffb042);box-shadow:0 0 0 0 var(--cfpb-dot-color, #ffb042);animation:cfpb-pulse 2s infinite}@keyframes cfpb-pulse{0%{box-shadow:0 0 0 0 var(--cfpb-dot-color, #ffb042)}70%{box-shadow:0 0 0 .8rem color-mix(in srgb,var(--cfpb-dot-color, #ffb042) 0%,transparent)}to{box-shadow:0 0 color-mix(in srgb,var(--cfpb-dot-color, #ffb042) 0%,transparent)}}.cfpb__form-wrap{display:block}.cfpb__form{margin:2rem 0 0}.cfpb__form-error{margin-bottom:1rem;color:#c0392b;font-size:1.3rem}.cfpb__buttons{display:flex;flex-direction:column;gap:1.2rem;max-width:42rem}.cfpb__atc{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:1.5rem;border:0;background-color:var(--cfpb-atc-bg, #e0a13a);color:var(--cfpb-atc-text, #fff);font-family:inherit;font-size:1.5rem;font-weight:500;letter-spacing:.04em;cursor:pointer;transition:filter .2s ease}.cfpb__atc:hover:not([disabled]){filter:brightness(.94)}.cfpb__atc[disabled]{opacity:.5;cursor:not-allowed}.cfpb__atc .loading__spinner{position:absolute;top:50%;left:50%;width:1.8rem;transform:translate(-50%,-50%)}.cfpb__atc:not(.loading) .loading__spinner{display:none}.cfpb__atc.loading>span{visibility:hidden}.cfpb__buttons .shopify-payment-button{max-width:none}.cfpb__buttons .shopify-payment-button__button--unbranded{padding:1.5rem;background-color:var(--cfpb-buynow-bg, #1c2b36);color:var(--cfpb-buynow-text, #fff);border-radius:0;font-size:1.5rem;font-weight:500;letter-spacing:.04em}.cfpb__buttons .shopify-payment-button__button--unbranded:hover:not([disabled]){filter:brightness(1.1)}.cfpb__description{font-size:1.5rem;line-height:1.65;color:#121212d9}.cfpb__description a{color:inherit;text-decoration:underline;text-underline-offset:.2rem}.cfpb__arrow:focus-visible,.cfpb__zoom:focus-visible,.cfpb__thumb:focus-visible,.cfpb__atc:focus-visible,.cfpb__zoom-dismiss:focus-visible{outline:.2rem solid #161616;outline-offset:.3rem}.cfpb__zoom-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;display:flex;align-items:center;justify-content:center}.cfpb__zoom-modal[hidden]{display:none}.cfpb__zoom-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000000d1}.cfpb__zoom-dialog{position:relative;z-index:1}.cfpb__zoom-img{display:block;max-width:90vw;max-height:90vh;object-fit:contain}.cfpb__zoom-dismiss{position:absolute;top:-1.6rem;right:-1.6rem;display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border:0;border-radius:50%;background-color:#fff;color:#161616;cursor:pointer}.cfpb__zoom-dismiss .icon{width:1.5rem;height:1.5rem}@media screen and (min-width:990px){.cfpb{padding:var(--cfpb-pt-d, 64px) 0 var(--cfpb-pb-d, 64px)}.cfpb__layout{grid-template-columns:var(--cfpb-gallery-w, 54%) 1fr;grid-template-areas:"gallery info";column-gap:var(--cfpb-col-gap, 56px);align-items:start}.cfpb--image-right .cfpb__layout{grid-template-columns:1fr var(--cfpb-gallery-w, 54%);grid-template-areas:"info gallery"}.cfpb__gallery{grid-area:gallery}.cfpb__info{grid-area:info}.cfpb--sticky .cfpb__info{position:sticky;top:2rem}.cfpb--thumbs-right .cfpb__gallery{flex-direction:row}.cfpb--thumbs-left .cfpb__gallery{flex-direction:row-reverse}.cfpb--thumbs-right .cfpb__thumbs,.cfpb--thumbs-left .cfpb__thumbs{flex-direction:column;flex:0 0 auto;width:9rem;overflow-x:hidden;overflow-y:auto;max-height:calc(var(--cfpb-thumbs-shown, 3) * 10rem - 1rem)}.cfpb--thumbs-right .cfpb__thumb,.cfpb--thumbs-left .cfpb__thumb{width:9rem}}@media(prefers-reduced-motion:reduce){.cfpb__slide,.cfpb__arrow,.cfpb__zoom,.cfpb__atc{transition:none}.cfpb__stock-dot{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-custom-featured-product-bestseller.css.map */
