@charset "UTF-8";.steps-wrap{margin-bottom:40px}.step-tabs{display:flex;justify-content:center}.step-tabs .step-tab{font-size:18px;font-weight:var(--font-medium);height:55px;width:300px;display:flex;margin:0 15px;justify-content:center;align-items:center;color:var(--color-black);text-align:center;background:var(--color-white);border:1px solid var(--color-gray-lite);border-radius:var(--radius-default);white-space:nowrap;overflow:hidden;cursor:default}.step-tabs .step-tab.active{color:var(--color-white);background:var(--color-primary);border-color:var(--color-primary)}.step-tabs .step-tab.active .step-tab-text .bg-text{color:var(--color-white)}.step-tabs .step-tab-link{display:flex;width:100%;color:var(--color-black);justify-content:center;align-self:stretch;align-items:center}.step-tabs .step-tab-text{position:relative}.step-tabs .step-tab-text .bg-text{font-size:40px;position:absolute;top:50%;width:50px;color:var(--color-black);opacity:.3;transform:translateY(-50%)}.ltr .step-tabs .step-tab-text .bg-text{right:-35px}.rtl .step-tabs .step-tab-text .bg-text{left:-35px}@media screen and (max-width:991px){.steps-wrap{display:none}.step-tabs .step-tab{font-size:16px;height:50px;width:250px}.step-tabs .step-tab-text .bg-text{font-size:40px}}@media screen and (max-width:886px){.step-tabs{align-items:center;flex-direction:column}.step-tabs .step-tab{margin:8px 15px}.step-tabs .step-tab:first-child{margin-top:0}.step-tabs .step-tab:last-child{margin-bottom:0}}.rtl .steps-wrap .step-tabs .step-tab-text .bg-text{right:-50px!important}.order-summary-top .section-title{padding-bottom:18px;border-bottom:1px solid var(--border-color-lite);font-size:20px;font-weight:28px}.order-summary-top .cart-item{padding:10px 0;align-items:center}.order-summary-top .cart-item .product-image{border:1px solid var(--border-color-lite);overflow:unset;align-self:flex-start;background:var(--color-white)}.order-summary-top .cart-item .product-image.skeleton{background:var(--color-gray-lite);border-color:var(--color-gray-lite)}.order-summary-top .cart-item .product-image img{border-radius:var(--radius-default)}.order-summary-top .cart-item .product-image .qty-count{width:16px;height:16px;background:var(--color-red);border-radius:50%;position:absolute;top:-6px;display:flex;align-items:center;justify-content:center;color:var(--color-white);font-size:10px;line-height:16px}.ltr .order-summary-top .cart-item .product-image .qty-count{right:-6px}.rtl .order-summary-top .cart-item .product-image .qty-count{left:-6px}.ltr .order-summary-top .cart-item .product-info{padding-right:15px}.rtl .order-summary-top .cart-item .product-info{padding-left:15px}.ltr .order-summary-top .cart-item .product-info.product-info-skeleton{padding-right:0}.rtl .order-summary-top .cart-item .product-info.product-info-skeleton{padding-left:0}.order-summary-top .cart-item .product-info .product-name{margin:0;font-weight:var(--font-bold);transition:var(--transition-150);text-decoration-line:underline;text-decoration-color:transparent}.order-summary-top .cart-item .product-info .product-name:hover{text-decoration-color:var(--color-black)}.order-summary-top .cart-item .product-info .product-name .skeleton{height:15px;background:var(--color-gray-lite);border-radius:4px}.order-summary-top .cart-item .product-info .product-name .skeleton:first-child{margin-bottom:5px}.order-summary-top .cart-item .product-info .product-options{margin-top:5px}.order-summary-top .cart-item .product-price{display:inline-flex;align-items:center;height:46px;line-height:46px;align-self:flex-start;white-space:nowrap;font-weight:var(--font-bold);color:#3f4064}.ltr .order-summary-top .cart-item .product-price{text-align:right}.rtl .order-summary-top .cart-item .product-price{text-align:left}.order-summary-top .cart-item .product-price .previous-price{color:#c0c2c5}.order-summary-top .cart-item .product-price .special-price{color:#3f4064}.order-summary-top .cart-item .product-price svg path{fill:#3f4064}.order-summary-top .coupon-wrap input{height:40px}.ltr .order-summary-top .coupon-wrap .btn-apply-coupon{margin-left:10px}.rtl .order-summary-top .coupon-wrap .btn-apply-coupon{margin-right:10px}@media screen and (max-width:400px){.order-summary-top .cart-item{flex-wrap:wrap}.order-summary-top .cart-item .product-info{width:calc(100% - 46px)}.ltr .order-summary-top .cart-item .product-info{padding-right:0;margin-left:0;padding-left:15px}.rtl .order-summary-top .cart-item .product-info{padding-left:0;margin-right:0;padding-right:15px}.order-summary-top .cart-item .product-price{height:unset;line-height:1;width:calc(100% - 46px)}.ltr .order-summary-top .cart-item .product-price{padding:5px 0 0 15px;text-align:left;margin-left:auto}.rtl .order-summary-top .cart-item .product-price{padding:5px 15px 0 0;text-align:right;margin-right:auto}}.order-summary-middle{padding:25px 0 22px}.order-summary-middle .btn-remove-coupon{font-size:14px;padding:0;background:transparent;border:none;transition:var(--transition-150);cursor:pointer}.order-summary-middle .btn-remove-coupon:hover{color:var(--color-primary)}.order-summary-bottom{text-align:center}.order-summary-bottom .checkout-terms-and-conditions{margin:-1px 0 0;padding-bottom:10px;text-align:center}.order-summary-bottom .checkout-terms-and-conditions .error-message{margin:-2px 0 8px}.order-summary-bottom .btn{width:100%}.order-summary-bottom .btn-proceed-to-checkout{display:block;margin:auto;border:1px solid var(--color-primary)}.order-summary-bottom .btn-proceed-to-checkout.skeleton{height:40px;background:var(--color-gray-lite);border-radius:var(--radius-default)}.order-summary-bottom .btn-proceed-to-checkout.btn-loading{display:flex;align-items:center;justify-content:center;width:100%;color:transparent!important;background:var(--color-primary)!important;border-color:var(--color-primary)!important}.order-summary-bottom .btn-proceed-to-checkout.btn-loading .btn-proceed-to-checkout__label{opacity:0!important;visibility:hidden!important}#paypal-button-container .paypal-buttons{vertical-align:top}#paypal-button-container .paypal-buttons iframe.component-frame{z-index:0}@media screen and (min-width:767px)and (max-width:991px){.order-summary-bottom .btn{width:50%}}.order-summary-wrap{width:430px;min-width:430px;position:sticky;top:90px}.ltr .order-summary-wrap{padding-left:15px}.rtl .order-summary-wrap{padding-right:15px}.order-summary{padding:20px 25px 25px;background:var(--color-white-dark);border-radius:var(--radius-default)}.order-summary-list li{display:flex;justify-content:space-between;margin-bottom:9px}.order-summary-list li:last-child{margin-bottom:0}.order-summary-list li .coupon-code{font-weight:var(--font-medium);white-space:nowrap}.order-summary-list li>span{font-weight:var(--font-medium)}.order-summary-list label{margin-bottom:0}.ltr .order-summary-list label{padding-right:20px}.rtl .order-summary-list label{padding-left:20px}@media screen and (max-width:991px){.order-summary-wrap{width:100%;min-width:0;margin-top:20px}.ltr .order-summary-wrap{padding-left:0}.rtl .order-summary-wrap{padding-right:0}}.cart-wrap{margin-top:50px}.cart{display:flex;align-items:flex-start;position:relative}.cart .order-summary-wrap{position:sticky;top:90px}.cart .order-summary-list.order-summary-list-skeleton{margin-top:5px}.cart .order-summary-list.order-summary-list-skeleton li{margin-bottom:15px}.cart .order-summary-list label.skeleton,.cart .order-summary-list span.skeleton{height:22.5px;background:var(--color-gray-lite);border-radius:6px}.cart .order-summary-list label.skeleton{width:70px}.cart .order-summary-list span.skeleton{width:80px}.cart-inner{flex-grow:1}.ltr .cart-inner{padding-right:15px}.rtl .cart-inner{padding-left:15px}@media screen and (max-width:1280px){.cart-inner .number-picker{display:flex;align-items:center}.cart-inner .number-picker .btn-number{width:16px;height:16px;font-size:14px}.cart-inner .number-picker .btn-number svg{width:8px;height:8px}.cart-inner .number-picker .input-number{font-size:12px;height:16px;width:30px}}@media screen and (max-width:991px){.cart-wrap{margin-top:40px}.cart{flex-direction:column;align-items:unset;position:unset}.ltr .cart-inner{padding-right:0}.rtl .cart-inner{padding-left:0}}.cart .table-responsive{border:1px solid var(--color-gray-lite);border-radius:var(--radius-default)}.cart-table{margin-bottom:5px}.cart-table thead th:first-child,.cart-table tbody td:first-child{width:110px;min-width:110px}.cart-table thead th:nth-child(2),.cart-table tbody td:nth-child(2){width:605px}.ltr .cart-table thead th:nth-child(2),.ltr .cart-table tbody td:nth-child(2){padding-left:10px}.rtl .cart-table thead th:nth-child(2),.rtl .cart-table tbody td:nth-child(2){padding-right:10px}.cart-table thead th:last-child,.cart-table tbody td:last-child{width:70px;min-width:unset;padding-left:0;padding-right:0;text-align:center}.cart-table thead th{white-space:nowrap}.cart-table tbody td{vertical-align:middle}.cart-table .btn-remove{line-height:20px;transform:translateY(1px)}.cart-table .product-image{height:60px;width:60px;border-radius:var(--radius-default);overflow:hidden;border:1px solid var(--color-gray-lite)}.cart-table .product-image.skeleton{border-color:#f3f5f8}.cart-table .product-image .image-placeholder{height:35px;width:35px}.cart-table .product-name{display:inline-block;color:var(--color-black);font-weight:var(--font-bold);text-decoration-line:underline;text-decoration-color:transparent;transition:var(--transition-150)}.cart-table .product-name:hover{text-decoration-color:var(--color-black)}.cart-table .product-name.product-name-skeleton,.cart-table .product-name .skeleton{width:100%}.cart-table .product-name .skeleton:first-child{height:24px;margin-bottom:10px;border-radius:6px}.cart-table .product-name .skeleton:last-child{height:16px;width:40%;border-radius:4px}.cart-table .product-options{margin:4px 0 1px}.cart-table .product-price{color:var(--color-black)}.cart-table .product-price.skeleton{height:24px;width:100px;border-radius:6px}.cart-table .number-picker{width:100px;direction:ltr}.cart-table .number-picker.skeleton{height:24px;width:50px;border-radius:6px}.cart-table .number-picker .product2-buybox-modern-qty--cart-table{display:inline-flex;align-items:center;justify-content:space-between;gap:2px;min-width:72px;max-width:88px;padding:3px 5px;border:1px solid var(--color-gray-lite);border-radius:8px;background:var(--color-white);margin-top:2px}.cart-table .number-picker .product2-buybox-modern-qty--cart-table .qty{font-weight:800;min-width:1ch;text-align:center;font-size:12px;font-variant-numeric:tabular-nums;line-height:1.2}.cart-table .number-picker .product2-buybox-modern-qty--cart-table .btn-qty{border:0;background:transparent;font-size:14px;font-weight:900;color:var(--color-black);padding:0;line-height:1;cursor:pointer}.cart-table .number-picker .product2-buybox-modern-qty--cart-table .btn-qty:disabled{opacity:.35;cursor:not-allowed}.cart-table .number-picker .product2-buybox-modern-qty--cart-table .btn-qty--remove{color:#dc2626;opacity:1;cursor:pointer;font-size:13px;display:inline-flex;align-items:center;justify-content:center}.cart-table .number-picker .product2-buybox-modern-qty--cart-table .btn-qty--remove:hover{color:#b91c1c}@media screen and (min-width:1281px){.cart-table.cart-table-skeleton thead th:nth-child(2),.cart-table.cart-table-skeleton tbody td:nth-child(2){width:605px}.cart-table thead th:nth-child(2),.cart-table tbody td:nth-child(2){width:605px}.cart-table td>label{display:none}}@media screen and (max-width:1280px){.cart-table.cart-table-skeleton tr td:nth-child(3),.cart-table.cart-table-skeleton tr td:nth-child(4),.cart-table.cart-table-skeleton tr td:nth-child(5){padding-top:2px!important}.cart-table thead th:nth-child(2),.cart-table tbody td:nth-child(2){width:100%}.ltr .cart-table thead th:nth-child(2),.ltr .cart-table tbody td:nth-child(2){padding-left:0}.rtl .cart-table thead th:nth-child(2),.rtl .cart-table tbody td:nth-child(2){padding-right:0}.cart-table thead{display:none}.cart-table tr:first-child td:nth-child(3),.cart-table tr:first-child td:nth-child(4),.cart-table tr:first-child td:nth-child(5){padding-top:2px}.cart-table tbody td{vertical-align:top}.cart-table tbody td:not(:first-child):not(:last-child){display:flex}.cart-table tbody td:not(:first-child):not(:last-child) label,.cart-table tbody td:not(:first-child):not(:last-child) span{font-size:13px;line-height:1.7}.cart-table tbody td:nth-child(2){padding:20px 0 11px;flex-direction:column}.cart-table tbody td:nth-child(3){padding:0 0 1px;white-space:nowrap}.cart-table tbody td:nth-child(4){padding:0 0 1px;white-space:nowrap}.cart-table tbody td:nth-child(5){padding:0 0 13px;white-space:nowrap}.cart-table tbody td:last-child{min-width:unset;width:70px}.cart-table td>label{width:90px;min-width:90px;margin-bottom:0;color:var(--color-gray);white-space:pre-wrap}.ltr .cart-table td>label{padding-right:5px}.rtl .cart-table td>label{padding-left:5px}.cart-table .product-name .skeleton{height:20px}.cart-table .product-name .skeleton:first-child{margin-bottom:8px}.cart-table .product-price{display:inline-flex}.cart-table .product-price.skeleton,.cart-table .number-picker.skeleton{height:16px;border-radius:5px}}@media screen and (max-width:991px){.cart-table tbody tr td:not(:first-child):not(:last-child) input,.cart-table tbody tr td:not(:first-child):not(:last-child) span,.cart-table tbody tr td:not(:first-child):not(:last-child) label{font-size:13px}}@media screen and (max-width:576px){.cart-table tbody td{padding-left:7px;padding-right:7px}.cart-table tbody td:first-child{min-width:85px;width:85px;padding-left:20px;padding-right:20px}.cart-table tbody td:last-child{width:50px}.cart-table tbody td>label{width:80px;min-width:80px}}.cart-dk-below{background:#f1f2f4;padding:8px 0 32px}.cart-dk-below-inner{display:flex;flex-direction:column;gap:40px}.cart-wrap--product2-buybox:has(.cart-dk-empty){margin-top:16px;padding-bottom:8px;background:#f1f2f4}body:has(.cart-dk-empty){background:#f1f2f4}.cart-dk-empty{background:#fff;border:1px solid #e0e0e2;border-radius:8px;box-shadow:0 1px 2px -1px #0000000a,0 2px 8px -2px #0000000a;padding:24px 24px 8px}.cart-dk-empty__head{display:flex;align-items:center;gap:8px;position:sticky;top:0;z-index:3;background:#fff;padding-bottom:16px;margin-bottom:8px}.cart-dk-empty__head-title{font-size:16px;font-weight:700;line-height:2.1;color:#3f4064}.cart-dk-empty__head-count{font-size:16px;font-weight:700;line-height:2.1;color:#9e9fb1}.cart-dk-empty__body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;padding:16px 24px 48px}.cart-dk-empty__illustration{width:120px;height:120px;margin-bottom:8px}.cart-dk-empty__svg{width:120px;height:120px;display:block}.cart-dk-empty__title{margin:0;font-size:16px;font-weight:700;line-height:2.1;color:#23254e}.cart-dk-empty__hint{margin:0;font-size:12px;font-weight:400;line-height:2.17;color:#81858b;max-width:320px}.cart-dk-empty__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:140px;height:40px;margin-top:8px;padding:0 12px;border:1px solid #e0e0e2;border-radius:8px;color:var(--color-primary, #ef4056);font-size:14px;font-weight:700;line-height:1;text-decoration:none;background:#fff;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.cart-dk-empty__cta:hover,.cart-dk-empty__cta:focus-visible{background:#f0f0f1;color:var(--color-primary, #ef4056);text-decoration:none}.cart-dk-empty__cta svg{flex-shrink:0}.cart-dk-empty__cta--compact{margin-top:4px}.template-home2.cart-dk-rail{overflow:visible}.template-home2.cart-dk-rail .home2-product-section-wrap.cart-dk-rail__section{margin:0!important;padding:24px 0 18px;background:#fff;border:1px solid #e0e0e2;border-radius:8px;box-shadow:0 1px 2px -1px #0000000a,0 2px 8px -2px #0000000a;overflow:visible!important}.cart-dk-rail .home2-section-header-main{display:flex;align-items:center;gap:8px;min-width:0}.cart-dk-rail .home2-section-header-title{font-size:16px;font-weight:700;color:#3f4064}.cart-dk-rail__count{font-size:12px;font-weight:400;color:#81858b;white-space:nowrap}.home2-section-header-link .cart-dk-rail__count{color:inherit;font-size:inherit;font-weight:inherit}.cart-dk-rail__count-only{cursor:default;pointer-events:none;text-decoration:none!important}.cart-dk-rail--empty{background:#fff;border:1px solid #e0e0e2;border-radius:8px;box-shadow:0 1px 2px -1px #0000000a,0 2px 8px -2px #0000000a;padding:24px 24px 32px}.cart-dk-rail__head{display:flex;align-items:center;margin-bottom:16px}.cart-dk-rail__title{margin:0;font-size:16px;font-weight:700;color:#3f4064}.cart-dk-rail__empty-body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;padding:24px 16px 16px}.cart-dk-rail__empty-title{margin:0;font-size:16px;font-weight:700;color:#23254e}.cart-dk-rail__empty-hint{margin:0;font-size:12px;line-height:2;color:#81858b;max-width:360px}@media screen and (min-width:1200px){body:has(.cart-dk-empty){background:#fff}.cart-wrap--product2-buybox:has(.cart-dk-empty){background:#fff}.cart-dk-below{background:#fff;padding-top:0}.cart-dk-empty__head{position:static;padding-bottom:8px;margin-bottom:0;box-shadow:none}.cart-dk-below>.container{padding-top:8px}.cart-dk-below-inner{padding-inline:0}.cart-dk-complements{padding-top:16px}.cart-dk-bundles{padding-top:16px;padding-bottom:8px}.cart-dk-bundles__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px;padding-inline:16px}.cart-dk-bundles__title{margin:0;font-size:16px;font-weight:700;color:#191919}.cart-dk-bundles__hint{margin:4px 0 0;font-size:12px;color:#81858b}.cart-dk-bundles__count{font-size:13px;color:#81858b}.cart-dk-bundles__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;padding-inline:16px}}@media screen and (max-width:1199px){.cart-wrap--product2-buybox:has(.cart-dk-empty){margin-top:0;padding-top:0}.cart-wrap--product2-buybox:has(.cart-dk-empty)>.container{padding-inline:0}.cart-dk-empty{border:0;border-radius:0;box-shadow:none;padding:16px 16px 8px}.cart-dk-empty__head{padding-bottom:12px;margin:0 -16px 8px;padding-inline:16px;box-shadow:0 1px #f0f0f1}.cart-dk-empty__body{padding:16px 8px 40px}.cart-dk-below{padding:8px 0 24px}.cart-dk-below>.container{width:100%;max-width:none;padding-inline:16px}.cart-dk-below-inner{padding-inline:16px}body.dk-cart-page .cart-dk-complements .cart-dk-below-inner,body.dk-cart-page .cart-dk-below .cart-dk-below-inner{padding-inline:0}.template-home2.cart-dk-rail .home2-product-section-wrap.cart-dk-rail__section{padding:16px 0 12px;border-radius:8px!important}.cart-dk-rail--empty{padding:16px 16px 24px}}@media screen and (max-width:1023px){.cart-dk-below{padding:8px 0 0}.template-home2.cart-dk-rail .home2-product-section-wrap.cart-dk-rail__section{padding:16px 0 8px!important;border-radius:0!important;border-left:0;border-right:0}body.dk-cart-page .cart-dk-rail .home2-products-slider-inner{padding:0 0 4px!important}}@media screen and (max-width:767px){.cart-dk-below>.container{padding-inline:12px}.cart-dk-below-inner{padding-inline:0}.cart-dk-empty__illustration,.cart-dk-empty__svg{width:100px;height:100px}.template-home2.cart-dk-rail .home2-product-section-wrap.cart-dk-rail__section{margin:0!important}.cart-dk-below-inner{gap:8px}}.sidebar-cart-wrap--product2-buybox .sidebar-cart-middle{background:#f9fafb;border-color:var(--border-color-lite, var(--color-gray-lite))}.sidebar-cart-wrap--product2-buybox .sidebar-cart-items-wrap{padding:8px 0;background:transparent;display:flex;flex-direction:column;gap:12px}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item{position:relative;margin:0;padding:16px!important;border:1px solid var(--border-color-lite, var(--color-gray-lite));border-radius:16px;background:var(--color-white);box-shadow:0 1px 2px #0f172a0a;flex-direction:column;align-items:stretch;gap:0}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item:first-of-type,.sidebar-cart-wrap--product2-buybox .sidebar-cart-item:last-child{padding:16px!important}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .sidebar-cart-item__top{display:flex;align-items:flex-start;width:100%;min-width:0;box-sizing:border-box;position:relative;padding-inline-end:40px;gap:8px}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .product-image{width:64px;min-width:64px;height:64px;border-radius:12px;border:1px solid var(--border-color-lite, var(--color-gray-lite));display:flex;align-items:center;justify-content:center;overflow:hidden}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .product-info{flex:1;min-width:0;padding-inline-end:0}.ltr .sidebar-cart-wrap--product2-buybox .sidebar-cart-item .product-info{margin-left:0}.rtl .sidebar-cart-wrap--product2-buybox .sidebar-cart-item .product-info{margin-right:0}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .product-name{margin:0 0 8px!important;font-weight:900;font-size:14px;line-height:1.45;color:#111827;max-height:none;display:block;-webkit-line-clamp:unset;overflow:visible;-webkit-box-orient:unset}.ltr .sidebar-cart-wrap--product2-buybox .sidebar-cart-item .product-name{padding-right:0}.rtl .sidebar-cart-wrap--product2-buybox .sidebar-cart-item .product-name{padding-left:0}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .product-options{margin:0 0 10px!important;font-size:12px;font-weight:600;color:var(--color-gray-dark)}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .product-options+.product-options{margin-top:-6px!important}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .product-info-bottom--sidebar-buybox{margin-top:12px!important;width:100%;max-width:100%;box-sizing:border-box;flex-wrap:nowrap!important;justify-content:space-between!important;gap:8px;align-items:center}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .number-picker{width:auto;margin:0}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .number-picker .product2-buybox-modern-qty{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:4px;min-width:100px;padding:6px 10px;border:1px solid var(--border-color-lite, var(--color-gray-lite));border-radius:12px;background:#fff}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .number-picker .product2-buybox-modern-qty .qty{font-weight:800;min-width:1.5ch;text-align:center;font-variant-numeric:tabular-nums}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .number-picker .product2-buybox-modern-qty .btn-qty{border:0;background:transparent;font-size:18px;font-weight:900;color:var(--color-gray-dark);padding:0 6px;line-height:1;cursor:pointer}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .number-picker .product2-buybox-modern-qty .btn-qty:disabled{opacity:.35;cursor:not-allowed}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .number-picker .product2-buybox-modern-qty .btn-qty--remove{color:#dc2626;opacity:1;cursor:pointer;font-size:18px;display:inline-flex;align-items:center;justify-content:center;padding:0}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .number-picker .product2-buybox-modern-qty .btn-qty--remove:hover{color:#b91c1c}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .product-price{margin-top:0!important;font-weight:900;font-size:15px;color:#111827;line-height:1.3}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .remove-cart-item{position:absolute;top:0;inset-inline-end:0}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .remove-cart-item .btn-remove{opacity:1;width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#f3f4f6;transition:var(--transition-150)}.sidebar-cart-wrap--product2-buybox .sidebar-cart-item .remove-cart-item .btn-remove:hover{background:#fee2e2;color:#b91c1c}.cart-wrap--product2-buybox .cart .table-responsive{border:none;background:transparent;border-radius:0}.cart-wrap--product2-buybox .cart-inner{padding-left:0;padding-right:0}.cart-wrap--product2-buybox .cart-table-product2-desktop{display:block}.cart-wrap--product2-buybox .cart-items-product2-buybox{display:none}.cart-wrap--product2-buybox .cart-items-product2-buybox__list{display:flex;flex-direction:column;gap:12px}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item{position:relative;margin:0;padding:16px!important;border:1px solid var(--border-color-lite, var(--color-gray-lite));border-radius:16px;background:var(--color-white);box-shadow:0 1px 2px #0f172a0a;flex-direction:column;align-items:stretch;gap:0}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item:first-of-type,.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item:last-child{padding:16px!important}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .sidebar-cart-item__top{display:flex;align-items:flex-start;width:100%;min-width:0;box-sizing:border-box;position:relative;padding-inline-end:40px;gap:8px}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .product-image{width:64px;min-width:64px;height:64px;border-radius:12px;border:1px solid var(--border-color-lite, var(--color-gray-lite));display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .product-info{flex:1;min-width:0;padding-inline-end:0}.ltr .cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .product-info{margin-left:0}.rtl .cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .product-info{margin-right:0}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .product-name{margin:0 0 8px!important;font-weight:900;font-size:14px;line-height:1.45;color:#111827;max-height:none;display:block;-webkit-line-clamp:unset;overflow:visible;-webkit-box-orient:unset}.ltr .cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .product-name{padding-right:0}.rtl .cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .product-name{padding-left:0}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .product-options{margin:0 0 10px!important;font-size:12px;font-weight:600;color:var(--color-gray-dark)}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .product-options+.product-options{margin-top:-6px!important}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .product-info-bottom--sidebar-buybox{margin-top:12px!important;width:100%;max-width:100%;box-sizing:border-box;flex-wrap:nowrap!important;justify-content:space-between!important;gap:8px;align-items:center}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .number-picker{width:auto;margin:0}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .number-picker .product2-buybox-modern-qty{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:4px;min-width:100px;padding:6px 10px;border:1px solid var(--border-color-lite, var(--color-gray-lite));border-radius:12px;background:#fff}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .number-picker .product2-buybox-modern-qty .qty{font-weight:800;min-width:1.5ch;text-align:center;font-variant-numeric:tabular-nums}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .number-picker .product2-buybox-modern-qty .btn-qty{border:0;background:transparent;font-size:18px;font-weight:900;color:var(--color-gray-dark);padding:0 6px;line-height:1;cursor:pointer}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .number-picker .product2-buybox-modern-qty .btn-qty:disabled{opacity:.35;cursor:not-allowed}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .number-picker .product2-buybox-modern-qty .btn-qty--remove{color:#dc2626;opacity:1;cursor:pointer;font-size:18px;display:inline-flex;align-items:center;justify-content:center;padding:0}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .number-picker .product2-buybox-modern-qty .btn-qty--remove:hover{color:#b91c1c}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .product-price{margin-top:0!important;font-weight:900;font-size:15px;color:#111827;line-height:1.3}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .remove-cart-item{position:absolute;top:0;inset-inline-end:0}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .remove-cart-item .btn-remove{opacity:1;width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#f3f4f6;transition:var(--transition-150)}.cart-wrap--product2-buybox .cart-items-product2-buybox .sidebar-cart-item .remove-cart-item .btn-remove:hover{background:#fee2e2;color:#b91c1c}.cart-wrap--product2-buybox .cart-table .number-picker .product2-buybox-modern-qty--cart-table{border:1px solid var(--border-color-lite, var(--color-gray-lite));border-radius:8px;padding:6px 10px;background:#fff;gap:6px;min-width:100px;max-width:100px;display:flex;align-items:center;justify-content:space-between}.cart-wrap--product2-buybox .cart-table .number-picker .product2-buybox-modern-qty--cart-table .qty{font-weight:800;font-size:16px;min-width:1ch;text-align:center;font-variant-numeric:tabular-nums;line-height:1.2}.cart-wrap--product2-buybox .cart-table .number-picker .product2-buybox-modern-qty--cart-table .btn-qty{border:0;background:transparent;font-size:18px;font-weight:900;color:var(--color-gray-dark);padding:0;line-height:1;cursor:pointer}.cart-wrap--product2-buybox .cart-table .number-picker .product2-buybox-modern-qty--cart-table .btn-qty:disabled{opacity:.35;cursor:not-allowed}.cart-wrap--product2-buybox .cart-table .number-picker .product2-buybox-modern-qty--cart-table .btn-qty--remove{color:#dc2626;opacity:1;cursor:pointer;font-size:18px;display:inline-flex;align-items:center;justify-content:center}.cart-wrap--product2-buybox .cart-table .number-picker .product2-buybox-modern-qty--cart-table .btn-qty--remove:hover{color:#b91c1c}.cart-wrap--product2-buybox .cart-table .btn-remove{width:40px;height:40px;border-radius:12px;background:#f3f4f6;display:inline-flex;align-items:center;justify-content:center;transition:var(--transition-150)}.cart-wrap--product2-buybox .cart-table .btn-remove:hover{background:#fee2e2;color:#b91c1c}@media screen and (max-width:1199px){body:has(.cart-wrap--product2-buybox){background:#f1f2f4}.cart-wrap--product2-buybox{margin-top:0;padding:0;background:#f1f2f4}.cart-wrap--product2-buybox>.container{display:flex;flex-direction:column;width:100%;max-width:none;padding-inline:0;padding-right:0!important;padding-left:0!important}.cart-wrap--product2-buybox .steps-wrap{margin:0;padding:12px 16px;background:#fff;border-bottom:1px solid #f0f0f1}.cart-wrap--product2-buybox .steps-wrap .container{width:100%;max-width:none;padding-left:0;padding-right:0}.cart-wrap--product2-buybox .cart{display:flex;flex-direction:column;align-items:stretch;position:static}.cart-wrap--product2-buybox .order-summary-wrap{order:-1;width:100%;min-width:0;margin:0;padding:0;position:static;top:auto}.cart-wrap--product2-buybox .order-summary{margin:0;padding:20px 16px 24px;border:0;border-radius:0;background:#fff}.cart-wrap--product2-buybox .cart-inner{order:1;width:100%;margin:0;padding:20px 16px;border:0;border-top:8px solid #f1f2f4;border-radius:0;background:#fff}.cart-wrap--product2-buybox .cart-table-product2-desktop{display:none!important}.cart-wrap--product2-buybox .cart-items-product2-buybox{display:block}}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.dk-checkout-container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:24px}.dk-checkout-wrap{text-align:start;color:var(--color-black, #191919);font-size:14px;line-height:1.7}.dk-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;height:48px;padding:8px 12px;border:0;border-radius:8px;background:var(--color-primary, #ed1944);color:#fff!important;font-size:14px;font-weight:700;line-height:1.2;text-decoration:none;cursor:pointer;transition:background-color .15s ease,opacity .15s ease}.dk-cta:hover,.dk-cta:focus{background:var(--color-primary-hover, var(--color-primary, #d3133b));color:#fff!important}.dk-cta:disabled,.dk-cta.is-loading{opacity:.7;pointer-events:none}.dk-card{background:#fff;border:1px solid #e0e0e2;border-radius:8px;box-shadow:0 1px 2px -1px #0000000a,0 2px 8px -2px #0000000a}.dk-card__title{margin:0 0 16px;padding:0;font-size:14px;font-weight:700;line-height:1.8;color:var(--color-black, #191919)}.dk-aside{position:sticky;top:16px;flex:0 0 340px;width:340px;max-width:412px}@media screen and (min-width:1024px){.dk-cart-wrap .dk-aside{top:100px}}.dk-aside__card{background:#f7f8fa;border:1px solid #e0e0e2;border-radius:8px;box-shadow:0 1px 2px -1px #0000000a,0 2px 8px -2px #0000000a;padding:24px 0}.dk-aside__title{margin:0 0 8px;padding:0 24px;font-size:16px;font-weight:700;color:var(--color-black, #191919)}.dk-aside__rows{display:flex;flex-direction:column}.dk-aside__row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:8px 24px;font-size:13px;color:var(--color-black, #191919)}.dk-aside__row span:last-child{font-weight:700;white-space:nowrap}.dk-aside__row--total{font-size:14px;font-weight:700}.dk-aside__row--total span:last-child{color:var(--color-black, #191919)}.dk-aside__row--shipping-time span:last-child,.dk-aside__row--shipping span:last-child{font-weight:700;white-space:normal;text-align:end;color:var(--color-black, #191919)}.dk-aside__row--discount span:last-child{color:#ed1944}.dk-aside__row--savings{background:#3daa581f;color:#3daa58}.dk-aside__row--savings span{color:#3daa58}.dk-aside__row--savings .currency-toman-icon,.dk-aside__row--savings .t724-icon,.dk-aside__row--savings svg{color:#3daa58!important;fill:currentColor}.dk-aside__totals{display:inline-flex;align-items:center;gap:8px}.dk-aside__was{color:#81858b;font-weight:500;text-decoration:line-through}.dk-aside__cta-wrap{margin:16px 0 8px;padding:0 24px}.dk-aside__hint{margin:8px 0 0;padding:0 24px;font-size:12px;line-height:1.8;color:#81858b}.dk-free-shipping{margin:12px 24px 4px;padding:12px 0 0;border-top:1px solid #e0e0e2}.dk-free-shipping__track{height:6px;overflow:hidden;border-radius:999px;background:#e8e8ea}.dk-free-shipping__bar{display:block;height:100%;border-radius:inherit;background:#3daa58;transition:width .25s ease}.dk-free-shipping__label{margin:8px 0 0;font-size:12px;font-weight:700;line-height:1.7;color:#3daa58}.dk-free-shipping__label .currency-toman-label,.dk-free-shipping__label .currency-toman-icon,.dk-free-shipping__label .t724-icon,.dk-free-shipping__label svg{color:#3daa58!important;fill:currentColor}.dk-free-shipping.is-unlocked .dk-free-shipping__bar{width:100%}.dk-aside__contact{display:flex;flex-direction:row;align-items:center;gap:12px;margin-top:12px;padding:12px 16px;border:1px solid #e0e0e2;border-radius:8px;background:#fff;font-size:13px;color:#81858b}.dk-aside__contact-icon{flex:0 0 40px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#eef2ff;color:var(--color-primary, #19bfd3)}.dk-aside__contact-icon .t724-icon,.dk-aside__contact-icon svg{width:22px;height:22px;color:inherit}.dk-aside__contact-copy{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.dk-aside__contact-phone{color:var(--color-black, #191919);font-size:16px;font-weight:700;line-height:1.6;text-decoration:none;letter-spacing:.02em}.dk-sticky-bar,.dk-payment-sheet,.dk-payment-sheet-backdrop{display:none}.dk-later-sheet.dk-modal{z-index:185}.dk-later-sheet .dk-cta{width:100%}.dk-later-sheet__option{display:flex;align-items:flex-start;gap:16px;min-height:72px;padding:4px 0;cursor:pointer}.dk-later-sheet__option input{margin-top:4px;accent-color:var(--color-primary, #19bfd3)}.dk-later-sheet__option-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.dk-later-sheet__option-title{font-size:14px;font-weight:700;color:var(--color-black, #191919)}.dk-later-sheet__option-hint{font-size:12px;line-height:1.7;color:#81858b}body.dk-cart-page,body.dk-checkout-funnel{background:#fff}body.dk-checkout-funnel .wrapper{min-height:100vh;background:#fff}body.dk-checkout-funnel .dk-checkout-wrap{margin-top:0;padding:24px 0 48px;background:#fff}body.dk-checkout-funnel .ads-banner-wrap,body.dk-checkout-funnel .top-nav-wrap,body.dk-checkout-funnel .floating-social-wrap,body.dk-checkout-funnel .scroll-to-top,body.dk-checkout-funnel .goftino-widget,body.dk-checkout-funnel #goftino_w,body.dk-checkout-funnel [id^=goftino],body.dk-checkout-funnel iframe[id*=goftino],body.dk-checkout-funnel iframe[src*=goftino]{display:none!important;visibility:hidden!important;pointer-events:none!important}body.dk-checkout-funnel.has-ads-banner-sticky{--ads-banner-sticky-offset: 0px}.dk-funnel-header{background:#fff;border-bottom:1px solid #e0e0e2}.dk-funnel-header__inner{display:flex;align-items:center;min-height:64px}.dk-funnel-header__logo{display:inline-flex;align-items:center;max-height:40px}.dk-funnel-header__logo img{max-height:40px;width:auto}.dk-funnel-header__logo span{font-size:18px;font-weight:700;color:#3f4064}.dk-step-bar{margin-bottom:12px}.dk-step-bar__inner{position:relative;width:100%;background:#fff;border:1px solid #e0e0e2;border-radius:8px;box-shadow:0 1px 2px -1px #0000000a,0 2px 8px -2px #0000000a;min-height:56px;display:flex;align-items:center;justify-content:flex-start;padding:8px 20px}.dk-step-bar__start{display:flex;align-items:center;gap:8px;min-width:0;flex:1 1 auto}.dk-step-bar__back{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;padding:0;color:#1f2937;text-decoration:none;z-index:1}.dk-step-bar__back svg{display:block;transform:scaleX(-1)}.dk-step-bar__title{min-width:0;color:var(--color-black, #191919);font-size:16px;font-weight:700;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dk-step-bar__logo{position:absolute;top:50%;display:inline-flex;align-items:center;justify-content:center;max-height:40px;z-index:0}.ltr .dk-step-bar__logo{left:50%;right:auto;transform:translate(-50%,-50%)}.rtl .dk-step-bar__logo{right:50%;left:auto;transform:translate(50%,-50%)}.dk-step-bar__logo img{max-height:40px;max-width:160px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.dk-step-bar__logo span{font-size:16px;font-weight:700;color:var(--color-black, #191919);white-space:nowrap}.dk-checkout-layout,.dk-cart-layout{display:flex;align-items:flex-start;gap:24px;padding-top:14px}.dk-cart-main,.dk-checkout-main{flex:1 1 auto;min-width:0;width:100%}.dk-cart-wrap{margin-top:16px;padding-bottom:24px}.dk-cart-items{padding:24px 24px 8px}.dk-cart-items__head{position:sticky;top:0;z-index:2;background:#fff;padding:12px 0 16px}.dk-cart-items__title-wrap{display:flex;align-items:center;gap:8px;flex-grow:1}.dk-cart-items__title{margin:0;font-size:16px;font-weight:700;color:var(--color-black, #191919);line-height:2.1}.dk-cart-items__count{font-size:16px;font-weight:700;color:#9e9fb1;line-height:2.1}.dk-cart-items__list{display:flex;flex-direction:column}.dk-cart-undo{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px 14px;margin-bottom:8px;overflow:hidden;background:#f7f8fa;border-radius:6px;font-size:13px;color:#3f4064}.dk-cart-undo__text{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dk-cart-undo__btn{border:0;background:transparent;color:var(--color-primary, #19bfd3);font-weight:700;cursor:pointer}.dk-cart-undo__progress{position:absolute;inset-inline:0;bottom:0;height:3px;background:#e0e0e2}.dk-cart-undo__bar{display:block;height:100%;width:100%;background:var(--color-primary, #19bfd3);animation:dk-undo-progress var(--dk-undo-ms, 10s) linear forwards}@keyframes dk-undo-progress{0%{width:100%}to{width:0%}}.dk-cart-item{padding:16px 0;border-top:1px solid #e0e0e2}.dk-cart-item:first-child{border-top:0}.dk-cart-item__row{display:grid;grid-template-columns:80px minmax(0,1fr) auto;grid-template-areas:"image name price" ". . controls";-moz-column-gap:16px;column-gap:16px;row-gap:12px;align-items:center}.dk-cart-item__image{grid-area:image;flex:none;width:80px;height:80px;border-radius:8px;overflow:hidden;border:0;align-self:center}.dk-cart-item__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.dk-cart-item__meta{grid-area:name;display:flex;flex-direction:column;justify-content:center;min-width:0;min-height:0}.dk-cart-item__name{display:block;color:var(--color-black, #191919);font-size:14px;font-weight:700;line-height:1.8;text-decoration:none}.dk-cart-item__bundle{display:inline-flex;align-self:flex-start;margin-top:6px;padding:2px 8px;border-radius:4px;background:#e8f5e9;color:#2e7d32;font-size:11px;font-weight:700;line-height:1.6}.dk-cart-item__options{margin:6px 0 0;padding:0;list-style:none;font-size:12px;color:#81858b}.dk-cart-item__options li{margin-bottom:2px}.dk-cart-item__price{grid-area:price;display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:16px;font-weight:700;color:var(--color-black, #191919);white-space:nowrap;align-self:center}.dk-cart-item__price-off{display:flex;align-items:center;gap:8px;flex-direction:row-reverse}.dk-cart-item__percent{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:999px;background:#d32f2f;color:#fff;font-size:12px;font-weight:800;line-height:1.4}.dk-cart-item__was{color:#81858b;font-size:12px;font-weight:500;text-decoration:line-through}.dk-cart-item__now{font-size:16px;font-weight:700;color:var(--color-black, #191919)}.dk-cart-item__controls{grid-area:controls;display:flex;flex-direction:row-reverse;align-items:center;gap:20px;justify-self:end}.dk-cart-item__later{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:101px;width:auto;height:40px;padding:8px;border:1px solid #e0e0e2;border-radius:8px;background:#fff;color:var(--color-primary, #19bfd3);font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.dk-cart-item__later svg{flex:none;width:18px;height:18px}.dk-qty{display:flex;align-items:center;justify-content:space-between;width:96px;height:40px;padding:2px 12px;border:1px solid #e0e0e2;border-radius:999px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dk-qty__btn{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:0;background:transparent;color:#ed1944;cursor:pointer}.dk-qty__btn svg{width:16px;height:16px}.dk-qty__btn:disabled{opacity:.35;cursor:not-allowed}.dk-qty__btn--remove{color:#ed1944}.dk-qty__value{font-size:14px;font-weight:700;color:#ed1944;min-width:1.2em;text-align:center}.dk-address-box{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;margin:0;padding:8px 16px;border:1px solid #e0e0e2;border-radius:8px;background:#fff;cursor:pointer}.dk-address-box.is-selected{border-color:var(--color-primary, #19bfd3);background:color-mix(in srgb,var(--color-primary, #19bfd3) 6%,#fff)}.dk-address-box__radio{flex:0 0 18px;width:18px;height:18px;margin:0;border:2px solid #e0e0e2;border-radius:50%;position:relative;align-self:center}.dk-address-box.is-selected .dk-address-box__radio{border-color:var(--color-primary, #19bfd3)}.dk-address-box.is-selected .dk-address-box__radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--color-primary, #19bfd3)}.dk-address-box__main{display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0;flex:1 1 auto}.dk-address-box__title{display:block;font-size:14px;font-weight:700;color:#3f4064;line-height:1.4}.dk-address-box__change{flex:0 0 auto;align-self:center;border:0;background:transparent;color:var(--color-primary, #19bfd3);font-size:13px;font-weight:700;cursor:pointer;padding:0;line-height:1.4;white-space:nowrap}.dk-address-box__line{margin:0;font-size:14px;font-weight:700;line-height:1.7;color:#3f4064}.dk-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center}.dk-modal[x-cloak]{display:none!important}.dk-modal.is-open{display:flex!important}.dk-modal__backdrop{position:absolute;inset:0;background:#00000073}.dk-modal__dialog{position:relative;z-index:1;width:min(720px,100vw - 48px);max-height:min(860px,100vh - 48px);background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;text-align:start}.dk-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e0e0e2}.dk-modal__title{margin:0;font-size:16px;font-weight:700;color:#3f4064}.dk-modal__close{border:0;background:transparent;color:#3f4064;cursor:pointer}.dk-modal__body{padding:16px 20px;overflow:auto;overflow-x:hidden;flex:1 1 auto;min-height:0;text-align:start;scrollbar-width:thin}.dk-modal__dialog:has(.searchable-select.is-open),.dk-modal__body:has(.searchable-select.is-open){overflow:visible}.dk-modal__footer{padding:16px 20px;border-top:1px solid #e0e0e2;box-shadow:0 -1px 4px #0000000a}.dk-address-list{display:flex;flex-direction:column;gap:16px}.dk-address-list__label{margin:0;font-size:14px;font-weight:700;color:#3f4064}.dk-address-list__items{display:flex;flex-direction:column;gap:12px}.dk-address-list__item{display:flex;align-items:flex-start;gap:12px;width:100%;padding:12px;border:1px solid #e0e0e2;border-radius:8px;background:#fff;text-align:start;cursor:pointer;color:var(--color-black, #191919)}.dk-address-list__item.is-selected{border-color:var(--color-primary, #ed1944);background:color-mix(in srgb,var(--color-primary, #ed1944) 6%,#fff)}.dk-address-list__radio{flex:0 0 18px;width:18px;height:18px;margin-top:4px;border:2px solid #e0e0e2;border-radius:50%;position:relative}.dk-address-list__item.is-selected .dk-address-list__radio{border-color:var(--color-primary, #ed1944)}.dk-address-list__item.is-selected .dk-address-list__radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--color-primary, #ed1944)}.dk-address-list__text{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--color-black, #191919);line-height:1.8}.dk-address-list__meta{display:flex;flex-direction:column;color:#81858b;font-size:12px}.dk-address-list__empty{margin:0;color:#81858b;font-size:13px}.dk-address-form{text-align:start}.dk-address-form__error,.dk-address-form .error-message{display:block;margin:0 0 12px;color:#c0392b;font-size:13px;line-height:1.7;font-weight:400}.dk-address-form .form-group .error-message{margin:6px 0 0}.dk-address-form .form-group label>span:last-child{display:none}.dk-address-form .checkout-tehran-map-col{flex:0 0 100%!important;max-width:100%!important;width:100%!important;padding-inline:8px;margin:4px 0 12px}.dk-address-form .checkout-tehran-map{display:block;width:100%;margin:0;padding:0;border:0;background:transparent}.dk-address-form .checkout-tehran-map .form-group{margin-bottom:0}.dk-address-form .checkout-tehran-map label{display:block;margin:0 0 8px;padding:0;font-size:14px;font-weight:400;color:var(--color-black, #191919);border:0}.dk-address-form .checkout-tehran-map__hint{margin:0 0 12px;font-size:13px;line-height:1.7;color:#81858b}.dk-address-form .checkout-tehran-map__canvas,.dk-address-form .checkout-tehran-map__canvas.leaflet-container{height:280px!important;min-height:280px;width:100%;border:1px solid #e0e0e2;border-radius:8px;background:#e9ecef;overflow:hidden;z-index:1}.ltr .dk-address-form .checkout-tehran-map__canvas,.ltr .dk-address-form .checkout-tehran-map__canvas.leaflet-container{direction:ltr}.rtl .dk-address-form .checkout-tehran-map__canvas,.rtl .dk-address-form .checkout-tehran-map__canvas.leaflet-container{direction:rtl}.dk-address-form .checkout-tehran-map__fallback{display:flex;align-items:center;justify-content:center;height:100%;padding:16px;color:#81858b;text-align:center}.dk-address-form .add-new-address-form .row{display:flex;flex-wrap:wrap;margin-inline:-8px}.dk-address-form .add-new-address-form .col-md-9,.dk-address-form .add-new-address-form .col-md-6,.dk-address-form .add-new-address-form .col-md-12{flex:0 0 50%!important;max-width:50%!important;width:50%!important;padding-inline:8px}.dk-address-form .billing-details>.section-title,.dk-address-form .address-card-wrap,.dk-address-form .btn-add-new-address{display:none!important}.dk-address-form .add-new-address-form{display:block!important}.dk-address-form .billing-details{margin:0;padding:0;border:0;background:transparent}.dk-address-form .form-group{text-align:start}.dk-address-form .form-group label,.dk-address-form .form-control{text-align:start;color:var(--color-black, #191919)}.dk-address-form .form-group label>span{color:inherit}.dk-address-form .searchable-select{position:relative;z-index:1}.dk-address-form .searchable-select.is-open{z-index:80}.dk-address-form .searchable-select__input{width:100%;cursor:text;background-color:#fff;background-size:10px;text-align:start}.ltr .dk-address-form .searchable-select__input{padding-right:28px;background-position:right 10px center}.rtl .dk-address-form .searchable-select__input{padding-left:28px;background-position:left 10px center}.dk-address-form .searchable-select.is-disabled .searchable-select__input{background-color:#f7f7f7;cursor:not-allowed}.dk-address-form .searchable-select.is-open .searchable-select__input{border-color:var(--color-primary)}.dk-address-form .searchable-select__list{display:none;position:absolute;z-index:90;top:calc(100% + 4px);right:0;left:0;max-height:min(42vh,360px);margin:0;padding:6px 0;overflow-y:auto;overscroll-behavior:contain;list-style:none;background:#fff;border:1px solid var(--color-gray-lite, #e0e0e2);border-radius:8px;box-shadow:0 8px 24px #1118271f;text-align:start}.dk-address-form .searchable-select__list--cities{max-height:min(62vh,560px)}.dk-address-form .searchable-select.is-open .searchable-select__list{display:block}@media screen and (max-width:1023px){.dk-address-form .searchable-select__list{max-height:min(48vh,400px)}.dk-address-form .searchable-select__list--cities{max-height:min(58vh,480px)}}@media screen and (max-width:767px){.dk-address-form .searchable-select__list{max-height:min(50vh,360px)}.dk-address-form .searchable-select__list--cities{max-height:min(56vh,420px)}}.dk-address-form .searchable-select__option,.dk-address-form .searchable-select__empty{padding:8px 14px;font-size:14px;line-height:1.5;cursor:pointer;text-align:start}.dk-address-form .searchable-select__empty{color:var(--color-gray, #81858b);cursor:default}.dk-address-form .searchable-select__option.is-active,.dk-address-form .searchable-select__option:hover{background:#f5f5f5}.dk-address-form .searchable-select__option.is-selected{font-weight:700}.dk-shipping-address-card{padding:16px 24px;margin-bottom:12px}.dk-shipping-method-card{margin-top:12px;margin-bottom:12px;padding:16px 24px;text-align:start}.dk-shipping-method-card .shipping-method{margin:0;padding:0;border:0;background:transparent}.dk-shipping-method-card .shipping-method .title,.dk-shipping-method-card .dk-card.dk-shipping-method-card .dk-card__title{margin:0 0 16px!important;padding:0!important;border:0;font-size:14px!important;font-weight:700;line-height:1.8;color:var(--color-black, #191919)!important;text-align:start}.dk-shipping-method-card .shipping-method-form{padding:0;border:0;background:transparent}.dk-shipping-method-card .form-radio{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 8px;padding:8px 16px;border:1px solid #e0e0e2;border-radius:8px;background:#fff;text-align:start;cursor:pointer}.dk-shipping-method-card .form-radio:last-child{margin-bottom:0}.dk-shipping-method-card .form-radio.is-selected{border-color:var(--color-primary, #19bfd3);background:color-mix(in srgb,var(--color-primary, #19bfd3) 6%,#fff)}.dk-shipping-method-card .form-radio.dk-choice-box--alert{border-color:#ffcdd2;background:#fff5f5}.dk-shipping-method-card .form-radio.dk-choice-box--alert label,.dk-shipping-method-card .form-radio.dk-choice-box--alert label>span,.dk-shipping-method-card .form-radio.dk-choice-box--alert .shipping-method-title{color:#ef9a9a}.dk-shipping-method-card .form-radio.dk-choice-box--alert .shipping-method-description{color:#ef9a9a}.dk-shipping-method-card .form-radio.dk-choice-box--alert.is-selected{border-color:#e53935;background:#e5393529}.dk-shipping-method-card .form-radio.dk-choice-box--alert.is-selected label,.dk-shipping-method-card .form-radio.dk-choice-box--alert.is-selected label>span,.dk-shipping-method-card .form-radio.dk-choice-box--alert.is-selected .shipping-method-title{color:#c62828}.dk-shipping-method-card .form-radio.dk-choice-box--alert.is-selected .shipping-method-description{color:#e57373}.dk-shipping-method-card .form-radio label{margin:0;font-size:14px;font-weight:700;color:var(--color-black, #191919);text-align:start}.dk-shipping-method-card .form-radio label>span{color:inherit}.ltr .dk-shipping-method-card .form-radio label>span{margin-left:0}.rtl .dk-shipping-method-card .form-radio label>span{margin-right:0}.dk-shipping-method-card .form-radio .shipping-method-title{display:block;color:var(--color-black, #191919)}.dk-shipping-method-card .form-radio .shipping-method-description{display:block;margin-top:4px;font-size:12px;font-weight:400;line-height:1.6;color:#a1a3a8;white-space:normal}.dk-shipping-method-card .form-radio .dk-choice-box__price,.dk-shipping-method-card .form-radio span:not(.shipping-method-title):not(.shipping-method-description){font-size:14px;font-weight:700;color:var(--color-black, #191919);white-space:nowrap}.dk-shipping-slot-card.dk-card{margin-top:12px;margin-bottom:12px;padding:16px 24px;text-align:start}.dk-shipping-slot-card.dk-card .shipping-slot-picker{margin:0;padding:0;border:0}.dk-shipping-slot-card.dk-card .shipping-slot-picker__header{margin-bottom:16px}.dk-shipping-slot-card.dk-card .shipping-slot-picker__header .title,.dk-shipping-slot-card.dk-card .shipping-slot-picker__header .dk-card__title{margin:0 0 16px;padding:0;border:0;font-size:14px;font-weight:700;line-height:1.8;color:var(--color-black, #191919)}.dk-shipping-slot-card.dk-card .shipping-slot-picker__badge{display:none}.dk-shipping-slot-card{text-align:start;min-width:0;max-width:100%}.dk-shipping-slot-card .shipping-slot-picker,.dk-shipping-slot-card .shipping-slot-picker__content,.dk-shipping-slot-card .dk-slot-sheet__body{min-width:0;max-width:100%}.dk-shipping-slot-card .shipping-slot-picker__days-wrap{min-width:0;max-width:100%;width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;scrollbar-width:none;-ms-overflow-style:none;direction:rtl}.dk-shipping-slot-card .shipping-slot-picker__days-wrap.is-dragging{cursor:grabbing}.dk-shipping-slot-card .shipping-slot-picker__days-wrap::-webkit-scrollbar{display:none;width:0;height:0}.dk-shipping-slot-card .shipping-slot-picker__days,.dk-shipping-slot-card .shipping-slot-picker__days.hide-scrollbar{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:8px;width:-moz-max-content;width:max-content;max-width:none;min-width:100%;margin-bottom:0;padding-bottom:0;overflow:visible;direction:rtl}.dk-shipping-slot-card .shipping-slot-picker__day{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;width:100px;min-width:80px;margin:0;border:1px solid #e0e0e2;border-radius:8px;padding:12px;background:#fff;color:#81858b;font-size:14px;font-weight:500;line-height:1.3;cursor:pointer}.dk-shipping-slot-card .shipping-slot-picker__day.is-active{border-color:#3daa58;background:#3daa581f;color:#3daa58}.dk-shipping-slot-card .shipping-slot-picker__day.is-active .shipping-slot-picker__weekday,.dk-shipping-slot-card .shipping-slot-picker__day.is-active .shipping-slot-picker__day-num,.dk-shipping-slot-card .shipping-slot-picker__day.is-active .shipping-slot-picker__month{color:#3daa58;font-weight:700}.dk-shipping-slot-card .shipping-slot-picker__day.is-disabled,.dk-shipping-slot-card .shipping-slot-picker__day:disabled{border-color:#e53935;background:#fff5f5;color:#e53935;cursor:not-allowed}.dk-shipping-slot-card .shipping-slot-picker__day.is-disabled .shipping-slot-picker__weekday,.dk-shipping-slot-card .shipping-slot-picker__day.is-disabled .shipping-slot-picker__day-num,.dk-shipping-slot-card .shipping-slot-picker__day.is-disabled .shipping-slot-picker__month,.dk-shipping-slot-card .shipping-slot-picker__day:disabled .shipping-slot-picker__weekday,.dk-shipping-slot-card .shipping-slot-picker__day:disabled .shipping-slot-picker__day-num,.dk-shipping-slot-card .shipping-slot-picker__day:disabled .shipping-slot-picker__month{color:#e53935}.dk-shipping-slot-card .shipping-slot-picker__weekday{display:block;font-size:14px;font-weight:500;line-height:1.4;color:#81858b;white-space:nowrap}.dk-shipping-slot-card .shipping-slot-picker__date-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2px;margin-top:2px}.dk-shipping-slot-card .shipping-slot-picker__day-num{font-size:24px;font-weight:700;line-height:1;color:var(--color-black, #191919)}.dk-shipping-slot-card .shipping-slot-picker__month{font-size:14px;font-weight:400;line-height:1.4;color:#81858b}.dk-shipping-slot-card .shipping-slot-picker__slots{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:8px;width:100%;margin-top:12px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.dk-shipping-slot-card .shipping-slot-picker__slots::-webkit-scrollbar{display:none}.dk-shipping-slot-card .shipping-slot-picker__slot{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-start;gap:12px;width:auto;min-width:180px;margin:0;padding:8px 16px;border:1px solid #e0e0e2;border-radius:8px;background:#fff;font-size:14px;font-weight:500;color:#81858b;text-align:start;cursor:pointer}.dk-shipping-slot-card .shipping-slot-picker__slot:last-child{margin-bottom:0}.dk-shipping-slot-card .shipping-slot-picker__slot.is-selected{border-color:var(--color-primary, #19bfd3);background:color-mix(in srgb,var(--color-primary, #19bfd3) 6%,#fff)}.dk-shipping-slot-card .shipping-slot-picker__slot.is-selected .shipping-slot-picker__slot-label{color:var(--color-black, #191919);font-weight:700}.dk-shipping-slot-card .shipping-slot-picker__slot input[type=radio]{position:absolute;display:none;margin:0}.dk-shipping-slot-card .shipping-slot-picker__slot-label{margin:0;font-size:14px;font-weight:500;color:#81858b;text-align:start;cursor:pointer}.dk-shipping-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:8px;padding:12px 16px;background:#fff}.dk-shipping-summary__main{display:flex;flex-direction:column;gap:6px;min-width:0}.dk-shipping-summary__row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#81858b;line-height:1.8}.dk-shipping-summary__row>span:first-child{color:var(--color-black, #191919);font-size:14px;font-weight:700;line-height:1.8}.dk-shipping-summary__row>span:not(:first-child),.dk-shipping-summary__row>span:not(:first-child) *{color:#81858b;font-size:14px;font-weight:500}.dk-shipping-summary__old{color:#81858b;text-decoration:line-through}.dk-change-time{flex:0 0 auto;height:36px;padding:0 12px;border:1px solid var(--color-primary, #19bfd3);border-radius:8px;background:transparent;color:var(--color-primary, #19bfd3);font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer}.dk-slot-sheet-backdrop{display:none}.dk-payment-methods,.dk-toggle-card,.dk-order-brief,.dk-invoice-hint,.dk-payment-instructions{padding:16px 24px;margin-bottom:12px}.dk-payment-list{display:flex;flex-direction:column;gap:8px}.dk-payment-option{display:flex;align-items:center;gap:12px;padding:8px 16px;border:1px solid #e0e0e2;border-radius:8px;cursor:pointer;margin:0;background:#fff;position:relative}.dk-payment-option input{position:absolute;opacity:0;pointer-events:none}.dk-payment-option__radio{flex:0 0 18px;width:18px;height:18px;margin:0;border:2px solid #e0e0e2;border-radius:50%;position:relative;align-self:center}.dk-payment-option.is-selected{border-color:var(--color-primary, #19bfd3);background:color-mix(in srgb,var(--color-primary, #19bfd3) 6%,#fff)}.dk-payment-option.is-selected .dk-payment-option__radio{border-color:var(--color-primary, #19bfd3)}.dk-payment-option.is-selected .dk-payment-option__radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--color-primary, #19bfd3)}.dk-payment-option__body{display:flex;flex-direction:column;justify-content:center;gap:4px;flex:1;min-width:0}.dk-payment-option__name{font-size:14px;font-weight:700;color:#3f4064}.dk-payment-option__desc{font-size:13px;color:#81858b;line-height:1.7}.dk-payment-option__logo{width:40px;height:40px;-o-object-fit:contain;object-fit:contain;align-self:center}.dk-toggle-card{display:flex;flex-direction:column;padding-block:8px}.dk-toggle-card__row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px 0;border:0;background:transparent;border-bottom:1px solid #e0e0e2;font-size:14px;font-weight:700;line-height:1.8;color:var(--color-black, #191919);cursor:pointer;text-align:start}.dk-toggle-card__row:last-of-type{border-bottom:0}.dk-toggle-card__row small{display:block;margin-top:4px;font-size:13px;font-weight:400;line-height:1.8;color:#81858b}.dk-toggle-card__checkbox{position:absolute;opacity:0;pointer-events:none}.dk-toggle-card__switch{flex:0 0 40px;width:40px;height:22px;border-radius:999px;background:#e0e0e2;position:relative}.dk-toggle-card__switch:after{content:"";position:absolute;top:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .15s ease}.ltr .dk-toggle-card__switch:after{right:2px}.rtl .dk-toggle-card__switch:after{left:2px}.dk-toggle-card__switch.is-on{background:var(--color-primary, #19bfd3)}.ltr .dk-toggle-card__switch.is-on:after{transform:translate(-18px)}.rtl .dk-toggle-card__switch.is-on:after{transform:translate(18px)}.dk-toggle-card__panel{padding:8px 0 16px}.dk-order-brief__head{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:0;background:transparent;padding:0;cursor:pointer;text-align:start}.dk-order-brief__meta{display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-size:14px;font-weight:500;line-height:1.8;color:#81858b}.dk-order-brief__meta span{color:#81858b;font-size:14px;font-weight:500;line-height:1.8}.dk-order-brief__toggle{display:inline-flex;align-items:center;gap:4px;color:#81858b;font-size:13px;white-space:nowrap}.dk-order-brief__chevron{flex:0 0 auto;color:#81858b;transition:transform .2s ease;transform:rotate(0)}.ltr .dk-order-brief__chevron.is-open{transform:rotate(180deg)}.rtl .dk-order-brief__chevron.is-open{transform:rotate(-180deg)}.dk-order-brief__items{display:flex;flex-direction:column;gap:12px;margin-top:16px;padding-top:12px;border-top:1px solid #e0e0e2}.dk-order-brief__item{display:flex;align-items:center;gap:12px}.dk-order-brief__image{position:relative;width:56px;height:56px;border:1px solid #e0e0e2;border-radius:8px;overflow:hidden}.dk-order-brief__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.dk-order-brief__qty{position:absolute;bottom:-1px;min-width:18px;height:18px;padding:0 4px;background:#3f4064;color:#fff;font-size:11px;display:inline-flex;align-items:center;justify-content:center}.ltr .dk-order-brief__qty{left:0;border-top-right-radius:8px}.rtl .dk-order-brief__qty{right:0;border-top-left-radius:8px}.dk-order-brief__name{font-size:13px;color:#3f4064;text-decoration:none;line-height:1.7}.dk-order-brief__name-qty{color:#81858b;font-weight:500;white-space:nowrap}.dk-invoice-hint{display:flex;align-items:flex-start;gap:10px;color:#81858b;font-size:13px;line-height:1.8}.dk-invoice-hint p{margin:0}.dk-invoice-hint__icon{flex:0 0 20px;width:20px;height:20px;border-radius:50%;border:1px solid #81858b;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-style:italic}@media screen and (min-width:1280px){.dk-aside{flex-basis:412px;width:412px}}@media screen and (max-width:1023px){body.dk-cart-page,body.dk-checkout-funnel{background:#f1f2f4}body.dk-checkout-funnel .bottom-navigation-wrap{display:none!important}.dk-checkout-container{padding-inline:0;max-width:none}.dk-cart-wrap{margin-top:0;padding-bottom:0;background:#f1f2f4}.dk-cart-wrap>.container,.dk-cart-wrap>.dk-checkout-container{width:100%!important;max-width:none!important;padding-inline:0!important;margin-inline:0}.dk-checkout-wrap{background:#f1f2f4!important;padding:0 0 96px!important}.dk-funnel-header__inner,.dk-step-bar{padding-inline:16px}.dk-step-bar{margin:0;background:#fff;border-bottom:1px solid #e8edf3;box-shadow:0 1px 6px #0000000a}.dk-step-bar__inner{position:relative;border:0;border-radius:0;box-shadow:none;min-height:56px;height:56px;padding:0;flex-direction:row;align-items:center}.dk-step-bar__start{width:100%;gap:4px}.dk-step-bar__logo{position:static;left:auto;right:auto;top:auto;transform:none;margin:0;order:0;display:none;max-height:32px}.dk-step-bar__logo img{max-height:32px;max-width:min(42vw,180px)}.dk-step-bar__back{width:40px;height:40px;padding:0}.dk-step-bar__title{font-size:14px;font-weight:700;color:#1f2937}.dk-checkout-layout,.dk-cart-layout{flex-direction:column;align-items:stretch;gap:0;padding-top:0}.dk-cart-main,.dk-checkout-main,.dk-card,.dk-cart-items,.dk-shipping-summary{width:100%}.dk-aside{display:none}.dk-card,.dk-cart-items,.dk-aside__card{border:0;border-radius:0;box-shadow:none}.dk-cart-items{padding:12px 16px 4px;width:100%}.dk-cart-item{padding:12px 0}.dk-cart-item__row{grid-template-columns:80px minmax(0,1fr);grid-template-areas:"image name" "image price" "controls controls";-moz-column-gap:12px;column-gap:12px;row-gap:8px;align-items:start}.dk-cart-item__meta{justify-content:flex-start}.dk-cart-item__price{justify-self:start;text-align:start;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px}.dk-cart-item__now{font-size:14px}.dk-cart-item__controls{flex-direction:row;justify-content:space-between;justify-self:stretch;width:100%}.dk-cart-item__price-off{gap:4px;flex-direction:row}.dk-qty{width:120px}body.dk-cart-page .cart-dk-complements>.container,body.dk-cart-page .cart-dk-bundles>.container,body.dk-cart-page .cart-dk-below>.container,body.dk-cart-page .cart-dk-complements .cart-dk-below-inner,body.dk-cart-page .cart-dk-bundles .cart-dk-below-inner,body.dk-cart-page .cart-dk-below .cart-dk-below-inner{width:100%;max-width:none;padding-inline:0!important;margin-inline:0}body.dk-cart-page .cart-dk-complements .cart-dk-rail__section,body.dk-cart-page .cart-dk-below .cart-dk-rail__section{margin-inline:0!important;border-radius:0!important}.dk-shipping-address-card,.dk-shipping-method-card,.dk-shipping-slot-card:not(.dk-slot-sheet),.dk-payment-methods,.dk-toggle-card,.dk-order-brief,.dk-invoice-hint,.dk-payment-instructions{margin-top:8px;padding-inline:16px;border-radius:0}.dk-slot-sheet-backdrop{display:block;position:fixed;inset:0;bottom:calc(var(--dk-sticky-height, 72px) + env(safe-area-inset-bottom));z-index:39;background:#00000073}.dk-shipping-slot-card.dk-slot-sheet{display:block;z-index:40;bottom:calc(var(--dk-sticky-height, 72px) + env(safe-area-inset-bottom));max-height:min(72vh,560px);overflow:hidden;padding:0;margin:0;border:0;box-shadow:none}.dk-shipping-slot-card.dk-slot-sheet .localization-header h3,.dk-shipping-slot-card.dk-slot-sheet .localization-header h3 span{display:flex;flex-direction:column;gap:2px;margin:0;font-size:14px!important;font-weight:700;line-height:1.8;color:var(--color-black, #191919)!important}.dk-shipping-slot-card.dk-slot-sheet .dk-slot-sheet__badge{font-size:12px;font-weight:400;color:#81858b}.dk-shipping-slot-card.dk-slot-sheet .dk-slot-sheet__body{overflow-x:hidden;overflow-y:auto;max-height:calc(min(72vh,560px) - 72px);min-width:0;padding:8px 16px 16px;scrollbar-width:none;-ms-overflow-style:none}.dk-shipping-slot-card.dk-slot-sheet .dk-slot-sheet__body::-webkit-scrollbar{display:none;width:0;height:0}.dk-shipping-slot-card.dk-slot-sheet .shipping-slot-picker__header{display:none}body.dk-cart-page:has(.dk-sticky-bar) .fabWidget{bottom:calc(var(--dk-sticky-height, 72px) + var(--dk-bottom-nav-height, 0px) + 12px + env(safe-area-inset-bottom));z-index:38}.dk-sticky-bar{display:flex!important;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;position:fixed;right:0;left:0;bottom:0;z-index:41;background:#fff;padding:12px 16px calc(12px + env(safe-area-inset-bottom));box-shadow:0 -1px #0000000a}.dk-sticky-bar .dk-cta{width:auto;min-width:148px;flex:0 0 auto;order:0}.dk-sticky-bar__price{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:2px;min-width:0;margin-inline-start:auto;padding:0;border:0;background:transparent;color:inherit;order:1}.ltr .dk-sticky-bar__price{text-align:left}.rtl .dk-sticky-bar__price{text-align:right}.dk-sticky-bar button.dk-sticky-bar__price{cursor:pointer}.dk-sticky-bar__label-wrap{display:inline-flex;align-items:center;gap:4px}.dk-sticky-bar__label{font-size:13px;color:#81858b}.dk-sticky-bar__value-wrap{display:inline-flex;align-items:center;gap:4px}.dk-sticky-bar__value{font-size:14px;font-weight:700;color:#3f4064}.dk-sticky-bar__chevron{flex:0 0 auto;color:#81858b;transition:transform .2s ease;transform:rotate(0)}.ltr .dk-sticky-bar__chevron.is-open{transform:rotate(180deg)}.rtl .dk-sticky-bar__chevron.is-open{transform:rotate(-180deg)}body.dk-cart-page,body.dk-checkout-funnel{--dk-bottom-nav-height: 0px;--dk-sticky-height: 72px}.dk-later-sheet.dk-modal{align-items:flex-end;padding-bottom:calc(var(--dk-sticky-height, 72px) + var(--dk-bottom-nav-height, 0px) + env(safe-area-inset-bottom));z-index:50}.dk-payment-sheet-backdrop{display:block;position:fixed;inset:0;bottom:calc(var(--dk-sticky-height, 72px) + var(--dk-bottom-nav-height, 0px) + env(safe-area-inset-bottom));z-index:39;background:#00000073}aside.dk-payment-sheet.pwa-install-panel{display:block;z-index:40;bottom:calc(var(--dk-sticky-height, 72px) + var(--dk-bottom-nav-height, 0px) + env(safe-area-inset-bottom))}aside.dk-payment-sheet.pwa-install-panel:not(.active){opacity:0!important;visibility:hidden!important;pointer-events:none;transform:translateY(100px)}aside.dk-payment-sheet.pwa-install-panel.active{opacity:1!important;visibility:visible!important;transform:translateY(0)}aside.dk-payment-sheet.pwa-install-panel .dk-aside__row{padding-inline:0}aside.dk-payment-sheet.pwa-install-panel .dk-aside__row--savings{margin-inline:-24px;padding-inline:20px}aside.dk-payment-sheet.pwa-install-panel .dk-free-shipping{margin-inline:0}aside.dk-payment-sheet.pwa-install-panel .dk-aside__contact{margin-top:16px}aside.dk-payment-sheet.pwa-install-panel .dk-payment-sheet__hint{margin:0 0 16px;font-size:13px;line-height:1.8;color:#81858b}aside.dk-payment-sheet.pwa-install-panel .dk-payment-sheet__got-it{margin-top:16px;border:2px solid var(--color-primary);border-radius:var(--radius-default);background:#fff;color:var(--color-primary);font-size:14px;font-weight:var(--font-bold)}aside.dk-payment-sheet.pwa-install-panel .localization-header h3{font-size:14px;font-weight:700;color:var(--color-black, #191919)}.dk-modal__dialog{width:100%;max-height:100vh;height:100%;border-radius:0}.dk-later-sheet .dk-modal__dialog{width:100%;height:auto;max-height:min(70vh,420px);border-radius:16px 16px 0 0}}@media screen and (max-width:991px){body.dk-cart-page{--dk-bottom-nav-height: 60px}body.dk-cart-page .dk-sticky-bar{bottom:calc(var(--dk-bottom-nav-height) + env(safe-area-inset-bottom));padding-bottom:12px;box-shadow:#0000000a 0 -1px}body.dk-cart-page .bottom-navigation-wrap{z-index:42}body.dk-cart-page .fabWidget{bottom:calc(var(--dk-sticky-height, 72px) + var(--dk-bottom-nav-height, 60px) + 12px + env(safe-area-inset-bottom))}body.dk-cart-page:not(:has(.dk-sticky-bar)) .fabWidget{bottom:75px}}@media screen and (min-width:1024px)and (max-width:1199px){body:has(.dk-cart-wrap),body:has(.dk-checkout-wrap){background:#fff!important}.dk-cart-wrap.cart-wrap--product2-buybox{background:#fff!important;margin-top:16px;padding:0 0 24px}.dk-checkout-wrap.checkout-wrap--product2{background:#fff!important;margin-top:0;padding:24px 0 48px}.dk-checkout-wrap.checkout-wrap--product2>.container,.dk-checkout-wrap.checkout-wrap--product2>.dk-checkout-container{display:block;max-width:1280px;padding-inline:24px!important}.dk-cart-layout,.dk-checkout-layout{display:flex;flex-direction:row;align-items:flex-start;gap:24px}.dk-aside{display:block;position:sticky;top:16px}.dk-cart-wrap .dk-aside{top:100px}.dk-sticky-bar{display:none}}@media screen and (min-width:768px)and (max-width:1023px){.dk-checkout-container{padding-inline:16px}.dk-cart-wrap>.container,.dk-cart-wrap>.dk-checkout-container{width:100%!important;max-width:none!important;padding-inline:0!important}}@media screen and (max-width:1199px){body.dk-checkout-funnel .dk-step-bar{margin:0;background:#fff;border-bottom:1px solid #e8edf3;box-shadow:0 1px 6px #0000000a;padding-inline:12px}body.dk-checkout-funnel .dk-step-bar .dk-checkout-container{max-width:none;padding-inline:0}body.dk-checkout-funnel .dk-step-bar__inner{position:relative;border:0;border-radius:0;box-shadow:none;min-height:56px;height:56px;padding:0;flex-direction:row;align-items:center}body.dk-checkout-funnel .dk-step-bar__start{width:100%;gap:4px}body.dk-checkout-funnel .dk-step-bar__logo{position:static;left:auto;right:auto;top:auto;transform:none;margin:0;max-height:32px}body.dk-checkout-funnel .dk-step-bar__logo img{max-height:32px;max-width:min(42vw,180px)}body.dk-checkout-funnel .dk-step-bar__back{width:40px;height:40px;padding:0}body.dk-checkout-funnel .dk-step-bar__title{font-size:14px;font-weight:700;color:#1f2937}}@media screen and (max-width:1199px)and (min-width:1024px){body.dk-checkout-funnel .checkout-wrap--product2.dk-checkout-wrap{padding-top:0!important}}.home-slider{border-radius:var(--radius-default);height:100%}.home-slider .slider-slide-image{display:none}.home-slider .swiper-slide{overflow:hidden}.home-slider .swiper-slide .slider-bg-image{position:absolute;top:0;height:100%;width:100%;background-size:cover;background-position:center;background-color:#0000000a}.ltr .home-slider .swiper-slide .slider-bg-image{left:0}.rtl .home-slider .swiper-slide .slider-bg-image{right:0}.home-slider .slide-content{position:absolute;top:0;display:flex;height:100%;width:100%;align-items:center}.home-slider .slide-content.align-left{justify-content:flex-start}.ltr .home-slider .slide-content.align-left{left:0}.rtl .home-slider .slide-content.align-left{right:0}.ltr .home-slider .slide-content.align-left .captions{margin-left:60px;text-align:left}.rtl .home-slider .slide-content.align-left .captions{margin-right:60px;text-align:right}.ltr .home-slider .slide-content.align-left .captions .caption-2{margin-right:90px}.rtl .home-slider .slide-content.align-left .captions .caption-2{margin-left:90px}.home-slider .slide-content.align-right{justify-content:flex-end}.ltr .home-slider .slide-content.align-right{right:0}.rtl .home-slider .slide-content.align-right{left:0}.ltr .home-slider .slide-content.align-right .captions{margin-right:60px;text-align:right}.rtl .home-slider .slide-content.align-right .captions{margin-left:60px;text-align:left}.ltr .home-slider .slide-content.align-right .captions .caption-2{margin-left:90px}.rtl .home-slider .slide-content.align-right .captions .caption-2{margin-right:90px}.home-slider .slide-content .captions{width:460px}.home-slider .slide-content .caption{display:block}.home-slider .slide-content .caption-1{font-size:48px;font-weight:var(--font-light);line-height:48px;color:var(--color-black)}.home-slider .slide-content .caption-2{font-size:16px;line-height:26px;color:var(--color-gray);margin-top:20px}@media screen and (max-width:767px){.home-slider .slide-content .caption-1{font-size:38px;line-height:38px}.home-slider .slide-content .caption-2{font-size:15px;line-height:25px;margin-top:15px}}@media screen and (max-width:576px){.ltr .home-slider .slide-content.align-left .captions{margin:0 50px 0 40px}.rtl .home-slider .slide-content.align-left .captions{margin:0 40px 0 50px}.ltr .home-slider .slide-content.align-left .captions .caption-2{margin-right:0}.rtl .home-slider .slide-content.align-left .captions .caption-2{margin-left:0}.ltr .home-slider .slide-content.align-right .captions{margin:0 40px 0 50px}.rtl .home-slider .slide-content.align-right .captions{margin:0 50px 0 40px}.ltr .home-slider .slide-content.align-right .captions .caption-2{margin-left:0}.rtl .home-slider .slide-content.align-right .captions .caption-2{margin-right:0}.home-slider .slide-content .caption-1{font-size:28px;line-height:28px}.home-slider .slide-content .caption-2{font-size:14px;line-height:24px}}@media screen and (max-width:450px){.home-slider .slide-content.align-left .captions,.home-slider .slide-content.align-right .captions{margin:0 30px!important}}.home-slider--mobile{display:none}.home-slider--desktop{display:block}.template-home2 .home-slider-wrap .home-slider{overflow:hidden}.template-home2 .home-slider-wrap .home-slider .swiper-slide{display:block;height:auto}.template-home2 .home-slider-wrap .home-slider .slider-slide-image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.template-home2 .home-slider-wrap .home-slider .slider-bg-image,.template-home2 .home-slider-wrap .home-slider .slide-content{display:none}.template-home2 .home-slider-wrap .home-slider .swiper-button-prev,.template-home2 .home-slider-wrap .home-slider .swiper-button-next{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin-top:0;top:50%;transform:translateY(-50%);background:transparent;border-radius:50%;box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease,background .15s ease,box-shadow .15s ease}.template-home2 .home-slider-wrap .home-slider .swiper-button-prev:after,.template-home2 .home-slider-wrap .home-slider .swiper-button-next:after{font-size:13px;font-weight:700;color:#191919}.template-home2 .home-slider-wrap .home-slider .swiper-button-prev:hover,.template-home2 .home-slider-wrap .home-slider .swiper-button-next:hover{background:#ffffffeb;box-shadow:0 2px 12px #0000001f}.template-home2 .home-slider-wrap .home-slider.home-slider--arrows-visible .swiper-button-prev,.template-home2 .home-slider-wrap .home-slider.home-slider--arrows-visible .swiper-button-next,.template-home2 .home-slider-wrap .home-slider.home-slider--arrows-on-hover:hover .swiper-button-prev,.template-home2 .home-slider-wrap .home-slider.home-slider--arrows-on-hover:hover .swiper-button-next{opacity:1;visibility:visible;pointer-events:auto}.ltr .template-home2 .home-slider-wrap .home-slider .swiper-button-prev{left:10px!important;right:auto!important}.rtl .template-home2 .home-slider-wrap .home-slider .swiper-button-prev,.ltr .template-home2 .home-slider-wrap .home-slider .swiper-button-next{right:10px!important;left:auto!important}.rtl .template-home2 .home-slider-wrap .home-slider .swiper-button-next{left:10px!important;right:auto!important}.template-home2 .home-slider-wrap .home-slider .swiper-pagination{position:absolute!important;bottom:6px!important;top:auto!important;display:inline-flex!important;align-items:center;justify-content:center;gap:6px;width:-moz-max-content;width:max-content;min-height:18px;margin:0!important;padding:5px 10px!important;border-radius:999px;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ltr .template-home2 .home-slider-wrap .home-slider .swiper-pagination{left:50%!important;right:auto!important;transform:translate(-50%)!important}.rtl .template-home2 .home-slider-wrap .home-slider .swiper-pagination{right:50%!important;left:auto!important;transform:translate(50%)!important}.template-home2 .home-slider-wrap .home-slider .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;margin:0!important;border-radius:999px;opacity:1;background:#ffffff73;transition:width .2s ease,background .2s ease}.template-home2 .home-slider-wrap .home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:16px;background:var(--color-white)}.template-home2 .home-slider-wrap .home-slider--desktop{aspect-ratio:3/1}.template-home2 .home-slider-wrap .home-slider--mobile{aspect-ratio:2.07/1;height:auto;overflow:hidden}.template-home2 .home-section-inner:not(.home2-full-slider) .home-slider-wrap .home-slider--desktop{aspect-ratio:auto;height:100%}.template-home2 .home-section-inner:not(.home2-full-slider) .home-slider-wrap .home-slider,.template-home2 .home-section-inner:not(.home2-full-slider) .home-slider-wrap .swiper-wrapper,.template-home2 .home-section-inner:not(.home2-full-slider) .home-slider-wrap .swiper-slide{height:100%}.template-home2.rtl .home-slider-wrap .home-slider .swiper-button-prev{left:auto!important;right:10px!important}.template-home2.rtl .home-slider-wrap .home-slider .swiper-button-next{right:auto!important;left:10px!important}.template-home2.rtl .home-slider-wrap .home-slider .swiper-pagination{left:50%!important;right:auto!important;transform:translate(-50%)!important}@media screen and (min-width:992px){.template-home2 .home-slider-wrap .home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:24px}}@media screen and (max-width:1199px){.home-slider--desktop{display:none}.home-section-wrap.home2-hero-fullscreen{margin-top:0!important;background:#f2f3f5;padding-bottom:20px}.home-section-wrap.home2-hero-fullscreen>.container{padding-left:12px;padding-right:12px;max-width:100%}.home-section-wrap.home2-hero-fullscreen .home-section-inner.home2-full-slider .home-slider-wrap{height:auto!important;overflow:hidden;padding:0}.home-section-inner .home-slider-wrap{height:auto!important;overflow:hidden;padding:0 12px}.home-slider--mobile{display:block;margin-top:4px}.home-slider--mobile .swiper-slide{overflow:hidden;opacity:1}.home-slider--mobile .slider-slide-image{border-radius:inherit}}.home-section-wrap{margin-top:20px}.template-home2 .home-section-inner{width:100%}.ltr .template-home2 .home-section-inner{margin-left:0}.rtl .template-home2 .home-section-inner,.template-home2.rtl .home-section-inner{margin-right:0}@media screen and (max-width:991px){.template-home2 .container,.template-home2 .home-section-inner{padding-left:0;padding-right:0}}.template-home2 .home2-product-section-wrap{background-color:var(--home2-section-bg, #f2f2f2);border-radius:var(--radius-default);padding:25px 0;margin-top:30px;margin-left:4%;margin-right:4%}.ltr .template-home2 .home2-product-section-wrap .home2-section-header-bar{padding:0 24px 15px 15px}.rtl .template-home2 .home2-product-section-wrap .home2-section-header-bar{padding:0 15px 15px 24px}.template-home2 .home2-product-section-wrap:not(.home2-section-no-image) .home2-section-header-bar{display:none}.template-home2 .home2-product-tabs-section .home2-section-header-main{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.template-home2 .home2-product-tabs-section .home2-section-header-title{flex-shrink:0}.template-home2 .home2-product-tabs-section .home2-product-tabs-section__tabs{flex:1;min-width:0;overflow:hidden}.template-home2 .home2-product-tabs-section .home2-product-tabs-section__tabs-scroll{display:flex;width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.template-home2 .home2-product-tabs-section .home2-product-tabs-section__tabs-scroll::-webkit-scrollbar{display:none;width:0;height:0}.template-home2 .home2-product-tabs-section .tabs{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;width:-moz-max-content;width:max-content;min-width:100%;margin:0;padding:0;list-style:none;border-bottom:none!important;justify-content:flex-start}.template-home2 .home2-product-tabs-section .tabs .tab-item{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:36px;margin:0;padding:0 14px;border:1px solid var(--home2-tabs-pill-border, #e5e7eb);border-radius:999px;background:var(--home2-tabs-pill-bg, #fff);color:var(--home2-tabs-pill-color, #374151);font-size:13px;font-weight:600;line-height:1.25;white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.template-home2 .home2-product-tabs-section .tabs .tab-item span{display:block}.template-home2 .home2-product-tabs-section .tabs .tab-item:before,.template-home2 .home2-product-tabs-section .tabs .tab-item:after{display:none!important;content:none!important}.template-home2 .home2-product-tabs-section .tabs .tab-item.active{border-color:var(--home2-tabs-pill-active-border, var(--home2-section-title-color, #191919));background:var(--home2-tabs-pill-active-bg, #fff);color:var(--home2-tabs-pill-active-color, var(--home2-section-title-color, #191919));font-weight:600;cursor:default}.template-home2 .home2-product-tabs-section .tabs .tab-item:hover:not(.active){border-color:var(--home2-tabs-pill-active-border, #d1d5db);background:var(--home2-tabs-pill-active-bg, #fff);color:var(--home2-tabs-pill-active-color, var(--home2-tabs-pill-color, #374151));opacity:.92}.template-home2 .home2-product-tabs-section .tabs .tab-item.loading{pointer-events:none;opacity:.7}.template-home2 .home2-product-tabs-section .swiper-pagination{display:none!important}.template-home2 .product-card{background-color:#fff}.template-home2 .home2-product-section-inner{display:flex;align-items:stretch;gap:18px}.template-home2 .home2-product-section-side{width:280px;min-width:280px}.template-home2 .home2-product-section-banner{height:100%;min-height:320px;border-radius:16px;background:#0000001a;background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:18px 14px;position:relative;overflow:hidden}.template-home2 .home2-product-section-banner:before{content:"";position:absolute;inset:0;pointer-events:none}.ltr .template-home2 .home2-product-section-banner:before{background:linear-gradient(180deg,#0000001f,#0000002e)}.rtl .template-home2 .home2-product-section-banner:before{background:linear-gradient(-180deg,#0000001f,#0000002e)}.template-home2 .home2-product-section-content{flex:1;min-width:0}.template-home2 .home2-product-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.template-home2 .home2-section-title{font-size:18px;font-weight:700;line-height:24px;margin:0;color:var(--color-white);position:relative;z-index:1}.template-home2 .home2-view-all{font-size:14px;font-weight:500;color:#fffffff2;text-decoration:none;margin-top:10px;position:relative;z-index:1}.template-home2 .home2-view-all:hover{text-decoration:underline}.template-home2 .home2-products-slider-inner{overflow:hidden;padding-left:22px;padding-right:22px}.template-home2 .home2-products-slider{overflow:hidden;width:100%;padding:0;margin:0}.template-home2 .home2-products-slider .swiper-slide{height:auto}.template-home2 .home2-products-slider .home2-section-slide-card{height:100%;min-height:320px;border-radius:16px;display:flex;align-items:center;justify-content:center;padding:16px;text-decoration:none;color:inherit;overflow:hidden;flex-direction:column}.template-home2 .home2-products-slider .home2-section-slide-intro{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 18px;gap:12px;text-align:center}.ltr .template-home2 .home2-products-slider .home2-section-slide-intro{background:linear-gradient(135deg,#e83a56,#c81f3b 55%,#b31630)}.rtl .template-home2 .home2-products-slider .home2-section-slide-intro{background:linear-gradient(-135deg,#e83a56,#c81f3b 55%,#b31630)}.template-home2 .home2-products-slider .home2-section-slide-kicker{display:inline-block;font-size:12px;font-weight:500;opacity:.9;background:#ffffff1f;border-radius:10px;padding:6px 10px}.template-home2 .home2-products-slider .home2-section-slide-title{font-size:22px;line-height:38px;font-weight:800;margin:0}.template-home2 .home2-products-slider .home2-section-slide-intro-content{flex:0 1 auto;min-width:0;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}.ltr .template-home2 .home2-products-slider .home2-section-slide-intro-content{padding:6px 6px 6px 2px}.rtl .template-home2 .home2-products-slider .home2-section-slide-intro-content{padding:6px 2px 6px 6px}.template-home2 .home2-products-slider .home2-section-slide-intro-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;text-decoration:none;font-weight:500;font-size:14px}.template-home2 .home2-products-slider .home2-section-slide-intro-image{width:70%;max-width:320px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;overflow:hidden}.template-home2 .home2-products-slider .home2-section-slide-intro-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.template-home2 .home2-products-slider .home2-section-slide-intro>.home2-section-header-link{flex:0 0 auto;margin-top:0}.template-home2 .home2-products-slider .home2-section-slide-image{padding:0;background:#0000000f}.template-home2 .home2-products-slider .home2-section-slide-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.template-home2 .home2-products-slider .home2-section-slide-link{background:#0000001a;color:#fff;font-weight:700}.template-home2 .home2-products-slider .home2-section-slide-link-text{font-size:16px}.template-home2 .home2-products-slider .swiper-button-next,.template-home2 .home2-products-slider .swiper-button-prev{top:50%;transform:translateY(-50%);width:44px;height:44px;background:#fffffff2;border-radius:50%;box-shadow:0 12px 40px #0000001a;color:transparent;margin-top:0}.template-home2 .home2-products-slider .swiper-button-next:after,.template-home2 .home2-products-slider .swiper-button-prev:after{color:var(--color-gray-dark);font-size:18px;font-weight:700}.ltr .template-home2 .home2-products-slider .swiper-button-prev{left:6px;right:auto}.rtl .template-home2 .home2-products-slider .swiper-button-prev,.ltr .template-home2 .home2-products-slider .swiper-button-next{right:6px;left:auto}.rtl .template-home2 .home2-products-slider .swiper-button-next{left:6px;right:auto}@media screen and (max-width:991px){.template-home2 .home2-product-section-wrap:not(.home2-section-no-image) .home2-section-header-bar{display:flex}.template-home2 .home2-product-section-inner{flex-direction:column}.template-home2 .home2-product-section-side{width:100%;min-width:0}.template-home2 .home2-product-section-banner,.template-home2 .home2-products-slider .home2-section-slide-card{min-height:220px}.template-home2 .home2-products-slider .home2-section-slide-title{font-size:22px;line-height:30px}.template-home2 .home2-products-slider .home2-section-slide-intro-image{width:46%;max-width:220px}.template-home2 .home2-product-section-wrap{margin:15px 0 0!important;border-radius:0!important;padding:10px 0;overflow:hidden}.template-home2 .home2-section-header-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 10px;background:var(--home2-section-bg, #f2f2f2)!important;color:var(--home2-section-title-color, #191919)!important;border-radius:0 0 12px 12px}.template-home2 .home2-section-header-bar .home2-section-header-main{display:inline-flex;align-items:center;gap:8px;min-width:0;flex:1}.template-home2 .home2-section-header-bar .home2-section-header-image{width:30px;height:30px;border-radius:6px;overflow:hidden;background:#ffffff2e;flex-shrink:0}.template-home2 .home2-section-header-bar .home2-section-header-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.template-home2 .home2-section-header-bar .home2-section-header-title{color:var(--home2-section-title-color, #191919)!important;font-size:16px;font-weight:700;margin:0;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-home2 .home2-section-header-bar .home2-section-header-timer:not(.flash-sale-section-countdown){display:flex;align-items:center;justify-content:center;gap:4px;flex-shrink:0}.template-home2 .home2-section-header-bar .home2-section-header-timer:not(.flash-sale-section-countdown):empty{display:none}.template-home2 .home2-section-header-bar .home2-section-header-timer:not(.flash-sale-section-countdown) span{display:inline-flex;align-items:center;justify-content:center;min-width:32px;padding:4px 6px;background:#fff;color:var(--home2-section-bg, #f2f2f2);border:1px solid var(--home2-section-bg, #f2f2f2);border-radius:6px;font-weight:700;font-size:14px}.template-home2 .home2-section-header-bar .flash-sale-section-countdown{display:flex;align-items:center;justify-content:center;gap:4px;flex-shrink:0}.ltr .template-home2 .home2-section-header-bar .flash-sale-section-countdown{direction:ltr}.rtl .template-home2 .home2-section-header-bar .flash-sale-section-countdown{direction:rtl}.template-home2 .home2-section-header-bar .flash-sale-section-countdown:empty{display:none}.template-home2 .home2-section-header-bar .home2-section-header-link{color:var(--home2-section-title-color, #191919)!important;font-weight:500;display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.template-home2 .home2-section-header-bar .home2-section-header-link svg{color:var(--home2-section-title-color, #191919)!important}.template-home2 .home2-product-tabs-section .home2-section-header-bar{flex-wrap:wrap;align-items:center;gap:10px 12px}.template-home2 .home2-product-tabs-section .home2-section-header-bar .home2-section-header-main{display:contents}.template-home2 .home2-product-tabs-section .home2-section-header-bar .home2-section-header-title{order:1;flex:1 1 auto;min-width:0}.template-home2 .home2-product-tabs-section .home2-section-header-bar .home2-section-header-timer:empty{display:none}.template-home2 .home2-product-tabs-section .home2-section-header-bar .home2-section-header-link{order:2}.template-home2 .home2-product-tabs-section .home2-section-header-bar .home2-product-tabs-section__tabs{order:3;width:100%;flex:none;max-width:100%}.template-home2 .home2-products-slider-nav{display:none}.ltr .template-home2 .home2-products-slider-inner{padding:12px 0 12px 16px!important}.rtl .template-home2 .home2-products-slider-inner{padding:12px 16px 12px 0!important}.template-home2 .home2-products-slider .swiper-slide{box-sizing:border-box}.template-home2 .home2-products-slider .swiper-slide:not(:last-child){border-inline-start:1px solid var(--home2-section-bg, #f2f2f2)}.template-home2 .home2-products-slider .product-card,.template-home2 .grid-products .product-card,.template-home2 .landscape-right-tab-products .product-card{border-radius:12px;box-shadow:0 2px 12px #00000014;padding:5px;height:100%}.template-home2 .home2-products-slider .product-card.product-card--modern,.template-home2 .home2-products-slider .product-card-skeleton,.template-home2 .grid-products .product-card.product-card--modern,.template-home2 .grid-products .product-card-skeleton,.template-home2 .landscape-right-tab-products .product-card.product-card--modern,.template-home2 .landscape-right-tab-products .product-card-skeleton{--product-carousel-card-height: 300px;--product-carousel-image-height: 150px;height:300px;min-height:300px;max-height:300px}.template-home2 .home2-products-slider .product-card.product-card--modern .product-card-modern__ribbon,.template-home2 .grid-products .product-card.product-card--modern .product-card-modern__ribbon,.template-home2 .landscape-right-tab-products .product-card.product-card--modern .product-card-modern__ribbon{font-size:10px;padding:3px 6px;line-height:1.2}.template-home2 .home2-products-slider .product-card.product-card--modern .product-card-modern__title,.template-home2 .grid-products .product-card.product-card--modern .product-card-modern__title,.template-home2 .landscape-right-tab-products .product-card.product-card--modern .product-card-modern__title{min-height:2.8em;max-height:2.8em}.template-home2 .home2-products-slider .product-card.product-card--modern .product-card-modern__title span,.template-home2 .grid-products .product-card.product-card--modern .product-card-modern__title span,.template-home2 .landscape-right-tab-products .product-card.product-card--modern .product-card-modern__title span{font-size:12px;line-height:1.4;-webkit-line-clamp:2}.template-home2 .home2-products-slider .product-card.product-card--modern .product-card-modern__body,.template-home2 .grid-products .product-card.product-card--modern .product-card-modern__body,.template-home2 .landscape-right-tab-products .product-card.product-card--modern .product-card-modern__body{gap:6px;padding:2px}.template-home2 .home2-products-slider .product-card.product-card--modern .product-card-modern__current-price,.template-home2 .grid-products .product-card.product-card--modern .product-card-modern__current-price,.template-home2 .landscape-right-tab-products .product-card.product-card--modern .product-card-modern__current-price{font-size:14px;line-height:1.3}.template-home2 .home2-products-slider .product-card.product-card--modern .product-card-modern__current-price .currency-toman-label,.template-home2 .home2-products-slider .product-card.product-card--modern .product-card-modern__current-price .currency-toman-icon,.template-home2 .grid-products .product-card.product-card--modern .product-card-modern__current-price .currency-toman-label,.template-home2 .grid-products .product-card.product-card--modern .product-card-modern__current-price .currency-toman-icon,.template-home2 .landscape-right-tab-products .product-card.product-card--modern .product-card-modern__current-price .currency-toman-label,.template-home2 .landscape-right-tab-products .product-card.product-card--modern .product-card-modern__current-price .currency-toman-icon{font-size:11px}.template-home2 .home2-products-slider .product-card.product-card--modern .product-card-modern__current-price .currency-toman-icon,.template-home2 .grid-products .product-card.product-card--modern .product-card-modern__current-price .currency-toman-icon,.template-home2 .landscape-right-tab-products .product-card.product-card--modern .product-card-modern__current-price .currency-toman-icon{width:12px;height:12px}.template-home2 .home2-products-slider .product-card.product-card--modern .product-card-modern__price-left .previous-price,.template-home2 .grid-products .product-card.product-card--modern .product-card-modern__price-left .previous-price,.template-home2 .landscape-right-tab-products .product-card.product-card--modern .product-card-modern__price-left .previous-price{font-size:14px;line-height:1.2}.template-home2 .home2-products-slider .product-card.product-card--modern .product-card-modern__percent-pill,.template-home2 .grid-products .product-card.product-card--modern .product-card-modern__percent-pill,.template-home2 .landscape-right-tab-products .product-card.product-card--modern .product-card-modern__percent-pill{font-size:14px;padding:2px 6px;line-height:1.3}.template-home2 .grid-products .swiper-slide{height:300px!important}.template-home2 .grid-products .grid-products-item,.template-home2 .grid-products .swiper-slide-skeleton{padding:0;height:100%;box-sizing:border-box}.template-home2 .home2-products-slider .flash-sale-carousel-section[data-show-deal-progress="0"] .product-card.product-card--modern{--product-carousel-card-height: 280px;height:280px;min-height:280px;max-height:280px}.template-home2 .home2-section-intro-slide{display:none}}.template-home2.rtl .home2-products-slider .swiper-button-prev{right:6px;left:auto}.template-home2.rtl .home2-products-slider .swiper-button-next{left:6px;right:auto}.template-home2 .home2-product-section-wrap .home2-products-slider-inner{overflow:hidden;padding-left:15px!important;padding-right:15px!important;margin:0}.template-home2 .home2-product-section-wrap .home2-products-slider{overflow:hidden;padding:0;margin:0}.ltr .template-home2 .home2-product-section-wrap .home2-products-slider-inner+.home2-products-slider-nav .swiper-button-prev,.ltr .template-home2 .home2-product-section-wrap .home2-products-slider+.home2-products-slider-nav .swiper-button-prev{left:-27px;right:auto}.rtl .template-home2 .home2-product-section-wrap .home2-products-slider-inner+.home2-products-slider-nav .swiper-button-prev,.rtl .template-home2 .home2-product-section-wrap .home2-products-slider+.home2-products-slider-nav .swiper-button-prev{right:-27px;left:auto}.ltr .template-home2 .home2-product-section-wrap .home2-products-slider-inner+.home2-products-slider-nav .swiper-button-next,.ltr .template-home2 .home2-product-section-wrap .home2-products-slider+.home2-products-slider-nav .swiper-button-next{right:-27px;left:auto}.rtl .template-home2 .home2-product-section-wrap .home2-products-slider-inner+.home2-products-slider-nav .swiper-button-next,.rtl .template-home2 .home2-product-section-wrap .home2-products-slider+.home2-products-slider-nav .swiper-button-next{left:-27px;right:auto}.template-home2.rtl .home2-product-section-wrap .home2-products-slider-inner+.home2-products-slider-nav .swiper-button-prev,.template-home2.rtl .home2-product-section-wrap .home2-products-slider+.home2-products-slider-nav .swiper-button-prev{left:auto;right:-27px}.template-home2.rtl .home2-product-section-wrap .home2-products-slider-inner+.home2-products-slider-nav .swiper-button-next,.template-home2.rtl .home2-product-section-wrap .home2-products-slider+.home2-products-slider-nav .swiper-button-next{right:auto;left:-27px}.template-home2.rtl .home2-product-section-wrap .home2-products-slider-inner+.home2-products-slider-nav .swiper-button-prev:after,.template-home2.rtl .home2-product-section-wrap .home2-products-slider+.home2-products-slider-nav .swiper-button-prev:after{content:"next";font-size:20px!important;color:var(--color-gray-dark)!important;-webkit-text-stroke:.3px var(--color-gray-dark)!important;transition:var(--transition-150)!important}.template-home2.rtl .home2-product-section-wrap .home2-products-slider-inner+.home2-products-slider-nav .swiper-button-next:after,.template-home2.rtl .home2-product-section-wrap .home2-products-slider+.home2-products-slider-nav .swiper-button-next:after{content:"prev";font-size:20px!important;color:var(--color-gray-dark)!important;-webkit-text-stroke:.3px var(--color-gray-dark)!important;transition:var(--transition-150)!important}.template-home2 .home2-product-section-wrap .home2-products-slider-nav{position:relative;pointer-events:none;height:0}.template-home2 .home2-product-section-wrap .home2-products-slider-nav .swiper-button-prev,.template-home2 .home2-product-section-wrap .home2-products-slider-nav .swiper-button-next{pointer-events:auto;position:absolute;top:-180px;width:44px;height:44px;background:#ffffffd9;border-radius:50%;box-shadow:0 2px 8px #0000001f;transition:opacity .2s ease,visibility .2s ease}.template-home2 .home2-product-section-wrap .home2-products-slider-nav.at-start .swiper-button-prev,.template-home2 .home2-product-section-wrap .home2-products-slider-nav.at-end .swiper-button-next{opacity:0;visibility:hidden;pointer-events:none}.template-home2 .home2-section-slide-intro{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.template-home2 .home2-section-header-bar{display:flex;align-items:center;justify-content:space-between}@media(min-width:992px){.ltr .template-home2 .home2-section-header-bar{padding:0 24px 15px 15px}.rtl .template-home2 .home2-section-header-bar{padding:0 15px 15px 24px}}.template-home2 .home2-section-header-title{margin:0;font-size:20px;font-weight:900;line-height:1.4}.template-home2 .home2-section-header-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;transition:opacity .15s}.template-home2 .home2-section-header-link:hover{opacity:.7}.template-home2 .home2-section-header-link svg{flex-shrink:0}.template-home2 .home2-section-no-image .home2-products-slider-nav .swiper-button-prev,.template-home2 .home2-section-no-image .home2-products-slider-nav .swiper-button-next{top:-160px}.template-home2 .home2-products-slider[data-mouse-hover="1"] .product-card{transition:transform .15s ease-out,box-shadow .15s ease-out;transform-style:preserve-3d;will-change:transform;position:relative;border:var(--hover-border-width, 3px) solid transparent;overflow:hidden}.template-home2 .home2-products-slider[data-mouse-border="1"] .product-card:before{content:"";position:absolute;inset:calc(-1 * var(--hover-border-width, 3px));border-radius:inherit;pointer-events:none;z-index:10;opacity:0;transition:opacity .25s;border:var(--hover-border-width, 3px) solid transparent;background:radial-gradient(var(--hover-glow-size, 80px) var(--hover-glow-size, 80px) at var(--mouse-x, 50%) var(--mouse-y, 50%),rgb(255,140,0) 0%,rgba(255,80,0,.7) 40%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:var(--hover-border-width, 3px);filter:drop-shadow(0 0 6px rgba(255,120,0,.6))}.template-home2 .home2-products-slider[data-mouse-border="1"] .product-card:hover:before{opacity:1}.template-home2 .home2-products-slider .product-card img{transition:none!important}.template-home2 .home2-products-slider .product-card--modern .product-card-modern__badges,.template-home2 .home2-products-slider .product-card--compact-cart .product-card-modern__badges{flex-wrap:nowrap;gap:4px}.template-home2 .home2-products-slider .product-card--modern .product-card-modern__badge,.template-home2 .home2-products-slider .product-card--compact-cart .product-card-modern__badge{min-width:0;flex:1 1 0;padding:4px 5px;font-size:10px;line-height:1.25}.home-section-wrap.home2-hero-fullscreen{margin-top:30px}.home-section-wrap.home2-hero-fullscreen .home-section-inner.home2-full-slider .home-slider-wrap{height:auto;padding:0 12px}.template-home2 .home-section-inner:not(.home2-full-slider){display:grid;grid-template-columns:8.5fr 3.5fr;grid-template-rows:1fr 1fr;gap:10px;width:100%;aspect-ratio:3/1;height:auto}.ltr .template-home2 .home-section-inner:not(.home2-full-slider){margin-left:0}.rtl .template-home2 .home-section-inner:not(.home2-full-slider){margin-right:0}.template-home2 .home-section-inner:not(.home2-full-slider) .home-slider-wrap{grid-column:1;grid-row:1/span 2;width:100%;height:100%;padding:0}.template-home2 .home-section-inner:not(.home2-full-slider) .home-banner-wrap{grid-column:2;grid-row:1/span 2;width:100%;height:100%;display:grid;grid-template-rows:1fr 1fr;gap:10px;padding:0;margin-top:0}.template-home2 .home-section-inner:not(.home2-full-slider) .home-banner-wrap .banner{width:100%;height:100%;margin-top:0!important;border-radius:12px;overflow:hidden}.template-home2 .home-section-inner:not(.home2-full-slider) .home-banner-wrap .banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}@media screen and (max-width:1199px){.template-home2 .home-section-inner:not(.home2-full-slider){display:block;aspect-ratio:auto}.template-home2 .home-section-inner:not(.home2-full-slider) .home-banner-wrap{display:none}}.ltr .template-home2 .home-section-inner .home-slider-wrap:hover .swiper-button-prev{left:unset!important}.rtl .template-home2 .home-section-inner .home-slider-wrap:hover .swiper-button-prev,.ltr .template-home2 .home-section-inner .home-slider-wrap:hover .swiper-button-next{right:unset!important}.rtl .template-home2 .home-section-inner .home-slider-wrap:hover .swiper-button-next{left:unset!important}.home-section-inner{padding-left:0;padding-right:0;display:flex;width:calc(100% - 287px)}.ltr .home-section-inner{margin-left:287px}.rtl .home-section-inner{margin-right:287px}.home-section-inner .home-slider-wrap{width:71.5%;height:auto;transition:var(--transition-150);overflow:hidden}.ltr .home-section-inner .home-slider-wrap{padding:0 12px 0 0}.rtl .home-section-inner .home-slider-wrap{padding:0 0 0 12px}.home-section-inner .home-slider-wrap .swiper-button-next,.home-section-inner .home-slider-wrap .swiper-button-prev{transition:var(--transition-150);height:30px;width:30px;background:var(--color-primary-alpha-30);border-radius:50%}.ltr .home-section-inner .home-slider-wrap .swiper-button-next,.ltr .home-section-inner .home-slider-wrap .swiper-button-prev{left:-35px}.rtl .home-section-inner .home-slider-wrap .swiper-button-next,.rtl .home-section-inner .home-slider-wrap .swiper-button-prev{right:-35px}.home-section-inner .home-slider-wrap .swiper-button-next:after,.home-section-inner .home-slider-wrap .swiper-button-prev:after{font-size:10px;font-weight:600;color:var(--color-white)}.ltr .home-section-inner .home-slider-wrap .swiper-button-next:after,.ltr .home-section-inner .home-slider-wrap .swiper-button-prev:after{padding-right:2px}.rtl .home-section-inner .home-slider-wrap .swiper-button-next:after,.rtl .home-section-inner .home-slider-wrap .swiper-button-prev:after{padding-left:2px}.home-section-inner .home-slider-wrap .swiper-button-next:hover,.home-section-inner .home-slider-wrap .swiper-button-prev:hover{background:var(--color-primary)}.home-section-inner .home-slider-wrap .swiper-button-next.swiper-button-disabled,.home-section-inner .home-slider-wrap .swiper-button-prev.swiper-button-disabled{background:var(--color-primary-alpha-30)}.ltr .home-section-inner .home-slider-wrap .swiper-button-next{left:unset;right:-35px}.rtl .home-section-inner .home-slider-wrap .swiper-button-next{right:unset;left:-35px}.ltr .home-section-inner .home-slider-wrap .swiper-button-next:after{padding-right:unset;padding-left:2px}.rtl .home-section-inner .home-slider-wrap .swiper-button-next:after{padding-left:unset;padding-right:2px}.home-section-inner .home-slider-wrap:hover .swiper-button-prev{display:flex}.ltr .home-section-inner .home-slider-wrap:hover .swiper-button-prev{left:15px}.rtl .home-section-inner .home-slider-wrap:hover .swiper-button-prev{right:15px}.home-section-inner .home-slider-wrap:hover .swiper-button-next{display:flex}.ltr .home-section-inner .home-slider-wrap:hover .swiper-button-next{right:15px}.rtl .home-section-inner .home-slider-wrap:hover .swiper-button-next{left:15px}.home-section-inner .home-slider-wrap .swiper-pagination{display:flex;align-items:center;justify-content:flex-end;padding-bottom:25px;bottom:0;position:absolute;width:-moz-max-content;width:max-content}.ltr .home-section-inner .home-slider-wrap .swiper-pagination{padding-right:23px;right:0}.rtl .home-section-inner .home-slider-wrap .swiper-pagination{padding-left:23px;left:0}.home-section-inner .home-slider-wrap .swiper-pagination .swiper-pagination-bullet{height:8px;width:8px;border-radius:4px;transition:var(--transition-150);background:var(--color-primary-alpha-30);opacity:1}.home-section-inner .home-slider-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:25px;background:var(--color-primary)}.home-section-inner .home-slider-wrap .swiper-pagination .swiper-pagination-bullet:hover{background:var(--color-primary)}.home-section-inner .home-banner-wrap{width:28.5%;padding:0;height:auto}.home-section-inner .home-banner-wrap .banner:last-child{margin-top:24px}.home-section-inner .home-banner-wrap .banner{height:calc(50% - 12px);background-color:#0000000a}.home-section-inner .home-banner-wrap .banner img{height:100%;-o-object-fit:cover;object-fit:cover}.home-section-inner.home2-full-slider{width:100%}.ltr .home-section-inner.home2-full-slider{margin-left:0}.rtl .home-section-inner.home2-full-slider{margin-right:0}.home-section-inner.home2-full-slider .home-slider-wrap{width:100%}.rtl .home-section-inner.home2-full-slider{margin-left:0;margin-right:0}.rtl:not(.template-home2) .home-section-inner .home-slider-wrap .swiper-pagination{left:0!important;right:auto}@media screen and (max-width:1800px){.home-section-inner .home-slider-wrap{width:67%}.home-section-inner .home-banner-wrap{width:33%}}@media screen and (max-width:1600px){.home-section-inner .home-slider-wrap{width:65%}.home-section-inner .home-banner-wrap{width:35%}.home-section-inner .home-banner-wrap,.home-section-inner .home-slider-wrap{height:480px}}@media screen and (max-width:1500px){.home-section-inner .home-banner-wrap,.home-section-inner .home-slider-wrap{height:460px}}@media screen and (max-width:1400px){.home-section-inner{width:calc(100% - 270px)}.ltr .home-section-inner{margin-left:270px}.rtl .home-section-inner{margin-right:270px}.home-section-inner .home-banner-wrap,.home-section-inner .home-slider-wrap{height:430px}}@media screen and (max-width:1300px){.home-section-inner .home-slider-wrap{width:65%}.home-section-inner .home-banner-wrap{width:35%}.home-section-inner .home-banner-wrap,.home-section-inner .home-slider-wrap{height:400px}}@media screen and (max-width:1199px){.home-section-inner .home-banner-wrap,.home-section-inner .home-slider-wrap{height:430px}}@media screen and (max-width:767px){.home-section-inner .home-banner-wrap,.home-section-inner .home-slider-wrap{height:400px}}@media screen and (max-width:576px){.home-section-inner .home-banner-wrap,.home-section-inner .home-slider-wrap{height:350px}}@media screen and (max-width:450px){.home-section-inner .home-banner-wrap,.home-section-inner .home-slider-wrap{height:200px}}@media screen and (max-width:400px){.home-section-inner .home-banner-wrap,.home-section-inner .home-slider-wrap{height:250px}}@media screen and (max-width:1255px){.home-section-inner .home-slider-wrap{width:66.9%}.home-section-inner .home-banner-wrap{width:33.1%}}@media screen and (max-width:1199px){.home-section-inner{flex-wrap:wrap}.home-section-inner .home-slider-wrap{width:100%}.home-section-inner .home-banner-wrap{width:100%;height:auto;display:flex;flex-direction:row;gap:12px;margin-top:12px;padding:0 12px}.home-section-inner .home-banner-wrap .banner{width:50%;height:auto}.home-section-inner .home-banner-wrap .banner img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:8px}.home-section-inner .home-banner-wrap .banner:last-child{margin-top:0}.template-home2 .home-section-inner:not(.home2-full-slider) .home-banner-wrap{display:none}}@media screen and (max-width:991px){.home-section-wrap .home-section-inner{width:100%}.ltr .home-section-wrap .home-section-inner{margin-left:0}.rtl .home-section-wrap .home-section-inner{margin-right:0}}
