.bysl-product-page{display:flex;gap:40px;align-items:flex-start;justify-content:flex-start;width:100%;max-width:1240px;margin:120px auto 0;padding:0 40px}@media (max-width: 749px){.bysl-product-page{margin:60px auto 0;padding:0 40px}}.bysl-product-images{display:flex;flex-direction:column;gap:1px;width:100%;max-width:600px;flex-shrink:1}.bysl-product-image{position:relative;width:100%;height:auto;margin-bottom:0}.bysl-product-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.bysl-image-skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:bysl-skeleton-loading 1.5s infinite;z-index:1}.bysl-product-img{position:relative;z-index:2}.bysl-product-img.loaded{opacity:1!important}.bysl-image-skeleton.hidden{opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}@keyframes bysl-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.bysl-product-image:not(:last-child){margin-bottom:0}.bysl-product-info{display:flex;flex-direction:column;gap:40px;width:100%;max-width:600px;flex-shrink:1}.bysl-product-details{display:flex;flex-direction:column;gap:35px}.bysl-product-title-container{display:flex;flex-direction:column;gap:30px}.bysl-product-title-section{display:flex;flex-direction:column;gap:5px}.bysl-product-title-row{display:flex;gap:10px;align-items:center;justify-content:flex-start}.bysl-product-title{font-family:var(--bysl-font-family-primary);font-size:var(--bysl-font-size-base);font-weight:var(--bysl-font-weight-demibold);line-height:1.25;color:var(--bysl-color-primary);white-space:nowrap;margin:0;text-transform:uppercase}.bysl-product-title-dot{width:2px;height:2px;background-color:var(--bysl-color-primary);border-radius:50%;flex-shrink:0}.bysl-stock-info{display:flex;gap:5px;align-items:center;justify-content:flex-start}.bysl-stock-text{font-family:var(--bysl-font-family-primary);font-size:var(--bysl-font-size-sm);font-weight:var(--bysl-font-weight);line-height:1.25;color:var(--bysl-color-primary);white-space:nowrap}.bysl-stock-text--highlight{text-decoration:underline;text-underline-position:from-font}.bysl-product-price{font-family:var(--bysl-font-family-primary);font-size:var(--bysl-font-size-sm);font-weight:var(--bysl-font-weight);line-height:1.25;color:var(--bysl-color-primary);margin:0;text-align:left}.bysl-color-options{display:flex;gap:5px;align-items:flex-start;justify-content:flex-start}.bysl-color-option{position:relative}.bysl-color-input{position:absolute;opacity:0;pointer-events:none}.bysl-color-label{display:flex;align-items:center;justify-content:center;padding:3px;border-radius:var(--bysl-spacing-mini-8);border:.5px solid var(--bysl-color-background);width:16px;height:16px;cursor:pointer;transition:border-color .2s ease}.bysl-color-label:hover{border-color:var(--bysl-color-primary)}.bysl-color-input:checked+.bysl-color-label{border-color:var(--bysl-color-primary)}.bysl-color-swatch{width:var(--bysl-spacing-10);height:var(--bysl-spacing-10);border-radius:50%;border:.5px solid #959595;min-width:10px;min-height:10px}.bysl-size-options{display:flex;gap:20px;align-items:center;justify-content:flex-start}.bysl-size-option{position:relative;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer}.bysl-size-text{font-family:var(--bysl-font-family-primary);font-size:var(--bysl-font-size-sm);font-weight:var(--bysl-font-weight);line-height:1.25;text-align:center;white-space:nowrap;border-bottom:1px solid var(--bysl-color-background);min-width:6px}.bysl-size-text--selected{color:var(--bysl-color-primary);border-bottom:1px solid var(--bysl-color-primary)}.bysl-size-text--unavailable{color:#ababab}.bysl-add-to-cart{display:flex;gap:15px;align-items:center;justify-content:flex-start;width:100%}.bysl-button{box-sizing:border-box;display:flex;gap:10px;flex:1;align-items:center;justify-content:center;min-height:1px;min-width:1px;padding:12px 16px;position:relative;border:1px solid var(--bysl-color-primary);background:transparent;cursor:pointer;transition:all .2s ease}.bysl-button--primary{background-color:var(--bysl-color-primary);color:var(--bysl-color-background)}.bysl-button--secondary{background-color:transparent;color:var(--bysl-color-primary)}.bysl-button:hover{opacity:var(--bysl-hover-opacity)}.bysl-button--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.bysl-button--disabled:hover{opacity:.5}.bysl-button-text{font-family:var(--bysl-font-family-primary);font-size:var(--bysl-font-size-sm);font-weight:var(--bysl-font-weight);line-height:1.25;white-space:nowrap}.bysl-product-description{display:flex;flex-direction:column;gap:20px;font-family:var(--bysl-font-family-primary);font-weight:var(--bysl-font-weight);line-height:1.25;color:var(--bysl-color-primary);width:100%;margin-top:0}.bysl-description-tabs{display:flex;gap:50px;align-items:center;justify-content:flex-start;white-space:nowrap}.bysl-description-tab{font-size:var(--bysl-font-size-sm);font-weight:var(--bysl-font-weight);line-height:1.25;color:var(--bysl-color-primary);text-decoration:none;cursor:pointer;transition:opacity .2s ease}.bysl-description-tab--active{text-decoration:underline;text-underline-position:from-font}.bysl-description-tab--inactive{opacity:.5}.bysl-description-tab:hover{opacity:1}.bysl-description-content{font-family:var(--bysl-font-family-primary);font-size:var(--bysl-font-size-xs);font-weight:var(--bysl-font-weight);line-height:1.25;color:var(--bysl-color-primary);width:100%}.bysl-description-content p{font-family:var(--bysl-font-family-primary);margin:0 0 1em}.bysl-description-content p:last-child{margin-bottom:0}.bysl-description-content *,.bysl-description-content span[style*=font-family],.bysl-description-content *[style*=font-family]{font-family:var(--bysl-font-family-primary)!important}@media (max-width: 1024px){.bysl-product-page{flex-direction:column;gap:var(--bysl-spacing-40);padding:0}.bysl-product-images{width:100%;max-width:100%;margin:0;flex-direction:row;gap:20px;overflow-x:auto;overflow-y:visible;scrollbar-width:none;-ms-overflow-style:none}.bysl-product-info{width:100%;max-width:100%;padding:0 40px}.bysl-product-images::-webkit-scrollbar{display:none}.bysl-product-image{flex-shrink:0;width:90vw;height:auto;aspect-ratio:3/4}}@media (max-width: 768px){.bysl-product-page{gap:var(--bysl-spacing-30);padding:0}.bysl-product-images{flex-direction:row;gap:1px;overflow-x:auto;overflow-y:visible;scrollbar-width:none;-ms-overflow-style:none}.bysl-product-images::-webkit-scrollbar{display:none}.bysl-product-image{flex-shrink:0;width:90vw;height:auto;aspect-ratio:3/4}.bysl-product-images.single-image .bysl-product-image{width:100vw}.bysl-product-info{padding:0 15px}.bysl-product-details{gap:var(--bysl-spacing-25)}.bysl-product-title-container{gap:var(--bysl-spacing-20)}.bysl-product-title-row{flex-direction:row;align-items:center;gap:10px}.bysl-add-to-cart{flex-direction:column;gap:15px}.bysl-button{width:100%}.bysl-description-tabs{gap:var(--bysl-spacing-30);flex-wrap:wrap}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/bysl-product-page.css.map */
