.sample-tabs-section{padding:40px 0}.sample-main-tabs{display:flex;flex-wrap:wrap;margin-bottom:-1px;position:relative;z-index:2}.main-tab-btn{padding:12px 32px;border:1px solid #BFBFBF;background:#ededed;cursor:pointer;font-size:16px;font-weight:500;color:#000;transition:all .2s ease;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-color:#313131}.main-tab-btn.most-popular-tab{background:#ddd}.main-tab-btn.active{background:#fff;border:1px solid #313131;border-bottom:1px solid #fff;color:#333;font-weight:700;text-decoration:underline}.main-tab-panel{display:none;border:1px solid #cfcfcf;border-radius:0 25px 25px;padding:24px;background:#fff;position:relative;z-index:1}.main-tab-panel.active{display:block;border:1px solid #313131}.sample-sub-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:16px}.sample-sub-tab{background:none;border:none;cursor:pointer;font-size:16px;font-weight:400;color:#000}.sample-sub-tab.active{font-weight:700;text-decoration:underline}.sample-sub-panel{display:none}.sample-sub-panel.active{display:block}.sample-product-card{display:flex;gap:60px;align-items:center}.sample-product-card h2{font-size:28px;line-height:normal;color:#000;margin-bottom:8px}.sample-content{width:50%}.sample-image-wrapper{width:60%;flex:1;display:flex;height:100%;align-items:center}.sample-image-wrapper img{width:100%;height:100%;min-height:350px;object-fit:cover;max-height:350px;border-radius:24px}.sample-heading{font-size:58px;line-height:1.1;margin-bottom:25px;color:#5d513f}.sample-description{font-size:16px;line-height:normal;color:#555;font-weight:400;margin-bottom:16px}.sample-variant-title{font-size:16px;margin-bottom:0;color:#000}.sample-variant-title strong{color:#5d513f}.sample-swatches{display:grid;grid-template-columns:repeat(4,50px);gap:12px;margin:8px 0 16px}.sample-swatch{width:44px;height:44px;border:2px solid transparent;background:none;padding:0;cursor:pointer;border-radius:5px;overflow:hidden;transition:all .2s ease;box-shadow:0 4px 4px #00000005}.sample-swatch.active{border:3px solid #000}.sample-swatch img{width:100%;height:100%;object-fit:cover;display:block}.sample-swatch.active img{padding:2px}.sample-add-to-cart{display:inline-flex;align-items:center;justify-content:center;min-width:230px;min-height:52px;background:#ee2e24;color:#fff;border:none;border-radius:6px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease}.sample-add-to-cart:hover{opacity:.9}.sample-add-to-cart.loading{opacity:.6;pointer-events:none}.sample-empty{padding:40px 0;color:#888;font-size:16px}.color-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.color-card{border:1px solid #e5e5e5;border-radius:20px;overflow:hidden;background:#fff}.color-card-image img{width:100%;display:block}.color-card-content{padding:25px}.color-card-title{font-size:28px;margin-bottom:15px;color:#5d513f}.color-card-description{font-size:16px;line-height:1.7;color:#6d6d6d}.sample-product-subtitle{font-size:18px;line-height:normal;margin-top:0;margin-bottom:8px;color:#000;font-weight:400}.sample-product-link{display:flex;align-items:center;margin-top:8px;font-size:16px;font-weight:700;color:#000;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:25%;text-underline-position:from-font}.sample-product-link:hover{color:#000;opacity:.9}.sample-footer-help{margin-top:24px;text-align:center}.sample-footer-line{width:100%;height:.5px;background:#bfbfbf;margin-bottom:24px}.sample-footer-help p{font-size:14px;color:#555;font-weight:400;line-height:normal}.sample-footer-help a{color:#000;text-decoration:underline;font-weight:500}button.main-tab-btn:focus{outline:none}.sample-section-header{margin-bottom:37px}.sample-section-title{margin:0}.sample-section-subtitle{margin-top:10px;font-size:16px;color:#555;font-weight:400;line-height:normal}.sample-footer-richtext{text-align:center;margin-top:24px}.sample-footer-richtext p{margin:0}.sample-mobile-tabs{display:none}@media screen and (max-width:1024px){.sample-product-card{gap:40px}.sample-heading{font-size:42px}}@media screen and (max-width:768px){.sample-main-tabs{overflow-x:auto;flex-wrap:nowrap}.main-tab-btn{white-space:nowrap;padding:16px 24px;font-size:14px}.main-tab-panel{padding:25px}.sample-product-card{flex-direction:column;gap:30px}.sample-content,.sample-image-wrapper{width:100%}.sample-heading{font-size:36px}.sample-description{font-size:16px}.sample-add-to-cart{width:100%}.color-grid{grid-template-columns:1fr}}@media screen and (max-width:767px){.sample-main-tabs{display:none}.sample-mobile-tabs{display:block;position:relative;margin-bottom:0}.sample-mobile-tabs-toggle{width:100%;border:1px solid #000;border-radius:10px 10px 0 0;background:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:700;cursor:pointer;color:#000}.sample-mobile-tabs-menu{display:none;position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #000;border-top:0;border-radius:0 0 10px 10px;z-index:20;overflow:hidden}.sample-mobile-tabs-menu .sample-mobile-tab:nth-child(1){padding-top:15px}.sample-mobile-tabs.open .sample-mobile-tabs-menu{display:block}.sample-mobile-tab{display:flex;align-items:center;gap:14px;width:100%;text-align:left;padding:0 16px 15px;background:transparent;border:0;font-size:18px;cursor:pointer;font-weight:500;color:#000}.sample-mobile-arrow{transition:transform .3s ease;display:inline-flex}.sample-mobile-tabs.open .sample-mobile-arrow{transform:rotate(180deg)}.sample-mobile-check{opacity:0;width:14px}.sample-mobile-tab.active .sample-mobile-check{opacity:1}.sample-product-card{flex-direction:column-reverse;gap:24px;align-items:stretch}.sample-content{width:100%;padding-bottom:10px}.sample-image-wrapper{width:100%;flex:unset;height:auto;display:block}.sample-image-wrapper img,.sample-main-image{width:100%;height:auto;min-height:unset;max-height:unset;aspect-ratio:1 / 1;object-fit:cover;border-radius:20px;display:block}.sample-sub-tabs{overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;white-space:nowrap;gap:20px;scrollbar-width:none;margin-bottom:16px}.sample-sub-tabs::-webkit-scrollbar{display:none}.sample-swatches{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:12px;padding-bottom:8px;scrollbar-width:none}.sample-swatches::-webkit-scrollbar{display:none}.sample-swatch{flex:0 0 auto}.sample-add-to-cart{width:100%}.sample-footer-help{display:none}.main-tab-panel{padding:24px 16px;border-radius:0 0 10px 10px}.main-tab-panel.active{border-top:0px}.sample-sub-tabs.most-popular-blank{display:none}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/section-sample-tabs.css.map */
