.RecommendedProducts{display:flex;flex-direction:column;align-items:center;width:100%;font-size:18px;line-height:20px;font-weight:500;background-color:var(--warning-500)!important;border:1px solid var(--warning-500)!important;border-radius:8px}@media screen and (min-width:800px){.RecommendedProducts{flex-direction:row;border-radius:8px}}.RecommendedInner{color:#fff;padding:6px}@media screen and (min-width:800px){.RecommendedInner{padding:15px;min-width:150px}}.RecommendedBox{padding:6px;background:#fff;display:flex;justify-content:flex-start;gap:15px;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none;border-radius:8px;width:100%}@media screen and (min-width:800px){.RecommendedBox{width:unset}}.RecommendedItemsBox{position:relative;width:120px;cursor:pointer;flex-shrink:0;text-align:center;border:1px solid var(--gray-200,#eaecf0);border-radius:6px;padding:6px;flex-direction:column;display:flex}.RecommendedItem{height:105px;border-radius:6px;object-fit:contain}.RecommendedView{font-size:12px;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.variations-section{display:flex;flex-direction:column;width:100%;gap:16px;margin-bottom:20px}@media screen and (min-width:768px){.variations-section{flex-direction:row;flex-wrap:wrap}}.variation-container{position:relative;width:100%}@media screen and (min-width:768px){.variation-container{width:calc(50% - 8px)}}.variation-label{display:block;font-size:14px;font-weight:600;color:#4b5563;margin-bottom:6px}.variation-select{width:100%;height:44px;padding:0 12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:16px;font-weight:500;color:#1f2937;cursor:pointer;transition:border-color .2s ease;background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.variation-select:hover{border-color:#9ca3af}.variation-select:focus{outline:none;border-color:#6b7280;box-shadow:0 0 0 3px hsla(220,9%,46%,.1)}.color-green{background-color:#43a047}.color-orange{background-color:#fb8c00}.sticky-cart-button{position:fixed;right:16px;bottom:16px;z-index:1000;display:inline-flex;align-items:center;gap:8px;color:#fff;border:none;border-radius:9999px;padding:10px 14px;box-shadow:0 4px 12px rgba(0,0,0,.15);cursor:pointer}.sticky-cart-button.disabled,.sticky-cart-button.is-loading{opacity:.8;pointer-events:none}.sticky-cart-button .spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;animation:sticky-spin .8s linear infinite}@keyframes sticky-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.image-container{display:flex;flex-direction:column;width:100%}.image-container .image-box{position:relative;width:100%;height:400px}.image-container .image-box .slider-product-image{width:100%;height:100%;object-fit:contain}.image-container .product-thumbnails{display:flex;flex-wrap:wrap;gap:.5rem}.image-container .product-thumbnails .product-thumbnails-item{cursor:pointer}@media(min-width:768px){.image-container .desktop-grid{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;grid-gap:10px;gap:10px;margin-bottom:1rem}.image-container .desktop-grid .grid-image-item{position:relative;width:100%;overflow:hidden}.image-container .desktop-grid .grid-image-item.full-width{grid-column:1/-1;display:flex;justify-content:center;align-items:center}.image-container .desktop-grid .grid-image-item img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:cover;cursor:pointer;transition:transform .3s ease}.image-container .desktop-grid .grid-image-item img:hover{transform:scale(.9) rotate(3deg) translateZ(80px)}.image-container .desktop-grid .grid-image-item .placeholder-image{width:100%;min-height:200px;background-color:#f0efef}.image-container .mobile-view{display:none}}@media(max-width:767px){.image-container .desktop-grid{display:none}.image-container .mobile-view{display:block}}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;display:flex;justify-content:center;align-items:flex-start;overflow:hidden}.lightbox .lightbox-content,.lightbox .lightbox-scroll{position:relative;width:100%;max-width:100%}.lightbox .lightbox-scroll{max-height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 0 10px}.lightbox .close-lightbox{position:fixed;top:0;right:0;background:#0a15ff;border:none;color:#fff;font-size:50px;cursor:pointer;z-index:1001;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 2px 8px rgba(0,0,0,.35)}.lightbox .lightbox-images-container{display:flex;flex-direction:column;gap:0;width:100%}.lightbox .lightbox-image-wrapper{width:100%;display:flex;justify-content:center;background-color:rgba(0,0,0,.3)}.lightbox .lightbox-image{max-width:100%;height:auto;object-fit:contain}@supports not ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.close-lightbox{background:rgba(0,0,0,.5)}}:root{--primary:#f4b345;--primary-contrast:#e69e24;--error-500:#f04438;--secondary-contrast:#40a3cf;--warning-100:#fef0c7;--base-black:#000;--base-white:#fff;--gray-50:#f9fafb;--gray-100:#f2f4f7;--gray-200:#eaecf0;--gray-300:#d0d5dd;--gray-400:#98a2b3;--gray-500:#667085;--gray-600:#475467;--gray-700:#344054;--gray-800:#1d2939;--gray-900:#101828;--gray-950:#0c111d;--warning-500:#f79009;--warning-700:#b54708;--blue-50:#eff8ff;--blue-200:#b2ddff;--blue-700:#175cd3;--blue-light-100:#e0f2fe;--blue-light-500:#4bb9ea;--blue-dark-900:#1018280c;--blue-dark-700:#1f7da7;--orange-dark-700:#703725;--orange-dark-500:#ff6464;--orange-dark-300:#efbb63;--orange-light-700:#70372519;--orange-light-200:#f4b34526;--dl-color-gray-50:#f8f9fb;--dl-color-gray-600:#475466;--dl-color-gray-900:#394358;--dl-color-base-white:#fff;--dl-color-default-primary:#f4b345;--dl-color-default-onprimary:#703725;--dl-color-greenlight-200:#cff7aa;--dl-color-default-secondarycontrast:#40a3cf}body,html{margin:0;padding:0}.xs-medium{font-size:12px;font-style:normal;font-weight:500;line-height:18px}.xs-semi-bold{font-size:24px;font-style:normal;font-weight:600;line-height:32px}.xs-semi-bold-700{font-size:12px;font-style:normal;font-weight:700;line-height:18px}.sm-regular{font-weight:400}.sm-medium,.sm-regular{font-size:14px;font-style:normal;line-height:20px}.sm-medium{font-weight:500}.sm-semi-bold{font-weight:600}.sm-semi-bold,.sm-semi-bold-700{font-size:14px;font-style:normal;line-height:20px}.sm-semi-bold-700{font-weight:700}.md-semi-bold{font-size:16px;font-style:normal;font-weight:600;line-height:24px}.TextsmBold{font-weight:700}.TextsmBold,.TextsmRegular{font-size:14px;font-style:normal;font-stretch:normal}.TextsmRegular{font-weight:400}.DisplaysmSemibold{font-size:30px;font-style:normal;font-weight:700;font-stretch:normal}.TextmdMedium{font-weight:500}.TextmdMedium,.TextmdSemibold{font-size:16px;font-style:normal;font-stretch:normal}.TextmdSemibold{font-weight:700}.md-semi-bold-700{font-weight:600}.md-regular,.md-semi-bold-700{font-size:16px;font-style:normal;line-height:24px}.md-regular{font-weight:400}.md-medium{font-size:16px;line-height:24px}.lg-medium,.md-medium{font-style:normal;font-weight:500}.lg-medium{font-size:18px;line-height:28px}.xl-semi-bold{font-size:20px;font-weight:600;line-height:30px}.xxl-semi-bold{font-size:30px;font-style:normal;font-weight:600;line-height:38px}.image-arrow-box{position:absolute;display:flex;justify-content:space-between;align-items:center;width:100%;top:50%;transform:translateY(-50%);padding:0 16px}.image-arrow-btn{display:flex;padding:8px;justify-content:center;align-items:center;border-radius:40px;border:1px solid var(--gray-300);background:var(--base-white);box-shadow:0 2px 4px -2px rgba(16,24,40,.06),0 4px 8px -2px rgba(16,24,40,.1);cursor:pointer}.slider-product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.product-thumbnails{padding:12px;display:flex;justify-content:flex-start;align-items:center;gap:12px;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}@media screen and (min-width:800px){.product-thumbnails{padding-left:0}}.product-thumbnails::-webkit-scrollbar{display:none}.product-thumbnail-active{border-radius:6px;border:3px solid #616161!important;box-sizing:content-box}.product-thumbnails-item{flex-shrink:0;cursor:pointer}@media screen and (min-width:800px){.product-thumbnails-item{width:80px}}.product-thumbnail-image{width:56px;height:56px;border-radius:2px;object-fit:contain;border:3px solid transparent}@media screen and (min-width:800px){.product-thumbnail-image{height:76px;width:76px}}.product-main-details{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:24px}@media screen and (min-width:800px){.product-main-details{padding:0;gap:16px}}.price-box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px}@media screen and (min-width:800px){.price-box{align-self:stretch}}.price-row{display:flex;align-items:center;gap:12px}@media screen and (min-width:800px){.price-row{gap:8px;align-self:stretch}}.unavailable-variation{font-size:24px!important}.price-discount-percent{color:var(--error-500);font-size:20px;font-style:normal;font-weight:600;line-height:32px;background:#e53935;color:#fff;border-radius:4px;padding:0 8px}.out-of-stock{color:red;font-weight:600;font-size:20px}.current-price{color:var(--base-black);font-size:24px;font-style:normal;font-weight:600;line-height:32px;margin:0}@media screen and (min-width:800px){.current-price{font-size:30px;line-height:38px}}.original-price{color:var(--gray-500);-webkit-text-decoration-line:line-through;text-decoration-line:line-through;font-size:14px;font-style:normal;font-weight:600;line-height:20px}@media screen and (min-width:800px){.original-price{font-weight:400}}.price-change-banner{display:flex;padding:1px 8px;font-size:13px;align-items:center;gap:8px;border-radius:16px;border:1px solid;border-color:var(--warning-500);mix-blend-mode:multiply}.price-increase-text{color:var(--warning-700,#b54708);text-align:center}.labels-row{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}.blue-label{padding:4px 10px;background:var(--blue-light-100);color:var(--blue-dark-700)}.blue-label,.yellow-label-w-icon{display:flex;align-items:center;border-radius:8px;text-align:center}.yellow-label-w-icon{padding:3px 10px 3px 8px;gap:4px;border:1px solid var(--warning-500);color:var(--warning-700)}.blue-label-w-icon{padding:2px 2px 2px 10px;background:var(--blue-light-100)}.blue-label-w-icon,.blue-label-w-icon-mini{display:flex;align-items:center;gap:8px;border-radius:8px;color:var(--blue-dark-700);text-align:center}.blue-label-w-icon-mini{padding:3px 8px;border:1px solid var(--blue-light-500)}.blue-label-inner{display:flex;padding:2px 8px;align-items:center;gap:4px;border-radius:6px;background:var(--blue-light-500);color:var(--base-white);text-align:center}.title-details-box{display:flex;flex-direction:column;align-items:flex-start;gap:14px;max-width:100%}@media screen and (min-width:800px){.title-details-box{gap:16px}}.title-text{color:#424242;font-size:18px;font-style:normal;font-weight:600;line-height:26px;margin:0;text-transform:uppercase}@media screen and (min-width:800px){.title-text{line-height:30px;font-size:20px}}.rating-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.star-row{display:flex;align-items:flex-start;gap:2px}.rating-text{color:var(--gray-950)}.rating-count{color:var(--gray-500)}.pointers-row{display:flex;flex-direction:column;align-items:flex-start;gap:4px}@media screen and (min-width:800px){.pointers-row{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:16px}}.product-pointer{display:flex;justify-content:center;align-items:center;gap:4px}.pointer-divider{width:1px;height:1px;background:var(--gray-300)}@media screen and (min-width:800px){.pointer-divider{height:20px}}.pointer-title{color:var(--gray-500)}.pointer-value{color:var(--gray-950);text-transform:capitalize;text-decoration:none;align-items:center;display:flex;gap:5px}.product-id{color:var(--gray-500);flex-basis:100%}@media screen and (min-width:800px){.product-id{flex-basis:unset}}.product-actions{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:24px;background:#f5f5f5;border-radius:10px}@media screen and (min-width:800px){.product-actions{gap:10px;padding:16px;margin-top:20px}}.variations-box{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.select-variation{padding:21px 12px 4px}.variation-item{flex-direction:column;gap:4px;color:var(--gray-500)}.variation-item,.variation-options{display:flex;align-items:flex-start}.variation-options{gap:8px;flex-wrap:wrap}.variation-option{font-size:larger;font-weight:400;display:flex;padding:6px 12px;justify-content:center;align-items:center;border-radius:8px;border:1px solid;border-color:var(--gray-300);background:var(--base-white);color:var(--gray-700);cursor:pointer;order:1;box-shadow:inset -1px -1px 2px -1px var(--gray-300)}.variation-option-selected{border-color:var(--orange-light-700);background:var(--orange-light-200);color:var(--orange-dark-700);order:1;font-weight:500;box-shadow:none}.variation-option-disabled{outline:1px dashed;outline-color:var(--gray-300);outline-offset:-1px;font-size:larger;font-weight:400;display:flex;padding:7px 12px;justify-content:center;align-items:center;border-radius:8px;border:none;cursor:pointer;background:var(--gray-100);color:var(--gray-400);order:3}.cart-actions{flex-direction:column;align-items:flex-start}.cart-actions,.save-note-box{display:flex;gap:8px;align-self:stretch}.save-note-box{padding:12px;border-radius:8px;border:1px solid;border-color:var(--orange-light-700);cursor:pointer;margin:16px}@media screen and (min-width:800px){.save-note-box{margin:34px 0 0;align-items:center}}.save-note-inner{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;color:var(--orange-dark-700)}@media screen and (min-width:800px){.save-note-inner{flex-direction:row;flex:1 1;align-self:stretch;justify-content:space-between}}.save-note-learn-more{display:flex;justify-content:center;align-items:center;gap:8px}.emi-provider-logo{width:60px}.emi-logo-payment{width:85%}@media screen and (min-width:800px){.emi-logo-payment{width:50%}}.cart-box{flex-direction:row!important}.cart-box,.quantity-actions-row{display:flex;align-items:flex-start;gap:12px;align-self:stretch}.quantity-change-row{display:flex;justify-content:space-between;align-items:center;height:100%;border-radius:24px;border:1px solid var(--gray-300);background:var(--base-white);box-shadow:0 1px 2px 0 var(--blue-dark-900)}.quantity-change-icon{display:flex;padding:0 12px;justify-content:center;align-items:center;align-self:stretch;cursor:pointer}.quantity-change-hidden{visibility:hidden}.quantity-count{flex:1 0;font-size:18px;color:var(--gray-700);border-left:1px solid #eee;border-right:1px solid #eee;text-align:center;width:30px;padding:0 6px;height:100%}.quantity-count,.share-icon{display:flex;justify-content:center;align-items:center}.share-icon{padding:14px;gap:8px;border-radius:8px;border:1px solid var(--gray-300);background:var(--base-white);box-shadow:0 1px 2px 0 var(--blue-dark-900);cursor:pointer}@media screen and (min-width:800px){.share-icon{padding:8px}}.share-heart{margin-left:auto;display:flex;gap:8px}.cart-row{display:flex;padding:12px 16px;justify-content:center;align-items:center;gap:12px;align-self:stretch;border-radius:24px;box-shadow:0 1px 2px 0 var(--blue-dark-900);color:var(--base-white);cursor:pointer;width:100%}.cart-row .cart-text-holder{flex:1 1;display:flex;justify-content:center;flex-wrap:wrap}.color-orange{background:var(--warning-500)!important}.apple-pay-btn{padding:12px 23px;align-self:stretch;text-align:center;border-radius:8px;border:1px solid #000;background:#fff;cursor:pointer;filter:invert(1)}.apple-pay-btn,.apple-pay-btn-text{display:flex;justify-content:center;align-items:center}.price-includes-box{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;align-self:stretch;color:var(--gray-600)}@media screen and (min-width:800px){.price-includes-box{gap:2px}}.self-ship-box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;align-self:stretch;color:var(--gray-600)}@media screen and (min-width:800px){.self-ship-box{flex-direction:row}}.price-includes-text{color:var(--gray-600);text-decoration:none}.self-ship-learn{color:var(--primary-contrast);text-decoration:none;cursor:pointer}.payment-options{display:flex;align-items:flex-start;gap:8px;align-self:stretch}.payment-option-items{border:1px solid var(--gray-200);border-radius:6px;height:35px}.notify-section,.payment-option-items{display:flex;align-items:center;justify-content:center;flex:1 0}.notify-section{padding:10px 18px;gap:8px;border-radius:8px;align-self:stretch;border:1px solid var(--gray-300);background:var(--base-white);box-shadow:0 1px 2px 0 var(--blue-dark-900);cursor:pointer}.customer-support-box{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}@media screen and (min-width:800px){.customer-support-box{margin-top:20px;padding-left:0;padding-right:0}}.customer-support-inner{display:flex;padding:12px;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;align-self:stretch;border-radius:16px;border:1px solid var(--gray-200);background:var(--base-white)}@media screen and (min-width:800px){.customer-support-inner{flex-direction:row!important;justify-content:space-between!important;border-radius:8px}}.cx-text-row{gap:12px;align-self:stretch}.cx-icon,.cx-text-row{display:flex;align-items:center}.cx-icon{padding:8px;justify-content:center;border-radius:28px;border:4px solid var(--gray-50);background:var(--gray-100);mix-blend-mode:multiply}.cx-text-box{display:flex;flex-direction:column;align-items:flex-start;gap:2px;flex:1 0;color:var(--gray-800)}.cx-text-info{color:var(--gray-600)}.cx-actions{display:flex;align-items:center;gap:8px;align-self:stretch}@media screen and (min-width:800px){.cx-actions{width:45%}}.cx-action-button{display:flex;padding:8px 14px;justify-content:center;align-items:center;gap:8px;flex:1 0;border-radius:8px;border:1px solid var(--gray-300);background:var(--base-white);box-shadow:0 1px 2px 0 var(--blue-dark-900);color:var(--gray-700);flex-wrap:wrap}@media screen and (min-width:800px){.cx-action-button{color:var(--gray-600,#475467)}}.cx-action-button span{text-align:center}.description{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (min-width:800px){.description{padding:16px 0}}.description-title{color:var(--gray-800);margin:0}.description-highlight{color:var(--gray-800);font-style:italic}.description-text{color:var(--gray-700)}.description>ul{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;-webkit-padding-start:25px;padding-inline-start:25px;color:var(--gray-700,#344054)}.shipping-container{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}@media screen and (min-width:800px){.shipping-container{padding:34px 0 0}}.shipping-box{flex-direction:column;justify-content:center;border-radius:16px;border:1px solid var(--gray-200);background:var(--base-white);overflow:hidden}.shipping-box,.shipping-title-row{display:flex;align-items:center;align-self:stretch}.shipping-title-row{padding:16px;gap:8px}.shipping-title{flex:1 0;color:var(--gray-800)}@media screen and (min-width:800px){.shipping-title{font-weight:500}}.shipping-truck{width:12px;height:12px}.shipping-store-row{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--blue-200);background:var(--blue-50);mix-blend-mode:multiply;color:var(--blue-700)}.breakdown-row{display:flex;padding:12px 16px;justify-content:space-between;align-items:center;align-self:stretch;background:var(--gray-50);position:relative}.from-store-icon{display:flex;padding:10px;flex-direction:column;justify-content:center;align-items:center;border-radius:8px;border:.709px solid var(--gray-200,#eaecf0);background:#fff;box-shadow:0 5px 8px -3px var(--blue-dark-900),0 17px 22px -5px var(--blue-dark-900)}@media screen and (min-width:800px){.from-store-icon{padding:15px}}.breakdown-line{width:100%;border:none;border-top:2px dashed var(--gray-300)}.transit-days{border-radius:8px;border:.5px solid var(--gray-100);background:var(--base-white);display:flex;padding:6px;align-items:center;line-height:12px;color:var(--gray-700);text-align:center}@media screen and (min-width:800px){.transit-days{border:none;background:var(--gray-50);white-space:nowrap;padding:0 8px;font-size:14px}}.dc-icon-transit{display:flex;padding:12px 9px;flex-direction:column;justify-content:center;align-items:center;border-radius:8px;border:.7px solid var(--gray-200);background:var(--base-white);box-shadow:0 5px 8px -3px var(--blue-dark-900),0 17px 22px -5px var(--blue-dark-900)}.dc-transit-img{width:30px;height:24px}@media screen and (min-width:800px){.dc-transit-img{width:40px;height:32px}}.similar-row{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}.similar-row::-webkit-scrollbar{display:none}.similar-row-outer{padding:0 16px;display:flex}.qna{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;padding:16px}@media screen and (min-width:800px){.qna{padding:0}}.qna-box{flex-direction:column;border-radius:16px;border:1px solid var(--gray-200);background:var(--base-white);box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)}.qna-box,.qna-header{display:flex;align-items:flex-start;align-self:stretch}.qna-header{padding:16px 16px 16px 20px;gap:24px;border-bottom:1px solid var(--gray-200)}.qna-title{flex:1 0;color:var(--gray-950);margin:0}.qna-item-container{display:unset;width:100%;flex-wrap:wrap}@media screen and (min-width:800px){.qna-item-container{display:flex}}.qna-item{display:flex;padding:16px 32px;flex-direction:column;align-self:stretch;align-items:flex-start;gap:8px;flex:1 0}@media screen and (min-width:800px){.qna-item{width:50%;flex:unset}}.qna-question{color:var(--gray-900);width:100%}.qna-answer{color:var(--gray-600);width:100%}.qna-expand{display:flex;padding:15px 14px;justify-content:center;align-items:center;gap:8px;align-self:stretch;border-top:1px solid var(--gray-200);color:var(--gray-600)}.qna-expand,.text-expand{cursor:pointer}.reviews{margin:16px;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:16px;border:1px solid var(--gray-200);background:var(--base-white);box-shadow:0 1px 2px 0 var(--blue-dark-900),0 1px 3px 0 var(--blue-dark-900)}@media screen and (min-width:800px){.reviews{margin:0}}.revies-header-box{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}@media screen and (min-width:800px){.revies-header-box{padding:28px}}.reviews-header{display:flex;align-items:center;gap:12px;align-self:stretch}.reviews-title{flex:1 0;color:var(--gray-950)}.rating-box{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px}.rating-number-row{display:flex;align-items:flex-end;gap:8px;color:var(--gray-950)}@media screen and (min-width:800px){.review-count-lg{font-size:48px;font-weight:600;letter-spacing:-.96px}}.rating-box-count{color:var(--gray-500)}.review-item-container{display:flex;flex-wrap:wrap;align-self:stretch}.review-item{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:16px;width:100%;align-self:stretch;border-top:1px solid var(--gray-200)}@media screen and (min-width:800px){.review-item{width:50%;border-right:1px solid var(--gray-200)}}.review-content{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;position:relative}.user-icon{width:40px;height:40px;flex-shrink:0;border-radius:200px;border:.75px solid var(--gray-200);display:flex;background:var(--gray-100);justify-content:center;align-items:center}.review-user{color:var(--gray-500);padding-bottom:2px}.review-user-title{color:var(--gray-800)}.review-user-content{color:var(--gray-600)}.review-user-stars{position:absolute;right:20px;display:flex;align-items:center;gap:8px}.user-review-stars-row{display:flex;align-items:flex-start;gap:2px}.review-user-images{display:flex;align-items:flex-start;flex-wrap:wrap;gap:12px}.review-user-image{width:56px;height:56px;border-radius:8px;background-size:contain;background-repeat:no-repeat;background-blend-mode:darken,normal}.reviews-expand{display:flex;padding:15px 14px;justify-content:center;align-items:center;gap:8px;align-self:stretch;border-top:1px solid var(--gray-200);color:var(--gray-600);cursor:pointer}.review-expand-badge{display:flex;padding:2px 8px;align-items:center;border-radius:16px;border:1px solid var(--gray-200);background:var(--gray-50);mix-blend-mode:multiply;color:var(--gray-700);text-align:center}.similar-box{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.similar-box table{border-spacing:0;border-collapse:separate;border-radius:12px;border:.5px solid var(--gray-200);overflow:hidden;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)}@media screen and (min-width:800px){.similar-box table{width:100%;overflow:unset;border-radius:unset;border:0}}.similar-box td,.similar-box th{border-top:.5px solid var(--gray-200);border-bottom:.5px solid var(--gray-200);border-right:none;border-left:none}.similar-box table td:first-child{position:-webkit-sticky;position:sticky;left:0}.similar-box::-webkit-scrollbar{display:none}.similar-outer{display:flex;flex-wrap:nowrap;margin-bottom:2px;position:relative}@media screen and (min-width:800px){.similar-outer{overflow:hidden;border-radius:12px;border:.5px solid var(--gray-200)}}.similar-products{margin:0 16px;background:var(--base-white);padding-right:16px;box-sizing:unset}@media screen and (min-width:800px){.similar-products{margin:0;padding-right:0;width:100%;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}}.similar-products::-webkit-scrollbar{display:none}.similar-products-scroller{position:absolute;right:0;top:50%;display:flex;width:100%;justify-content:space-between;padding-left:230px;padding-right:28px;display:none}@media screen and (min-width:800px){.similar-products-scroller{display:flex}}.similar-products-scroller button{height:42px;display:flex;overflow:hidden;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);align-items:center;flex-shrink:0;border:1px solid #cfd4dc;border-radius:8px;justify-content:center;background-color:var(--dl-color-base-white)}.smp-row-header{padding:24px;color:var(--gray-800);background:var(--gray-50);white-space:nowrap;vertical-align:top}@media screen and (min-width:800px){.smp-row-header{width:160px}}.smp-dynamic-row-header{vertical-align:middle}@media screen and (min-width:800px){.smp-dynamic-row-header{padding:8px 24px}.smp-row-header-title{font-size:20px;font-weight:600;line-height:30px}}.smp-product{display:flex;padding:24px 0 24px 24px;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;align-self:stretch;width:180px}@media screen and (min-width:800px){.smp-product{padding:24px}}.smp-product-image{border-radius:10px;width:176px;height:176px;border:1px solid var(--gray-200);object-fit:contain;align-self:stretch}.smp-product-title{color:var(--base-black);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;width:100%}.asinLoader{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.2);border-radius:12px;left:0;top:0;display:flex;justify-content:center;align-content:center;flex-wrap:wrap}.recent-box{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;padding:16px}.recent-box table{border-spacing:0;border-collapse:separate;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)}@media screen and (min-width:800px){.recent-box table{width:100%;overflow:unset;border-radius:unset;border:0}}.recent-box tr{display:flex;justify-content:flex-start}@media screen and (min-width:800px){.recent-box,.recent-box.full-size{padding:0}}.recent-box::-webkit-scrollbar{display:none}.recent-outer{display:flex;flex-wrap:nowrap;margin-bottom:2px;flex-direction:column;overflow:hidden}.recent-products{display:flex;justify-content:flex-start;background:var(--base-white);box-sizing:unset;margin:0;padding-right:0;width:100%;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.recent-products+.recent-products{padding-top:10px}.recent-products::-webkit-scrollbar{display:none}.recent-row-header{padding:10px 0;color:var(--gray-800);white-space:unset;vertical-align:top;width:100%;text-align:unset;display:flex;justify-content:center;align-items:center}.recent-row-header img{margin-right:12px}@media screen and (min-width:800px){.recent-row-header{white-space:nowrap;text-align:center;padding:24px}}.recent-dynamic-row-header{vertical-align:middle;padding:8px 24px}.recent-row-header-title{font-size:20px;font-weight:600;line-height:30px;margin:0}.recent-product{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:6px;align-self:stretch;padding:16px;border-radius:12px;border:1px solid var(--gray-200,#eaecf0);background:#fff;margin-right:24px;cursor:pointer;transition:transform .3s ease}.recent-product:focus,.recent-product:hover{transform:translateY(-2px)}@media screen and (min-width:800px){.recent-product{max-width:24%}}.recent-product-image{border-radius:10px;width:190px;height:190px;object-fit:contain;align-self:stretch}.recent-product-title{color:var(--base-black);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:100%;font-weight:400;word-break:break-word}.recent-product-title.full-size{-webkit-line-clamp:3}.recent-product-rating{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:600}.recent-product-rating svg{width:17px}.recent-product-badge{background-color:#232f3e;color:#fff;padding:2px 6px;border-radius:6px;font-size:12px}.bought-last-month{color:#565959;font-size:13px;font-weight:600}.recent-product-rating-count{color:#007185}.recent-product-reviews-count{color:#72a24d}.recent-cta-button,.smb-cta-button{padding:8px 14px;justify-content:center;gap:8px;border-radius:8px;border:1px solid var(--primary);background:var(--primary);box-shadow:0 1px 2px 0 var(--blue-dark-900);color:var(--orange-dark-700)}.recent-cta-button,.smb-cta-button,.smp-rating{display:flex;align-items:center;align-self:stretch}.smp-rating{padding:12px 24px;color:var(--gray-900)}.smp-rating-item{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}.smp-rating-row{display:flex;align-items:center;gap:8px}.smp-rating-count{color:var(--gray-500)}.smp-store{color:var(--secondary-contrast)}.smp-store-row{display:flex;height:56px;padding:12px 24px;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;align-self:stretch}.smp-dynamic-row{padding:0 24px;height:unset}.new-product-page-section-container{margin-bottom:30px}@media screen and (min-width:800px){.new-product-page-section-container{display:flex;gap:40px;flex-direction:column}}.new-product-page-section-1{display:flex;gap:40px;flex-direction:row;margin:0 auto;width:100%;overflow:hidden}@media screen and (max-width:768px){.new-product-page-section-1{flex-direction:column;margin-top:0;gap:10px}}.new-product-page-section-2{display:flex;justify-content:space-between;flex-direction:column;margin:0 auto;max-width:100%;padding:0 2px;gap:50px}@media screen and (min-width:800px){.new-product-page-section-2{padding:0 32px}}.new-product-page-section-left{width:55%}@media screen and (max-width:768px){.new-product-page-section-left{width:100%}}.new-product-page-section-right{width:100%}@media screen and (min-width:768px){.new-product-page-section-right{padding-right:16px;padding-top:16px;width:45%}}.delivery-estimate-box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;border-radius:8px;overflow:hidden;border:1px solid var(--orange-light-700);background:var(--orange-light-200)}@media screen and (min-width:800px){.delivery-estimate-box{flex-direction:row-reverse;justify-content:flex-end;align-self:auto}}.delivery-text{padding:8px 0;align-self:stretch;color:#43a047;text-align:center}@media screen and (min-width:800px){.delivery-text{padding:8px 2px}}.stock-count{display:flex;padding:8px 0;justify-content:center;align-items:center;align-self:stretch;background:var(--base-white);color:var(--orange-dark-500)}@media screen and (min-width:800px){.stock-count{padding:8px 24px}}.share-container{width:100%;border-bottom:1px solid #e0e0e0;cursor:pointer}.share-div-wrap{overflow:hidden;display:flex;align-items:center;margin:0;flex-direction:column;border:1px solid #e0e0e0;border-radius:8px}.share-div-wrap img{width:25px;margin-right:10px}.share-div-wrap a{display:flex;align-items:center;justify-content:flex-start;padding:10px;font-size:16px;color:#424242}.share-popover .MuiPopover-paper{box-shadow:unset;margin-top:60px}.select-variation{border-radius:8px!important;border:1px solid var(--gray-300);background:var(--base-white)!important;box-shadow:0 1px 2px 0 var(--blue-dark-900);color:var(--gray-500,#98a2b3)!important;font-size:14px!important;font-style:normal!important;font-weight:600!important}.variations-box-dropdown .MuiFilledInput-underline:after,.variations-box-dropdown .MuiFilledInput-underline:before{content:unset}.variations-box-dropdown .MuiNativeSelect-select:focus{background-color:unset!important}.variations-box-dropdown{flex-direction:row!important;flex-wrap:wrap;min-width:290px}.variation-form{width:100%}@media screen and (min-width:800px){.variation-form{width:48%}}.variation-form .MuiInputBase-root:after,.variation-form .MuiInputBase-root:before{border-bottom:none!important}.variation-form-label{color:var(--gray-400,#98a2b3)!important;font-size:16px!important;font-style:normal!important;font-weight:600!important;top:18px!important;left:3px!important}.select-variation-text{color:var(--gray-800,#1d2939);font-size:16px;font-style:normal;font-weight:500;line-height:24px}.variation__backdrop{z-index:9999999999!important}.tech-specs{margin:24px 16px;display:flex;flex-direction:column;align-items:flex-start;background:var(--base-white);overflow:hidden}@media screen and (min-width:800px){.tech-specs{margin:0}}.tech-specs-title{display:flex;padding:24px 36px 24px 0;align-items:flex-start;gap:24px;align-self:stretch;border-bottom:1px solid var(--gray-200);color:var(--gray-950);font-style:unset;margin:0}.tech-details-box{display:flex;flex:1 0;align-self:stretch;flex-wrap:wrap;flex-direction:column}@media screen and (min-width:800px){.tech-details-box{flex-direction:row}}.tech-details-row{display:flex;align-items:stretch;border-bottom:1px solid var(--gray-200)}@media screen and (min-width:800px){.tech-details-row{width:48%}}.tech-details-row:nth-child(odd){background-color:#f9fafb}.tech-details-header{flex:1 1;display:flex;align-items:center;max-width:45%}@media screen and (min-width:800px){.tech-details-header{max-width:unset}}.tech-details-value{padding:10px 24px;flex:1 1;display:flex;align-items:center;max-width:45%}@media screen and (min-width:800px){.tech-details-value{max-width:unset;padding:18px 24px}}.addon-images{flex-direction:column;display:flex;gap:10px;align-items:center;padding-bottom:20px}@media screen and (min-width:800px){.addon-images{padding-bottom:0}}.addon-img{width:100%}@media screen and (min-width:800px){.addon-img{border-radius:8px;width:unset;max-width:100%}}.alternates-box{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid var(--gray-200);overflow:hidden;margin:16px}@media screen and (min-width:800px){.alternates-box{margin:34px 0 0}}.alternate-header-row{display:flex;padding:12px 16px;align-self:stretch;color:var(--gray-700);border-bottom:1px solid var(--gray-200)}@media screen and (min-width:800px){.alternate-header-row{padding:12px 24px}}.alternate-group{width:100%;padding-bottom:12px}.alternate-item-source{display:flex}.alternate-item-row{display:flex;padding:12px;cursor:pointer;justify-content:space-between;border-radius:8px;border:1px solid var(--gray-200,#eaecf0);background:var(--gray-50,#f9fafb);margin:12px 12px 0}.alternate-item{display:flex;gap:12px;color:var(--gray-900);align-items:center;width:33%;justify-content:center}.alternate-item:first-child{justify-content:flex-start;width:unset}@media screen and (min-width:800px){.alternate-item:first-child{width:33%}}.alternate-item:last-child{justify-content:flex-end;width:22%;gap:6px}@media screen and (min-width:800px){.alternate-item:last-child{width:33%}}.alternate-source-delivery{color:var(--gray-600)}.alt-source-flag{width:20px;height:20px}.alt-view-button{color:var(--Secondary,#4bb9ea);font-size:14px;font-style:normal;font-weight:600;line-height:20px}.alt-current-row{background:var(--blue-light-100);cursor:unset}.alt-current-product{display:none}@media screen and (min-width:800px){.alt-current-product{display:flex;padding:2px 8px;align-items:center;border-radius:16px;border:1.5px solid var(--gray-600)}}.alt-checkbox{display:flex}@media screen and (min-width:800px){.alt-checkbox{display:none}}.alt-current-checkbox{display:flex}@media screen and (min-width:800px){.alt-current-checkbox{display:none}}.return-tooltip{align-items:center;display:flex;position:relative}.return-tooltip .return-tooltiptext{visibility:hidden;width:136px;background-color:#fff;color:var(--gray-700);text-align:center;padding:5px 0;position:absolute;z-index:1;border-radius:6px;border:1px solid var(--gray-600);box-shadow:1px 1px 2px 0 rgba(16,24,40,.161);text-transform:none;left:18px}.return-tooltip:hover .return-tooltiptext{visibility:visible}.addon-images-row{display:flex;flex-wrap:wrap;gap:20px;align-items:center;justify-content:center}.addon-img-small{max-width:100%}.self-ship-container .MuiDialog-paper{position:fixed;bottom:0;margin:0!important;box-shadow:unset;background:transparent;border-radius:unset}@media screen and (min-width:800px){.self-ship-container .MuiDialog-paper{position:unset;bottom:unset}}.self-ship-container .MuiBackdrop-root,.self-ship-container .MuiDialog-paper .MuiBackdrop-root{background:rgba(0,0,0,.3)!important}.self-ship-modal{gap:16px;display:flex;overflow:hidden;box-shadow:0 20px 24px -4px rgba(16,24,40,.08);align-items:center;flex-shrink:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:20px;flex-direction:column;background-color:var(--dl-color-base-white)}@media screen and (min-width:800px){.self-ship-modal{border-radius:32px;width:500px;padding:40px}}.self-ship-text{color:var(--dl-color-gray-600);height:auto;text-align:left;line-height:20px}.self-ship-content{gap:32px;display:flex;align-self:stretch;align-items:center;flex-direction:column}.self-ship-text-2{color:var(--dl-color-gray-900);height:auto;text-align:center;line-height:38px}.self-ship-text-3{color:var(--dl-color-gray-600);height:auto;align-self:stretch;text-align:center;line-height:24px}.self-ship-route{padding:12px 24px;overflow:hidden;position:relative;align-self:stretch;border-radius:8px;justify-content:space-between;background-color:var(--dl-color-gray-50)}.self-ship-globe,.self-ship-route{display:flex;align-items:center;flex-shrink:0}.self-ship-globe{width:48px;height:48px;z-index:1}.self-ship-dc,.self-ship-globe{gap:15.5999994278px;padding:15.5999994278px;box-shadow:0 5.6727275848px 8.5090923309px -2.8363637924px rgba(16,24,40,.03);border:.7090909481px solid #eaecf0;border-radius:8px;flex-direction:column;justify-content:center;background-color:#fff}.self-ship-dc{width:60px;height:60px;display:flex;z-index:2;align-items:center;flex-shrink:0}.self-ship-logo{width:40px;height:32px;display:flex;position:relative;align-items:flex-start;flex-shrink:0}.self-ship-image-dc{top:0;left:0;width:40px;height:32px;position:absolute}.self-ship-person{gap:15.5999994278px;width:48px;height:48px;display:flex;padding:15.5999994278px;z-index:3;box-shadow:0 5.6727275848px 8.5090923309px -2.8363637924px rgba(16,24,40,.03);align-items:center;flex-shrink:0;border:.7090909481px solid #eaecf0;border-radius:8px;flex-direction:column;justify-content:center;background-color:#fff}.self-ship-globe-icon{width:20px;height:20px}.self-ship-button{gap:8px;display:flex;padding:12px 20px;overflow:hidden;align-self:stretch;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);align-items:center;flex-shrink:0;border-radius:8px;justify-content:center;background-color:var(--dl-color-default-primary);cursor:pointer}.self-ship-text-learn{color:var(--dl-color-default-onprimary);height:auto;text-align:left;line-height:24px}.new-product-page-backdrop{filter:blur(10px)}.new-product-page-blacklisted{top:0;left:0;right:0;bottom:0;z-index:999;position:fixed;align-items:center;justify-content:flex-end;display:flex;border-width:0 0 1px;flex-direction:column;animation-name:fadeInAnimation;animation-timing-function:linear(0 0,0 1.8%,.01 3.6%,.03 6.35%,.07 9.1%,.13 11.4%,.19 13.4%,.27 15%,.34 16.1%,.54 18.35%,.66 20.6%,.72 22.4%,.77 24.6%,.81 27.3%,.85 30.4%,.88 35.1%,.92 40.6%,.94 47.2%,.96 55%,.98 64%,.99 74.4%,1 86.4%,1 100%);animation-iteration-count:1;animation-duration:.5s}@media screen and (min-width:800px){.new-product-page-blacklisted{justify-content:center}}.new-product-page-blacklisted-content{border:solid #eaecf0;grid-gap:20px;gap:20px;display:flex;padding:16px 24px;align-self:stretch;align-items:center;flex-shrink:0;margin:0 auto;border-radius:16px;border-bottom-left-radius:0;border-bottom-right-radius:0;background:hsla(0,0%,88%,.671);flex-direction:column;font-size:16px;max-width:100%;text-align:center;line-height:30px;color:#000}@media screen and (min-width:800px){.new-product-page-blacklisted-content{max-width:50%;border-radius:16px}}.new-product-page-blacklisted-button{grid-gap:8px;gap:8px;display:flex;padding:8px 16px;overflow:hidden;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);border:1px solid #9e9e9e;align-items:center;border-radius:8px;justify-content:center;background-color:#fff;cursor:pointer;width:100%}@media screen and (min-width:800px){.new-product-page-blacklisted-button{width:unset}}.productdeals-container{width:100%;display:flex;overflow:auto;align-items:center;flex-direction:column}.productdeals-productdeals{height:auto;padding:0 0 8px;align-self:stretch;flex-direction:column;background-color:hsla(0,0%,100%,.15)}.productdeals-dealsheader,.productdeals-productdeals{gap:8px;width:100%;display:flex;overflow:hidden;align-items:center}.productdeals-dealsheader{padding:8px 10px;border-radius:8px;flex-shrink:0;border:1px solid rgba(0,0,0,.1);justify-content:space-between}.productdeals-dealsleft{gap:12px;display:flex;flex-direction:column;align-items:flex-start}@media screen and (min-width:800px){.productdeals-dealsleft{flex-direction:row;align-items:center}}.productdeals-text-inactive{cursor:pointer}.productdeals-dealsdiscount{gap:10px;display:flex;padding:4px 8px;align-items:center;border-radius:4px;background-color:var(--dl-color-greenlight-200)}.productdeals-text{color:var(--dl-color-base-black)}.productdeals-text,.productdeals-text2{height:auto;text-align:left;line-height:20px}.productdeals-text2{color:var(--dl-color-gray-700);font-size:14px;font-style:Medium;font-weight:500;font-stretch:normal;text-decoration:none}.productdeals-text3{font-weight:500}.productdeals-button{gap:8px;display:flex;padding:8px 14px;overflow:hidden;align-items:center;border-radius:8px;justify-content:center}.productdeals-button-active{border-radius:8px;background:#f6b041;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);cursor:pointer}.productdeals-text-bold{font-size:18px}.productdeals-green{padding:4px;border-radius:4px;background-color:var(--dl-color-greenlight-200)}.productdeals-additional{display:none}@media screen and (min-width:800px){.productdeals-additional{display:inline}}.productdeals-text-apply{color:var(--dl-color-default-secondarycontrast)!important;display:flex}.cross-old-actual-price{-webkit-text-decoration-line:line-through;text-decoration-line:line-through;margin-right:8px;font-size:16px;font-weight:300;line-height:28px}.deals-for-pro{border-radius:4px;background:var(--Gray-200,#eaecf0);display:flex;padding:4px 8px;align-items:center;gap:10px}.productdeals-text-redeem-now{color:#fff!important}.productdeals-text5{color:var(--dl-color-gray-400);height:auto;text-align:left;line-height:20px;display:flex}.productdeals-dealsleft-content{display:flex;gap:10px;align-items:center}.productdeals-dealsaction{gap:8px;display:flex;align-items:center}.productdeals-text7{color:var(--dl-color-default-secondarycontrast);height:auto;text-align:left;line-height:20px;cursor:pointer}.productdeals-chevronright{width:20px;height:20px}.policy-return{border:1px solid var(--gray-200);border-radius:8px;margin-bottom:15px;flex-direction:column;align-self:stretch}@media screen and (min-width:800px){.policy-return{flex-direction:row;margin-bottom:0}}.policy-return .policy-section{border-top-left-radius:6px;border-top-right-radius:6px;padding:8px 16px;background:var(--gray-100);text-align:center;color:var(--gray-600);font-size:14px;font-weight:600;line-height:18px;word-wrap:break-word;margin:0}@media screen and (min-width:800px){.policy-return .policy-section{font-size:12px}}.policy-return .policy-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:12px 24px;gap:13px;flex-direction:column}@media screen and (min-width:800px){.policy-return .policy-container{flex-direction:row}}.policy-return .policy-container .policy-item{display:flex;justify-content:center;align-items:center;justify-content:flex-start;gap:16px;align-self:stretch}.policy-return .policy-container .policy-icon{width:36px;height:36px;padding:0;background:var(--gray-100);border-radius:28px;border:4px solid var(--gray-50);display:flex;justify-content:center;align-items:center;transform:scale(1.1)}@media screen and (min-width:800px){.policy-return .policy-container .policy-icon{transform:unset;padding:4px}}.policy-return .policy-container .policy-description{color:var(--gray-600);font-size:14px;font-weight:400;word-wrap:break-word;margin:0}@media screen and (min-width:800px){.policy-return .policy-container .policy-description{font-size:12px}}.policy-return .policy-divider{background-color:var(--gray-200);transform:rotate(180deg);width:100%;height:1px}@media screen and (min-width:800px){.policy-return .policy-divider{width:1px;height:36px}}.MobileProductPage__list-item{display:flex}.MobileProductPage__crumb-divider{padding:0 12px}.MobileProductPage__breadcrumb-text{color:#f4b345}.MobileProductPage__text-link{color:#475467}.MobileProductPage__home{cursor:pointer}.Details__headingStyles,.Smp__headingStyles{margin:0}.enhanced_description-feature-container{display:flex;justify-content:space-between;align-items:center;width:100%}.enhanced_description-feature-item{display:flex;flex-direction:column;align-items:center}.enhanced_description-emoji{font-size:30px}.enhanced_description-text{margin-top:10px;color:var(--gray-700);text-align:center}.product-qna{margin:0 auto;background-color:#f5f5f5;border-radius:8px;padding:8px}.product-qna h4{font-size:1.1rem;font-weight:600;color:#333;padding-left:10px;margin-bottom:12px;margin-top:8px}.product-qna__title{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:2rem;text-align:left}.product-qna__accordion{display:flex;flex-direction:column;gap:12px}.product-qna__item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1px;overflow:hidden;transition:all .2s ease}.product-qna__item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.product-qna__item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px;margin-bottom:0}.product-qna__item[open] .product-qna__icon{transform:rotate(45deg)}.product-qna__item:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.product-qna__question{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;font-size:1rem;font-weight:500;color:#333;cursor:pointer;list-style:none;background:#fff;border:none;outline:none;transition:background-color .2s ease}.product-qna__question::-webkit-details-marker{display:none}.product-qna__question::marker{display:none}.product-qna__question:hover{background-color:#f8f9fa}.product-qna__icon{font-size:1.5rem;font-weight:300;color:#666;transition:transform .2s ease;margin-left:16px;flex-shrink:0}.product-qna__answer{padding:14px;font-size:1rem;line-height:1.6;color:#666;background:#fff;border-top:1px solid #f0f0f0;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.product-qna{padding:20px 16px}.product-qna__title{font-size:1.2rem;margin-bottom:1.5rem}.product-qna__question{padding:8px 14px;font-size:1rem}.product-qna__answer{padding:20px;font-size:.95rem}.product-qna__icon{font-size:1.25rem;margin-left:12px}}@media(max-width:480px){.product-qna{padding:16px 12px}.product-qna__title{font-size:1.5rem}.product-qna__question{padding:14px 16px;font-size:.95rem}.product-qna__answer{padding:16px;font-size:.9rem}}.product-overview{width:100%;background:#fff}@media(max-width:768px){.product-overview{padding:0 16px}}.product-overview-title{font-size:24px;margin-bottom:24px;color:#000;margin-top:20px;font-weight:unset!important}.product-overview-box{width:100%}.product-overview-row{display:flex;padding:10px 0;border-bottom:1px solid #e5e5e5;align-items:center}.product-overview-row:last-child{border-bottom:none}.product-overview-header{flex:0 0 200px}.product-overview-header,.product-overview-value{color:#000;font-weight:unset!important;font-size:14px;text-align:left}.product-overview-value{flex:1 1}.color-green-font{color:#43a047!important}.breadcrumbs-container{padding:0 0 0 12px;margin:0 auto;background-color:transparent;transition:all .3s ease}@media screen and (min-width:800px){.breadcrumbs-container{max-width:100%;padding:12px 0}}.breadcrumbs-container.new-product-page-backdrop{background-color:hsla(0,0%,96%,.8)}.breadcrumbs-wrapper{display:flex;align-items:center;font-size:14px;color:#555;font-weight:400}.breadcrumbs-home-link{display:flex;align-items:center;color:#555;transition:color .2s ease}.breadcrumbs-home-link:focus,.breadcrumbs-home-link:hover{color:#000}.breadcrumbs-home-link:focus-visible{outline:2px solid #4a90e2;outline-offset:2px;border-radius:2px}.home-icon{justify-content:center}.breadcrumbs-list,.home-icon{display:flex;align-items:center}.breadcrumbs-list{padding:0;list-style:none;margin:0;flex-wrap:wrap}.breadcrumbs-item{display:flex;align-items:center;white-space:nowrap}@media screen and (max-width:480px){.breadcrumbs-item{font-size:12px}}.breadcrumb-separator{margin:0 8px;color:#999;font-weight:300}.breadcrumbs-link{color:#555;text-decoration:none;transition:all .2s ease;position:relative}.breadcrumbs-link:focus,.breadcrumbs-link:hover{color:#000}.breadcrumbs-link:focus-visible{outline:2px solid #4a90e2;outline-offset:2px;border-radius:2px}.breadcrumbs-text{font-weight:400}.breadcrumbs-text.current{color:#000;font-weight:500}.breadcrumbs-item .breadcrumbs-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:#000;transition:width .3s ease}.breadcrumbs-item .breadcrumbs-link:hover:after{width:100%}