/* Nourchi Product Detail — V45 Final */
.byfa-product-detail{--byfa-color-primary:#F97316;--byfa-color-primary-hover:#EA580C;--byfa-color-primary-soft:rgba(249,115,22,.10);--byfa-color-secondary:#1E2939;--byfa-color-success:#16A34A;--byfa-color-warning:#F59E0B;--byfa-color-danger:#DC2626;--byfa-color-info:#2563EB;--byfa-color-bg:#FFFFFF;--byfa-color-surface:#FFFFFF;--byfa-color-soft:#F8FAFC;--byfa-color-soft-2:#F1F5F9;--byfa-color-border:#E2E8F0;--byfa-color-border-soft:#EEF2F7;--byfa-color-text:#111827;--byfa-color-text-2:#475569;--byfa-color-muted:#94A3B8;--byfa-color-white:#FFFFFF;--byfa-radius-xs:8px;--byfa-radius-sm:10px;--byfa-radius-md:14px;--byfa-radius-lg:18px;--byfa-shadow-buy:0 8px 28px rgba(30,41,57,.08);--byfa-shadow-soft:0 2px 10px rgba(30,41,57,.05);--byfa-container:1600px;direction:rtl;width:100%;max-width:100%;overflow-x:clip;background:var(--byfa-color-bg);color:var(--byfa-color-text);padding:18px 16px 28px;isolation:isolate;}
 body.dark .byfa-product-detail,.dark .byfa-product-detail{--byfa-color-bg:#0F172A;--byfa-color-surface:#1E2939;--byfa-color-soft:#273548;--byfa-color-soft-2:#334155;--byfa-color-border:#334155;--byfa-color-border-soft:#475569;--byfa-color-text:#F8FAFC;--byfa-color-text-2:#CBD5E1;--byfa-color-muted:#94A3B8;--byfa-color-primary-soft:rgba(249,115,22,.16);--byfa-shadow-buy:0 12px 32px rgba(0,0,0,.28);--byfa-shadow-soft:0 3px 14px rgba(0,0,0,.22);}
 .byfa-product-detail,.byfa-product-detail *{box-sizing:border-box;}
 .byfa-product-detail a{color:inherit;text-decoration:none;}
 .byfa-product-detail button{font:inherit;}
 .byfa-product-detail__wrap{width:min(var(--byfa-container),100%);margin-inline:auto;max-width:100%;}
 .byfa-product-detail__breadcrumb{width:100%;margin:0 0 24px;color:var(--byfa-color-muted);font-size:13px;line-height:1.8;text-align:right;direction:rtl;}
 .byfa-product-detail__breadcrumb-list{display:inline-flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;}
 .byfa-product-detail__breadcrumb-item{display:inline-flex;align-items:center;gap:6px;min-width:0;}
 .byfa-product-detail__breadcrumb-link,.byfa-product-detail__breadcrumb-current{display:inline-flex;align-items:center;gap:7px;color:var(--byfa-color-text-2);font-size:13px;font-weight:700;line-height:1.8;max-width:100%;}
 .byfa-product-detail__breadcrumb-link{transition:color .18s ease;}
 .byfa-product-detail__breadcrumb-link:hover{color:var(--byfa-color-primary);}
 .byfa-product-detail__breadcrumb-current{color:var(--byfa-color-muted);font-weight:700;}
 .byfa-product-detail__breadcrumb-home-icon{flex:0 0 auto;margin-inline-end:2px;}
 .byfa-product-detail__breadcrumb-separator{display:inline-flex;color:var(--byfa-color-muted);transform:rotate(180deg);margin-inline:2px;}
 .byfa-product-detail__hero{position:relative;display:grid;grid-template-columns:minmax(420px,583.5px) minmax(360px,1fr) 331px;gap:34px;align-items:start;max-width:100%;}
 .byfa-product-detail__gallery{width:100%;min-width:0;}
 .byfa-product-detail__gallery-main{width:100%;height:583.5px;display:flex;align-items:center;justify-content:center;position:relative;background:transparent;overflow:hidden;}
 .byfa-product-detail__gallery-img{display:block;width:100%;height:100%;object-fit:contain;transform-origin:center;transition:transform .22s ease,opacity .18s ease;user-select:none;}
 .byfa-product-detail__gallery-main:hover .byfa-product-detail__gallery-img{transform:scale(1.035);}
 .byfa-product-detail__thumbs{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;justify-content:stretch;gap:12px;margin-top:12px;direction:rtl;overflow:hidden;}
 .byfa-product-detail__thumb{width:100%;min-width:0;aspect-ratio:1 / 1;border:1px solid var(--byfa-color-border);border-radius:10px;background:var(--byfa-color-surface);display:grid;place-items:center;cursor:pointer;padding:6px;position:relative;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease;}
 .byfa-product-detail__thumb:hover,.byfa-product-detail__thumb.byfa-product-detail__thumb--active{border-color:var(--byfa-color-primary);box-shadow:0 0 0 3px var(--byfa-color-primary-soft);}
 .byfa-product-detail__thumb-img{display:block;width:100%;height:100%;object-fit:contain;}
 .byfa-product-detail__thumb-play{position:absolute;inset:0;display:grid;place-items:center;background:rgba(30,41,57,.16);color:var(--byfa-color-white);}
 .byfa-product-detail__thumb-play-mark{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(30,41,57,.74);font-size:12px;line-height:1;padding-inline-start:2px;}
 .byfa-product-detail__info{min-width:0;text-align:right;color:var(--byfa-color-text);padding-top:8px;}
 .byfa-product-detail__title{margin:0;color:var(--byfa-color-text);font-size:20px;font-weight:900;line-height:1.8;text-align:right;}
 .byfa-product-detail__subtitle{margin:8px 0 0;color:var(--byfa-color-muted);font-size:12px;line-height:1.9;text-align:right;}
 .byfa-product-detail__divider{height:1px;width:100%;background:var(--byfa-color-border-soft);margin:22px 0;}
 .byfa-product-detail__color-title,.byfa-product-detail__feature-title{margin:0 0 14px;color:var(--byfa-color-text);font-size:15px;font-weight:900;line-height:1.8;text-align:right;}
 .byfa-product-detail__color-title span{font-weight:800;color:var(--byfa-color-text-2);}
 .byfa-product-detail__colors{display:flex;align-items:center;justify-content:flex-start;gap:14px;}
 .byfa-product-detail__color-btn{width:38px;height:38px;border-radius:50%;border:1px solid var(--byfa-color-border);background:var(--byfa-color-surface);cursor:pointer;position:relative;transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease;}
 .byfa-product-detail__color-btn:hover{transform:translateY(-1px);}
 .byfa-product-detail__color-btn::before{content:"";position:absolute;inset:5px;border-radius:50%;background:var(--byfa-swatch,#fff);border:1px solid var(--byfa-color-border);}
 .byfa-product-detail__color-btn--active{border-color:var(--byfa-color-info);box-shadow:0 0 0 3px rgba(37,99,235,.18);}
 .byfa-product-detail__color-btn--active::after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:var(--byfa-color-info);font-size:17px;font-weight:900;z-index:2;}
 .byfa-product-detail__delivery-box{display:flex;justify-content:space-between;gap:14px;align-items:center;min-height:74px;padding:16px 18px;border-radius:8px;border-inline-start:4px solid var(--byfa-color-primary);background:#FFF7ED;color:var(--byfa-color-secondary);}
 body.dark .byfa-product-detail__delivery-box,.dark .byfa-product-detail__delivery-box{background:rgba(249,115,22,.12);}
 .byfa-product-detail__delivery-main{display:grid;gap:5px;}
 .byfa-product-detail__delivery-title{color:var(--byfa-color-text);font-size:14px;font-weight:900;}
 .byfa-product-detail__delivery-desc{color:var(--byfa-color-primary-hover);font-size:12px;line-height:1.8;}
 .byfa-product-detail__delivery-link{color:var(--byfa-color-text);font-size:12px;font-weight:800;white-space:nowrap;}
 .byfa-product-detail__feature-table{width:100%;border-collapse:separate;border-spacing:0 8px;margin:0;}
 .byfa-product-detail__feature-table th,.byfa-product-detail__feature-table td{padding:11px 13px;background:var(--byfa-color-soft);font-size:12px;line-height:1.7;text-align:right;}
 .byfa-product-detail__feature-table th{width:48%;color:var(--byfa-color-muted);font-weight:700;border-start-start-radius:8px;border-end-start-radius:8px;}
 .byfa-product-detail__feature-table td{color:var(--byfa-color-secondary);font-weight:900;text-align:left;border-start-end-radius:8px;border-end-end-radius:8px;}
 body.dark .byfa-product-detail__feature-table td,.dark .byfa-product-detail__feature-table td{color:var(--byfa-color-text);}
 .byfa-product-detail__all-features{width:fit-content;margin:10px 0 0;display:inline-flex;align-items:center;justify-content:flex-start;min-height:34px;padding:0;border:0;border-radius:0;color:var(--byfa-color-text);background:transparent;font-size:13px;font-weight:900;transition:color .18s ease,transform .18s ease;}
 .byfa-product-detail__all-features:hover{color:var(--byfa-color-primary);background:transparent;transform:translateX(-3px);}
 .byfa-buy-column-placeholder{width:331px;min-width:0;}
 .byfa-buy-column{width:100%;min-width:0;}
 .byfa-buy-column-inner{width:100%;border:1px solid var(--byfa-color-border);border-radius:8px;background:var(--byfa-color-surface);box-shadow:var(--byfa-shadow-soft);padding:18px;color:var(--byfa-color-text);}
 .byfa-buy-column-is-fixed{position:fixed;z-index:30;}
 .byfa-buy-column-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px;}
 .byfa-buy-column-title{margin:0;color:var(--byfa-color-text);font-size:15px;font-weight:900;}
 .byfa-buy-column-category{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 0;border-top:1px solid var(--byfa-color-border-soft);border-bottom:1px solid var(--byfa-color-border-soft);margin-bottom:14px;color:var(--byfa-color-text-2);font-size:13px;}
 .byfa-buy-column-category strong{color:var(--byfa-color-primary);font-weight:900;}
 .byfa-buy-column-price{display:flex;align-items:baseline;justify-content:flex-start;gap:7px;margin:16px 0 14px;color:var(--byfa-color-text);}
 .byfa-buy-column-price strong{font-size:24px;font-weight:950;letter-spacing:-.4px;}
 .byfa-buy-column-price span{color:var(--byfa-color-text-2);font-size:12px;font-weight:800;}
 .byfa-buy-column-actions{display:grid;gap:10px;}
 .byfa-buy-column-cart-btn{width:100%;min-height:48px;border:0;border-radius:8px;background:var(--byfa-color-primary);color:var(--byfa-color-white);cursor:pointer;font-size:14px;font-weight:900;transition:background .18s ease,transform .18s ease;}
 .byfa-buy-column-cart-btn:hover{background:var(--byfa-color-primary-hover);}
 .byfa-buy-column-cart-btn:active{transform:translateY(1px);}
 .byfa-buy-column-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 0;border-bottom:1px solid var(--byfa-color-border-soft);color:var(--byfa-color-text-2);font-size:12px;line-height:1.8;}
 .byfa-buy-column-row strong{color:var(--byfa-color-text);font-weight:850;}
 .byfa-buy-column-row--success strong{color:var(--byfa-color-success);}
 .byfa-buy-column-note{margin-top:12px;padding:10px 12px;border-radius:8px;background:var(--byfa-color-soft);color:var(--byfa-color-text-2);font-size:11px;line-height:1.9;}
 .byfa-product-detail__service-strip{margin-top:26px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border-top:1px solid var(--byfa-color-border-soft);border-bottom:1px solid var(--byfa-color-border-soft);color:var(--byfa-color-muted);}
 .byfa-product-detail__service-item{min-height:76px;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;color:var(--byfa-color-muted);font-size:12px;line-height:1.7;text-align:center;}
 .byfa-product-detail__service-item svg{width:24px;height:24px;color:var(--byfa-color-muted);flex:0 0 auto;}
 .byfa-related-products{width:100%;max-width:1600px;margin:12px auto;direction:rtl;background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-sizing:border-box;}
 .byfa-related-products,.byfa-related-products *,.byfa-related-products *::before,.byfa-related-products *::after{box-sizing:border-box !important;}
 .byfa-related-products__head{display:block !important;padding:14px 18px 10px !important;text-align:right !important;user-select:none !important;overflow:visible !important;}
 .byfa-related-products__title{display:block !important;margin:0 !important;color:var(--byfa-color-text,#111827) !important;font-size:16px !important;font-weight:900 !important;line-height:1.8 !important;text-align:right !important;white-space:normal !important;}
 .byfa-related-products__line{display:block !important;width:72px !important;min-width:72px !important;max-width:72px !important;height:2px !important;min-height:2px !important;margin-top:8px !important;margin-right:0 !important;margin-left:auto !important;padding:0 !important;background-color:#f97316 !important;background-image:none !important;border:0 !important;border-radius:999px !important;opacity:1 !important;visibility:visible !important;flex:none !important;position:relative !important;z-index:2 !important;}
 .byfa-related-products__rail-wrap{position:relative;width:100%;overflow:hidden;}
 .byfa-related-products__rail{display:flex;flex-direction:row;align-items:stretch;gap:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-width:none;padding:10px 18px 22px;cursor:grab;user-select:none;-webkit-user-select:none;-ms-user-select:none;touch-action:pan-y;}
 .byfa-related-products__rail::-webkit-scrollbar{display:none;}
 .byfa-related-products__rail.is-byfa-dragging{cursor:grabbing;scroll-behavior:auto;}
 .byfa-related-products__item{position:relative;flex:0 0 195px;min-width:195px;height:315px;padding:0 16px;}
 .byfa-related-products__item:not(:last-child)::after{content:"";position:absolute;top:14px;bottom:14px;left:0;width:1px;background:#edf0f4;}
 .byfa-related-products__link{width:100%;height:100%;display:flex;flex-direction:column;align-items:stretch;text-decoration:none;color:inherit;-webkit-user-drag:none;}
 .byfa-related-products__image-box{width:150px;height:150px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;}
 .byfa-related-products__image{width:150px;height:150px;object-fit:contain;display:block;pointer-events:none;-webkit-user-drag:none;}
 .byfa-related-products__name{min-height:44px;margin:0 0 12px;color:#111827;font-size:13px;font-weight:500;line-height:1.7;text-align:right;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
 .byfa-related-products__price-area{margin-top:auto;display:flex;flex-direction:column;gap:6px;}
 .byfa-related-products__discount-row{min-height:22px;display:flex;align-items:center;justify-content:space-between;gap:8px;}
 .byfa-related-products__discount{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:unset;max-width:max-content;height:22px;padding:0 7px;border-radius:999px;background:var(--byfa-color-primary,#f97316);color:#ffffff;font-size:12px;font-weight:800;line-height:1;white-space:nowrap;flex:0 0 auto;}
 .byfa-related-products__discount-placeholder{display:block;width:1px;height:22px;flex:0 0 auto;}
 .byfa-related-products__old-price{color:#9ca3af;font-size:12px;font-weight:500;line-height:1.3;text-decoration:line-through;text-decoration-thickness:1px;white-space:nowrap;}
 .byfa-related-products__price{color:#111827;font-size:15px;font-weight:800;line-height:1.5;text-align:left;direction:rtl;white-space:nowrap;}
 .byfa-related-products__more{justify-content:center;align-items:center;text-align:center;}
 .byfa-related-products__more-circle{width:54px;height:54px;margin-bottom:14px;border-radius:50%;border:1px solid var(--byfa-color-primary,#f97316);color:var(--byfa-color-primary,#f97316);display:flex;align-items:center;justify-content:center;font-size:26px;line-height:1;}
 .byfa-related-products__more-text{color:#111827;font-size:14px;font-weight:700;}
 .dark .byfa-related-products{background:#111827;border-color:#263244;}
 .dark .byfa-related-products__title,.dark .byfa-related-products__name,.dark .byfa-related-products__price,.dark .byfa-related-products__more-text{color:#f9fafb !important;}
 .dark .byfa-related-products__item:not(:last-child)::after{background:#263244;}
 .dark .byfa-related-products__old-price{color:#6b7280;}
 @media (max-width:768px){.byfa-related-products{max-width:100%;border-radius:12px;}
 .byfa-related-products__head{padding:12px 14px 8px !important;}
 .byfa-related-products__rail{padding:10px 10px 18px;cursor:default;touch-action:pan-x pan-y;}
 .byfa-related-products__item{flex-basis:40%;min-width:40%;height:282px;padding:0 10px;}
 .byfa-related-products__image-box,.byfa-related-products__image{width:112px;height:112px;}
 .byfa-related-products__name{font-size:11.5px;line-height:1.65;min-height:38px;}
 .byfa-related-products__price{font-size:13px;}
 .byfa-related-products__old-price{font-size:11px;}
 .byfa-related-products__discount{height:20px;padding:0 6px;font-size:11px;}
}
 .byfa-pdp-content{width:min(var(--byfa-container),100%);max-width:100%;margin:24px auto 0;direction:rtl;color:var(--byfa-color-text);box-sizing:border-box;clear:both;}
 .byfa-pdp-content,.byfa-pdp-content *,.byfa-pdp-content *::before,.byfa-pdp-content *::after{box-sizing:border-box;}
 .byfa-pdp-content__tabs-placeholder{width:100%;height:auto;position:relative;}
 .byfa-pdp-content__tabs{width:100%;max-width:100%;background:var(--byfa-color-bg);border-bottom:1px solid var(--byfa-color-border);z-index:8;transition:box-shadow .2s ease,background .2s ease;}
 .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed{position:fixed;margin:0 !important;border-radius:0;box-shadow:0 10px 22px rgba(30,41,57,.08);left:0 !important;right:0 !important;width:100vw !important;max-width:100vw !important;}
 .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed .byfa-pdp-content__tab-list{width:min(var(--byfa-container),100%);max-width:100%;margin-right:auto;margin-left:auto;}
 .byfa-pdp-content__tab-list{display:flex;align-items:center;gap:28px;width:100%;overflow-x:auto;scrollbar-width:none;padding:0;margin:0;list-style:none;}
 .byfa-pdp-content__tab-list::-webkit-scrollbar{display:none;}
 .byfa-pdp-content__tab{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 0;line-height:1.7;color:var(--byfa-color-text-2);font-size:13px;font-weight:800;white-space:nowrap;border:0;background:transparent;cursor:pointer;text-decoration:none;}
 .byfa-pdp-content__tab::after{content:"";position:absolute;right:0;bottom:-1px;width:100%;height:2px;border-radius:999px;background:transparent;}
 .byfa-pdp-content__tab.byfa-pdp-content__tab--active{color:var(--byfa-color-primary);}
 .byfa-pdp-content__tab.byfa-pdp-content__tab--active::after{background:var(--byfa-color-primary);}
 .byfa-pdp-content__grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start;padding-top:22px;}
 .byfa-pdp-content__main{min-width:0;}
 .byfa-pdp-content__side-placeholder{position:relative;min-height:1px;}
 .byfa-pdp-content__side-card{width:100%;border:1px solid var(--byfa-color-border);border-radius:var(--byfa-radius-md);background:var(--byfa-color-surface);box-shadow:var(--byfa-shadow-buy);padding:14px;z-index:7;}
 .byfa-pdp-content__side-card.byfa-pdp-content__side-card--fixed{position:fixed;}
 .byfa-pdp-content__mini-product{display:grid;grid-template-columns:64px minmax(0,1fr);gap:10px;align-items:center;padding-bottom:12px;border-bottom:1px solid var(--byfa-color-border-soft);margin-bottom:12px;}
 .byfa-pdp-content__mini-image{width:64px;height:64px;display:flex;align-items:center;justify-content:center;}
 .byfa-pdp-content__mini-image img{display:block;width:64px;height:64px;object-fit:contain;}
 .byfa-pdp-content__mini-title{margin:0;color:var(--byfa-color-text);font-size:12px;font-weight:900;line-height:1.75;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
 .byfa-pdp-content__mini-meta{display:grid;gap:8px;margin-bottom:14px;color:var(--byfa-color-text-2);font-size:12px;line-height:1.7;}
 .byfa-pdp-content__mini-row{display:flex;justify-content:space-between;gap:10px;}
 .byfa-pdp-content__mini-price{display:flex;align-items:baseline;justify-content:flex-end;gap:6px;margin:8px 0 14px;}
 .byfa-pdp-content__mini-price strong{color:var(--byfa-color-text);font-size:22px;font-weight:950;}
 .byfa-pdp-content__mini-price span{color:var(--byfa-color-text-2);font-size:11px;font-weight:800;}
 .byfa-pdp-content__mini-btn{width:100%;min-height:44px;border:0;border-radius:var(--byfa-radius-sm);background:var(--byfa-color-primary);color:#fff;font-size:13px;font-weight:900;cursor:pointer;}
 .byfa-pdp-section{padding:0 0 28px;margin-bottom:26px;border-bottom:1px solid var(--byfa-color-border-soft);scroll-margin-top:92px;}
 .byfa-pdp-section:last-child{border-bottom:0;}
 .byfa-pdp-section__head{margin-bottom:16px;text-align:right;}
 .byfa-pdp-section__title{margin:0;color:var(--byfa-color-text);font-size:17px;font-weight:950;line-height:1.8;}
 .byfa-pdp-section__line{width:62px;height:2px;margin-top:8px;background:var(--byfa-color-primary);border-radius:999px;}
 .byfa-pdp-description{position:relative;overflow:hidden;max-height:310px;transition:max-height .35s ease;}
 .byfa-pdp-description.byfa-pdp-description--open{max-height:3000px;}
 .byfa-pdp-description::after{content:"";position:absolute;right:0;left:0;bottom:0;height:72px;pointer-events:none;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--byfa-color-bg));}
 .byfa-pdp-description.byfa-pdp-description--open::after{display:none;}
 .byfa-pdp-description .product-description-content{color:var(--byfa-color-text-2);font-size:14px;line-height:2.25;text-align:right;}
 .byfa-pdp-description .product-description-content h3{margin:0 0 10px;color:var(--byfa-color-text);font-size:16px;font-weight:950;line-height:1.9;}
 .byfa-pdp-description .product-description-content p{margin:0 0 18px;}
 .byfa-pdp-description .product-description-content ul{margin:0 0 18px;padding-right:18px;}
 .byfa-pdp-description .product-description-content li{margin-bottom:8px;}
 .byfa-pdp-description .product-description-content strong{color:var(--byfa-color-text);font-weight:900;}
 .byfa-pdp-description .product-description-content .advantages-box{margin:20px 0 !important;padding:16px 18px !important;border-radius:var(--byfa-radius-md) !important;background:rgba(22,163,74,.08) !important;border:0 !important;border-right:4px solid var(--byfa-color-success) !important;color:var(--byfa-color-text-2) !important;}
.byfa-pdp-more-btn {
    display: block;
    margin: 1rem auto;
    padding: 0.5rem 1.5rem;
    background: #f3f4f6;
    border-radius: 0.5rem;
    cursor: pointer;
    color: #9d9d9d;
    font-weight: bold;
}
 .byfa-pdp-specs{display:grid;gap:0;border-top:1px solid var(--byfa-color-border-soft);}
 .byfa-pdp-specs__row{display:grid;grid-template-columns:220px minmax(0,1fr);border-bottom:1px solid var(--byfa-color-border-soft);min-height:52px;}
 .byfa-pdp-specs__key,.byfa-pdp-specs__value{display:flex;align-items:center;padding:13px 14px;line-height:1.8;font-size:13px;text-align:right;}
 .byfa-pdp-specs__key{color:var(--byfa-color-text-2);background:var(--byfa-color-soft);font-weight:800;}
 .byfa-pdp-specs__value{color:var(--byfa-color-text);font-weight:800;}
 .byfa-pdp-catalog-empty{border:1px dashed var(--byfa-color-border);border-radius:var(--byfa-radius-md);padding:22px;color:var(--byfa-color-text-2);font-size:13px;line-height:2;background:var(--byfa-color-soft);}
 .byfa-pdp-review-summary{display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px;align-items:start;margin-bottom:18px;}
 .byfa-pdp-rating-box{border:1px solid var(--byfa-color-border);border-radius:var(--byfa-radius-md);padding:16px;background:var(--byfa-color-surface);text-align:center;}
 .byfa-pdp-rating-box strong{display:block;color:var(--byfa-color-text);font-size:30px;line-height:1;margin-bottom:8px;}
 .byfa-pdp-stars{color:var(--byfa-color-warning);letter-spacing:1px;font-size:15px;}
 .byfa-pdp-review-list,.byfa-pdp-qa-list{display:grid;gap:12px;margin-bottom:18px;}
 .byfa-pdp-review-card,.byfa-pdp-qa-card{border:1px solid var(--byfa-color-border-soft);border-radius:var(--byfa-radius-md);padding:14px;background:var(--byfa-color-surface);}
 .byfa-pdp-review-card__head,.byfa-pdp-qa-card__question{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;}
 .byfa-pdp-review-card__name,.byfa-pdp-qa-card__q{color:var(--byfa-color-text);font-size:13px;font-weight:950;}
 .byfa-pdp-review-card__date,.byfa-pdp-qa-card__tag{color:var(--byfa-color-muted);font-size:11px;font-weight:700;}
 .byfa-pdp-review-card__text,.byfa-pdp-qa-card__answer{color:var(--byfa-color-text-2);font-size:13px;line-height:2;margin:0;}
 .byfa-pdp-comment-form{border:1px solid var(--byfa-color-border);border-radius:var(--byfa-radius-md);padding:16px;background:var(--byfa-color-soft);}
 .byfa-pdp-comment-form__title{margin:0 0 14px;color:var(--byfa-color-text);font-size:15px;font-weight:950;}
 .byfa-pdp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
 .byfa-pdp-field{display:grid;gap:7px;}
 .byfa-pdp-field--full{grid-column:1 / -1;}
 .byfa-pdp-field label{color:var(--byfa-color-text-2);font-size:12px;font-weight:800;}
 .byfa-pdp-field input,.byfa-pdp-field textarea{width:100%;border:1px solid var(--byfa-color-border);border-radius:var(--byfa-radius-sm);background:var(--byfa-color-surface);color:var(--byfa-color-text);padding:10px 12px;font:inherit;font-size:13px;outline:none;}
 .byfa-pdp-field textarea{min-height:110px;resize:vertical;}
 .byfa-pdp-submit{width:100%;min-height:44px;border:0;border-radius:var(--byfa-radius-sm);background:var(--byfa-color-primary);color:#fff;font-size:13px;font-weight:900;cursor:pointer;}
 .byfa-pdp-qa-actions{display:flex;justify-content:flex-start;margin-top:14px;}
 .byfa-pdp-outline-btn{display:inline-flex;min-height:40px;align-items:center;justify-content:center;padding:0 18px;border:1px solid var(--byfa-color-primary);border-radius:var(--byfa-radius-sm);color:var(--byfa-color-primary);background:transparent;font-size:13px;font-weight:900;cursor:pointer;}
 body.dark .byfa-pdp-description::after,.dark .byfa-pdp-description::after{background:linear-gradient(to bottom,rgba(15,23,42,0),var(--byfa-color-bg));}
 @media (max-width:1060px){.byfa-pdp-content__grid{grid-template-columns:1fr;}
 .byfa-pdp-content__side-placeholder{display:none;}
}
 @media (max-width:760px){.byfa-pdp-content{margin-top:18px;}
 .byfa-pdp-content__tabs{background:var(--byfa-color-surface);}
 .byfa-pdp-content__tab-list{gap:22px;}
 .byfa-pdp-specs__row{grid-template-columns:1fr;}
 .byfa-pdp-specs__key,.byfa-pdp-specs__value{padding:11px 12px;}
 .byfa-pdp-form-grid,.byfa-pdp-review-summary{grid-template-columns:1fr;}
}
 .byfa-product-detail__mobile-gallery,.byfa-mobile-buy-bar{display:none;}
 @media (max-width:768px){.byfa-product-detail{padding-bottom:calc(88px+env(safe-area-inset-bottom,0px));overflow-x:clip;}
 .byfa-product-detail__wrap{width:100%;max-width:100%;margin-inline:0;}
 .byfa-product-detail__breadcrumb{width:100%;margin:0;padding:10px 14px 8px;background:var(--byfa-color-surface);border-bottom:1px solid var(--byfa-color-border-soft);font-size:11px;overflow:hidden;white-space:nowrap;}
 .byfa-product-detail__breadcrumb-list{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;}
 .byfa-product-detail__breadcrumb-list::-webkit-scrollbar{display:none;}
 .byfa-product-detail__hero{display:block;width:100%;max-width:100%;min-width:0;gap:0;overflow:visible;}
 .byfa-product-detail__gallery{position:relative;z-index:0;width:100%;height:354px;min-height:354px;background:var(--byfa-color-surface);overflow:hidden;}
 .byfa-product-detail.byfa-product-detail--mobile-hero-fixed{--byfa-mobile-hero-top:60px;--byfa-mobile-breadcrumb-height:38px;--byfa-mobile-gallery-height:354px;--byfa-mobile-gallery-top:calc(var(--byfa-mobile-hero-top)+var(--byfa-mobile-breadcrumb-height));--byfa-mobile-fixed-total-height:calc(var(--byfa-mobile-breadcrumb-height)+var(--byfa-mobile-gallery-height));}
 .byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__breadcrumb{position:fixed !important;top:var(--byfa-mobile-hero-top) !important;right:0 !important;left:0 !important;width:100vw !important;max-width:100vw !important;z-index:145 !important;margin:0 !important;}
 .byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__hero{padding-top:var(--byfa-mobile-fixed-total-height) !important;}
 .byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__gallery{position:fixed !important;top:var(--byfa-mobile-gallery-top) !important;right:0 !important;left:0 !important;width:100vw !important;max-width:100vw !important;height:var(--byfa-mobile-gallery-height) !important;min-height:var(--byfa-mobile-gallery-height) !important;z-index:90 !important;}
 .byfa-product-detail__gallery-main,.byfa-product-detail__thumbs{display:none !important;}
 .byfa-product-detail__mobile-gallery{display:block;width:100%;height:338px;min-height:338px;position:relative;overflow:hidden;background:var(--byfa-color-surface);direction:rtl;}
 .byfa-product-detail__mobile-gallery-rail{width:100%;height:100%;display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;scrollbar-width:none;touch-action:pan-x pan-y;}
 .byfa-product-detail__mobile-gallery-rail::-webkit-scrollbar{display:none;}
 .byfa-product-detail__mobile-gallery-slide{flex:0 0 100%;width:100%;height:338px;min-height:338px;margin:0;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;position:relative;overflow:hidden;padding:18px 16px 34px;}
 .byfa-product-detail__mobile-gallery-img{display:block;width:100%;height:100%;max-width:360px;max-height:286px;object-fit:contain;object-position:center;pointer-events:none;user-select:none;}
 .byfa-product-detail__mobile-gallery-slide:not(:first-child){padding:44px 42px 64px;}
 .byfa-product-detail__mobile-gallery-slide:not(:first-child) .byfa-product-detail__mobile-gallery-img{max-width:238px;max-height:214px;}
 .byfa-product-detail__mobile-gallery-slide--video .byfa-product-detail__mobile-gallery-img{opacity:.92;}
 .byfa-product-detail__mobile-gallery-play{position:absolute;inset:auto auto 54px 50%;transform:translateX(-50%);width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(30,41,57,.82);color:#fff;font-size:17px;padding-inline-start:3px;}
 .byfa-product-detail__mobile-gallery-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:10px;padding:3px 6px;border-radius:999px;background:rgba(255,255,255,.64);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}
 .dark .byfa-product-detail__mobile-gallery-dots,body.dark .byfa-product-detail__mobile-gallery-dots{background:rgba(15,23,42,.52);}
 .byfa-product-detail__mobile-gallery-dot{width:5px;height:5px;border-radius:999px;background:var(--byfa-color-border);opacity:.75;transition:width .18s ease,background .18s ease,opacity .18s ease;}
 .byfa-product-detail__mobile-gallery-dot--active{width:18px;background:var(--byfa-color-primary);opacity:1;}
 .byfa-product-detail__info{position:relative;z-index:125;width:100vw;max-width:100vw;margin-top:-26px;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);padding:22px 16px 20px;border-radius:24px 24px 0 0;background:var(--byfa-color-surface);box-shadow:0 -10px 30px rgba(15,23,42,.08);text-align:right;align-items:stretch;justify-content:flex-start;}
 .byfa-product-detail__info::before{content:"";position:absolute;top:8px;left:50%;width:44px;height:4px;border-radius:999px;transform:translateX(-50%);background:var(--byfa-color-border);opacity:.7;}
 .byfa-product-detail__title{margin-top:10px;font-size:17px;line-height:2;text-align:right;}
 .byfa-product-detail__subtitle{font-size:12px;line-height:1.9;text-align:right;}
 .byfa-product-detail__divider{margin:16px 0;}
 .byfa-product-detail__color-block,.byfa-product-detail__feature-block{text-align:right;}
 .byfa-product-detail__colors{justify-content:flex-start;gap:8px;overflow-x:auto;scrollbar-width:none;}
 .byfa-product-detail__colors::-webkit-scrollbar{display:none;}
 .byfa-product-detail__feature-table th,.byfa-product-detail__feature-table td{font-size:12px;padding:12px;}
 .byfa-buy-column-placeholder{display:none !important;}
 .byfa-mobile-buy-bar{position:fixed;right:0;left:0;bottom:0;z-index:160;min-height:74px;padding:10px 14px calc(10px+env(safe-area-inset-bottom,0px));display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,44%);align-items:center;gap:12px;background:var(--byfa-color-surface);border-top:1px solid var(--byfa-color-border);box-shadow:0 -10px 28px rgba(15,23,42,.10);direction:rtl;}
 .byfa-mobile-buy-bar__price{min-width:0;display:flex;align-items:baseline;justify-content:flex-start;gap:5px;color:var(--byfa-color-text);white-space:nowrap;}
 .byfa-mobile-buy-bar__price strong{font-size:17px;font-weight:950;line-height:1.2;}
 .byfa-mobile-buy-bar__price span{font-size:10px;font-weight:800;color:var(--byfa-color-text-2);}
 .byfa-mobile-buy-bar__button{width:100%;min-height:48px;border:0;border-radius:10px;background:var(--byfa-color-danger);color:#fff;font-size:13px;font-weight:900;cursor:pointer;}
 .byfa-product-detail__service-strip{position:relative;z-index:2;margin-top:0;grid-template-columns:1fr;background:var(--byfa-color-surface);border-top:1px solid var(--byfa-color-border-soft);}
 .byfa-product-detail__service-item{min-height:56px;justify-content:flex-start;padding:12px 16px;border-bottom:1px solid var(--byfa-color-border-soft);text-align:right;}
 .byfa-related-products,.byfa-pdp-content{position:relative;z-index:125;background:var(--byfa-color-bg);}
}
 @media (max-width:768px){.byfa-product-detail.byfa-product-detail--mobile-hero-fixed{--byfa-mobile-gallery-top:var(--byfa-mobile-hero-top);--byfa-mobile-fixed-total-height:var(--byfa-mobile-gallery-height);}
 .byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__breadcrumb{position:relative !important;top:auto !important;right:auto !important;left:auto !important;width:100% !important;max-width:100% !important;z-index:1 !important;}
 .byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__hero{padding-top:var(--byfa-mobile-gallery-height) !important;}
 .byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__gallery{top:var(--byfa-mobile-hero-top) !important;z-index:18 !important;}
 .byfa-product-detail__info{z-index:42 !important;}
 .byfa-product-detail__service-strip{position:relative !important;z-index:70 !important;display:grid !important;grid-template-columns:repeat(5,minmax(0,1fr)) !important;gap:0 !important;margin-top:0 !important;background:var(--byfa-color-surface) !important;border-top:1px solid var(--byfa-color-border-soft) !important;border-bottom:1px solid var(--byfa-color-border-soft) !important;overflow:hidden !important;}
 .byfa-product-detail__service-item{min-width:0 !important;min-height:58px !important;padding:7px 2px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:4px !important;border-bottom:0 !important;border-left:1px solid var(--byfa-color-border-soft) !important;text-align:center !important;font-size:9.5px !important;line-height:1.35 !important;}
 .byfa-product-detail__service-item:last-child{border-left:0 !important;}
 .byfa-product-detail__service-item svg{width:17px !important;height:17px !important;}
 .byfa-product-detail__service-item span{display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;max-width:100% !important;}
 .byfa-related-products,.byfa-pdp-content{position:relative !important;z-index:72 !important;background:var(--byfa-color-bg) !important;}
 .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed{z-index:150 !important;}
 .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed .byfa-pdp-content__tab-list{width:100% !important;padding-right:14px !important;padding-left:14px !important;margin:0 !important;}
}
 @media (max-width:768px){.byfa-product-detail__hero{position:relative !important;isolation:isolate !important;overflow:visible !important;}
 .byfa-product-detail__gallery{contain:paint !important;overflow:hidden !important;z-index:8 !important;}
 .byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__gallery{z-index:8 !important;overflow:hidden !important;pointer-events:auto !important;}
 .byfa-product-detail__info{z-index:80 !important;isolation:isolate !important;}
 .byfa-product-detail__service-strip,.byfa-related-products,.byfa-pdp-content{position:relative !important;z-index:120 !important;isolation:isolate !important;background:var(--byfa-color-surface) !important;}
 .byfa-related-products{background:var(--byfa-color-surface) !important;}
 .byfa-pdp-content{background:var(--byfa-color-bg) !important;}
 .byfa-product-detail__mobile-gallery{height:338px !important;min-height:338px !important;padding:14px 14px 30px !important;overflow:hidden !important;}
 .byfa-product-detail__mobile-gallery-rail{height:100% !important;display:grid !important;grid-template-columns:minmax(92px,32%) minmax(0,68%) !important;grid-template-rows:repeat(2,minmax(0,1fr)) !important;gap:10px !important;overflow:hidden !important;scroll-snap-type:none !important;touch-action:pan-y !important;}
 .byfa-product-detail__mobile-gallery-slide{width:auto !important;min-width:0 !important;height:auto !important;min-height:0 !important;flex:none !important;margin:0 !important;padding:0 !important;border-radius:14px !important;background:rgba(248,250,252,.72) !important;border:1px solid var(--byfa-color-border-soft) !important;overflow:hidden !important;}
 .dark .byfa-product-detail__mobile-gallery-slide,body.dark .byfa-product-detail__mobile-gallery-slide{background:rgba(30,41,57,.45) !important;}
 .byfa-product-detail__mobile-gallery-slide:first-child{grid-column:2 !important;grid-row:1 / span 2 !important;background:transparent !important;border-color:transparent !important;}
 .byfa-product-detail__mobile-gallery-slide:nth-child(2){grid-column:1 !important;grid-row:1 !important;}
 .byfa-product-detail__mobile-gallery-slide:nth-child(3){grid-column:1 !important;grid-row:1 !important;transform:translateY(calc(100%+10px)) !important;}
 .byfa-product-detail__mobile-gallery-slide:nth-child(4){grid-column:1 !important;grid-row:2 !important;transform:translateY(calc(-100% - 10px)) !important;}
 .byfa-product-detail__mobile-gallery-slide:nth-child(5){grid-column:1 !important;grid-row:2 !important;}
 .byfa-product-detail__mobile-gallery-img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;padding:8px !important;}
 .byfa-product-detail__mobile-gallery-slide:first-child .byfa-product-detail__mobile-gallery-img{padding:0 !important;max-width:100% !important;max-height:100% !important;}
 .byfa-product-detail__mobile-gallery-slide:not(:first-child){padding:0 !important;}
 .byfa-product-detail__mobile-gallery-slide:not(:first-child) .byfa-product-detail__mobile-gallery-img{max-width:100% !important;max-height:100% !important;}
 .byfa-product-detail__mobile-gallery-play{inset:50% auto auto 50% !important;transform:translate(-50%,-50%) !important;width:34px !important;height:34px !important;font-size:12px !important;}
 .byfa-product-detail__mobile-gallery-dots{display:none !important;}
}
 @media (max-width:768px){.byfa-product-detail{padding-bottom:calc(178px+env(safe-area-inset-bottom,0px)) !important;}
 .byfa-product-detail__mobile-gallery{height:338px !important;min-height:338px !important;padding:14px 14px 30px !important;overflow:hidden !important;}
 .byfa-product-detail__mobile-gallery-rail{width:100% !important;height:100% !important;display:grid !important;grid-template-rows:repeat(2,minmax(0,1fr)) !important;grid-auto-flow:column !important;grid-auto-columns:calc((100% - 10px) / 2) !important;gap:10px !important;overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x mandatory !important;scroll-behavior:smooth !important;-webkit-overflow-scrolling:touch !important;overscroll-behavior-inline:contain !important;scrollbar-width:none !important;touch-action:pan-x pan-y !important;}
 .byfa-product-detail__mobile-gallery-rail::-webkit-scrollbar{display:none !important;}
 .byfa-product-detail__mobile-gallery-slide{width:auto !important;min-width:0 !important;height:auto !important;min-height:0 !important;flex:none !important;margin:0 !important;padding:0 !important;border-radius:14px !important;background:rgba(248,250,252,.72) !important;border:1px solid var(--byfa-color-border-soft) !important;overflow:hidden !important;scroll-snap-align:start !important;transform:none !important;}
 .dark .byfa-product-detail__mobile-gallery-slide,body.dark .byfa-product-detail__mobile-gallery-slide{background:rgba(30,41,57,.45) !important;}
 .byfa-product-detail__mobile-gallery-slide:first-child{grid-row:1 / span 2 !important;grid-column:span 2 !important;background:transparent !important;border-color:transparent !important;scroll-snap-align:start !important;}
 .byfa-product-detail__mobile-gallery-slide:nth-child(2),.byfa-product-detail__mobile-gallery-slide:nth-child(3),.byfa-product-detail__mobile-gallery-slide:nth-child(4),.byfa-product-detail__mobile-gallery-slide:nth-child(5){grid-column:auto !important;grid-row:auto !important;transform:none !important;}
 .byfa-product-detail__mobile-gallery-img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center !important;padding:8px !important;pointer-events:none !important;user-select:none !important;}
 .byfa-product-detail__mobile-gallery-slide:first-child .byfa-product-detail__mobile-gallery-img{padding:0 !important;max-width:100% !important;max-height:100% !important;}
 .byfa-product-detail__mobile-gallery-play{inset:50% auto auto 50% !important;transform:translate(-50%,-50%) !important;width:34px !important;height:34px !important;font-size:12px !important;}
 .byfa-pdp-specs__row{grid-template-columns:minmax(110px,38%) minmax(0,1fr) !important;min-height:48px !important;}
 .byfa-pdp-specs__key,.byfa-pdp-specs__value{padding:10px 12px !important;font-size:12px !important;line-height:1.7 !important;min-width:0 !important;word-break:normal !important;overflow-wrap:anywhere !important;}
 .byfa-pdp-specs__key{white-space:normal !important;}
 .byfa-mobile-buy-bar{bottom:calc(88px+env(safe-area-inset-bottom,0px)) !important;z-index:155 !important;min-height:70px !important;padding:9px 14px !important;border-radius:16px 16px 0 0 !important;}
}
 .byfa-product-detail__feature-table tr:nth-child(even) th,.byfa-product-detail__feature-table tr:nth-child(even) td{background:var(--byfa-color-surface) !important;border-top:1px solid var(--byfa-color-border-soft) !important;border-bottom:1px solid var(--byfa-color-border-soft) !important;}
 .byfa-product-detail__feature-table tr:nth-child(odd) th,.byfa-product-detail__feature-table tr:nth-child(odd) td{background:var(--byfa-color-soft) !important;}
 .byfa-product-detail__service-strip{border-top:1px solid var(--byfa-color-border-soft) !important;border-bottom:1px solid var(--byfa-color-border-soft) !important;border-left:0 !important;border-right:0 !important;box-shadow:none !important;}
 .byfa-product-detail__service-item{border:0 !important;box-shadow:none !important;}
 .byfa-product-detail__service-item+.byfa-product-detail__service-item{border-inline-start:0 !important;}
 .byfa-pdp-review-summary--no-rating,.byfa-pdp-review-summary{display:block !important;}
 .byfa-pdp-rating-box,.byfa-pdp-stars,.byfa-pdp-qa-actions{display:none !important;}
 .byfa-pdp-catalog-empty{display:none !important;}
 .byfa_product-catalog-list:empty{display:none !important;}
 .byfa_product-catalog-list{margin:0 !important;padding:0 !important;}
 .byfa-mobile-buy-bar__button{background:var(--byfa-color-primary) !important;}
 .byfa-mobile-buy-bar__button:hover{background:var(--byfa-color-primary-hover) !important;}
 @media (max-width:768px){.byfa-product-detail{--byfa-mobile-breadcrumb-height:34px !important;}
 .byfa-product-detail__wrap,.byfa-product-detail__hero,.byfa-product-detail__gallery,.byfa-product-detail__mobile-gallery{max-width:100% !important;width:100% !important;margin-inline:0 !important;}
 .byfa-product-detail__breadcrumb{margin:0 !important;padding:7px 14px 5px !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;font-size:10.5px !important;line-height:1.5 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
 .byfa-product-detail__breadcrumb a,.byfa-product-detail__breadcrumb span{font-size:10.5px !important;line-height:1.5 !important;white-space:nowrap !important;}
 .byfa-product-detail__mobile-gallery{padding:0 !important;}
 .byfa-product-detail__mobile-gallery-rail{display:grid !important;grid-auto-flow:column !important;grid-template-rows:repeat(2,minmax(0,1fr)) !important;grid-auto-columns:calc((100vw - 38px) / 2) !important;gap:10px !important;padding:12px 14px 34px !important;overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x mandatory !important;align-items:stretch !important;box-sizing:border-box !important;}
 .byfa-product-detail__mobile-gallery-slide{width:auto !important;min-width:0 !important;height:auto !important;min-height:0 !important;padding:8px !important;margin:0 !important;border:1px solid var(--byfa-color-border-soft) !important;border-radius:14px !important;background:var(--byfa-color-surface) !important;box-sizing:border-box !important;scroll-snap-align:start !important;display:flex !important;align-items:center !important;justify-content:center !important;transform:none !important;grid-row:auto !important;grid-column:auto !important;}
 .byfa-product-detail__mobile-gallery-slide:first-child{grid-row:1 / span 2 !important;grid-column:span 2 !important;width:calc(100vw - 28px) !important;padding:18px 12px 26px !important;border:0 !important;border-radius:0 !important;background:transparent !important;}
 .byfa-product-detail__mobile-gallery-slide:first-child .byfa-product-detail__mobile-gallery-img{max-width:360px !important;max-height:286px !important;width:100% !important;height:100% !important;}
 .byfa-product-detail__mobile-gallery-slide:not(:first-child) .byfa-product-detail__mobile-gallery-img{width:100% !important;height:100% !important;max-width:112px !important;max-height:112px !important;object-fit:contain !important;}
 .byfa-product-detail__mobile-gallery-play{width:36px !important;height:36px !important;inset:50% auto auto 50% !important;transform:translate(-50%,-50%) !important;}
 .byfa-product-detail__mobile-gallery-dots{bottom:10px !important;}
 .byfa-product-detail__feature-table{border-spacing:0 7px !important;}
 .byfa-product-detail__service-strip{grid-template-columns:repeat(5,minmax(0,1fr)) !important;border-top:1px solid var(--byfa-color-border-soft) !important;border-bottom:1px solid var(--byfa-color-border-soft) !important;border-inline:0 !important;gap:0 !important;overflow:hidden !important;}
 .byfa-product-detail__service-item{min-height:58px !important;padding:7px 3px !important;border:0 !important;flex-direction:column !important;justify-content:center !important;gap:4px !important;text-align:center !important;font-size:9.5px !important;line-height:1.35 !important;}
 .byfa-product-detail__service-item svg{width:18px !important;height:18px !important;}
 .byfa-pdp-specs{border:1px solid var(--byfa-color-border-soft) !important;border-radius:12px !important;overflow:hidden !important;background:var(--byfa-color-surface) !important;}
 .byfa-pdp-specs__row{display:grid !important;grid-template-columns:minmax(112px,38%) minmax(0,1fr) !important;border-bottom:1px solid var(--byfa-color-border-soft) !important;}
 .byfa-pdp-specs__row:last-child{border-bottom:0 !important;}
 .byfa-pdp-specs__key,.byfa-pdp-specs__value{padding:11px 12px !important;font-size:11.5px !important;line-height:1.75 !important;display:flex !important;align-items:center !important;}
 .byfa-pdp-specs__key{border-left:1px solid var(--byfa-color-border-soft) !important;white-space:normal !important;}
 .byfa-pdp-review-summary{display:block !important;}
}
 .byfa_product-catalog-list{display:grid !important;gap:10px !important;list-style:none !important;}
 .byfa_product-catalog-item{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:14px !important;padding:14px !important;border:1px solid var(--byfa-color-border-soft) !important;border-radius:12px !important;background:var(--byfa-color-surface) !important;}
 .byfa_product-catalog-info{min-width:0 !important;}
 .byfa_product-catalog-info h4{margin:0 0 4px !important;}
 .byfa_product-catalog-info p{margin:0 !important;color:var(--byfa-color-text-2) !important;font-size:13px !important;line-height:1.8 !important;}
 .byfa_product-download-btn{flex:0 0 auto !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:6px !important;min-height:40px !important;padding:8px 14px !important;border-radius:10px !important;background:var(--byfa-color-primary) !important;color:#fff !important;text-decoration:none !important;font-size:12px !important;font-weight:800 !important;}
 .byfa_product-download-btn:hover{background:var(--byfa-color-primary-hover) !important;}
 @media (max-width:768px){.byfa-product-detail__mobile-gallery-rail{display:flex !important;gap:0 !important;padding:0 0 28px !important;scroll-snap-type:x mandatory !important;overflow-x:auto !important;overflow-y:hidden !important;align-items:stretch !important;}
 .byfa-product-detail__mobile-gallery-page{flex:0 0 100% !important;width:100% !important;min-width:100% !important;height:100% !important;scroll-snap-align:start !important;scroll-snap-stop:always !important;box-sizing:border-box !important;}
 .byfa-product-detail__mobile-gallery-page--main{display:flex !important;align-items:center !important;justify-content:center !important;padding:10px 14px 18px !important;}
 .byfa-product-detail__mobile-gallery-page--grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;grid-template-rows:repeat(2,minmax(0,1fr)) !important;gap:10px !important;padding:12px 14px 20px !important;}
 .byfa-product-detail__mobile-gallery-slide,.byfa-product-detail__mobile-gallery-slide:first-child,.byfa-product-detail__mobile-gallery-slide:not(:first-child){width:100% !important;min-width:0 !important;height:100% !important;min-height:0 !important;margin:0 !important;grid-row:auto !important;grid-column:auto !important;transform:none !important;box-sizing:border-box !important;}
 .byfa-product-detail__mobile-gallery-slide--main{border:0 !important;border-radius:0 !important;background:transparent !important;padding:0 !important;}
 .byfa-product-detail__mobile-gallery-slide--main .byfa-product-detail__mobile-gallery-img{width:100% !important;height:100% !important;max-width:360px !important;max-height:290px !important;object-fit:contain !important;}
 .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-slide{display:flex !important;align-items:center !important;justify-content:center !important;padding:8px !important;border:1px solid var(--byfa-color-border-soft) !important;border-radius:14px !important;background:var(--byfa-color-surface) !important;overflow:hidden !important;}
 .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-img{width:100% !important;height:100% !important;max-width:118px !important;max-height:118px !important;object-fit:contain !important;}
 .byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__gallery{transition:none !important;will-change:auto !important;}
 .byfa_product-catalog-item{align-items:stretch !important;flex-direction:column !important;}
 .byfa_product-download-btn{width:100% !important;}
}
 .byfa-pdp-content__tabs,.byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed{box-shadow:none !important;transition:background-color .18s ease,border-color .18s ease !important;}
 .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed{transform:translateZ(0);backface-visibility:hidden;contain:layout paint;}
 .byfa-product-detail__breadcrumb,.byfa-product-detail__breadcrumb-list,.byfa-product-detail__breadcrumb-item{direction:rtl !important;text-align:right !important;}
 .byfa-product-detail__breadcrumb-list{justify-content:flex-start !important;margin-left:auto !important;margin-right:0 !important;}
 .byfa-mobile-buy-bar{border-radius:18px !important;overflow:hidden;}
 .byfa-product-catalog-preview{border-style:dashed !important;}
 .byfa-product-catalog-preview .byfa_product-download-btn{pointer-events:none;}
 body.dark .byfa-product-detail,.dark .byfa-product-detail{--byfa-color-bg:#18181B;--byfa-color-surface:#18181B;--byfa-color-soft:#202024;--byfa-color-soft-2:#27272A;--byfa-color-border:#3F3F46;--byfa-color-border-soft:#2F2F35;--byfa-color-text:#FAFAFA;--byfa-color-text-2:#D4D4D8;--byfa-color-muted:#A1A1AA;--byfa-color-primary-soft:rgba(249,115,22,.14);--byfa-shadow-buy:none;--byfa-shadow-soft:none;background:#18181B !important;color:#FAFAFA;}
 .dark .byfa-product-detail__wrap,.dark .byfa-product-detail__hero,.dark .byfa-product-detail__gallery,.dark .byfa-product-detail__mobile-gallery,.dark .byfa-product-detail__breadcrumb,.dark .byfa-product-detail__breadcrumb-list,.dark .byfa-product-detail__info,.dark .byfa-pdp-content,.dark .byfa-pdp-content__main,.dark .byfa-pdp-content__tabs,.dark .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed,.dark .byfa-product-detail__service-strip,.dark .byfa-related-products{background:transparent !important;box-shadow:none !important;}
 .dark .byfa-product-detail__breadcrumb{border-color:#2F2F35 !important;}
 .dark .byfa-product-detail__main-image,.dark .byfa-product-detail__thumb,.dark .byfa-product-detail__mobile-slide,.dark .byfa-product-detail__mobile-grid-item,.dark .byfa-product-detail__image-box{background:#18181B !important;border-color:#3F3F46 !important;box-shadow:none !important;}
 .dark .byfa-buy-column-inner,.dark .byfa-pdp-content__side-card,.dark .byfa-mobile-buy-bar,.dark .byfa-pdp-form,.dark .byfa-pdp-review-card,.dark .byfa-pdp-qa-card,.dark .byfa_product-catalog-item{background:#202024 !important;border-color:#3F3F46 !important;box-shadow:none !important;}
 .dark .byfa-product-detail__service-strip{border-top-color:#3F3F46 !important;border-bottom-color:#3F3F46 !important;}
 .dark .byfa-product-detail__service-item{background:transparent !important;border:0 !important;}
 .dark .byfa-product-detail__feature-row:nth-child(odd),.dark .byfa-pdp-specs__row:nth-child(odd){background:#202024 !important;}
 .dark .byfa-product-detail__feature-row:nth-child(even),.dark .byfa-pdp-specs__row:nth-child(even){background:#27272A !important;}
 .dark .byfa-product-detail__feature-row,.dark .byfa-pdp-specs__row,.dark .byfa-pdp-specs{border-color:#3F3F46 !important;}
 .dark .byfa-pdp-content__tabs{border-bottom-color:#3F3F46 !important;}
 .dark .byfa-pdp-content__tab{color:#D4D4D8 !important;}
 .dark .byfa-pdp-content__tab:hover,.dark .byfa-pdp-content__tab.byfa-pdp-content__tab--active{color:#F97316 !important;}
 .dark .byfa-pdp-section,.dark .byfa-pdp-description,.dark .byfa-pdp-section__body{background:transparent !important;box-shadow:none !important;}
 .dark .byfa-pdp-input,.dark .byfa-pdp-textarea,.dark .byfa-pdp-form input,.dark .byfa-pdp-form textarea{background:#202024 !important;color:#FAFAFA !important;border-color:#3F3F46 !important;}
 .dark .byfa-pdp-input:focus,.dark .byfa-pdp-textarea:focus,.dark .byfa-pdp-form input:focus,.dark .byfa-pdp-form textarea:focus{border-color:#F97316 !important;box-shadow:0 0 0 3px rgba(249,115,22,.12) !important;}
 .dark .byfa-related-products{border-color:#3F3F46 !important;}
 .dark .byfa-related-products__card{border-color:#2F2F35 !important;}
 .dark .byfa-related-products__btn{background:#202024 !important;border-color:#3F3F46 !important;color:#D4D4D8 !important;box-shadow:none !important;}
 .dark .byfa_product-download-btn,.dark .byfa-mobile-buy-bar__button,.dark .byfa-product-detail__buy-button{background:#F97316 !important;color:#FFFFFF !important;border-color:#F97316 !important;}
 .dark .byfa_product-download-btn:hover,.dark .byfa-mobile-buy-bar__button:hover,.dark .byfa-product-detail__buy-button:hover{background:#EA580C !important;}
 @media (max-width:768px){.dark .byfa-product-detail__breadcrumb,.dark .byfa-product-detail__mobile-gallery,.dark .byfa-product-detail__mobile-hero,.dark .byfa-product-detail__mobile-gallery-track{background:#18181B !important;}
 .dark .byfa-product-detail__details-sheet{background:#18181B !important;box-shadow:none !important;}
 .dark .byfa-mobile-buy-bar{background:#202024 !important;border:1px solid #3F3F46 !important;}
}
 .byfa-product-detail__breadcrumb,.byfa-product-detail__breadcrumb-list{direction:rtl !important;text-align:right !important;}
 .byfa-product-detail__breadcrumb-list{justify-content:flex-start !important;}
 .byfa-pdp-content__tabs,.byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed{background:var(--byfa-color-surface,#fff) !important;box-shadow:none !important;border-bottom:1px solid var(--byfa-color-border,#e5e7eb) !important;}
 .byfa-pdp-section#byfa-pdp-catalog{min-height:0 !important;padding-bottom:0 !important;margin-bottom:0 !important;}
 #byfa-pdp-catalog .byfa-pdp-section__body,#byfa-pdp-catalog .byfa_product-catalog-list{min-height:0 !important;margin-bottom:0 !important;padding-bottom:0 !important;}
 #byfa-pdp-catalog+*{margin-top:0 !important;}
 .byfa-video-modal{position:fixed;inset:0;z-index:2147483000;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(0,0,0,.78);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}
 .byfa-video-modal.byfa-video-modal--open{display:flex;}
 .byfa-video-modal__dialog{position:relative;width:min(880px,100%);background:#101012;border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.48);}
 .byfa-video-modal__close{position:absolute;top:10px;left:10px;z-index:3;width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(0,0,0,.56);color:#fff;font-size:23px;cursor:pointer;}
 .byfa-video-modal__stage{position:relative;aspect-ratio:16 / 9;background:#000;}
 .byfa-video-modal__video{display:block;width:100%;height:100%;object-fit:contain;background:#000;}
 .byfa-video-modal__controls{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;padding:10px 12px;background:#18181B;color:#fff;}
 .byfa-video-modal__control{min-width:38px;height:36px;padding:0 10px;border:0;border-radius:9px;background:#27272A;color:#fff;cursor:pointer;font:inherit;}
 .byfa-video-modal__progress{width:100%;accent-color:#F97316;cursor:pointer;}
 .byfa-video-modal__time{min-width:88px;color:#D4D4D8;font-size:11px;text-align:center;direction:ltr;}

 .byfa-video-modal__switch{position:absolute;top:50%;z-index:4;width:42px;height:42px;padding:0;display:none;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(0,0,0,.48);color:#fff;transform:translateY(-50%);cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}
 .byfa-video-modal__switch--prev{right:12px;}
 .byfa-video-modal__switch--next{left:12px;}
 .byfa-video-modal__switch svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
 .byfa-video-modal__switch.is-visible{display:grid;}
 .byfa-video-modal__video-count{position:absolute;right:50%;bottom:10px;z-index:4;min-width:54px;padding:5px 9px;border-radius:999px;background:rgba(0,0,0,.48);color:#fff;font-size:10px;font-weight:800;text-align:center;transform:translateX(50%);pointer-events:none;opacity:0;transition:opacity .18s ease;}
 .byfa-video-modal__video-count.is-visible{opacity:1;}
 body.byfa-video-modal-open{overflow:hidden !important;}
 @media (max-width:768px){.byfa-product-detail__breadcrumb{font-size:10.5px !important;text-align:right !important;}
 .byfa-product-detail__breadcrumb-list{justify-content:flex-start !important;padding-inline:14px !important;}
 .byfa-product-detail__gallery,.byfa-product-detail__mobile-gallery,.byfa-product-detail__mobile-gallery-page--main{background:#F4F4F5 !important;}
 .dark .byfa-product-detail__gallery,.dark .byfa-product-detail__mobile-gallery,.dark .byfa-product-detail__mobile-gallery-page--main,body.dark .byfa-product-detail__gallery,body.dark .byfa-product-detail__mobile-gallery,body.dark .byfa-product-detail__mobile-gallery-page--main{background:#202024 !important;}
 .byfa-product-detail__details-sheet{position:relative !important;z-index:5 !important;}
 .byfa-product-detail__gallery{z-index:1 !important;overflow:hidden !important;isolation:isolate !important;}
 .byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__gallery{z-index:1 !important;}
 .byfa-product-detail__mobile-gallery-rail{overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x proximity !important;scroll-behavior:smooth !important;-webkit-overflow-scrolling:touch !important;overscroll-behavior-inline:contain !important;}
 .byfa-product-detail__mobile-gallery-page{scroll-snap-align:start !important;scroll-snap-stop:normal !important;}
 .byfa-product-detail__mobile-gallery-page--grid{gap:0 !important;padding:12px 14px 20px !important;background:transparent !important;}
 .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-slide{position:relative !important;padding:10px !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;}
 .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-slide:nth-child(odd)::after{content:"";position:absolute;top:12%;bottom:12%;left:0;width:1px;background:var(--byfa-color-border-soft,#e5e7eb);}
 .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-slide:nth-child(-n+2)::before{content:"";position:absolute;left:10%;right:10%;bottom:0;height:1px;background:var(--byfa-color-border-soft,#e5e7eb);}
 .byfa-product-detail__mobile-gallery-slide--video{cursor:pointer;}
 .byfa-pdp-content__tabs,.byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed{background:#fff !important;}
 .dark .byfa-pdp-content__tabs,.dark .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed,body.dark .byfa-pdp-content__tabs,body.dark .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed{background:#202024 !important;}
 .byfa-mobile-buy-bar{position:fixed !important;z-index:120 !important;bottom:calc(92px+env(safe-area-inset-bottom,0px)) !important;left:12px !important;right:12px !important;width:auto !important;transform:translateZ(0) !important;isolation:isolate !important;}
 .byfa-video-modal{padding:10px;}
 .byfa-video-modal__dialog{border-radius:15px;}
 .byfa-video-modal__controls{grid-template-columns:auto 1fr auto;}
 .byfa-video-modal__time{display:none;}
}
 .dark .byfa-pdp-content__tabs,.dark .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed,body.dark .byfa-pdp-content__tabs,body.dark .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed{background:#202024 !important;border-bottom-color:#3F3F46 !important;}
 .byfa-product-detail{--byfa-layer-content:1;--byfa-layer-gallery:20;--byfa-layer-sheet:30;--byfa-layer-tabs:820;--byfa-layer-buybar:880;--byfa-layer-modal:1200;isolation:isolate;}
 .byfa-product-detail__gallery,.byfa-pdp-content__tabs,.byfa-mobile-buy-bar{transition-property:background-color,border-color,color,opacity !important;transform:none !important;will-change:auto !important;}
 .byfa-product-detail__info,.byfa-product-detail__service-strip,.byfa-related-products,.byfa-pdp-content,.byfa-pdp-section{position:relative;z-index:var(--byfa-layer-sheet);}
 .byfa-pdp-content__tabs,.byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed{z-index:var(--byfa-layer-tabs) !important;background:var(--byfa-color-surface,#fff) !important;box-shadow:none !important;border-top:0 !important;border-bottom:1px solid var(--byfa-color-border,#e5e7eb) !important;}
 .byfa-mobile-buy-bar{z-index:var(--byfa-layer-buybar) !important;border-radius:20px !important;overflow:hidden;}
 .byfa-video-modal{z-index:var(--byfa-layer-modal) !important;}
 body.dark .byfa-product-detail,.dark .byfa-product-detail{--byfa-color-bg:#18181B;--byfa-color-surface:#1D1D21;--byfa-color-surface-2:#222228;--byfa-color-surface-3:#292930;--byfa-color-elevated:#303038;--byfa-color-hover:#35353D;--byfa-color-border-soft:#2D2D34;--byfa-color-border:#3F3F46;--byfa-color-border-strong:#52525B;--byfa-color-text:#FAFAFA;--byfa-color-text-2:#D4D4D8;--byfa-color-muted:#A1A1AA;--byfa-color-primary:#F97316;--byfa-color-primary-hover:#EA580C;--byfa-color-primary-soft:rgba(249,115,22,.14);background:#18181B !important;color:#FAFAFA;}
 .dark .byfa-product-detail__wrap,.dark .byfa-product-detail__hero,.dark .byfa-pdp-content,.dark .byfa-pdp-content__main,.dark .byfa-pdp-section,.dark .byfa-pdp-section__body{background:#18181B !important;}
 .dark .byfa-product-detail__breadcrumb{background:transparent !important;color:#A1A1AA !important;border-color:#2D2D34 !important;}
 .dark .byfa-product-detail__gallery,.dark .byfa-product-detail__mobile-gallery,.dark .byfa-product-detail__mobile-gallery-rail,.dark .byfa-product-detail__mobile-gallery-slide{background:#202026 !important;}
 .dark .byfa-product-detail__info{background:#18181B !important;color:#FAFAFA !important;box-shadow:0 -1px 0 #2D2D34 !important;}
 .dark .byfa-buy-column-inner,.dark .byfa-pdp-content__side-card,.dark .byfa-pdp-form,.dark .byfa-pdp-review-card,.dark .byfa-pdp-qa-card,.dark .byfa_product-catalog-item{background:#222228 !important;border-color:#3F3F46 !important;box-shadow:none !important;}
 .dark .byfa-product-detail__service-strip{background:#18181B !important;border-top-color:#3F3F46 !important;border-bottom-color:#3F3F46 !important;}
 .dark .byfa-related-products{background:#1D1D21 !important;border-color:#3F3F46 !important;}
 .dark .byfa-related-products__card{background:transparent !important;border-color:#34343B !important;}
 .dark .byfa-pdp-content__tabs,.dark .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed,body.dark .byfa-pdp-content__tabs,body.dark .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed{background:#222228 !important;border-bottom-color:#3F3F46 !important;box-shadow:none !important;}
 .dark .byfa-mobile-buy-bar,body.dark .byfa-mobile-buy-bar{background:rgba(34,34,40,.96) !important;border:1px solid #52525B !important;box-shadow:0 12px 30px rgba(0,0,0,.28) !important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}
 .dark .byfa-product-detail__feature-row:nth-child(odd){background:#222228 !important;}
 .dark .byfa-product-detail__feature-row:nth-child(even){background:#292930 !important;}
 .dark .byfa-pdp-specs__row:nth-child(odd) .byfa-pdp-specs__key{background:#222228 !important;}
 .dark .byfa-pdp-specs__row:nth-child(odd) .byfa-pdp-specs__value{background:#292930 !important;}
 .dark .byfa-pdp-specs__row:nth-child(even) .byfa-pdp-specs__key{background:#26262C !important;}
 .dark .byfa-pdp-specs__row:nth-child(even) .byfa-pdp-specs__value{background:#303038 !important;}
 .dark .byfa-pdp-specs__key{color:#A1A1AA !important;}
 .dark .byfa-pdp-specs__value{color:#FAFAFA !important;}
 .dark .byfa-pdp-specs__row,.dark .byfa-pdp-specs{border-color:#3F3F46 !important;}
 .byfa-product-detail__mobile-gallery-play{width:38px !important;height:38px !important;border-radius:12px !important;background:rgba(24,24,27,.62) !important;border:1px solid rgba(255,255,255,.28) !important;color:#fff !important;font-size:0 !important;backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%);box-shadow:0 8px 22px rgba(0,0,0,.22) !important;}
 .byfa-product-detail__mobile-gallery-play::before{content:"";width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:0;border-left:10px solid #fff;margin-left:2px;}
 @media (max-width:768px){.byfa-product-detail{isolation:auto;padding-bottom:calc(178px+env(safe-area-inset-bottom,0px)) !important;}
 .byfa-product-detail__gallery,.byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__gallery{z-index:var(--byfa-layer-gallery) !important;overflow:hidden !important;contain:paint;}
 .byfa-product-detail__info,.byfa-product-detail__service-strip,.byfa-related-products,.byfa-pdp-content{z-index:var(--byfa-layer-sheet) !important;background:var(--byfa-color-surface,#fff) !important;}
 .dark .byfa-product-detail__info,.dark .byfa-product-detail__service-strip,.dark .byfa-pdp-content{background:#18181B !important;}
 .dark .byfa-related-products{background:#1D1D21 !important;}
 .byfa-mobile-buy-bar{position:fixed !important;left:12px !important;right:12px !important;width:auto !important;bottom:calc(96px+env(safe-area-inset-bottom,0px)) !important;z-index:var(--byfa-layer-buybar) !important;margin:0 !important;border:1px solid var(--byfa-color-border,#e5e7eb) !important;box-shadow:0 12px 30px rgba(0,0,0,.16) !important;}
 .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed{z-index:var(--byfa-layer-tabs) !important;}
 .byfa-pdp-specs__row{grid-template-columns:minmax(112px,38%) minmax(0,1fr) !important;}
 .byfa-pdp-specs__key,.byfa-pdp-specs__value{min-width:0;display:flex;align-items:center;}
}
 body.dark .byfa-product-detail,.dark .byfa-product-detail{--byfa-color-bg:#18181B;--byfa-color-surface:#1D1D21;--byfa-color-surface-2:#222228;--byfa-color-surface-3:#27272E;--byfa-color-elevated:#2C2C33;--byfa-color-hover:#32323A;--byfa-color-border-soft:#2D2D34;--byfa-color-border:#3F3F46;--byfa-color-border-strong:#52525B;--byfa-color-text:#FAFAFA;--byfa-color-text-2:#D4D4D8;--byfa-color-muted:#A1A1AA;}
 .dark .byfa-product-detail__gallery,.dark .byfa-product-detail__gallery-main,body.dark .byfa-product-detail__gallery,body.dark .byfa-product-detail__gallery-main{background:transparent !important;}
 .dark .byfa-pdp-content__tabs,.dark .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed,body.dark .byfa-pdp-content__tabs,body.dark .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed{background:#18181B !important;border-bottom-color:#3F3F46 !important;box-shadow:none !important;}
 .byfa-pdp-content__tabs-placeholder{position:relative !important;min-height:var(--byfa-tabs-stable-height,48px) !important;}
 .byfa-pdp-content__tabs,.byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed{transition:background-color .18s ease,border-color .18s ease,color .18s ease !important;will-change:auto !important;backface-visibility:hidden;}
 .byfa-product-detail__gallery,.byfa-pdp-content__tabs,.byfa-buy-column,.byfa-pdp-content__side-card,.byfa-mobile-buy-bar{transition-property:background-color,border-color,color,opacity,box-shadow !important;}
 @media (max-width:768px){.byfa-product-detail__breadcrumb,.byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__breadcrumb{position:relative !important;inset:auto !important;z-index:2 !important;display:block !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:8px 14px 7px !important;overflow:hidden !important;direction:rtl !important;text-align:right !important;white-space:nowrap !important;background:transparent !important;font-size:10px !important;line-height:1.65 !important;}
 .byfa-product-detail__breadcrumb-list,.byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__breadcrumb-list{display:flex !important;flex-flow:row nowrap !important;align-items:center !important;justify-content:flex-start !important;width:100% !important;min-width:0 !important;margin:0 !important;padding:0 !important;gap:5px !important;overflow-x:auto !important;overflow-y:hidden !important;direction:rtl !important;text-align:right !important;scrollbar-width:none !important;-webkit-overflow-scrolling:touch;}
 .byfa-product-detail__breadcrumb-list::-webkit-scrollbar{display:none !important;}
 .byfa-product-detail__breadcrumb-item{flex:0 0 auto !important;min-width:0 !important;}
 .byfa-product-detail__breadcrumb-link,.byfa-product-detail__breadcrumb-current{font-size:10px !important;line-height:1.65 !important;white-space:nowrap !important;}
 .byfa-product-detail__gallery,.byfa-product-detail__mobile-gallery,.byfa-product-detail__mobile-gallery-rail,.byfa-product-detail__mobile-gallery-page--main{background:#F4F4F5 !important;}
 .dark .byfa-product-detail__gallery,.dark .byfa-product-detail__mobile-gallery,.dark .byfa-product-detail__mobile-gallery-rail,.dark .byfa-product-detail__mobile-gallery-page--main,body.dark .byfa-product-detail__gallery,body.dark .byfa-product-detail__mobile-gallery,body.dark .byfa-product-detail__mobile-gallery-rail,body.dark .byfa-product-detail__mobile-gallery-page--main{background:#202024 !important;}
 .byfa-product-detail__gallery,.byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__gallery{z-index:20 !important;contain:layout paint !important;overflow:hidden !important;transform:none !important;box-shadow:none !important;}
 .byfa-product-detail__info,.byfa-product-detail__service-strip,.byfa-related-products,.byfa-pdp-content{position:relative !important;z-index:40 !important;}
 .dark .byfa-product-detail__info,body.dark .byfa-product-detail__info{background:#18181B !important;border-top-color:#2D2D34 !important;}
 .dark .byfa-related-products,body.dark .byfa-related-products{background:#1D1D21 !important;}
 .byfa-mobile-buy-bar{position:fixed !important;left:12px !important;right:12px !important;bottom:calc(var(--byfa-mobile-buy-base-bottom,96px)+env(safe-area-inset-bottom,0px)) !important;width:auto !important;margin:0 !important;z-index:2147482000 !important;transform:translate3d(0,var(--byfa-mobile-buy-footer-shift,0px),0) !important;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease !important;isolation:isolate !important;}
 .byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed{left:0 !important;right:0 !important;width:100vw !important;transform:none !important;box-shadow:none !important;}
}
 @media (max-width:768px){.byfa-product-detail{--byfa-v29-layer-gallery:20;--byfa-v29-layer-content:40;--byfa-v29-layer-tabs:1200;--byfa-v29-layer-buy:5000;}
 .byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__gallery,.byfa-product-detail.byfa-product-detail--v29-gallery-fixed .byfa-product-detail__gallery{right:auto !important;bottom:auto !important;max-width:none !important;margin:0 !important;transform:none !important;transition:none !important;box-shadow:none !important;contain:layout paint !important;overflow:hidden !important;}
 .byfa-product-detail__gallery-placeholder-v29{display:none;width:100%;height:0;margin:0;padding:0;border:0;pointer-events:none;}
 .byfa-product-detail--v29-gallery-fixed .byfa-product-detail__gallery-placeholder-v29{display:block;height:var(--byfa-v29-gallery-height,0px);}
 .byfa-product-detail--v29-gallery-fixed .byfa-product-detail__gallery{position:fixed !important;top:var(--byfa-v29-gallery-top,0px) !important;left:var(--byfa-v29-gallery-left,0px) !important;width:var(--byfa-v29-gallery-width,auto) !important;height:var(--byfa-v29-gallery-height,auto) !important;z-index:var(--byfa-v29-layer-gallery) !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important;}
 .byfa-product-detail--v29-gallery-covered .byfa-product-detail__gallery{opacity:0 !important;visibility:hidden !important;pointer-events:none !important;}
 .byfa-product-detail__info,.byfa-product-detail__service-strip,.byfa-related-products,.byfa-pdp-content{position:relative !important;z-index:var(--byfa-v29-layer-content) !important;}
 .byfa-mobile-buy-bar{position:fixed !important;left:12px !important;right:12px !important;top:auto !important;bottom:var(--byfa-v29-buy-bottom,96px) !important;width:auto !important;min-height:72px !important;margin:0 !important;padding:10px 12px !important;display:grid !important;grid-template-columns:minmax(0,1fr) minmax(150px,1.15fr) !important;align-items:center !important;gap:12px !important;border:1px solid var(--byfa-color-border) !important;border-radius:20px !important;background:var(--byfa-color-surface) !important;color:var(--byfa-color-text) !important;box-shadow:0 14px 34px rgba(15,23,42,.16) !important;z-index:var(--byfa-v29-layer-buy) !important;overflow:hidden !important;isolation:isolate !important;transform:translate3d(0,var(--byfa-v29-buy-shift,0px),0) !important;transition:opacity .16s ease,visibility .16s ease,background-color .18s ease,border-color .18s ease !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;}
 .byfa-mobile-buy-bar.byfa-mobile-buy-bar--v29-visible{opacity:1 !important;visibility:visible !important;pointer-events:auto !important;}
 .byfa-mobile-buy-bar__price{min-width:0 !important;display:flex !important;align-items:baseline !important;justify-content:flex-start !important;gap:5px !important;color:var(--byfa-color-text) !important;}
 .byfa-mobile-buy-bar__price strong{color:var(--byfa-color-text) !important;font-size:18px !important;font-weight:950 !important;line-height:1.4 !important;}
 .byfa-mobile-buy-bar__price span{color:var(--byfa-color-text-2) !important;font-size:10px !important;font-weight:800 !important;}
 .byfa-mobile-buy-bar__button,body.dark .byfa-mobile-buy-bar__button,.dark .byfa-mobile-buy-bar__button{width:100% !important;min-height:50px !important;padding:10px 14px !important;border:0 !important;border-radius:14px !important;background:var(--byfa-color-primary) !important;color:#fff !important;font-size:13px !important;font-weight:900 !important;line-height:1.5 !important;box-shadow:none !important;}
 .byfa-mobile-buy-bar__button:hover,.byfa-mobile-buy-bar__button:focus-visible{background:var(--byfa-color-primary-hover) !important;}
 body.dark .byfa-mobile-buy-bar,.dark .byfa-mobile-buy-bar{background:#222228 !important;border-color:#3F3F46 !important;box-shadow:0 16px 38px rgba(0,0,0,.38) !important;}
 .byfa-pdp-content__tabs,.byfa-pdp-content__tabs.byfa-pdp-content__tabs--fixed{transition-property:background-color,border-color,color !important;transform:none !important;box-shadow:none !important;}
}
 @media (max-width:768px){.byfa-product-detail__mobile-gallery-rail{display:flex !important;align-items:stretch !important;width:100% !important;overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x proximity !important;scroll-behavior:smooth !important;overscroll-behavior-inline:contain !important;-webkit-overflow-scrolling:touch !important;touch-action:pan-x pan-y !important;}
 .byfa-product-detail__mobile-gallery-page--main{flex:0 0 100% !important;width:100% !important;min-width:100% !important;scroll-snap-align:start !important;}
 .byfa-product-detail__mobile-gallery-page--grid{flex:0 0 auto !important;width:max-content !important;min-width:100% !important;height:100% !important;display:grid !important;grid-template-rows:repeat(2,minmax(0,1fr)) !important;grid-template-columns:none !important;grid-auto-flow:column !important;grid-auto-columns:minmax(138px,calc((100vw - 32px) / 2)) !important;gap:0 !important;padding:0 !important;scroll-snap-align:start !important;align-items:stretch !important;}
 .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-slide{width:auto !important;min-width:0 !important;height:auto !important;margin:0 !important;padding:12px !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;transform:none !important;overflow:hidden !important;scroll-snap-align:start !important;position:relative !important;}
 .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-slide::before,.byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-slide::after{content:"" !important;position:absolute !important;pointer-events:none !important;background:var(--byfa-color-border) !important;opacity:.9 !important;z-index:2 !important;}
 .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-slide::before{inset-inline:12px !important;bottom:0 !important;height:1px !important;}
 .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-slide::after{inset-block:12px !important;left:0 !important;width:1px !important;}
 .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;}
 .byfa-product-detail__mobile-gallery-dots{display:none !important;}
 .byfa-mobile-buy-bar,.byfa-mobile-buy-bar.byfa-mobile-buy-bar--v29-visible,.byfa-mobile-buy-bar.byfa-mobile-buy-bar--v30-visible{position:fixed !important;left:12px !important;right:12px !important;top:auto !important;bottom:var(--byfa-v30-buy-bottom,96px) !important;width:auto !important;min-height:72px !important;display:grid !important;grid-template-columns:minmax(0,1fr) minmax(150px,1.15fr) !important;align-items:center !important;gap:12px !important;margin:0 !important;padding:10px 12px !important;border:1px solid var(--byfa-color-border) !important;border-radius:20px !important;background:var(--byfa-color-surface) !important;color:var(--byfa-color-text) !important;box-shadow:0 14px 34px rgba(15,23,42,.16) !important;z-index:2147482000 !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important;overflow:hidden !important;isolation:isolate !important;transform:translate3d(0,var(--byfa-v30-buy-shift,0px),0) !important;transition:none !important;}
 .byfa-mobile-buy-bar__button,body.dark .byfa-mobile-buy-bar__button,.dark .byfa-mobile-buy-bar__button{background:var(--byfa-color-primary) !important;color:#fff !important;}
 body.dark .byfa-mobile-buy-bar,.dark .byfa-mobile-buy-bar{background:#222228 !important;border-color:#3F3F46 !important;box-shadow:0 16px 38px rgba(0,0,0,.38) !important;}
}
 @media (min-width:769px){.byfa-mobile-buy-bar{display:none !important;}
}
 .byfa-product-detail__color-btn{width:42px;height:42px;border:0;background:transparent;isolation:isolate;transition:transform .24s cubic-bezier(.22,1,.36,1);will-change:transform;}
 .byfa-product-detail__color-btn:hover{transform:translateY(-2px);}
 .byfa-product-detail__color-btn::before{inset:6px;border:1px solid var(--byfa-color-border);box-shadow:0 0 0 4px var(--byfa-color-surface);transform:scale(1);transition:box-shadow .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),border-color .2s ease;}
 .byfa-product-detail__color-btn::after{content:"";position:absolute;width:18px;height:18px;left:-2px;bottom:-1px;border-radius:7px;background-color:var(--byfa-color-primary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 12.5l3.15 3.15L17.5 8.3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px 12px;border:2px solid var(--byfa-color-surface);box-shadow:0 5px 14px rgba(249,115,22,.28);opacity:0;transform:translateY(4px) scale(.48) rotate(-14deg);transition:opacity .2s ease,transform .32s cubic-bezier(.22,1,.36,1),box-shadow .25s ease;z-index:3;pointer-events:none;}
 .byfa-product-detail__color-btn--active{border-color:transparent;box-shadow:none;transform:translateY(-1px) scale(1.015);}
 .byfa-product-detail__color-btn--active::before{border-color:transparent;box-shadow:0 0 0 4px var(--byfa-color-surface),0 0 0 6px var(--byfa-color-primary),0 7px 18px rgba(249,115,22,.13);transform:scale(.94);}
 .byfa-product-detail__color-btn--active::after{opacity:1;transform:translateY(0) scale(1) rotate(0deg);}
 .byfa-pdp-content__tab{padding-top:18px !important;padding-bottom:18px !important;}
 .byfa-product-detail__gallery-main,.byfa-product-detail__thumb,.byfa-product-detail__mobile-gallery,.byfa-product-detail__mobile-gallery-slide,.dark .byfa-product-detail__mobile-gallery-slide,body.dark .byfa-product-detail__mobile-gallery-slide{background:transparent !important;background-color:transparent !important;}
 .byfa-pdp-field input[aria-invalid="true"],.byfa-pdp-field textarea[aria-invalid="true"]{border-color:var(--byfa-color-danger);box-shadow:0 0 0 3px rgba(220,38,38,.10);animation:byfa-comment-shake .26s ease both;}
 .byfa-pdp-field__error{display:block;min-height:17px;margin-top:4px;color:var(--byfa-color-danger);font-size:11px;line-height:1.5;opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease;}
 .byfa-pdp-field__error:not(:empty){opacity:1;transform:translateY(0);}
 .byfa-pdp-submit{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:118px;transition:transform .18s ease,opacity .18s ease,background-color .18s ease;}
 .byfa-pdp-submit:hover:not(:disabled){transform:translateY(-1px);}
 .byfa-pdp-submit:active:not(:disabled){transform:scale(.98);}
 .byfa-pdp-submit:disabled{opacity:.78;cursor:wait;}
 .byfa-pdp-submit__loader{display:none;align-items:center;gap:4px;}
 .byfa-pdp-submit__loader i{display:block;width:5px;height:5px;border-radius:50%;background:currentColor;animation:byfa-comment-dot .9s ease-in-out infinite;}
 .byfa-pdp-submit__loader i:nth-child(2){animation-delay:.12s;}
 .byfa-pdp-submit__loader i:nth-child(3){animation-delay:.24s;}
 .byfa-pdp-submit.is-loading .byfa-pdp-submit__loader{display:inline-flex;}
 .byfa-pdp-comment-form__status{min-height:22px;margin-top:8px;padding:0;border-radius:8px;font-size:12px;font-weight:800;line-height:1.7;opacity:0;transform:translateY(-5px);transition:opacity .24s ease,transform .24s ease,padding .24s ease,background-color .24s ease;}
 .byfa-pdp-comment-form__status:not(:empty){opacity:1;transform:translateY(0);padding:8px 10px;}
 .byfa-pdp-comment-form__status.is-success{color:#15803d;background:rgba(22,163,74,.08);}
 .byfa-pdp-comment-form__status.is-error{color:var(--byfa-color-danger);background:rgba(220,38,38,.07);}
 @keyframes byfa-comment-dot{0%,80%,100%{transform:translateY(0);opacity:.45;}
 40%{transform:translateY(-4px);opacity:1;}
}
 @keyframes byfa-comment-shake{0%,100%{transform:translateX(0)}
 35%{transform:translateX(3px)}
 70%{transform:translateX(-3px)}
}
 @media (prefers-reduced-motion:reduce){.byfa-product-detail__color-btn,.byfa-product-detail__color-btn::before,.byfa-product-detail__color-btn::after,.byfa-pdp-field__error,.byfa-pdp-comment-form__status,.byfa-pdp-submit{transition:none !important;animation:none !important;}
}

/* V47.1 — RTL mobile gallery, original thumbnail grid, theme-aware frames and fullscreen swiper */
@media (max-width:768px){
  .byfa-product-detail__gallery,
  .byfa-product-detail__mobile-gallery,
  .byfa-product-detail__mobile-gallery-rail{
    background:transparent !important;
  }

  .byfa-product-detail__mobile-gallery{
    position:relative !important;
    height:354px !important;
    min-height:354px !important;
    padding:0 !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  .byfa-product-detail__mobile-gallery-rail{
    width:100% !important;
    height:338px !important;
    min-height:338px !important;
    margin-block:8px !important;
    display:flex !important;
    flex-flow:row nowrap !important;
    align-items:stretch !important;
    gap:10px !important;
    padding:0 0 28px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    direction:rtl !important;
    scroll-snap-type:x proximity !important;
    scroll-behavior:smooth !important;
    overscroll-behavior-inline:contain !important;
    -webkit-overflow-scrolling:touch !important;
    touch-action:pan-x pan-y !important;
    scrollbar-width:none !important;
  }

  .byfa-product-detail__mobile-gallery-rail::-webkit-scrollbar{
    display:none !important;
  }

  .byfa-product-detail__mobile-gallery-page{
    height:100% !important;
    min-height:0 !important;
    margin:0 !important;
    box-sizing:border-box !important;
    direction:rtl !important;
    scroll-snap-align:start !important;
  }

  .byfa-product-detail__mobile-gallery-page--main{
    flex:0 0 calc(100% - 58px) !important;
    width:calc(100% - 58px) !important;
    min-width:calc(100% - 58px) !important;
    display:flex !important;
    align-items:stretch !important;
    justify-content:stretch !important;
    padding:0 !important;
  }

  .byfa-product-detail__mobile-gallery-page--grid{
    flex:0 0 100% !important;
    width:100% !important;
    min-width:100% !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    grid-template-rows:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
    padding:0 !important;
    align-items:stretch !important;
  }

  .byfa-product-detail__mobile-gallery-slide,
  .byfa-product-detail__mobile-gallery-slide:first-child,
  .byfa-product-detail__mobile-gallery-slide:not(:first-child),
  .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-slide{
    position:relative !important;
    width:100% !important;
    min-width:0 !important;
    height:100% !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    grid-row:auto !important;
    grid-column:auto !important;
    transform:none !important;
    border:1px solid var(--byfa-color-border,#e5e7eb) !important;
    border-radius:14px !important;
    background:#ffffff !important;
    box-shadow:none !important;
    overflow:hidden !important;
    cursor:pointer !important;
    direction:rtl !important;
  }

  .byfa-product-detail__mobile-gallery-slide--main,
  .byfa-product-detail__mobile-gallery-slide:first-child{
    border-radius:0 14px 14px 0 !important;
  }

  .byfa-product-detail__mobile-gallery-img,
  .byfa-product-detail__mobile-gallery-slide:first-child .byfa-product-detail__mobile-gallery-img,
  .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    padding:0 !important;
    object-fit:contain !important;
    object-position:center !important;
    background:transparent !important;
    border:0 !important;
    border-radius:inherit !important;
    pointer-events:none !important;
    user-select:none !important;
  }

  .byfa-product-detail__mobile-gallery-slide::before,
  .byfa-product-detail__mobile-gallery-slide::after,
  .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-slide::before,
  .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-slide::after{
    display:none !important;
    content:none !important;
  }

  .byfa-product-detail__mobile-gallery-slide--video{
    background:#ffffff !important;
  }

  .dark .byfa-product-detail__mobile-gallery-slide,
  body.dark .byfa-product-detail__mobile-gallery-slide,
  .dark .byfa-product-detail__mobile-gallery-slide--video,
  body.dark .byfa-product-detail__mobile-gallery-slide--video{
    background:var(--byfa-color-surface,#202024) !important;
  }

  .byfa-product-detail__mobile-gallery-dots{
    display:none !important;
  }

  .byfa-mobile-gallery-progress{
    position:absolute;
    left:14px;
    bottom:10px;
    z-index:5;
    width:82px;
    height:3px;
    overflow:hidden;
    border-radius:999px;
    background:rgba(15,23,42,.18);
    direction:ltr;
    pointer-events:none;
  }

  .byfa-mobile-gallery-progress__indicator{
    display:block;
    height:100%;
    min-width:18px;
    border-radius:999px;
    background:#475569;
    transform:translate3d(0,0,0);
    transition:transform .14s linear;
  }

  .dark .byfa-mobile-gallery-progress,
  body.dark .byfa-mobile-gallery-progress{
    background:rgba(255,255,255,.18);
  }

  .dark .byfa-mobile-gallery-progress__indicator,
  body.dark .byfa-mobile-gallery-progress__indicator{
    background:#f8fafc;
  }

  body.byfa-image-viewer-open{
    overflow:hidden !important;
    touch-action:none !important;
  }

  body.byfa-image-viewer-open .byfa-mobile-buy-bar,
  body.byfa-image-viewer-open .byfa-cart-toast{
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }

  .byfa-image-viewer{
    position:fixed;
    inset:0;
    z-index:2147483500;
    display:none;
    grid-template-rows:auto minmax(0,1fr) auto;
    background:#000;
    color:#fff;
    direction:rtl;
  }

  .byfa-image-viewer.byfa-image-viewer--open{
    display:grid;
  }

  .byfa-image-viewer__top{
    min-height:58px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding:10px 14px;
  }

  .byfa-image-viewer__close{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border:0;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    cursor:pointer;
  }

  .byfa-image-viewer__close svg{
    width:21px;
    height:21px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
  }

  .byfa-image-viewer__stage{
    position:relative;
    min-height:0;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:12px 0;
    overflow:hidden;
    touch-action:pan-y;
  }

  .byfa-image-viewer__frame{
    width:100%;
    min-height:240px;
    max-height:68vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    overflow:hidden;
  }

  .byfa-image-viewer__image{
    display:block;
    width:100%;
    height:100%;
    max-height:68vh;
    object-fit:contain;
    background:#fff;
    user-select:none;
    -webkit-user-drag:none;
  }

  .byfa-image-viewer__nav{
    position:absolute;
    top:50%;
    z-index:4;
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    padding:0;
    border:1px solid rgba(255,255,255,.20);
    border-radius:50%;
    background:rgba(0,0,0,.48);
    color:#fff;
    transform:translateY(-50%);
    cursor:pointer;
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
  }

  .byfa-image-viewer__nav--prev{
    right:12px;
  }

  .byfa-image-viewer__nav--next{
    left:12px;
  }

  .byfa-image-viewer__nav svg{
    width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:2.2;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .byfa-image-viewer__nav:active{
    transform:translateY(-50%) scale(.92);
  }

  .byfa-image-viewer__bottom{
    padding:12px 14px calc(18px + env(safe-area-inset-bottom,0px));
    background:linear-gradient(to top,rgba(0,0,0,.96),rgba(0,0,0,.76));
  }

  .byfa-image-viewer__thumbs{
    display:flex;
    align-items:center;
    gap:7px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:3px 0;
    scrollbar-width:none;
    direction:rtl;
  }

  .byfa-image-viewer__thumbs::-webkit-scrollbar{
    display:none;
  }

  .byfa-image-viewer__thumb{
    position:relative;
    flex:0 0 58px;
    width:58px;
    height:58px;
    padding:3px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:8px;
    background:#fff;
    overflow:hidden;
    cursor:pointer;
  }

  .byfa-image-viewer__thumb--active{
    border-color:#f97316;
    box-shadow:0 0 0 2px rgba(249,115,22,.35);
  }

  .byfa-image-viewer__thumb img,
  .byfa-image-viewer__thumb video{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    background:#fff;
    pointer-events:none;
  }

  .byfa-image-viewer__video-mark{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    color:#fff;
    background:rgba(15,23,42,.32);
    font-size:16px;
  }
}

/* V47.3 — Final uniform rounded mobile gallery frames */
@media (max-width:768px){
  .byfa-product-detail__mobile-gallery-page--main,
  .byfa-product-detail__mobile-gallery-page--grid{
    overflow:visible !important;
  }

  .byfa-product-detail__mobile-gallery-slide,
  .byfa-product-detail__mobile-gallery-slide:first-child,
  .byfa-product-detail__mobile-gallery-slide--main,
  .byfa-product-detail__mobile-gallery-slide--video,
  .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-slide{
    border-radius:14px !important;
    overflow:hidden !important;
    clip-path:inset(0 round 14px) !important;
    -webkit-mask-image:-webkit-radial-gradient(white,black) !important;
  }

  .byfa-product-detail__mobile-gallery-img,
  .byfa-product-detail__mobile-gallery-slide:first-child .byfa-product-detail__mobile-gallery-img,
  .byfa-product-detail__mobile-gallery-slide--main .byfa-product-detail__mobile-gallery-img,
  .byfa-product-detail__mobile-gallery-page--grid .byfa-product-detail__mobile-gallery-img,
  .byfa-product-detail__mobile-gallery-slide video{
    border-radius:13px !important;
    overflow:hidden !important;
  }

  .byfa-product-detail__mobile-gallery-slide--main,
  .byfa-product-detail__mobile-gallery-slide:first-child{
    border-radius:14px !important;
  }

  .dark .byfa-product-detail__mobile-gallery-slide,
  body.dark .byfa-product-detail__mobile-gallery-slide{
    border-color:var(--byfa-color-border,#3f3f46) !important;
  }
}

@media (max-width:768px){.byfa-product-detail .byfa-product-detail__gallery,.byfa-product-detail .byfa-product-detail__mobile-gallery,.byfa-product-detail .byfa-product-detail__mobile-gallery-rail,.byfa-product-detail .byfa-product-detail__mobile-gallery-slide,.byfa-product-detail .byfa-product-detail__mobile-gallery-img{background:transparent !important;background-color:transparent !important;box-shadow:none !important;}
 .byfa-product-detail .byfa-product-detail__gallery::before,.byfa-product-detail .byfa-product-detail__gallery::after,.byfa-product-detail .byfa-product-detail__mobile-gallery::before,.byfa-product-detail .byfa-product-detail__mobile-gallery::after{content:none !important;display:none !important;background:none !important;}
 .byfa-product-detail__gallery-placeholder-v40{display:block;width:100%;height:0;min-height:0;margin:0;padding:0;border:0;pointer-events:none;}
 .byfa-product-detail.byfa-product-detail--v40-gallery-fixed .byfa-product-detail__gallery{position:fixed !important;top:var(--byfa-v40-gallery-top,60px) !important;left:var(--byfa-v40-gallery-left,0px) !important;right:auto !important;bottom:auto !important;width:var(--byfa-v40-gallery-width,100%) !important;max-width:none !important;height:var(--byfa-v40-gallery-height,354px) !important;min-height:var(--byfa-v40-gallery-height,354px) !important;margin:0 !important;box-sizing:border-box !important;transform:translate3d(0,0,0) !important;z-index:20 !important;overflow:hidden !important;contain:layout paint !important;backface-visibility:hidden !important;will-change:auto !important;}
 .byfa-product-detail.byfa-product-detail--v40-gallery-covered .byfa-product-detail__gallery{opacity:0 !important;visibility:hidden !important;pointer-events:none !important;}
 .byfa-product-detail .byfa-product-detail__info,.byfa-product-detail .byfa-product-detail__service-strip,.byfa-product-detail .byfa-related-products,.byfa-product-detail .byfa-pdp-content{position:relative !important;z-index:40 !important;}
 body>.byfa-mobile-buy-bar,.byfa-mobile-buy-bar{transform:translate3d(0,var(--byfa-v30-buy-shift,0px),0) !important;will-change:transform;}
}
 .byfa-product-detail__color-btn,.byfa-product-detail__color-btn::before,.byfa-product-detail__color-btn::after,.byfa-product-detail__color-btn .byfa-color-check{transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .22s ease,border-color .22s ease,box-shadow .22s ease,background-color .22s ease !important;}
 .byfa-pdp-field input,.byfa-pdp-field textarea{transition:border-color .22s ease,box-shadow .22s ease,background-color .22s ease !important;}
 .byfa-pdp-field input.is-invalid,.byfa-pdp-field textarea.is-invalid{border-color:var(--byfa-color-danger,#dc2626) !important;box-shadow:0 0 0 3px rgba(220,38,38,.10) !important;}
 .byfa-pdp-field__error,.byfa-pdp-comment-form__status{display:block;max-height:0;opacity:0;overflow:hidden;transform:translateY(-4px);transition:max-height .25s ease,opacity .22s ease,transform .25s ease,margin .25s ease !important;}
 .byfa-pdp-field__error.is-visible,.byfa-pdp-comment-form__status.is-visible{max-height:90px;opacity:1;transform:translateY(0);margin-top:7px;}
 .byfa-pdp-comment-form__status.is-loading{color:var(--byfa-color-text-2,#475569);}
 .byfa-pdp-comment-form__status.is-success{color:var(--byfa-color-success,#16a34a);}
 .byfa-pdp-comment-form__status.is-error{color:var(--byfa-color-danger,#dc2626);}
 .byfa-pdp-submit__loader{display:none;align-items:center;gap:4px;}
 .byfa-pdp-submit.is-loading [data-byfa-comment-submit-text]{opacity:.75;}
 .byfa-pdp-submit.is-loading .byfa-pdp-submit__loader{display:inline-flex;}
 .byfa-pdp-submit__loader i{width:5px;height:5px;border-radius:50%;background:currentColor;animation:byfa-v40-comment-dot .8s infinite ease-in-out;}
 .byfa-pdp-submit__loader i:nth-child(2){animation-delay:.12s;}
 .byfa-pdp-submit__loader i:nth-child(3){animation-delay:.24s;}
 @keyframes byfa-v40-comment-dot{0%,60%,100%{transform:translateY(0);opacity:.45;}
 30%{transform:translateY(-4px);opacity:1;}
}

@media (max-width:768px){.byfa-product-detail .byfa-product-detail__gallery{--byfa-v31-gallery-surface:#f5f5f6;position:relative !important;background-color:var(--byfa-v31-gallery-surface) !important;box-shadow:0 0 0 100vmax var(--byfa-v31-gallery-surface) !important;clip-path:inset(0 -100vmax) !important;}
 body.dark .byfa-product-detail .byfa-product-detail__gallery,.dark .byfa-product-detail .byfa-product-detail__gallery{--byfa-v31-gallery-surface:#202024;}
 body>.byfa-mobile-buy-bar,.byfa-mobile-buy-bar.byfa-mobile-buy-bar--v29-visible,.byfa-mobile-buy-bar.byfa-mobile-buy-bar--v30-visible{--byfa-buybar-primary:#ff6f06;--byfa-buybar-primary-hover:#e96000;--byfa-buybar-surface:#ffffff;--byfa-buybar-text:#1e2939;--byfa-buybar-muted:#64748b;--byfa-buybar-border:#e5e7eb;direction:rtl !important;text-align:right !important;position:fixed !important;inset-inline:12px !important;left:12px !important;right:12px !important;top:auto !important;bottom:var(--byfa-v30-buy-bottom,96px) !important;width:auto !important;min-width:0 !important;min-height:72px !important;display:grid !important;grid-template-columns:minmax(0,.9fr) minmax(160px,1.2fr) !important;grid-template-areas:"button price" !important;align-items:center !important;gap:12px !important;margin:0 !important;padding:10px 12px !important;box-sizing:border-box !important;border:1px solid var(--byfa-buybar-border) !important;border-radius:20px !important;background-color:var(--byfa-buybar-surface) !important;background-image:none !important;color:var(--byfa-buybar-text) !important;box-shadow:0 14px 34px rgba(15,23,42,.16) !important;z-index:2147482000 !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important;overflow:hidden !important;isolation:isolate !important;transform:translate3d(0,var(--byfa-v30-buy-shift,0px),0) !important;transition:none !important;}
 body>.byfa-mobile-buy-bar .byfa-mobile-buy-bar__price,.byfa-mobile-buy-bar .byfa-mobile-buy-bar__price{grid-area:price !important;min-width:0 !important;display:flex !important;align-items:baseline !important;justify-content:flex-start !important;gap:5px !important;direction:rtl !important;text-align:right !important;color:var(--byfa-buybar-text) !important;background:transparent !important;border:0 !important;padding:0 !important;margin:0 !important;}
 body>.byfa-mobile-buy-bar .byfa-mobile-buy-bar__price strong,.byfa-mobile-buy-bar .byfa-mobile-buy-bar__price strong{color:var(--byfa-buybar-text) !important;font-size:19px !important;font-weight:900 !important;line-height:1.35 !important;white-space:nowrap !important;}
 body>.byfa-mobile-buy-bar .byfa-mobile-buy-bar__price span,.byfa-mobile-buy-bar .byfa-mobile-buy-bar__price span{color:var(--byfa-buybar-muted) !important;font-size:11px !important;font-weight:800 !important;line-height:1.2 !important;white-space:nowrap !important;}
 body>.byfa-mobile-buy-bar .byfa-mobile-buy-bar__button,.byfa-mobile-buy-bar .byfa-mobile-buy-bar__button,body.dark>.byfa-mobile-buy-bar .byfa-mobile-buy-bar__button,.dark .byfa-mobile-buy-bar .byfa-mobile-buy-bar__button{grid-area:button !important;width:100% !important;min-width:0 !important;min-height:48px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;margin:0 !important;padding:11px 14px !important;box-sizing:border-box !important;border:0 !important;border-radius:14px !important;background-color:var(--byfa-buybar-primary) !important;background-image:none !important;color:#ffffff !important;font:inherit !important;font-size:14px !important;font-weight:900 !important;line-height:1.4 !important;text-align:center !important;white-space:nowrap !important;box-shadow:none !important;opacity:1 !important;appearance:none !important;-webkit-appearance:none !important;cursor:pointer !important;}
 body>.byfa-mobile-buy-bar .byfa-mobile-buy-bar__button:active,.byfa-mobile-buy-bar .byfa-mobile-buy-bar__button:active{background-color:var(--byfa-buybar-primary-hover) !important;transform:scale(.985) !important;}
 body.dark>.byfa-mobile-buy-bar,.dark body>.byfa-mobile-buy-bar,body.dark .byfa-mobile-buy-bar,.dark .byfa-mobile-buy-bar{--byfa-buybar-surface:#222226;--byfa-buybar-text:#fafafa;--byfa-buybar-muted:#a1a1aa;--byfa-buybar-border:#3f3f46;background-color:var(--byfa-buybar-surface) !important;border-color:var(--byfa-buybar-border) !important;box-shadow:0 16px 38px rgba(0,0,0,.38) !important;}
}
 @media (min-width:769px){body>.byfa-mobile-buy-bar,.byfa-mobile-buy-bar{display:none !important;}
}

@media (max-width:768px){.byfa-product-detail .byfa-product-detail__breadcrumb,.byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__breadcrumb{width:100% !important;max-width:100% !important;direction:rtl !important;text-align:right !important;display:flex !important;justify-content:flex-start !important;align-items:center !important;overflow:hidden !important;font-size:11px !important;line-height:1.65 !important;}
 .byfa-product-detail .byfa-product-detail__breadcrumb-list,.byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__breadcrumb-list{direction:rtl !important;display:inline-flex !important;flex-wrap:nowrap !important;justify-content:flex-start !important;align-items:center !important;gap:4px !important;width:max-content !important;max-width:100% !important;margin:0 !important;padding:0 !important;overflow-x:auto !important;overflow-y:hidden !important;scrollbar-width:none !important;}
 .byfa-product-detail .byfa-product-detail__breadcrumb-list::-webkit-scrollbar{display:none !important;}
 .byfa-product-detail .byfa-product-detail__breadcrumb-item{gap:3px !important;flex:0 0 auto !important;}
 .byfa-product-detail .byfa-product-detail__breadcrumb-link,.byfa-product-detail .byfa-product-detail__breadcrumb-current{gap:3px !important;font-size:11px !important;line-height:1.65 !important;white-space:nowrap !important;}
 .byfa-product-detail .byfa-product-detail__breadcrumb-home{gap:3px !important;}
 .byfa-product-detail .byfa-product-detail__breadcrumb-home-icon{width:11px !important;height:11px !important;margin:0 !important;}
 .byfa-product-detail .byfa-product-detail__breadcrumb-separator{margin-inline:1px !important;}
 body>.byfa-mobile-buy-bar,.byfa-mobile-buy-bar.byfa-mobile-buy-bar--v29-visible,.byfa-mobile-buy-bar.byfa-mobile-buy-bar--v30-visible{direction:ltr !important;grid-template-columns:minmax(160px,1.2fr) minmax(0,.9fr) !important;grid-template-areas:"action price" !important;box-shadow:0 4px 16px rgba(15,23,42,.10),0 0 0 1px rgba(15,23,42,.025) !important;transform:translate3d(0,var(--byfa-v32-buy-shift,0px),0) !important;will-change:transform !important;}
 body>.byfa-mobile-buy-bar .byfa-mobile-buy-bar__price,.byfa-mobile-buy-bar .byfa-mobile-buy-bar__price{grid-area:price !important;direction:rtl !important;text-align:right !important;justify-content:flex-start !important;}
 body>.byfa-mobile-buy-bar .byfa-mobile-buy-bar__button,.byfa-mobile-buy-bar .byfa-mobile-buy-bar__button{grid-area:action !important;direction:rtl !important;}
 body.dark>.byfa-mobile-buy-bar,.dark body>.byfa-mobile-buy-bar,body.dark .byfa-mobile-buy-bar,.dark .byfa-mobile-buy-bar{box-shadow:0 4px 18px rgba(0,0,0,.24),0 0 0 1px rgba(255,255,255,.035) !important;}
}

@media (max-width:768px){.byfa-product-detail .byfa-product-detail__gallery{position:relative !important;top:auto !important;right:auto !important;left:auto !important;bottom:auto !important;width:100% !important;max-width:100% !important;height:338px !important;min-height:338px !important;margin:0 !important;transform:none !important;transition:none !important;contain:layout paint !important;overflow:hidden !important;z-index:20 !important;}
 .byfa-product-detail .byfa-product-detail__gallery-placeholder-v29{display:none !important;width:100% !important;height:0 !important;min-height:0 !important;margin:0 !important;padding:0 !important;border:0 !important;pointer-events:none !important;}
 .byfa-product-detail.byfa-product-detail--v29-gallery-fixed .byfa-product-detail__gallery-placeholder-v29{display:block !important;height:var(--byfa-v29-gallery-height,354px) !important;min-height:var(--byfa-v29-gallery-height,354px) !important;}
 .byfa-product-detail.byfa-product-detail--v29-gallery-fixed .byfa-product-detail__gallery{position:fixed !important;top:var(--byfa-v29-gallery-top,0px) !important;left:var(--byfa-v29-gallery-left,0px) !important;right:auto !important;bottom:auto !important;width:var(--byfa-v29-gallery-width,100%) !important;max-width:none !important;height:var(--byfa-v29-gallery-height,354px) !important;min-height:var(--byfa-v29-gallery-height,354px) !important;margin:0 !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:none !important;transition:none !important;contain:layout paint !important;overflow:hidden !important;z-index:20 !important;}
 .byfa-product-detail.byfa-product-detail--v29-gallery-covered .byfa-product-detail__gallery{opacity:0 !important;visibility:hidden !important;pointer-events:none !important;}
 .byfa-product-detail.byfa-product-detail--mobile-hero-fixed .byfa-product-detail__hero,.byfa-product-detail.byfa-product-detail--v29-gallery-fixed .byfa-product-detail__hero{padding-top:0 !important;}
 .byfa-product-detail .byfa-product-detail__info,.byfa-product-detail .byfa-product-detail__service-strip,.byfa-product-detail .byfa-related-products,.byfa-product-detail .byfa-pdp-content{position:relative !important;z-index:40 !important;}
 body>.byfa-mobile-buy-bar,.byfa-mobile-buy-bar,.byfa-mobile-buy-bar.byfa-mobile-buy-bar--v29-visible,.byfa-mobile-buy-bar.byfa-mobile-buy-bar--v30-visible,body.dark>.byfa-mobile-buy-bar,body.dark .byfa-mobile-buy-bar,.dark .byfa-mobile-buy-bar{display:flex !important;flex-flow:row nowrap !important;align-items:center !important;justify-content:space-between !important;grid-template-columns:none !important;grid-template-areas:none !important;gap:10px !important;min-width:0 !important;padding:10px 12px !important;direction:ltr !important;}
 body>.byfa-mobile-buy-bar .byfa-mobile-buy-bar__button,.byfa-mobile-buy-bar .byfa-mobile-buy-bar__button,body.dark>.byfa-mobile-buy-bar .byfa-mobile-buy-bar__button,body.dark .byfa-mobile-buy-bar .byfa-mobile-buy-bar__button,.dark .byfa-mobile-buy-bar .byfa-mobile-buy-bar__button{order:1 !important;flex:1 1 58% !important;width:auto !important;min-width:0 !important;max-width:none !important;white-space:nowrap !important;direction:rtl !important;}
    body > .byfa-mobile-buy-bar .byfa-mobile-buy-bar__price, .byfa-mobile-buy-bar .byfa-mobile-buy-bar__price, body.dark > .byfa-mobile-buy-bar .byfa-mobile-buy-bar__price, body.dark .byfa-mobile-buy-bar .byfa-mobile-buy-bar__price, .dark .byfa-mobile-buy-bar .byfa-mobile-buy-bar__price {
        order: 2 !important;
        flex: 0 1 42% !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: 42% !important;
        display: flex !important;
        flex-flow: column !important;
        align-items: baseline !important;
        justify-content: flex-start !important;
        gap: 4px !important;
        direction: rtl !important;
        white-space: nowrap !important;
        overflow: hidden !important;
    }
 body>.byfa-mobile-buy-bar .byfa-mobile-buy-bar__price strong,.byfa-mobile-buy-bar .byfa-mobile-buy-bar__price strong{min-width:0 !important;font-size:clamp(15px,4.7vw,19px) !important;white-space:nowrap !important;}
 body.dark>.byfa-mobile-buy-bar,body.dark .byfa-mobile-buy-bar,.dark .byfa-mobile-buy-bar{background:#222226 !important;color:#fafafa !important;border-color:#3f3f46 !important;}
}

@media (max-width:768px){body>.byfa-mobile-buy-bar.byfa-mobile-buy-bar--temporarily-hidden,.byfa-mobile-buy-bar.byfa-mobile-buy-bar--temporarily-hidden{opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transform:translate3d(0,calc(var(--byfa-v30-buy-shift,0px)+18px),0) !important;}
 .byfa-product-detail__mobile-gallery-play,.byfa-product-detail__thumb-play-mark{display:inline-flex !important;align-items:center !important;justify-content:center !important;padding:0 !important;line-height:0 !important;text-indent:0 !important;}
 .byfa-product-detail__mobile-gallery-play::before,.byfa-product-detail__thumb-play-mark::before{content:none !important;display:none !important;}
 .byfa-product-detail__mobile-gallery-play svg{display:block !important;width:18px !important;height:18px !important;flex:0 0 18px !important;overflow:visible !important;transform:translateX(1px) !important;color:var(--byfa-color-primary,#f97316) !important;}
 .byfa-product-detail__thumb-play-mark svg{display:block !important;width:14px !important;height:14px !important;flex:0 0 14px !important;overflow:visible !important;transform:translateX(1px) !important;color:var(--byfa-color-primary,#f97316) !important;}
 .byfa-product-detail__mobile-gallery-play svg path,.byfa-product-detail__thumb-play-mark svg path{fill:currentColor !important;stroke:none !important;}
}

.byfa-cart-action-host{width:100%;min-width:0;}
 .byfa-cart-add-button,.byfa-cart-quantity{width:100%;min-height:48px;box-sizing:border-box;}
 .byfa-cart-add-button{border:0;border-radius:10px;background:var(--byfa-color-primary,#f97316);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;font:inherit;font-size:13px;font-weight:900;line-height:1.5;cursor:pointer;transition:background-color .18s ease,transform .16s ease,opacity .18s ease;}
 .byfa-cart-add-button:hover{background:var(--byfa-color-primary-hover,#ea580c);}
 .byfa-cart-add-button:active{transform:scale(.985);}
 .byfa-cart-add-button[disabled]{cursor:wait;opacity:.86;}
 .byfa-cart-loading-dots{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:18px;}
 .byfa-cart-loading-dots i{width:5px;height:5px;border-radius:50%;background:currentColor;animation:byfa-cart-dot-bounce .9s infinite ease-in-out;}
 .byfa-cart-loading-dots i:nth-child(2){animation-delay:.12s;}
 .byfa-cart-loading-dots i:nth-child(3){animation-delay:.24s;}
 @keyframes byfa-cart-dot-bounce{0%,60%,100%{transform:translateY(0);opacity:.45;}
 30%{transform:translateY(-4px);opacity:1;}
}
 .byfa-cart-quantity{display:grid;grid-template-columns:48px minmax(44px,1fr) 48px;align-items:center;overflow:hidden;border:1px solid var(--byfa-color-border,#e2e8f0);border-radius:12px;background:var(--byfa-color-surface,#fff);box-shadow:0 7px 20px rgba(15,23,42,.08);}
 .byfa-cart-quantity__button{align-self:stretch;min-width:0;border:0;background:transparent;color:var(--byfa-color-primary,#f97316);display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .14s ease;}
 .byfa-cart-quantity__button:hover{background:var(--byfa-color-primary-soft,rgba(249,115,22,.1));}
 .byfa-cart-quantity__button:active{transform:scale(.92);}
 .byfa-cart-quantity__button[disabled]{cursor:wait;opacity:.48;}
 .byfa-cart-quantity__button svg{width:21px;height:21px;display:block;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
 .byfa-cart-quantity__value{min-width:0;display:flex;align-items:center;justify-content:center;color:var(--byfa-color-text,#111827);font-size:18px;font-weight:950;line-height:1;font-variant-numeric:tabular-nums;}
 .dark .byfa-cart-quantity,body.dark .byfa-cart-quantity{background:#222228;border-color:#3f3f46;box-shadow:none;}
 .dark .byfa-cart-quantity__value,body.dark .byfa-cart-quantity__value{color:#fafafa;}
 .byfa-cart-toast{--byfa-cart-toast-bottom:22px;position:fixed;left:22px;bottom:var(--byfa-cart-toast-bottom);width:min(430px,calc(100vw - 32px));z-index:2147482100;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"close message action";align-items:center;gap:14px;padding:14px 16px;border:1px solid var(--byfa-color-border,#e2e8f0);border-radius:18px;background:var(--byfa-color-surface,#fff);box-shadow:0 18px 50px rgba(15,23,42,.16);direction:rtl;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,24px,0);transition:opacity .22s ease,transform .28s cubic-bezier(.22,1,.36,1),visibility .22s ease;}
 .byfa-cart-toast.byfa-cart-toast--visible{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0);}
 .byfa-cart-toast__message{grid-area:message;min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:9px;color:#16a34a;font-size:15px;font-weight:950;white-space:nowrap;}
 .byfa-cart-toast__check{width:18px;height:18px;flex:0 0 18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#22c55e;color:#fff;}
 .byfa-cart-toast__check svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;}
 .byfa-cart-toast__action{grid-area:action;min-height:42px;padding:0 16px;border-radius:999px;background:var(--byfa-color-soft,#f1f5f9);color:var(--byfa-color-text,#111827);display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:900;white-space:nowrap;text-decoration:none;}
 .byfa-cart-toast__action svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
 .byfa-cart-toast__close{grid-area:close;width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:var(--byfa-color-text-2,#475569);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}
 .byfa-cart-toast__close svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
 .dark .byfa-cart-toast,body.dark .byfa-cart-toast{background:#222228;border-color:#3f3f46;box-shadow:0 18px 50px rgba(0,0,0,.38);}
 .dark .byfa-cart-toast__action,body.dark .byfa-cart-toast__action{background:#303038;color:#fafafa;}
 .byfa-cart-toast.byfa-cart-toast--suppressed{opacity:0 !important;visibility:hidden !important;pointer-events:none !important;}
 @media (max-width:768px){.byfa-mobile-buy-bar .byfa-cart-action-host{flex:1 1 58%;min-width:0;}
 .byfa-mobile-buy-bar .byfa-cart-add-button,.byfa-mobile-buy-bar .byfa-cart-quantity{min-height:48px;border-radius:14px;}
 .byfa-mobile-buy-bar .byfa-cart-quantity{grid-template-columns:44px minmax(38px,1fr) 44px;background:var(--byfa-buybar-surface,#fff);border-color:var(--byfa-buybar-border,#e5e7eb);box-shadow:none;}
 .byfa-mobile-buy-bar .byfa-cart-quantity__value{color:var(--byfa-buybar-text,#1e2939);font-size:17px;}
 body.dark>.byfa-mobile-buy-bar .byfa-cart-quantity,.dark .byfa-mobile-buy-bar .byfa-cart-quantity{background:#222226;border-color:#3f3f46;}
 body.dark>.byfa-mobile-buy-bar .byfa-cart-quantity__value,.dark .byfa-mobile-buy-bar .byfa-cart-quantity__value{color:#fafafa;}
 .byfa-cart-toast{left:12px;right:12px;top:var(--byfa-cart-toast-mobile-top,auto) !important;bottom:auto !important;width:auto;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"close message" "action action";gap:10px 12px;padding:13px;border-radius:17px;transform:translate3d(0,18px,0);}
 .byfa-cart-toast__message{font-size:14px;}
 .byfa-cart-toast__action{width:100%;min-height:40px;}
}
 @media (prefers-reduced-motion:reduce){.byfa-cart-loading-dots i,.byfa-cart-toast,.byfa-cart-add-button,.byfa-cart-quantity__button{animation:none !important;transition:none !important;}
}

@media (min-width:769px){.byfa-cart-desktop-row{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;direction:rtl;}
 .byfa-cart-desktop-row .byfa-cart-quantity{flex:0 0 102px;width:102px;max-width:102px;min-height:44px;height:44px;grid-template-columns:34px 34px 34px;border-radius:10px;box-shadow:none;}
 .byfa-cart-desktop-row .byfa-cart-quantity__button svg{width:18px;height:18px;}
 .byfa-cart-desktop-row .byfa-cart-quantity__value{font-size:15px;}
 .byfa-cart-desktop-meta{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;text-align:right;line-height:1.45;direction:rtl;}
 .byfa-cart-desktop-meta span{color:var(--byfa-color-text-2,#475569);font-size:11px;font-weight:700;}
 .byfa-cart-desktop-meta a{color:#2563eb !important;font-size:12px;font-weight:900;text-decoration:none !important;white-space:nowrap;}
 .byfa-cart-desktop-meta a:hover{color:#1d4ed8 !important;}
}
 .byfa-cart-toast{grid-template-rows:auto auto;grid-template-areas:"close message action" "product product product";}
 .byfa-cart-toast__product{grid-area:product;min-width:0;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:12px;padding-top:12px;margin-top:2px;border-top:1px solid var(--byfa-color-border-soft,#eef2f7);direction:rtl;}
 .byfa-cart-toast__product-image{width:58px;height:58px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:transparent;}
 .byfa-cart-toast__product-image img{width:100%;height:100%;display:block;object-fit:contain;background:transparent;}
 .byfa-cart-toast__product-title{min-width:0;color:var(--byfa-color-text,#111827);font-size:13px;font-weight:850;line-height:1.8;text-align:right;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
 .dark .byfa-cart-toast__product,body.dark .byfa-cart-toast__product{border-top-color:#3f3f46;}
 .dark .byfa-cart-toast__product-title,body.dark .byfa-cart-toast__product-title{color:#fafafa;}
 @media (max-width:768px){.byfa-cart-toast{grid-template-areas:"close message" "action action" "product product";}
 .byfa-cart-toast__product{grid-template-columns:48px minmax(0,1fr);gap:10px;padding-top:10px;}
 .byfa-cart-toast__product-image{width:48px;height:48px;border-radius:9px;}
 .byfa-cart-toast__product-title{font-size:12px;line-height:1.7;}
}

@media (max-width:768px){
  .byfa-mobile-buy-bar .byfa-cart-action-host{
    flex:1 1 auto !important;
    min-width:0 !important;
  }
  .byfa-cart-mobile-row{
    width:100%;
    min-width:0;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:9px;
    direction:rtl;
  }
  .byfa-cart-mobile-row .byfa-cart-quantity{
    flex:0 0 102px;
    width:102px;
    max-width:102px;
    min-height:44px !important;
    height:44px;
    grid-template-columns:34px 34px 34px !important;
    border-radius:10px !important;
    box-shadow:none !important;
  }
  .byfa-cart-mobile-row .byfa-cart-quantity__button svg{
    width:18px;
    height:18px;
  }
  .byfa-cart-mobile-row .byfa-cart-quantity__value{
    font-size:15px !important;
  }
  .byfa-cart-mobile-meta{
    flex:0 0 auto;
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    gap:2px;
    direction:rtl;
    text-align:right;
    line-height:1.35;
  }
  .byfa-cart-mobile-meta span{
    color:var(--byfa-buybar-muted,#64748b);
    font-size:10px;
    font-weight:700;
    white-space:nowrap;
  }
  .byfa-cart-mobile-meta a{
    color:#2563eb !important;
    font-size:10.5px;
    font-weight:900;
    text-decoration:none !important;
    white-space:nowrap;
  }
  .byfa-cart-mobile-meta a:active{
    color:#1d4ed8 !important;
  }
  body.dark .byfa-cart-mobile-meta span,
  .dark .byfa-cart-mobile-meta span{
    color:#a1a1aa;
  }
}
@media (max-width:360px){
  .byfa-cart-mobile-row{gap:6px;}
  .byfa-cart-mobile-row .byfa-cart-quantity{
    flex-basis:96px;
    width:96px;
    max-width:96px;
    grid-template-columns:32px 32px 32px !important;
  }
  .byfa-cart-mobile-meta span{font-size:9.5px;}
  .byfa-cart-mobile-meta a{font-size:10px;}
}

.byfa-video-modal__controls{grid-template-columns:auto minmax(0,1fr) auto auto !important;grid-auto-flow:column !important;grid-auto-rows:36px !important;flex-wrap:nowrap !important;}
 .byfa-video-modal__control-group{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;white-space:nowrap;}
 .byfa-video-modal__control-group .byfa-video-modal__control{flex:0 0 auto;}
 .byfa-video-preview{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;background:transparent !important;}
 .byfa-cart-add-button--unavailable{cursor:not-allowed !important;color:var(--byfa-color-muted,#71717a) !important;background:var(--byfa-color-surface-soft,#f4f4f5) !important;border-color:var(--byfa-color-border,#e4e4e7) !important;box-shadow:none !important;}
 .dark .byfa-cart-add-button--unavailable,body.dark .byfa-cart-add-button--unavailable{color:#a1a1aa !important;background:#27272a !important;border-color:#3f3f46 !important;}
 .byfa-cart-toast--unavailable .byfa-cart-toast__check{color:#f97316 !important;background:rgba(249,115,22,.12) !important;}
 .byfa-cart-toast--unavailable .byfa-cart-toast__check svg path:first-child{fill:none;stroke:currentColor;}
 .byfa-cart-toast--unavailable .byfa-cart-toast__action[hidden]{display:none !important;}
 .byfa-product-detail__colors{display:flex !important;align-items:center !important;justify-content:flex-start !important;flex-wrap:wrap !important;gap:10px !important;overflow:visible !important;}
 .byfa-product-detail__color-btn::before{background:var(--byfa-swatch,#fff) !important;background-repeat:no-repeat !important;background-position:center !important;background-size:100% 100% !important;}
 .byfa-product-detail__color-btn--dual::before{border-color:rgba(15,23,42,.12) !important;}
 .dark .byfa-product-detail__color-btn--dual::before,body.dark .byfa-product-detail__color-btn--dual::before{border-color:rgba(255,255,255,.22) !important;}
 @media (max-width:768px){.byfa-product-detail__colors{gap:6px !important;flex-wrap:wrap !important;overflow:visible !important;}
 .byfa-product-detail__color-btn{width:36px !important;height:36px !important;flex:0 0 36px !important;}
 .byfa-product-detail__color-btn::before{inset:5px !important;}
 .byfa-product-detail__color-btn::after{width:16px !important;height:16px !important;left:-1px !important;bottom:-1px !important;background-size:10px 10px !important;}
}
 @media (max-width:768px){.byfa-video-modal__controls{grid-template-columns:auto minmax(0,1fr) auto !important;gap:8px !important;}
 .byfa-video-modal__control-group{gap:6px;}
 .byfa-video-modal__control{min-width:34px;padding-inline:8px;}
}

@media (max-width:768px){
  /* فضای امن انتهای محتوای محصول برای جلوگیری از هم‌پوشانی Buy Bar با کاتالوگ */
  .byfa-pdp-content{
    padding-bottom:calc(96px + env(safe-area-inset-bottom,0px)) !important;
  }
}
