.single-product{direction:rtl;width:100%;padding:24px 0 70px;overflow:hidden}.single-product__container{width:100%;max-width:1320px;margin:0 auto}.single-product__header{text-align:center;margin-bottom:5px;position:relative}.single-product__eyebrow{background:color-mix(in srgb, var(--theme-color-100) 8%, transparent);min-height:30px;color:var(--theme-color-100);border-radius:999px;justify-content:center;align-items:center;margin-bottom:10px;padding:5px 13px;font-size:11px;font-weight:800;line-height:1.5;display:inline-flex}.single-product__title{color:#111827;letter-spacing:-.4px;max-width:900px;margin:0 auto;font-size:clamp(25px,3vw,38px);font-weight:900;line-height:1.65}.single-product__title-line{justify-content:center;align-items:center;gap:5px;margin-top:14px;display:flex}.single-product__title-line span{background:var(--theme-color-100);border-radius:999px;height:3px;display:block}.single-product__title-line span:first-child{opacity:.3;width:24px}.single-product__title-line span:nth-child(2){width:46px}.single-product__title-line span:nth-child(3){opacity:.3;width:24px}.single-product__main{grid-template-columns:minmax(0,1fr) minmax(0,.95fr) minmax(0,.9fr);align-items:stretch;gap:22px;display:grid}.single-product__gallery,.single-product__features,.single-product__purchase{min-width:0}.product-gallery{background:#fff;border:1px solid #e5e7eb;border-radius:26px;height:100%;min-height:560px;padding:22px;box-shadow:0 15px 45px #0f172a0e}.product-gallery__main{width:100%;position:relative}.product-gallery__image-wrapper{background:#f8fafc;border-radius:20px;justify-content:center;align-items:center;width:100%;height:390px;display:flex;position:relative;overflow:hidden}.product-gallery__image-wrapper:before{content:"";background:color-mix(in srgb, var(--theme-color-100) 5%, transparent);pointer-events:none;border-radius:50%;width:230px;height:230px;position:absolute}.product-gallery__image-badge{z-index:2;color:#64748b;backdrop-filter:blur(8px);background:#ffffffe0;border:1px solid #ffffffb3;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800;position:absolute;top:14px;right:14px}.product-gallery__main-image{z-index:1;object-fit:contain;width:100%;height:100%;padding:28px;transition:transform .35s;display:block;position:relative}.product-gallery__image-wrapper:hover .product-gallery__main-image{transform:scale(1.025)}.product-gallery__navigation{justify-content:center;align-items:center;gap:14px;margin-top:18px;display:flex}.product-gallery__navigation-label{color:#94a3b8;text-align:center;min-width:100px;font-size:11px;font-weight:700}.product-gallery__nav-button{width:38px;height:38px;color:var(--theme-color-100);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:background-color .2s,color .2s,border-color .2s,transform .2s;display:inline-flex}.product-gallery__nav-button:hover{border-color:var(--theme-color-100);background:var(--theme-color-100);color:#fff;transform:translateY(-2px)}.product-gallery__nav-button svg{width:18px;height:18px}.product-gallery__thumbnails{scrollbar-width:none;justify-content:center;align-items:center;gap:9px;width:100%;margin-top:18px;padding:3px;display:flex;overflow-x:auto}.product-gallery__thumbnails::-webkit-scrollbar{display:none}.product-gallery__thumbnail{cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:13px;flex:0 0 66px;width:66px;height:66px;padding:4px;transition:border-color .2s,transform .2s,box-shadow .2s;overflow:hidden}.product-gallery__thumbnail:hover{border-color:color-mix(in srgb, var(--theme-color-100) 45%, #e5e7eb);transform:translateY(-2px)}.product-gallery__thumbnail.active{border:2px solid var(--theme-color-100);box-shadow:0 5px 18px color-mix(in srgb, var(--theme-color-100) 14%, transparent)}.product-gallery__thumbnail img{object-fit:contain;border-radius:9px;width:100%;height:100%;display:block}.product-features{background:#fff;border:1px solid #e5e7eb;border-radius:26px;height:100%;min-height:560px;padding:30px 24px;box-shadow:0 15px 45px #0f172a0e}.product-features__header{margin-bottom:24px}.product-features__eyebrow{color:var(--theme-color-100);margin-bottom:7px;font-size:11px;font-weight:800;display:block}.product-features__title{color:#111827;margin:0;font-size:clamp(20px,2vw,26px);font-weight:900;line-height:1.6}.product-features__description{color:#94a3b8;margin:7px 0 0;font-size:12px;line-height:1.9}.product-features__list{flex-direction:column;gap:10px;display:flex}.product-feature{border-radius:14px;align-items:flex-start;gap:11px;min-width:0;transition:border-color .2s,background-color .2s,transform .2s;display:flex}.product-feature__icon{background:color-mix(in srgb, var(--theme-color-100) 8%, transparent);width:32px;height:32px;color:var(--theme-color-100);border-radius:10px;flex:0 0 32px;justify-content:center;align-items:center;display:inline-flex}.product-feature__icon svg{width:17px;height:17px}.product-feature__content{flex-direction:column;gap:4px;min-width:0;display:flex}.product-feature__title{color:#374151;font-size:12px;font-weight:800;line-height:1.7}.product-feature__value{color:#6b7280;word-break:break-word;font-size:12px;font-weight:500;line-height:1.9}.product-features__empty{color:#94a3b8;text-align:center;border:1px dashed #dbe1e8;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:25px;display:flex}.product-features__empty svg{width:34px;height:34px;color:var(--theme-color-100);margin-bottom:12px}.product-features__empty span{font-size:12px;line-height:2}.product-purchase-card{border:1px solid var(--theme-color-100);background:var(--theme-color-100);color:#fff;border-radius:26px;flex-direction:column;height:500px;padding:24px;display:flex;position:relative;overflow:hidden}.product-purchase-card:before{content:"";border:1px solid #ffffff1a;border-radius:50%;width:220px;height:220px;position:absolute;top:-125px;left:-100px}.product-purchase-card:after{content:"";border:1px solid #ffffff14;border-radius:50%;width:140px;height:140px;position:absolute;bottom:-70px;right:-70px}.product-purchase-card__benefits{z-index:1;flex-direction:column;gap:4px;display:flex;position:relative}.product-purchase-card__benefit{color:#fffffff2;border-bottom:1px solid #ffffff17;align-items:center;gap:11px;min-height:58px;padding:9px 7px;font-size:11px;font-weight:700;line-height:1.8;text-decoration:none;display:flex}.product-purchase-card__benefit:last-child{border-bottom:0}.product-purchase-card__benefit-icon{color:#fff;background:#ffffff1a;border-radius:10px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.product-purchase-card__benefit-icon svg{width:18px;height:18px}.product-purchase-card__benefit--phone{transition:background-color .2s,padding-right .2s}.product-purchase-card__benefit--phone:hover{color:#fff;background:#ffffff14;border-radius:10px;padding-right:11px}.product-purchase-card__price{z-index:1;flex-direction:column;align-items:flex-start;margin-top:auto;padding:22px 7px 20px;display:flex;position:relative}.product-purchase-card__price-label{color:#ffffffa6;margin-bottom:5px;font-size:10px;font-weight:700}.product-purchase-card__old-price{color:#ffffff80;margin-bottom:2px;font-size:12px}.product-purchase-card__current-price{color:#fff;font-size:clamp(23px,2.2vw,30px);font-weight:900;line-height:1.5}.product-purchase-card__current-price small{font-size:11px;font-weight:700}.product-purchase-card__actions{z-index:1;flex-direction:column;gap:9px;display:flex;position:relative}.product-purchase-card__primary-button,.product-purchase-card__phone-button{cursor:pointer;border-radius:13px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:52px;padding:10px 16px;font-family:inherit;font-size:12px;font-weight:800;text-decoration:none;transition:transform .2s,background-color .2s,border-color .2s;display:flex}.product-purchase-card__primary-button{color:var(--theme-color-100);background:#fff;border:1px solid #fff}.product-purchase-card__primary-button:hover{background:#f8fafc;transform:translateY(-2px)}.product-purchase-card__primary-button svg{width:18px;height:18px}.product-purchase-card__phone-button{color:#fff;background:0 0;border:1px solid #ffffff4d}.product-purchase-card__phone-button:hover{color:#fff;background:#ffffff17;border-color:#fff;transform:translateY(-2px)}.product-purchase-card__phone-button svg{width:17px;height:17px}@media (width<=1199px){.single-product{padding-top:20px}.single-product__main{grid-template-columns:minmax(0,1fr) minmax(0,.95fr) minmax(0,.9fr);gap:16px}.product-gallery,.product-features,.product-purchase-card{min-height:520px}.product-gallery{padding:18px}.product-gallery__image-wrapper{height:350px}.product-purchase-card{padding:20px 17px}}@media (width<=991px){.single-product{padding:16px 0 55px}.single-product__header{margin-bottom:28px}.single-product__title{font-size:clamp(23px,4vw,32px)}.single-product__main{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.single-product__gallery{grid-column:1}.single-product__features{grid-column:2}.single-product__purchase{grid-column:1/-1}.product-gallery{min-height:auto}.product-gallery__image-wrapper{height:410px}.product-features,.product-purchase-card{min-height:480px}}@media (width<=767px){.single-product{padding:10px 0 40px}.single-product__header{margin-bottom:22px}.single-product__eyebrow{margin-bottom:7px;font-size:10px}.single-product__title{padding:0 8px;font-size:23px;line-height:1.75}.single-product__title-line{margin-top:10px}.single-product__main{flex-direction:column;gap:16px;display:flex}.single-product__gallery,.single-product__features,.single-product__purchase{width:100%}.product-gallery{border-radius:20px;min-height:auto;padding:13px}.product-gallery__image-wrapper{border-radius:15px;height:330px}.product-gallery__main-image{padding:22px}.product-gallery__image-badge{padding:5px 8px;font-size:9px;top:10px;right:10px}.product-gallery__navigation{gap:10px;margin-top:12px}.product-gallery__nav-button{border-radius:10px;width:35px;height:35px}.product-gallery__navigation-label{min-width:90px;font-size:10px}.product-gallery__thumbnails{justify-content:flex-start;gap:7px;margin-top:12px}.product-gallery__thumbnail{border-radius:11px;flex-basis:58px;width:58px;height:58px}.product-features{min-height:auto}.product-features__header{margin-bottom:17px}.product-features__eyebrow{font-size:10px}.product-features__title{font-size:20px}.product-features__description{font-size:11px}.product-features__list{gap:8px}.product-feature__icon{flex-basis:30px;width:30px;height:30px}.product-feature__icon svg{width:16px;height:16px}.product-feature__title{font-size:11px}.product-feature__value{font-size:11px;line-height:1.8}.product-purchase-card{border-radius:20px;min-height:auto;padding:18px 15px}.product-purchase-card__benefit{min-height:52px;font-size:10px}.product-purchase-card__benefit-icon{flex-basis:31px;width:31px;height:31px}.product-purchase-card__benefit-icon svg{width:16px;height:16px}.product-purchase-card__price{margin-top:8px;padding:17px 5px 15px}.product-purchase-card__current-price{font-size:25px}.product-purchase-card__actions{gap:8px}.product-purchase-card__primary-button,.product-purchase-card__phone-button{border-radius:12px;min-height:50px;font-size:11px}}@media (width<=480px){.single-product{padding-top:6px}.single-product__title{font-size:20px;line-height:1.8}.single-product__main{gap:13px}.product-gallery{border-radius:17px;padding:10px}.product-gallery__image-wrapper{border-radius:13px;height:285px}.product-gallery__main-image{padding:18px}.product-gallery__thumbnail{flex-basis:52px;width:52px;height:52px}.product-features{border-radius:17px;padding:17px 12px}.product-features__title{font-size:18px}.product-feature__icon{flex-basis:28px;width:28px;height:28px}.product-feature__title,.product-feature__value{font-size:10px}.product-purchase-card{border-radius:17px;height:440px;padding:15px 12px}.product-purchase-card__benefit{gap:8px;min-height:48px;font-size:9px}.product-purchase-card__price{padding:14px 3px}.product-purchase-card__current-price{font-size:22px}.product-purchase-card__current-price small{font-size:9px}.product-purchase-card__primary-button,.product-purchase-card__phone-button{min-height:47px;font-size:10px}}@media (width<=340px){.single-product__title{font-size:18px}.single-product__eyebrow{font-size:9px}.product-gallery__image-wrapper{height:255px}.product-gallery__main-image{padding:14px}.product-gallery__thumbnail{flex-basis:48px;width:48px;height:48px}.product-gallery__navigation-label{font-size:9px}.product-features{padding:15px 10px}.product-features__title{font-size:17px}.product-purchase-card{padding:13px 10px}.product-purchase-card__benefit{font-size:8.5px}.product-purchase-card__current-price{font-size:20px}}.luxury-breadcrumb{direction:rtl;width:100%;padding:14px 0 8px}.luxury-breadcrumb__inner{background:#ffffffdb;border:1px solid #e5e7eb;border-radius:14px;flex-wrap:wrap;justify-content:flex-start;align-items:center;width:min(100%,1320px);min-height:48px;margin:0 auto;padding:10px 18px;display:flex;overflow:visible;box-shadow:0 4px 18px #0f172a09}.luxury-breadcrumb__item,.luxury-breadcrumb__current{align-items:center;min-width:0;font-size:13px;font-weight:500;line-height:1.8;text-decoration:none;display:inline-flex}.luxury-breadcrumb__item{color:#64748b;transition:color .2s,background-color .2s}.luxury-breadcrumb__item:hover{color:var(--theme-color-100)}.luxury-breadcrumb__home{flex:none}.luxury-breadcrumb__home-icon{width:28px;height:28px;color:var(--theme-color-100);background:color-mix(in srgb, var(--theme-color-100) 8%, transparent);border-radius:8px;flex:0 0 28px;justify-content:center;align-items:center;margin-left:7px;font-size:11px;transition:background-color .2s,color .2s;display:inline-flex}.luxury-breadcrumb__home:hover .luxury-breadcrumb__home-icon{color:#fff;background:var(--theme-color-100)}.luxury-breadcrumb__separator{color:#94a3b8;border-radius:7px;flex:0 0 26px;justify-content:center;align-items:center;width:26px;height:26px;margin:0 7px;font-size:8px;transition:color .2s,background-color .2s;display:inline-flex}.luxury-breadcrumb__item:hover .luxury-breadcrumb__separator{color:var(--theme-color-100);background:color-mix(in srgb, var(--theme-color-100) 6%, transparent)}.luxury-breadcrumb__category{flex:0 auto;min-width:0}.luxury-breadcrumb__category>span:first-child{white-space:normal;overflow-wrap:anywhere;word-break:break-word;min-width:0;display:block}.luxury-breadcrumb__current{color:#1e293b;white-space:normal;overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%;font-weight:700}.luxury-breadcrumb__current>span:last-child{white-space:normal;overflow-wrap:anywhere;word-break:break-word;min-width:0}.luxury-breadcrumb__current-dot{background:var(--theme-color-100);width:6px;height:6px;box-shadow:0 0 0 4px color-mix(in srgb, var(--theme-color-100) 8%, transparent);border-radius:50%;flex:0 0 6px;margin-left:8px}@media (width>=1200px){.luxury-breadcrumb{padding-top:16px}.luxury-breadcrumb__inner{padding:11px 20px}.luxury-breadcrumb__item,.luxury-breadcrumb__current{font-size:13.5px}}@media (width<=1199px){.luxury-breadcrumb__inner{width:calc(100% - 30px)}}@media (width<=991px){.luxury-breadcrumb{padding:10px 0 5px}.luxury-breadcrumb__inner{border-radius:12px;row-gap:2px;width:calc(100% - 24px);min-height:44px;padding:8px 13px}.luxury-breadcrumb__item,.luxury-breadcrumb__current{font-size:12px;line-height:1.8}.luxury-breadcrumb__home-icon{flex-basis:26px;width:26px;height:26px;margin-left:6px}.luxury-breadcrumb__separator{flex-basis:22px;width:22px;height:22px;margin:0 4px;font-size:7px}.luxury-breadcrumb__category{flex:0 auto}}@media (width<=767px){.luxury-breadcrumb{padding:8px 0 4px}.luxury-breadcrumb__inner{border-radius:11px;align-items:flex-start;row-gap:3px;width:calc(100% - 20px);min-height:42px;padding:7px 10px}.luxury-breadcrumb__item,.luxury-breadcrumb__current{font-size:11px;line-height:1.9}.luxury-breadcrumb__home-icon{border-radius:7px;flex-basis:24px;width:24px;height:24px;margin-left:5px;font-size:9px}.luxury-breadcrumb__separator{flex-basis:19px;width:19px;height:20px;margin:0 3px;font-size:6px}.luxury-breadcrumb__current{flex:100%;width:100%;padding-right:2px}.luxury-breadcrumb__current-dot{flex-basis:5px;width:5px;height:5px;margin-top:7px;margin-left:7px}}@media (width<=480px){.luxury-breadcrumb{padding:7px 0 3px}.luxury-breadcrumb__inner{row-gap:2px;width:calc(100% - 16px);padding:7px 8px}.luxury-breadcrumb__item,.luxury-breadcrumb__current{font-size:10.5px;line-height:1.9}.luxury-breadcrumb__home-icon{flex-basis:22px;width:22px;height:22px;margin-left:4px}.luxury-breadcrumb__separator{flex-basis:16px;width:16px;height:19px;margin:0 2px}.luxury-breadcrumb__current{padding-right:1px}}@media (width<=340px){.luxury-breadcrumb{padding:6px 0 3px}.luxury-breadcrumb__inner{width:calc(100% - 12px);min-height:39px;padding:6px 7px}.luxury-breadcrumb__item,.luxury-breadcrumb__current{font-size:9.5px;line-height:1.9}.luxury-breadcrumb__home-icon{flex-basis:20px;width:20px;height:20px;margin-left:3px;font-size:8px}.luxury-breadcrumb__separator{flex-basis:14px;width:14px;height:18px;margin:0 1px;font-size:5px}.luxury-breadcrumb__current-dot{flex-basis:4px;width:4px;height:4px;margin-top:6px;margin-left:6px}}.lc-overlay{z-index:99999;-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;pointer-events:none;direction:rtl;background:#0f172a85;justify-content:center;align-items:center;padding:16px;transition:opacity .25s,visibility .25s;display:flex;position:fixed;inset:0}.lc-overlay.show{opacity:1;visibility:visible;pointer-events:auto}.lc-modal{background:#fff;border:1px solid #e7eaf0;border-radius:22px;flex-direction:column;width:min(100%,620px);max-height:min(88vh,720px);transition:transform .28s,opacity .28s;display:flex;overflow:hidden;transform:translateY(12px)scale(.98);box-shadow:0 30px 80px #0f172a2e,0 8px 30px #0f172a14}.lc-overlay.show .lc-modal{transform:translateY(0)scale(1)}.lc-header{background:#fff;border-bottom:1px solid #eef0f4;flex:none;justify-content:space-between;align-items:center;min-height:68px;padding:14px 18px;display:flex}.lc-header>div{width:100%}.lc-header>div>div{align-items:center;gap:8px;display:flex}.lc-header>div>div>div{color:#111827;font-size:15px;font-weight:700;line-height:1.6}.lc-close{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:15px;font-weight:600;line-height:1;transition:background-color .2s,color .2s,border-color .2s,transform .2s;display:inline-flex}.lc-close:hover{color:#111827;background:#f1f5f9;border-color:#d7dce5;transform:rotate(4deg)}.lc-close:active{transform:scale(.94)}.lc-body{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;background:#f8fafc;flex:auto;min-height:0;padding:14px;overflow:hidden auto}.lc-body::-webkit-scrollbar{width:5px}.lc-body::-webkit-scrollbar-track{background:0 0}.lc-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.lc-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.lc-row{background:#fff;border:1px solid #e8ebf0;border-radius:15px;align-items:center;gap:13px;width:100%;min-height:86px;margin-bottom:9px;padding:10px 12px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative;box-shadow:0 2px 8px #0f172a09}.lc-row:last-child{margin-bottom:0}.lc-row:hover{border-color:#dce2eb;transform:translateY(-1px);box-shadow:0 8px 20px #0f172a12}.lc-img-box{background:#f8fafc;border:1px solid #edf0f4;border-radius:12px;flex:0 0 68px;justify-content:center;align-items:center;width:68px;height:68px;display:flex;overflow:hidden}.lc-img-box img{object-fit:contain;width:100%;height:100%;padding:5px;transition:transform .25s;display:block}.lc-row:hover .lc-img-box img{transform:scale(1.045)}.lc-row>div[style*=flex\:1]{gap:14px;min-width:0;flex:1!important;justify-content:space-between!important;align-items:center!important;display:flex!important}.lc-info{flex-direction:column;flex:auto;justify-content:center;min-width:0;display:flex}.lc-title{color:#172033;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:700;line-height:1.75;display:-webkit-box;overflow:hidden}.lc-price-wrap{flex:none;justify-content:center;align-items:center;min-width:max-content;display:flex}.lc-nodis{white-space:nowrap;color:var(--theme-color-100);font-size:12.5px;font-weight:800;line-height:1.6}.lc-footer{background:#fff;border-top:1px solid #eef0f4;flex:none;justify-content:flex-start;align-items:center;padding:13px 16px;display:flex}.lc-footer .button-style{border:1px solid var(--theme-color-100);background:var(--theme-color-100);color:#fff;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:46px;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:700;line-height:1.5;transition:background-color .2s,border-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.lc-footer .button-style:hover{background:var(--theme-hover-color);border-color:var(--theme-hover-color);transform:translateY(-1px);box-shadow:0 7px 18px #1e3a8a29}.lc-footer .button-style:active{transform:translateY(0)scale(.985)}@media (width<=767px){.lc-overlay{align-items:flex-end;padding:10px}.lc-modal{border-radius:20px;width:100%;max-height:90vh}.lc-header{min-height:62px;padding:12px 14px}.lc-header>div>div>div{font-size:14px}.lc-close{width:34px;height:34px}.lc-body{padding:10px}.lc-row{border-radius:13px;gap:10px;min-height:76px;margin-bottom:7px;padding:8px 9px}.lc-img-box{border-radius:10px;flex-basis:58px;width:58px;height:58px}.lc-img-box img{padding:4px}.lc-row>div[style*=flex\:1]{gap:8px}.lc-title{font-size:12px;line-height:1.65}.lc-nodis{font-size:11px}.lc-footer{padding:10px}.lc-footer .button-style{border-radius:11px;min-height:44px;font-size:12.5px}}@media (width<=480px){.lc-overlay{padding:7px}.lc-modal{border-radius:17px;max-height:92vh}.lc-header{min-height:57px;padding:10px 11px}.lc-header>div>div>div{font-size:13px}.lc-close{border-radius:9px;width:32px;height:32px;font-size:13px}.lc-body{padding:8px}.lc-row{border-radius:11px;gap:8px;min-height:69px;padding:7px 8px}.lc-img-box{border-radius:9px;flex-basis:52px;width:52px;height:52px}.lc-img-box img{padding:3px}.lc-row>div[style*=flex\:1]{gap:6px}.lc-title{font-size:11.5px;line-height:1.6}.lc-nodis{font-size:10.5px}.lc-footer{padding:9px}.lc-footer .button-style{border-radius:10px;min-height:42px;font-size:12px}}@media (width<=360px){.lc-overlay{padding:5px}.lc-modal{border-radius:15px;max-height:94vh}.lc-header{min-height:52px;padding:8px 9px}.lc-header>div>div{gap:6px}.lc-header>div>div>div{font-size:12px}.lc-close{border-radius:8px;width:29px;height:29px;font-size:12px}.lc-body{padding:6px}.lc-row{border-radius:10px;gap:7px;min-height:63px;margin-bottom:6px;padding:6px 7px}.lc-img-box{border-radius:8px;flex-basis:46px;width:46px;height:46px}.lc-img-box img{padding:2px}.lc-row>div[style*=flex\:1]{gap:5px}.lc-title{font-size:10.5px;line-height:1.55}.lc-nodis{font-size:9.5px}.lc-footer{padding:7px}.lc-footer .button-style{border-radius:9px;min-height:39px;font-size:11.5px}}@media (width<=320px){.lc-overlay{padding:4px}.lc-modal{border-radius:13px;max-height:95vh}.lc-header{min-height:48px;padding:7px 8px}.lc-header>div>div>div{font-size:11.5px}.lc-close{border-radius:7px;width:27px;height:27px;font-size:11px}.lc-body{padding:5px}.lc-row{border-radius:9px;gap:6px;min-height:58px;margin-bottom:5px;padding:5px 6px}.lc-img-box{border-radius:7px;flex-basis:42px;width:42px;height:42px}.lc-img-box img{padding:2px}.lc-row>div[style*=flex\:1]{gap:4px}.lc-title{-webkit-line-clamp:2;font-size:10px;line-height:1.5}.lc-nodis{font-size:9px}.lc-footer{padding:6px}.lc-footer .button-style{border-radius:8px;min-height:37px;font-size:11px}}@media (hover:none){.lc-row:hover{transform:none;box-shadow:0 2px 8px #0f172a09}.lc-row:hover .lc-img-box img{transform:none}.lc-footer .button-style:hover{box-shadow:none;transform:none}}@media (prefers-reduced-motion:reduce){.lc-overlay,.lc-modal,.lc-row,.lc-img-box img,.lc-close,.lc-footer .button-style{transition:none!important}}.product-details-section{direction:rtl;width:100%}.product-details{width:100%}.product-details__tabs{border-bottom:1px solid #e5e7eb;width:100%}.product-details__tab-buttons{align-items:center;width:100%;display:flex}.product-details__tab-btn{color:#6b7280;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;min-height:58px;padding:0 4px 15px;font-family:inherit;font-size:13px;font-weight:800;line-height:1.8;transition:color .25s;display:inline-flex;position:relative}.product-details__tab-btn:after{content:"";background:var(--theme-color-100);border-radius:999px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-1px;right:0}.product-details__tab-btn:hover,.product-details__tab-btn.active{color:var(--theme-color-100)}.product-details__tab-btn.active:after{width:100%}.product-details__tab-icon{color:currentColor;background:#fff;border:1px solid #e5e7eb;border-radius:9px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.product-details__tab-icon svg{width:16px;height:16px}.product-details__tab-btn.active .product-details__tab-icon{border-color:color-mix(in srgb, var(--theme-color-100) 25%, #e5e7eb);background:color-mix(in srgb, var(--theme-color-100) 7%, #fff)}.product-details__content{width:100%}.product-details__pane{width:100%;display:none}.product-details__pane.active{display:block}.product-description{width:100%;padding:32px 0 10px}.product-description__header{text-align:right;width:100%;margin-bottom:25px}.product-description__eyebrow{color:var(--theme-color-100);margin-bottom:5px;font-size:10px;font-weight:800;line-height:1.8;display:block}.product-description__title{color:#111827;margin:0;font-size:22px;font-weight:900;line-height:1.7}.product-description__decor{align-items:center;gap:4px;margin-top:11px;display:flex}.product-description__decor span{background:var(--theme-color-100);border-radius:999px;width:7px;height:3px;display:block}.product-description__decor span:first-child{width:28px}.product-description__text{color:#4b5563;text-align:right;width:100%;margin-bottom:35px;font-size:13px;line-height:2.25}.product-description__text p{margin:0 0 15px}.product-description__text p:last-child{margin-bottom:0}.product-description__text h2,.product-description__text h3,.product-description__text h4{color:#111827;margin-top:25px;margin-bottom:10px;font-weight:900;line-height:1.8}.product-description__text h2{font-size:19px}.product-description__text h3{font-size:17px}.product-description__text h4{font-size:15px}.product-description__text strong{color:#1f2937;font-weight:800}.product-description__text ul,.product-description__text ol{margin:15px 0;padding-right:22px}.product-description__text li{margin-bottom:7px}.product-specifications{direction:rtl;border-top:1px solid #eef0f3;width:100%;margin-top:38px;padding-top:30px}.product-specifications__header{align-items:center;gap:13px;width:100%;margin-bottom:20px;display:flex}.product-specifications__icon{border:1px solid color-mix(in srgb, var(--theme-color-100) 18%, #e5e7eb);background:color-mix(in srgb, var(--theme-color-100) 6%, #fff);width:43px;height:43px;color:var(--theme-color-100);border-radius:12px;flex:0 0 43px;justify-content:center;align-items:center;font-size:16px;display:flex}.product-specifications__heading{min-width:0}.product-specifications__eyebrow{color:#9ca3af;margin-bottom:2px;font-size:9px;font-weight:700;line-height:1.7;display:block}.product-specifications__heading h3{color:#111827;margin:0;font-size:18px;font-weight:900;line-height:1.7}.product-specifications__table-wrapper{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--theme-color-100) 35%, #d1d5db) #f8fafc;background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;overflow:auto hidden}.product-specifications__table-wrapper::-webkit-scrollbar{height:5px}.product-specifications__table-wrapper::-webkit-scrollbar-track{background:#f8fafc}.product-specifications__table-wrapper::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--theme-color-100) 35%, #d1d5db);border-radius:999px}.product-specifications__table{border-collapse:separate;border-spacing:0;color:#374151;text-align:right;background:#fff;width:100%;min-width:620px;font-size:12px;line-height:1.9}.product-specifications__table caption{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.product-specifications__table thead{background:#f8fafc}.product-specifications__table thead th{color:#374151;white-space:nowrap;border-bottom:1px solid #e5e7eb;height:52px;padding:0 18px;font-size:11px;font-weight:900;line-height:1.7}.product-specifications__table thead th:first-child{text-align:center;width:70px}.product-specifications__table thead th:nth-child(2){width:30%}.product-specifications__table thead th:nth-child(3){width:auto}.product-specifications__table tbody tr{transition:background-color .2s}.product-specifications__table tbody tr:hover{background:#fafafa}.product-specifications__table tbody tr:last-child td,.product-specifications__table tbody tr:last-child th{border-bottom:0}.product-specifications__table tbody td,.product-specifications__table tbody th{vertical-align:middle;border-bottom:1px solid #f1f5f9;min-height:58px;padding:13px 18px}.product-specifications__number{text-align:center;width:70px}.product-specifications__number span{background:color-mix(in srgb, var(--theme-color-100) 7%, #fff);width:30px;height:30px;color:var(--theme-color-100);border-radius:8px;justify-content:center;align-items:center;font-size:8px;font-weight:900;line-height:1;display:inline-flex}.product-specifications__name{color:#374151;white-space:nowrap;font-size:11px;font-weight:800}.product-specifications__value{color:#6b7280;word-break:break-word;font-size:11px;font-weight:500;line-height:2}.product-description__summary{background:#fafafa;border:1px solid #e5e7eb;border-radius:14px;align-items:flex-start;gap:13px;width:100%;margin-top:30px;padding:18px;display:flex}.product-description__summary-icon{background:color-mix(in srgb, var(--theme-color-100) 8%, #fff);width:34px;height:34px;color:var(--theme-color-100);border-radius:9px;flex:0 0 34px;justify-content:center;align-items:center;font-size:13px;display:flex}.product-description__summary-content{min-width:0}.product-description__summary-content h3{color:#1f2937;margin:0 0 5px;font-size:13px;font-weight:900;line-height:1.8}.product-description__summary-content p{color:#6b7280;margin:0;font-size:10.5px;line-height:2}.product-details__empty{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:30px;padding:55px 20px;display:flex}.product-details__empty-icon{background:color-mix(in srgb, var(--theme-color-100) 7%, #fff);width:52px;height:52px;color:var(--theme-color-100);border-radius:14px;justify-content:center;align-items:center;margin-bottom:15px;font-size:19px;display:flex}.product-details__empty h3{color:#1f2937;margin:0 0 8px;font-size:16px;font-weight:900;line-height:1.8}.product-details__empty p{color:#6b7280;margin:0 0 20px;font-size:11px;line-height:2}.product-details__question-btn{background:var(--theme-color-100);color:#fff;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;min-height:40px;padding:0 18px;font-family:inherit;font-size:10.5px;font-weight:800;transition:background-color .25s,transform .25s;display:inline-flex}.product-details__question-btn:hover{background:var(--theme-hover-color);transform:translateY(-1px)}@media (width<=991.98px){.product-description{padding-top:28px}.product-description__title{font-size:20px}.product-description__text{font-size:12px;line-height:2.15}.product-specifications{margin-top:32px;padding-top:27px}.product-specifications__table{min-width:580px}.product-specifications__table thead th{height:49px;padding:0 15px}.product-specifications__table tbody td,.product-specifications__table tbody th{padding:12px 15px}}@media (width<=767.98px){.product-details__tabs{scrollbar-width:none;overflow-x:auto}.product-details__tabs::-webkit-scrollbar{display:none}.product-details__tab-btn{white-space:nowrap;gap:8px;min-height:53px;padding-bottom:13px;font-size:11px}.product-details__tab-icon{border-radius:8px;width:27px;height:27px}.product-details__tab-icon svg{width:14px;height:14px}.product-description{padding-top:24px}.product-description__header{margin-bottom:20px}.product-description__eyebrow{font-size:9px}.product-description__title{font-size:18px;line-height:1.8}.product-description__text{margin-bottom:28px;font-size:11px;line-height:2.15}.product-description__text h2{font-size:17px}.product-description__text h3{font-size:15px}.product-description__text h4{font-size:13.5px}.product-specifications{margin-top:28px;padding-top:24px}.product-specifications__header{gap:10px;margin-bottom:15px}.product-specifications__icon{border-radius:10px;flex-basis:37px;width:37px;height:37px;font-size:14px}.product-specifications__eyebrow{font-size:8px}.product-specifications__heading h3{font-size:15px}.product-specifications__table-wrapper{border-radius:13px}.product-specifications__table{min-width:540px;font-size:10px}.product-specifications__table thead th{height:45px;padding:0 12px;font-size:9px}.product-specifications__table tbody td,.product-specifications__table tbody th{min-height:50px;padding:10px 12px}.product-specifications__number{width:55px}.product-specifications__number span{border-radius:7px;width:25px;height:25px;font-size:7px}.product-specifications__name{font-size:9.5px}.product-specifications__value{font-size:9.5px;line-height:1.9}.product-description__summary{border-radius:12px;gap:10px;margin-top:22px;padding:14px}.product-description__summary-icon{border-radius:8px;flex-basis:30px;width:30px;height:30px;font-size:11px}.product-description__summary-content h3{font-size:11px}.product-description__summary-content p{font-size:9.5px;line-height:2}.product-details__empty{border-radius:13px;margin-top:24px;padding:42px 15px}.product-details__empty-icon{border-radius:12px;width:45px;height:45px;font-size:16px}.product-details__empty h3{font-size:14px}.product-details__empty p{font-size:10px}}@media (width<=420px){.product-description{padding-top:20px}.product-description__title{font-size:17px}.product-description__text{font-size:10.5px}.product-specifications{margin-top:25px;padding-top:22px}.product-specifications__table{min-width:500px}.product-specifications__table thead th{height:42px;padding:0 10px;font-size:8.5px}.product-specifications__table tbody td,.product-specifications__table tbody th{padding:9px 10px}.product-specifications__number{width:48px}.product-specifications__number span{width:23px;height:23px;font-size:6.5px}.product-specifications__name,.product-specifications__value{font-size:9px}}@media (width<=350px){.product-details__tab-btn{font-size:10px}.product-description__title{font-size:16px}.product-description__text{font-size:10px;line-height:2.1}.product-specifications__table{min-width:460px}.product-specifications__table thead th{padding:0 9px}.product-specifications__table tbody td,.product-specifications__table tbody th{padding:8px 9px}.product-specifications__name,.product-specifications__value{font-size:8.5px}}