.csc-section{padding-top:var(--csc-pt);padding-bottom:var(--csc-pb);background:var(--csc-bg);color:var(--csc-text);overflow:hidden}.csc-head{margin-bottom:2rem}.csc-head--center{text-align:center}.csc-heading{margin:0 0 .8rem}.csc-subheading{color:var(--csc-muted)}.csc-slider-wrap{position:relative;display:grid;grid-template-columns:6rem minmax(0,1fr) 6rem;align-items:center;column-gap:1.6rem}.csc-track-outer{width:100%;overflow:hidden}.csc-track{display:flex;align-items:flex-start;gap:var(--csc-gap-desktop);transition:transform .35s ease;will-change:transform}.csc-item{-webkit-appearance:none;appearance:none;border:0;background:transparent;padding:0;cursor:pointer;text-align:center;color:var(--csc-text);flex:0 0 var(--csc-item-width, 140px);width:var(--csc-item-width, 140px)}.csc-item__circle{width:var(--csc-circle-size-desktop);height:var(--csc-circle-size-desktop);margin:0 auto 1rem;border-radius:50%;background:var(--csc-card-bg);border:var(--csc-border-width) solid var(--csc-border);padding:4px;display:block;overflow:hidden}.csc-item__media{width:100%;height:100%;display:block;overflow:hidden;border-radius:50%;position:relative;background:#f2f2f2}.csc-item__image,.csc-item__video{width:100%;height:100%;object-fit:cover;display:block}.csc-item__placeholder svg{width:100%;height:100%}.csc-item__title{display:block;font-size:var(--csc-title-size-desktop);line-height:1.45;font-weight:500}.csc-nav{width:5.2rem;height:5.2rem;border-radius:50%;border:1px solid rgba(0,0,0,.12);background:#fff;color:var(--csc-text);display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 5.2rem;transition:all .2s ease}.csc-nav:hover{transform:scale(1.04)}.csc-nav[disabled]{opacity:.35;cursor:not-allowed}.csc-nav span{font-size:2.2rem;line-height:1}.csc-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:none;background:#000000c7}.csc-modal.is-open{display:block}.csc-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent}.csc-modal__dialog{position:relative;width:min(1500px,calc(100vw - 40px));height:min(84rem,calc(100dvh - 32px));margin:16px auto;background:transparent;overflow:hidden}.csc-modal__close{position:absolute;top:14px;right:14px;z-index:30;width:4.8rem;height:4.8rem;border-radius:50%;border:0;background:#000000e0;color:#fff;font-size:3rem;line-height:1;cursor:pointer}.csc-modal__inner{display:grid;grid-template-columns:42.25rem 42rem;justify-content:center;align-items:stretch;height:100%;min-height:0;column-gap:1.2rem}.csc-modal__media-col{background:transparent;min-width:0;min-height:0;overflow:hidden;display:flex;align-items:center;justify-content:flex-end;padding:0}.csc-modal__viewer{position:relative;width:47.25rem;height:84rem;max-width:100%;max-height:100%;aspect-ratio:9 / 16;overflow:hidden;display:flex;align-items:stretch;justify-content:stretch;background:transparent;margin:0}.csc-modal__slides{display:flex;width:100%;height:100%}.csc-modal__slide{min-width:100%;height:100%;background:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden}.csc-modal__image,.csc-modal__video{width:100%;height:100%;display:block;object-fit:contain;object-position:center;background:transparent}.csc-modal__progress{display:none!important}.csc-modal__media-btn{position:absolute;right:14px;z-index:20;width:4.8rem;height:4.8rem;border-radius:50%;border:0;background:#000000e0;color:#fff;font-size:2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.csc-modal__media-btn--audio{top:72px}.csc-modal__media-btn.is-active{background:#000000eb}.csc-modal__story-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:4.8rem;height:4.8rem;border-radius:50%;border:0;background:#000000b8;color:#fff;font-size:3rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.csc-modal__story-nav--prev{left:12px}.csc-modal__story-nav--next{right:12px}.csc-modal__product-col{background:#fff;width:42rem;height:100%;min-height:0;overflow:hidden;display:flex;flex-direction:column}.csc-product-card{display:flex;flex-direction:column;height:100%;min-height:0;background:#fff}.csc-product-card__gallery{padding:18px 18px 14px;border-bottom:1px solid rgba(0,0,0,.08);flex:0 0 auto;background:#fff}.csc-product-card__main{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f5f5f5}.csc-product-card__main-img{width:100%;height:100%;object-fit:contain;display:block}.csc-product-card__thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px}.csc-product-card__thumb{aspect-ratio:1 / 1;overflow:hidden;background:#f5f5f5}.csc-product-card__thumb-img{width:100%;height:100%;object-fit:cover}.csc-product-card__content{padding:18px;flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.csc-product-card__title{margin:0 0 12px;font-size:2rem;line-height:1.4}.csc-product-card__price{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px}.csc-product-card__price-current{font-size:1.8rem;font-weight:700}.csc-product-card__price-compare{font-size:1.6rem;text-decoration:line-through;color:#888}.csc-product-card__desc{font-size:1.5rem;line-height:1.7;margin-bottom:18px;overflow-wrap:anywhere}.csc-product-card__actions{display:flex;align-items:center}.csc-product-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 24px;text-decoration:none;background:var(--csc-btn-bg);color:var(--csc-btn-text);border:1px solid var(--csc-btn-border);border-radius:10px;font-weight:600}@media screen and (max-width:989px){.csc-slider-wrap{display:block}.csc-item{flex:0 0 var(--csc-item-width, 110px);width:var(--csc-item-width, 110px);max-width:none}.csc-track{gap:var(--csc-gap-mobile);transition:none;width:max-content}.csc-item__circle{width:var(--csc-circle-size-mobile);height:var(--csc-circle-size-mobile);margin-bottom:.8rem}.csc-item__title{font-size:var(--csc-title-size-mobile)}.csc-nav{display:none}.csc-track-outer{overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.csc-track-outer::-webkit-scrollbar{display:none}.csc-modal__dialog{width:calc(100vw - 28px);height:min(80rem,calc(100dvh - 28px));margin:14px auto}.csc-modal__inner{grid-template-columns:1fr 32rem;column-gap:.8rem}.csc-modal__viewer{width:min(100%,39.375rem);height:min(70rem,100%)}.csc-modal__product-col{width:32rem}.csc-product-card__content{padding:16px}}@media screen and (max-width:749px){.csc-modal__dialog{width:100vw;height:100dvh;margin:0;background:transparent;overflow:hidden}.csc-modal__inner{display:block;width:100%;height:100%;min-height:100%;position:relative}.csc-modal__media-col{position:relative;width:100%;height:100%;padding:0;overflow:hidden;background:transparent;display:block}.csc-modal__viewer{position:absolute;top:50%;left:50%;width:min(100vw,calc((100dvh - 20px)*.5625));height:min(100dvh - 20px,calc(100vw * 16 / 9));transform:translate(-50%,-50%);max-width:none;aspect-ratio:9 / 16;margin:0;background:transparent}.csc-modal__slides,.csc-modal__slide{width:100%;height:100%}.csc-modal__slide{display:block;position:relative;overflow:hidden}.csc-modal__image,.csc-modal__video{width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:transparent}.csc-modal__product-col{position:absolute;left:12px;right:12px;bottom:18px;width:auto;height:auto;max-height:none;border:0;background:transparent;overflow:visible;z-index:8}.csc-product-card{display:grid;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;gap:12px;height:auto;min-height:auto;background:#fffffffa;border-radius:18px;box-shadow:0 8px 24px #00000029;overflow:hidden;padding:12px}.csc-product-card__gallery{display:block;padding:0;border:0;background:transparent}.csc-product-card__main{width:88px;aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;background:#f4f4f4}.csc-product-card__main-img{width:100%;height:100%;object-fit:cover;display:block}.csc-product-card__thumbs{display:none}.csc-product-card__content{padding:0;overflow:visible;min-width:0}.csc-product-card__title{margin:0 0 6px;font-size:1.6rem;line-height:1.35;color:#111;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.csc-product-card__price{margin:0;gap:8px;flex-wrap:wrap}.csc-product-card__price-current{font-size:1.55rem;line-height:1.2}.csc-product-card__price-compare{font-size:1.35rem;line-height:1.2}.csc-product-card__desc{display:none}.csc-product-card__actions{margin:0;display:flex;align-items:center;justify-content:flex-end}.csc-product-card__button{min-height:46px;padding:0 18px;width:auto;white-space:nowrap;border-radius:12px;font-size:1.45rem}.csc-modal__close{top:14px;right:14px;width:4.8rem;height:4.8rem;z-index:20}.csc-modal__media-btn--audio{top:auto;bottom:150px;right:18px;width:4.6rem;height:4.6rem}.csc-modal__story-nav{width:4.6rem;height:4.6rem}.csc-modal__story-nav--prev{left:10px}.csc-modal__story-nav--next{right:10px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-social-category.css.map */
