.product-info-tabs-section{width:100%;margin:0 auto;--image-width: 50%}.product-info-tabs-container{display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}.product-info-tabs-section[data-image-position=right] .product-info-tabs-container{grid-template-columns:1fr}.product-info-tabs-section[data-image-position=right] .product-info-tabs__image,.product-info-tabs-section[data-image-position=right] .product-info-tabs__content{order:unset}.product-info-tabs__image{position:sticky;top:2rem}.product-info-tabs__media{width:100%;border-radius:12px;overflow:hidden;background-color:#f8f8f8}.product-info-tabs__img{width:100%;height:auto;display:block;object-fit:cover}.product-info-tabs__placeholder{width:100%;aspect-ratio:1;background-color:#f8f8f8;border-radius:12px;display:flex;align-items:center;justify-content:center}.product-info-tabs__placeholder svg{width:50%;height:50%;opacity:.3}.product-info-tabs__content{display:flex;flex-direction:column;direction:rtl}.product-info-tabs__headers{display:flex;gap:0;border-bottom:2px solid #e8e8e8;margin-bottom:2rem;direction:rtl}.product-info-tab__header{flex:1;padding:1rem 2rem;border:none;background:transparent;color:#333;font-size:var(--tab-header-size, 18px);font-weight:var(--tab-header-weight, 500);cursor:pointer;transition:all .3s ease;position:relative;text-align:right;font-family:inherit}.product-info-tab__header:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease}.product-info-tab__header:hover{color:#333}.product-info-tab__header.active{color:#000;font-weight:600}.product-info-tab__header.active:after{transform:scaleX(1)}.product-info-tabs__panels{position:relative;min-height:400px}.product-info-tab__panel{display:none;animation:fadeIn .3s ease-in}.product-info-tab__panel.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.product-info-tabs-qa__description{margin-bottom:1.5rem;color:#666;line-height:1.6}.product-info-tabs-faq{display:flex;flex-direction:column;gap:.75rem}.product-info-tabs-faq__item{border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;transition:box-shadow .2s ease}.product-info-tabs-faq__item:hover{box-shadow:0 2px 8px #00000014}.product-info-tabs-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background-color:#fff;border:none;cursor:pointer;text-align:right;font-size:var(--faq-question-size, 16px);font-weight:var(--faq-question-weight, 500);color:#333;transition:background-color .2s ease;font-family:inherit;direction:rtl}.product-info-tabs-faq__question:hover{background-color:#f8f8f8}.product-info-tabs-faq__question[aria-expanded=true]{background-color:#f8f8f8;border-bottom:1px solid #e8e8e8}.product-info-tabs-faq__icon-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:1rem}.product-info-tabs-faq__icon{width:24px;height:24px;transition:transform .3s ease;color:#666}.product-info-tabs-faq__question[aria-expanded=true] .product-info-tabs-faq__icon{transform:rotate(180deg)}.product-info-tabs-faq__answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background-color:#fff;direction:rtl;text-align:right}.product-info-tabs-faq__answer:not([hidden]){max-height:500px;padding:1.25rem 1.5rem}.product-info-tabs-faq__answer .rte{color:#666;line-height:1.6;font-size:var(--faq-answer-size, 15px)}.product-info-tabs-faq__answer .rte p{margin:0 0 .5rem}.product-info-tabs-faq__answer .rte p:last-child{margin-bottom:0}.product-info-tabs-shipping{direction:rtl;text-align:right}.product-info-tabs-shipping__title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#000}.product-info-tabs-shipping__section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e8e8e8}.product-info-tabs-shipping__section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.product-info-tabs-shipping__heading{font-size:var(--shipping-heading-size, 18px);font-weight:var(--shipping-heading-weight, 600);margin-bottom:1rem;color:#000}.product-info-tabs-shipping__content{color:#666;line-height:1.6;margin-bottom:1rem;font-size:var(--shipping-content-size, 15px)}.product-info-tabs-shipping__content p{margin:0 0 .75rem}.product-info-tabs-shipping__content p:last-child{margin-bottom:0}.product-info-tabs-shipping__list{list-style:none;padding:0;margin:1rem 0}.product-info-tabs-shipping__list li{position:relative;padding-right:1.5rem;margin-bottom:.75rem;color:#666;line-height:1.5;font-size:var(--shipping-content-size, 15px)}.product-info-tabs-shipping__list li:before{content:"\2022";position:absolute;right:0;color:#000;font-weight:700;font-size:1.25rem}.product-info-tabs-shipping__list li:last-child{margin-bottom:0}.product-info-tabs-shipping__note{margin-top:1.5rem;padding:1rem 1.25rem;background-color:#f8f8f8;border-radius:8px;color:#666;line-height:1.6;direction:rtl;text-align:right}[dir=rtl] .product-info-tabs__content,[dir=rtl] .product-info-tabs-faq__question,[dir=rtl] .product-info-tabs-faq__answer,[dir=rtl] .product-info-tabs-shipping{direction:rtl;text-align:right}[dir=rtl] .product-info-tabs-faq__icon-wrapper{margin-right:1rem;margin-left:0}[dir=rtl] .product-info-tabs-shipping__list li{padding-right:1.5rem;padding-left:0}[dir=rtl] .product-info-tabs-shipping__list li:before{right:0;left:auto}@media screen and (max-width:989px){.product-info-tabs-section.page-width{padding-left:0!important;padding-right:0!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.product-info-tabs-section{width:100%!important;padding-top:0!important}.product-info-tabs-container{display:block!important;grid-template-columns:none!important;gap:0;padding:0 1.5rem!important;width:100%;max-width:100%;margin:0}.product-info-tabs__image{display:none!important}.product-info-tabs__content{width:100%!important;max-width:100%!important}.product-info-tabs__content{display:grid;grid-template-columns:1fr;gap:1rem;width:100%;max-width:100%;padding:0;margin:0}.product-info-tabs__headers,.product-info-tabs__panels{display:contents}.product-info-tab__header{padding:var(--mobile-tab-padding, .875rem) 1.5rem;font-size:var(--mobile-tab-header-size, 16px);font-weight:var(--mobile-tab-header-weight, 500);border:1px solid #e8e8e8;border-radius:8px;background-color:#fff;text-align:right;position:relative;transition:all .3s ease;width:100%;box-sizing:border-box}.product-info-tab__header:before{content:"";position:absolute;left:1.25rem;top:50%;transform:translateY(-50%) rotate(0);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #666;transition:transform .3s ease}.product-info-tab__header.active:before{transform:translateY(-50%) rotate(180deg)}.product-info-tab__header:after{display:none}.product-info-tab__header[data-tab=qa]{order:1}.product-info-tab__panel[data-panel=qa]{order:2}.product-info-tab__header[data-tab=shipping]{order:3}.product-info-tab__panel[data-panel=shipping]{order:4}.product-info-tab__panel{display:none;animation:mobileSlideDown .3s ease;width:100%;box-sizing:border-box}.product-info-tab__panel.active{display:block}@keyframes mobileSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.product-info-tabs-faq{gap:var(--mobile-faq-gap, .75rem);width:100%}.product-info-tabs-faq__item{width:100%}.product-info-tabs-faq__question{padding:var(--mobile-faq-padding, 1rem) 1.25rem;font-size:var(--mobile-faq-question-size, 14px);font-weight:var(--mobile-faq-question-weight, 500);width:100%}.product-info-tabs-faq__answer:not([hidden]){padding:var(--mobile-faq-padding, 1rem) 1.25rem}.product-info-tabs-faq__answer .rte{font-size:var(--mobile-faq-answer-size, 13px)}.product-info-tabs-qa,.product-info-tabs-shipping{width:100%}.product-info-tabs-shipping__heading{font-size:var(--mobile-shipping-heading-size, 16px);font-weight:var(--mobile-shipping-heading-weight, 600)}.product-info-tabs-shipping__content,.product-info-tabs-shipping__list li{font-size:var(--mobile-shipping-content-size, 13px)}.product-info-tabs-shipping__section{margin-bottom:1.5rem;padding-bottom:1.5rem}}@media screen and (max-width:749px){.product-info-tabs-container{padding:0!important}.product-info-tabs__content{gap:0}.product-info-tab__header{padding:var(--mobile-tab-padding, .75rem) 1.5rem;border:none;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;border-radius:0;margin-bottom:-1px;text-align:right!important;color:#333!important}.product-info-tab__panel{border-radius:0}.product-info-tabs__panels{min-height:auto}.product-info-tabs-shipping__title{font-size:1.25rem;margin-bottom:1rem}.product-info-tabs-qa,.product-info-tabs-shipping{padding:0}.product-info-tabs-faq{gap:0}.product-info-tabs-faq__item{border:none;border-top:1px solid #e8e8e8;border-radius:0;margin-bottom:-1px}.product-info-tabs-faq__item:hover{box-shadow:none}.product-info-tabs-faq__item:last-child{border-bottom:1px solid #e8e8e8}.product-info-tabs-faq__question{padding:var(--mobile-faq-padding, 1rem) 1rem;border:none;border-radius:0;display:flex;flex-direction:row;text-align:right;align-items:center}.product-info-tabs-faq__question>span:first-child{text-align:right;flex:1}.product-info-tabs-faq__question:hover{background-color:transparent}.product-info-tabs-faq__question[aria-expanded=true]{background-color:transparent;border-bottom:none}.product-info-tabs-faq__icon-wrapper{margin-right:1rem;margin-left:0;flex-shrink:0}.product-info-tabs-faq__icon{display:none}.product-info-tabs-faq__icon-wrapper:before{content:"+";font-size:24px;font-weight:300;color:#000;line-height:1}.product-info-tabs-faq__question[aria-expanded=true] .product-info-tabs-faq__icon-wrapper:before{content:"\2212"}.product-info-tabs-faq__answer:not([hidden]){padding:0 1rem 1rem}.product-info-tabs-faq__icon{width:20px;height:20px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-product-info-tabs.css.map */
