@charset "UTF-8";.custom-checkbox{cursor:pointer;display:block;font-size:22px;margin-bottom:12px;min-height:36px;padding-left:35px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.custom-checkbox p{font-size:13px;margin:0 0 0 10px;width:100%}.custom-checkbox input{cursor:pointer;height:1px;opacity:0;position:absolute;width:1px}.custom-checkbox .checkmark{background-color:#fff;border-radius:50%;height:36px;left:0;position:absolute;top:0;width:36px}.custom-checkbox .checkmark:after{border:solid #fff;border-width:0 3px 3px 0;content:"";display:none;height:15px;left:50%;position:absolute;top:50%;transform:translate(-50%,-59%) rotate(40deg);width:8px}.custom-checkbox input:checked~.checkmark,.custom-checkbox:hover input~.checkmark{background-color:var(--secondary-color)}.custom-checkbox input:checked~.checkmark:after{display:block}.search-bar-qf{align-items:flex-start;border-radius:21px;display:flex;flex-direction:column;height:70px;justify-content:center;position:relative;width:clamp(125px,100%,145px)}.search-bar-qf input[type=text]{background:#f0f0f0;border:none;color:var(--text-primary-color);font-weight:regular;height:70px;outline:none;padding:10px 40px 10px 61px;position:relative;width:100%}.search-bar-qf input[type=text]::-moz-placeholder{font-weight:regular}.search-bar-qf input[type=text]::placeholder{font-weight:regular}.search-bar-qf .submit-group{bottom:25px;left:21px;position:absolute}.search-bar-qf .submit-group,.search-bar-qf .submit-group label{align-items:center;display:flex;height:20px;justify-content:center;width:20px}.search-bar-qf .submit-group label{margin:0;padding-right:5px}.search-bar-qf .submit-group label svg{height:21px;width:21px}.search-bar-qf .submit-group label svg path{fill:var(--text-primary-color)}.search-bar-qf .submit-group label input[type=submit]{background:none;border:none;border-radius:0;height:100%;padding:0;position:absolute;right:0;top:0;width:100%;z-index:1}@media only screen and (max-width:767.98px){.search-bar-qf .submit-group{bottom:13px}.search-bar-qf{height:50px}}.button-wishlist{border:none;padding:unset}.button-wishlist,.button-wishlist:hover{background-color:unset}.button-wishlist path{fill:#000}.active-wishlist path{fill:var(--button-1-color)}.wishlist-heart button{height:16px;transition:all .3s;width:18px}.wishlist-heart button:hover{transform:scale(1.1)}.wishlist-heart button svg{cursor:pointer;height:16px;overflow:visible;width:18px}.predictive-search-container{display:none;inset:38px auto auto 50%;opacity:0;position:absolute;translate:-50% 0;width:100%;z-index:2}.predictive-search-container.active{display:flex;opacity:1}.predictive-search-container.active:before{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(0,0,0,.2);content:"";height:100vh;inset:0;pointer-events:none;position:fixed;width:100vw}.predictive-search-container .predictive-search-modal{background:#fff;border-radius:0;box-shadow:0 6px 21px 5px rgba(0,0,0,.38);height:-moz-fit-content;height:fit-content;margin:0 auto;position:relative;width:clamp(320px,90vw,1300px)}@media only screen and (max-width:767.98px){.predictive-search-container .predictive-search-modal{max-width:100vw;width:clamp(320px,100%,100vw)}}.predictive-search-container .predictive-search-modal .inner{height:100%;max-height:calc(90vh - 160px);overflow-x:hidden;overflow-y:auto;padding:37px 55px 30px;width:100%}@media only screen and (max-width:767.98px){.predictive-search-container .predictive-search-modal .inner{padding:30px 21px 39px}}.predictive-search-container .predictive-search-modal .inner::-webkit-scrollbar{width:5px}.predictive-search-container .predictive-search-modal .inner::-webkit-scrollbar-track{background:#f1f1f1}.predictive-search-container .predictive-search-modal .inner::-webkit-scrollbar-thumb,.predictive-search-container .predictive-search-modal .inner::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}.predictive-search-container .predictive-search-modal .inner .main-search{margin:30px}.predictive-search-container .predictive-search-modal .inner .main-search .page-width{padding:0}.predictive-search-container .predictive-search-modal .inner .main-search .page-width .result_amount{margin-bottom:30px}.predictive-search-container .predictive-search-modal .close{border-radius:50%;cursor:pointer;display:flex;height:30px;padding:5px;position:absolute;right:20px;top:95px;transition:all .3s;width:30px;z-index:99}.predictive-search-container .predictive-search-modal .close img,.predictive-search-container .predictive-search-modal .close svg{fill:var(--primary-color);height:100%;margin:auto;width:100%}.predictive-search-container .predictive-search-modal .close:hover{rotate:90deg}@media only screen and (max-width:767.98px){.predictive-search-container .predictive-search-modal .close{top:60px}}.predictive-search-container .predictive-search-modal #predictive-search-results{width:100%}.predictive-search-container .predictive-search-modal .predictive-search-bar{padding:74px 0 0}@media only screen and (max-width:767.98px){.predictive-search-container .predictive-search-modal .predictive-search-bar{padding:50px 0 0}}.predictive-search-container .predictive-search-modal .predictive-search-bar form.search-bar-qf{background-color:#707070;margin:0 auto;width:100%}.predictive-search-container .predictive-search-results{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:5px 0;width:100%}.predictive-search-container .predictive-search-results .resource-header,.predictive-search-container .predictive-search-results .resource-results{width:100%}.predictive-search-container .predictive-search-results .resource-header p,.predictive-search-container .predictive-search-results .resource-results p{margin:0}.predictive-search-container .predictive-search-results .resource-header{border-bottom:1px solid #ddd;margin-bottom:5px;padding:15px 0}.predictive-search-container .predictive-search-results .resource-header p{font-weight:700;padding:0 40px;text-transform:capitalize}.predictive-search-container .predictive-search-results .resource-results{align-items:flex-start;display:flex;flex-direction:column;gap:5px;justify-content:center;padding:0 5px}.predictive-search-container .predictive-search-results .resource-results .resource-result{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:flex-start;padding:5px 5px 5px 50px;width:100%}.predictive-search-container .predictive-search-results .resource-results .resource-result:hover{background:#f1f1f1}.predictive-search-container .predictive-search-results .resource-results .resource-result .resource-result-title{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;padding:0 10px 0 5px;width:-moz-max-content;width:max-content}.predictive-search-container .predictive-search-results .resource-results .resource-result .resource-result-url{color:#707070;font-size:12px;white-space:nowrap}@media (max-width:1024px){.predictive-search-container .predictive-search-results .resource-results .resource-result .resource-result-url{display:none}}.predictive-search-container .predictive-search-results .resource-results .resource-result .resource-result-image{background:#fff;display:none;height:30px;margin:0 0 0 auto;width:30px}.predictive-search-container .predictive-search-results .resource-results .resource-result .resource-result-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.predictive-search-container .inner.recommended-inner{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:30px;height:auto;justify-content:flex-start}@media only screen and (max-width:767.98px){.predictive-search-container .inner.recommended-inner{flex-flow:column-reverse nowrap;gap:0 15px}}.predictive-search-container .inner.recommended-inner .searching-prompt{opacity:.5}.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper{align-items:flex-start;display:flex;flex-flow:row wrap;gap:10px;height:100%;justify-content:space-between;width:100%}@media only screen and (max-width:767.98px){.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper{border-bottom:1px solid var(--separator-color);flex-flow:column nowrap;justify-content:flex-start;margin-bottom:15px;width:100%}}.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper .recommended-products-heading{align-items:baseline;color:var(--text-primary-color);display:flex;font-size:24px;gap:15px;justify-content:space-between;margin-bottom:10px;width:100%}@media only screen and (max-width:767.98px){.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper.grid .recommended-products-heading{display:none}}.predictive-search-container .inner.recommended-inner .search-recommendations-grid,.predictive-search-container .inner.recommended-inner .search-recommendations-swiper{padding-bottom:30px;width:100%}@media only screen and (max-width:767.98px){.predictive-search-container .inner.recommended-inner .search-recommendations-grid,.predictive-search-container .inner.recommended-inner .search-recommendations-swiper{padding-bottom:0}}.predictive-search-container .inner.recommended-inner .search-recommendations-grid .product-card .product-description,.predictive-search-container .inner.recommended-inner .search-recommendations-grid .product-card .quickview-eye,.predictive-search-container .inner.recommended-inner .search-recommendations-swiper .product-card .product-description,.predictive-search-container .inner.recommended-inner .search-recommendations-swiper .product-card .quickview-eye{display:none}.predictive-search-container .inner.recommended-inner .search-recommendations-grid{display:grid;gap:20px 20px;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:1199.98px){.predictive-search-container .inner.recommended-inner .search-recommendations-grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1024.98px){.predictive-search-container .inner.recommended-inner .search-recommendations-grid{gap:15px 15px;grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:459.98px){.predictive-search-container .inner.recommended-inner .search-recommendations-grid{grid-template-columns:1fr}}.predictive-search-container .inner.recommended-inner .recommended-links-sidebar .accordion,.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper .accordion{padding:0}@media only screen and (min-width:768px){.predictive-search-container .inner.recommended-inner .recommended-links-sidebar .accordion,.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper .accordion{display:none}}.predictive-search-container .inner.recommended-inner .recommended-links-sidebar .accordion>div,.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper .accordion>div{color:var(--text-primary-color);font-size:30px;pointer-events:none}@media only screen and (max-width:767.98px){.predictive-search-container .inner.recommended-inner .recommended-links-sidebar .accordion>div,.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper .accordion>div{font-size:20px}}.predictive-search-container .inner.recommended-inner .recommended-links-sidebar .panel,.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper .panel{width:100%}@media only screen and (min-width:768px){.predictive-search-container .inner.recommended-inner .recommended-links-sidebar .panel,.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper .panel{max-height:100%}}.predictive-search-container .inner.recommended-inner .recommended-links-sidebar .panel .content,.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper .panel .content{align-items:flex-start;display:flex;flex-flow:column;gap:10px;justify-content:flex-start;padding:10px 0 15px;width:100%}@media only screen and (min-width:768px){.predictive-search-container .inner.recommended-inner .recommended-links-sidebar .panel .content,.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper .panel .content{padding:0}}.predictive-search-container .inner.recommended-inner .recommended-links-sidebar a.view-all,.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper a.view-all{background-color:#fff;border:1px solid var(--accent-2-color);color:var(--accent-2-color);font-size:16px;font-weight:600;padding:10px 30px}.predictive-search-container .inner.recommended-inner .recommended-links-sidebar a.view-all svg,.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper a.view-all svg{margin-left:5px}@media only screen and (max-width:767.98px){.predictive-search-container .inner.recommended-inner .recommended-links-sidebar a.view-all,.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper a.view-all{display:block;grid-column-end:span 2;margin:0 auto}}@media only screen and (min-width:768px){.predictive-search-container .inner.recommended-inner .recommended-links-sidebar .search-recommendations-grid a.view-all,.predictive-search-container .inner.recommended-inner .search-recommendations-wrapper .search-recommendations-grid a.view-all{display:none}}.predictive-search-container .inner.recommended-inner .recommended-links-sidebar{align-items:flex-start;display:flex;flex-flow:column;gap:25px;height:100%;justify-content:flex-start;margin-right:auto;max-width:200px;width:200px}@media only screen and (max-width:767.98px){.predictive-search-container .inner.recommended-inner .recommended-links-sidebar{gap:15px;height:auto;max-width:100%;width:100%}}.predictive-search-container .inner.recommended-inner .recommended-links-sidebar .sidebar-group{align-items:flex-start;display:flex;flex-flow:column;gap:10px;justify-content:flex-start;width:100%}.predictive-search-container .inner.recommended-inner .recommended-links-sidebar .sidebar-group .sidebar-heading{color:var(--text-primary-color);font-size:24px}@media only screen and (max-width:767.98px){.predictive-search-container .inner.recommended-inner .recommended-links-sidebar .sidebar-group .sidebar-heading{display:none}}.predictive-search-container .inner.recommended-inner .recommended-links-sidebar .sidebar-group .recent-search-container{align-items:flex-start;display:flex;flex-flow:column;gap:10px;justify-content:flex-start;width:100%}@media only screen and (max-width:767.98px){.predictive-search-container .inner.recommended-inner .recommended-links-sidebar .sidebar-group{border-bottom:1px solid var(--separator-color)}}.predictive-search-container .inner.recommended-inner .recommended-links-sidebar a.link{color:var(--text-primary-color);font-size:16px}.predictive-search-container .inner.recommended-inner .recommended-links-sidebar a.link:hover{text-decoration:underline}@media only screen and (min-width:768px){.predictive-search-container .inner.recommended-inner .recommended-links-sidebar+.search-recommendations-wrapper{width:calc(100% - 230px)}}.collection-card{aspect-ratio:1;border-radius:10px;overflow:hidden;position:relative}.collection-card a>*{pointer-events:none}.collection-card .content{bottom:0;display:flex;flex-direction:column;gap:10px;left:0;padding:15px;position:absolute;width:100%}@media only screen and (max-width:767.98px){.collection-card .content{padding:8px 5px}}.collection-card .content--center{align-items:center}.collection-card p{color:var(--text-alternate-color);font-family:var(--font-heading-family);font-weight:700;margin:0}.collection-card .img-wrap img,.collection-card .img-wrap svg{aspect-ratio:1;border-radius:10px;height:unset;-o-object-fit:cover;object-fit:cover;scale:100%;transition:scale .1s ease-in-out;width:100%}.collection-card .overlay{background:var(--card-overlay-color);border-radius:10px;height:100%;left:0;position:absolute;top:0;width:100%}@media only screen and (min-width:768px){.collection-card:hover .img-wrap img{scale:110%}}@media only screen and (max-width:767.98px){.mobile-grid .collection-card{aspect-ratio:unset}.mobile-grid .collection-card .content{color:var(--text-primary-color);position:unset;text-align:left}.mobile-grid .collection-card .content p{color:var(--text-primary-color)}.mobile-grid .collection-card .img-wrap img,.mobile-grid .collection-card .img-wrap svg{aspect-ratio:unset}.mobile-grid .collection-card .overlay{display:none}}.open-sidecart{cursor:pointer}#cart-drawer-container{background:transparent;height:100vh;pointer-events:none;position:fixed;right:0;top:0;transition:.3s ease;visibility:hidden;width:100vw;z-index:99999!important}#cart-drawer-container.open{-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);background:rgba(0,0,0,.7);pointer-events:auto;transition:.3s ease;visibility:visible}#cart-drawer-container.open #cart-drawer{display:flex;flex-direction:column;transform:translateX(0)}#cart-drawer-container #cart-drawer{background-color:#fff;float:right;height:100%;max-width:calc(100vw - 20px);pointer-events:auto;transform:translateX(103%);transition:.3s ease;width:392px}#cart-drawer-container #cart-drawer>.top{background-color:var(--bg-1-color);padding:15px 45px 0 20px;position:relative}#cart-drawer-container #cart-drawer>.top .closeSideCart{position:absolute;right:11px;top:50%;transform:translateY(-50%)}#cart-drawer-container #cart-drawer>.top .closeSideCart svg{transition:all .3s}#cart-drawer-container #cart-drawer>.top .closeSideCart svg path{stroke:#fff}#cart-drawer-container #cart-drawer>.top .closeSideCart svg:hover{rotate:90deg}#cart-drawer-container #cart-drawer>.top .cart-tabs{display:flex;gap:20px}#cart-drawer-container #cart-drawer>.top .cart-tabs .cart-tab{align-items:center;border:1px solid var(--secondary-color);border-bottom:0;border-radius:3px 3px 0 0;cursor:pointer;display:flex;gap:3px;padding:7px 12px}#cart-drawer-container #cart-drawer>.top .cart-tabs .cart-tab.active{background-color:#fff}#cart-drawer-container #cart-drawer>.top .cart-tabs .cart-tab.active span{color:var(--text-primary-color)}#cart-drawer-container #cart-drawer>.top .cart-tabs .cart-tab.active svg{fill:var(--text-primary-color)}#cart-drawer-container #cart-drawer>.top .cart-tabs .cart-tab.active svg path{stroke:var(--text-primary-color)}#cart-drawer-container #cart-drawer>.top .cart-tabs .cart-tab.active svg.heart-full{fill:var(--text-primary-color)}#cart-drawer-container #cart-drawer>.top .cart-tabs .cart-tab:hover:not(.active) svg{transform:scale(1.2)}#cart-drawer-container #cart-drawer>.top .cart-tabs .cart-tab svg{height:20px;transition:all .3s;width:21px}#cart-drawer-container #cart-drawer>.top .cart-tabs .cart-tab svg path{stroke:var(--text-alternate-color)}#cart-drawer-container #cart-drawer>.top .cart-tabs .cart-tab svg.heart-full{fill:var(--text-alternate-color)}#cart-drawer-container #cart-drawer>.top .cart-tabs .cart-tab span{align-items:center;color:var(--text-alternate-color);display:inline-flex;flex-direction:column;font-size:16px;font-weight:500}#cart-drawer-container #cart-drawer>.top .cart-tabs .cart-tab span:after{content:attr(data-title);content:attr(data-title)/"";font-weight:700;height:0;overflow:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;visibility:hidden}@media speech{#cart-drawer-container #cart-drawer>.top .cart-tabs .cart-tab span:after{display:none}}#cart-drawer-container #cart-drawer .free-delivery-status{align-items:center;background-color:var(--bg-2-color);border-radius:5px;color:var(--text-primary-color);display:flex;flex-direction:column;font-size:14px;font-weight:500;justify-content:center;padding:20px 20px 15px;text-align:center}#cart-drawer-container #cart-drawer .free-delivery-status svg{height:15px;width:28px}#cart-drawer-container #cart-drawer .free-delivery-status .free-delivery-progress-bar{background-color:var(--secondary-color);height:3px;margin-bottom:10px;position:relative;width:100%}#cart-drawer-container #cart-drawer .free-delivery-status .free-delivery-progress-bar .free-delivery-progress-bar-fill{background-color:var(--primary-color);border-radius:50px;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0}#cart-drawer-container #cart-drawer .free-delivery-status .free-delivery-progress-bar .free-delivery-progress-checkpoint-1{background-color:var(--primary-color);border-radius:50px;height:9px;left:0;margin:0 auto;position:absolute;right:0;top:-3px;width:9px}#cart-drawer-container #cart-drawer .free-delivery-status .free-delivery-info{align-items:center;display:flex;gap:10px;height:23px}#cart-drawer-container #cart-drawer .free-delivery-status .free-delivery-info .free-delivery-text{font-size:14px}#cart-drawer-container #cart-drawer .inner{display:flex;flex:1;flex-direction:column;width:100%}#cart-drawer-container #cart-drawer .inner>div{height:100%}#cart-drawer-container #cart-drawer>form{display:flex;flex:1}#cart-drawer-container #cart-drawer>form .cart .items-wrapper{flex:1;margin:20px;position:relative}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items{display:flex;flex-direction:column;height:100%;overflow-y:auto;position:absolute;width:100%}@media only screen and (max-width:991.98px){#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items{padding-bottom:225px}}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items::-webkit-scrollbar{background:transparent;margin-left:10px;width:4px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items::-webkit-scrollbar-track{background-color:#fff}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items::-webkit-scrollbar-thumb{background-color:var(--accent-1-color);border-radius:2px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .additional-items-wrapper{margin-right:10px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:10px 0}@media only screen and (min-width:768px){#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title{display:none}}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title *{pointer-events:none}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title p{align-items:center;display:flex;font-size:14px;font-weight:400;gap:0 10px;justify-content:center;margin:0}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title svg{height:14px;scale:1 1;transition:all .3s;width:14px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title svg.active{transform:rotateX(180deg)}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title.active svg{scale:1 -1}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title .counter{align-items:center;background:var(--text-primary-color);border-radius:21px;color:#fff;display:inline-flex;font-size:10px;height:20px;justify-content:center;line-height:20px;padding:3px;width:20px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .additional-items-wrapper .additional-items{max-height:0;overflow:hidden;transition:max-height .15s ease-in-out}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .additional-items-wrapper .additional-items.active{max-height:100000px}@media only screen and (min-width:768px){#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .additional-items-wrapper .additional-items{max-height:unset;overflow:unset}}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .additional-items-wrapper .additional-items .additional-items-inner{padding:10px 0}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item{border-bottom:1px solid var(--separator-color);display:flex;margin-right:10px;padding:20px 0}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item:first-of-type{padding-top:0}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .img-wrapper{display:flex;height:94px;justify-content:center;width:94px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .img-wrapper img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .img-wrapper svg{width:94px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding-left:15px}@media only screen and (max-width:767.98px){#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper{padding-left:15px}}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .top>div{display:flex;justify-content:space-between}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .top a{font-size:14px;font-weight:700;line-height:20px;margin:0;padding-right:10px}@media only screen and (max-width:767.98px){#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .top a{margin-right:20px;padding-right:0}}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .top svg{cursor:pointer;height:20px;width:20px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .top span{font-size:12px;margin-bottom:0}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .top .variant-title{display:block;font-size:14px;margin-bottom:5px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper ul{list-style:none;margin:0;padding:0}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper ul *{font-size:12px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper ul li{padding:3px 0;text-transform:capitalize}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .discount{color:#007575;font-size:14px;font-weight:500}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .bottom{align-items:flex-end;display:flex;gap:5px;justify-content:space-between;margin-top:6px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .bottom .price *{font-size:14px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .bottom .price .item-original-line-price{display:none;text-decoration:line-through}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .bottom .price .item-final-price,#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .bottom .price .item-sale-price{font-weight:700}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper{border:1px solid var(--accent-1-color);border-radius:23px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .quantity{align-items:center;border:0;display:flex;font-size:14px;font-weight:600;justify-content:center;min-height:26px;min-width:21px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .quantity span{font-size:14px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .minus,#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .plus{align-items:center;border:0;display:flex;font-size:16px;justify-content:center;line-height:0;min-height:26px;min-width:25px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .minus .icon,#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .plus .icon{height:12px;width:13px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .minus{border-radius:23px 0 0 23px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .plus{border-radius:0 23px 23px 0}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .upsell{background-color:var(--bg-2-color);margin-right:10px;margin-top:-1px;padding:10px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .upsell.upsell--bottom{order:999}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .upsell p{font-size:14px;margin:0}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .upsell__main{display:flex;gap:10px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .upsell__image{height:auto;max-width:94px;-o-object-fit:contain;object-fit:contain;width:94px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .upsell__content{display:flex;flex-direction:column;gap:10px;width:calc(100% - 104px)}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .upsell__content-title{font-weight:700}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .upsell__footer{display:flex;justify-content:space-between}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .upsell__button{text-wrap:nowrap;align-self:flex-end;font-size:14px;font-weight:700;text-decoration:underline;text-transform:uppercase}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .upsell__price{display:flex;gap:10px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .upsell__price span{font-size:14px}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .upsell__price span.price{font-weight:700}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .items .upsell__price span.compare-at{text-decoration:line-through}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .empty-cart{padding-top:100px;text-align:center}#cart-drawer-container #cart-drawer>form .cart .items-wrapper .empty-cart a{margin:20px auto}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations{background:#fff;bottom:0;box-shadow:0 0 10px 0 rgba(0,0,0,.161);height:400px;left:0;opacity:1;padding:10px 0 20px 20px;position:fixed;transition:all .5s ease;width:100%}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations.open{transform:translateY(-175px)}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations.loading{opacity:0}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations.hide{display:none}@media only screen and (min-width:992px){#cart-drawer-container #cart-drawer>form .cart .cart-recommendations{display:none}}@media only screen and (max-width:991.98px){#cart-drawer-container #cart-drawer>form .cart .cart-recommendations{bottom:162px;height:auto;padding:0 0 35px 20px;translate:0 50%}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations.open-bundles{translate:0 0}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations.open-bundles .heading .toggle-bundles-arrow{rotate:-90deg}}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .heading{align-items:center;display:flex;font-size:24px;justify-content:space-between;margin-bottom:12px;padding-right:20px;position:relative}@media only screen and (max-width:991.98px){#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .heading{font-size:20px;margin-bottom:12px;padding-top:12px;width:100%}}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .heading .toggle-bundles-arrow{display:none;height:18px;-o-object-fit:contain;object-fit:contain;pointer-events:none;rotate:90deg;width:18px}@media only screen and (max-width:991.98px){#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .heading .toggle-bundles-arrow{display:block}}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations product-form-accessories{width:100%}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card{gap:1px}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .product-card-inner{padding:10px}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .product-image .product-badges{gap:2px}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .product-image .product-badges .product-badge{font-size:10px;padding:3px 6px}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .product-card-subtitle{display:none}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .product-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;overflow:hidden}@media only screen and (max-width:767.98px){#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .product-title{-webkit-line-clamp:2}}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .product-description,#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .product-link,#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .product-reviews,#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .product-swatches{display:none}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .product-price span{font-size:14px}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .product-buttons{gap:0}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .product-buttons button{max-height:26px}#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .product-buttons button svg{height:12px;width:15px}@media only screen and (max-width:767.98px){#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .button-wishlist,#cart-drawer-container #cart-drawer>form .cart .cart-recommendations .product-card .view-product{display:none}}#cart-drawer-container #cart-drawer>form .cart .sub-total-wrapper p:first-of-type{font-size:22px}#cart-drawer-container #cart-drawer .cart-content{display:flex;display:none;flex:1;flex-direction:column}#cart-drawer-container #cart-drawer .cart-content .content-heading{align-items:center;display:flex;flex-wrap:wrap;gap:11px;justify-content:center;padding:20px}#cart-drawer-container #cart-drawer .cart-content .content-heading svg{height:30px;width:30px}#cart-drawer-container #cart-drawer .cart-content .content-heading svg.heart-full{fill:var(--accent-2-color)}#cart-drawer-container #cart-drawer .cart-content .grid-container{flex:1;margin-bottom:20px;margin-right:8px;overflow-y:auto;padding:0 20px;position:relative}#cart-drawer-container #cart-drawer .cart-content .grid-container::-webkit-scrollbar{background:transparent;margin-left:10px;width:4px}#cart-drawer-container #cart-drawer .cart-content .grid-container::-webkit-scrollbar-track{background-color:#fff}#cart-drawer-container #cart-drawer .cart-content .grid-container::-webkit-scrollbar-thumb{background-color:var(--accent-1-color);border-radius:2px}#cart-drawer-container #cart-drawer .cart-content .grid-container .side-cart-saved-grid{grid-gap:20px;display:grid;grid-template-columns:1fr 1fr;position:absolute;width:calc(100% - 29px)}@media only screen and (max-width:767.98px){#cart-drawer-container #cart-drawer .cart-content .grid-container .side-cart-saved-grid{grid-template-columns:1fr}}#cart-drawer-container #cart-drawer .cart-content .grid-container .empty-wishlist{position:absolute;text-align:center;width:100%}#cart-drawer-container #cart-drawer .cart-content .grid-container .empty-wishlist-side-cart{display:none;margin-top:40px;text-align:center}#cart-drawer-container #cart-drawer .cart-content .grid-container .empty-wishlist-side-cart.active{display:block;position:relative;z-index:9}#cart-drawer-container #cart-drawer .cart-content .grid-container .empty-wishlist-side-cart .closeSideCart{height:auto;margin:20px auto 0;max-width:-moz-fit-content;max-width:fit-content;width:auto}#cart-drawer-container #cart-drawer .cart-content .grid-container .empty-wishlist-side-cart .closeSideCart:hover{background-color:var(--button-1-color);color:#fff;cursor:pointer}#cart-drawer-container #cart-drawer span.closeSideCart{align-items:center;cursor:pointer;display:flex;height:20px;justify-content:center;width:20px}#cart-drawer-container #cart-drawer span.closeSideCart svg{fill:#000;height:-moz-max-content;height:max-content}#cart-drawer-container #cart-drawer .cart-details{background:#fff;box-shadow:0 -5px 5px 0 rgba(0,0,0,.051);padding:15px 20px;position:relative}#cart-drawer-container #cart-drawer .cart-details .total-wrapper{display:flex;justify-content:space-between}#cart-drawer-container #cart-drawer .cart-details .total-wrapper .sub-total-wrapper{display:flex;gap:5px}#cart-drawer-container #cart-drawer .cart-details .total-wrapper .sub-total-wrapper .original-total-price{display:none;font-weight:300;text-decoration:line-through}#cart-drawer-container #cart-drawer .cart-details .buttons{box-sizing:border-box;display:flex;flex-direction:column;gap:15px;justify-content:space-between;padding-top:15px}#cart-drawer-container #cart-drawer .cart-details .buttons .text-toggle{cursor:pointer;text-align:center;text-decoration:underline}#cart-drawer-container #cart-drawer .cart-details .buttons .text-toggle.hidden{display:none}#cart-drawer-container #cart-drawer .cart-details .buttons #express-checkout-section{position:relative}#cart-drawer-container #cart-drawer .cart-details .buttons #express-checkout-section.hidden{display:none}#cart-drawer-container #cart-drawer .cart-details .buttons #express-checkout-section .express-checkout-header{display:flex;justify-content:flex-end;margin-bottom:10px}#cart-drawer-container #cart-drawer .cart-details .buttons #express-checkout-section .express-checkout-header .close-button{color:#333;cursor:pointer;font-size:18px}#cart-drawer-container #cart-drawer .cart-details .buttons.has-express #express-checkout-section{display:block!important}#cart-drawer-container #cart-drawer .cart-details .buttons.has-express #express-checkout-trigger{display:none}#cart-drawer-container #cart-drawer .cart-details .buttons .additional-checkout-buttons shopify-accelerated-checkout-cart{--shopify-accelerated-checkout-button-block-size:32px;--shopify-accelerated-checkout-button-inline-size:32px;--shopify-accelerated-checkout-button-border-radius:23px}#cart-drawer-container #cart-drawer .cart-details .buttons .additional-checkout-buttons .shopify-cleanslate div[role=button]{border-radius:40px!important;max-height:40px}#cart-drawer-container #cart-drawer .cart-details .buttons .additional-checkout-buttons .shopify-cleanslate ul{flex-direction:row!important}#cart-drawer-container #cart-drawer .cart-details .buttons .additional-checkout-buttons .shopify-cleanslate ul li{align-items:center!important;border-radius:50px!important;display:flex!important;height:45px!important;margin-right:4px!important;margin-top:0!important;overflow:hidden!important;width:36%!important}#cart-drawer-container #cart-drawer .cart-details .buttons .additional-checkout-buttons .shopify-cleanslate ul li:nth-of-type(n+3){display:none}#cart-drawer-container #cart-drawer .cart-details .buttons .checkout{border-radius:23px;flex:1;font-size:16px;padding-bottom:13px;padding-top:13px;text-align:center;width:100%}#cart-drawer-container #cart-drawer .side-cart-recommendations-slider .product-card .product-image,#cart-drawer-container #cart-drawer .side-cart-recommendations-slider .product-card .product-title{pointer-events:none}#cart-drawer-container .side-cart-recommended{background-color:#fff;border-radius:10px;margin-left:4.3vw;max-width:1300px;opacity:1;padding:30px 0 48px 48px;pointer-events:none;position:absolute;top:50%;transform:translate(-120%,-50%);transition:all .5s ease;width:calc(100% - clamp(415px, 25vw + 50px, 504px) - 12vw)}@media only screen and (max-width:1134px){#cart-drawer-container .side-cart-recommended{width:calc(100% - clamp(415px, 25vw + 50px, 504px) - 4vw)}}@media only screen and (max-width:991.98px){#cart-drawer-container .side-cart-recommended{display:none}}#cart-drawer-container .side-cart-recommended .recommended-heading-wrapper{display:flex;flex-flow:row wrap;justify-content:space-between;margin:0 20px 5px 0}#cart-drawer-container .side-cart-recommended .recommended-heading-wrapper .recommended-heading{margin-bottom:20px}#cart-drawer-container .side-cart-recommended .recommended-heading-wrapper .recommended-heading .heading-md{font-size:36px}#cart-drawer-container .side-cart-recommended .recommended-heading-wrapper .swiper-controls{display:flex}@media only screen and (max-width:767.98px){#cart-drawer-container .side-cart-recommended .recommended-heading-wrapper .swiper-controls{margin-right:1.5rem}}#cart-drawer-container .side-cart-recommended .recommended-heading-wrapper .swiper-controls .swiper-button-next,#cart-drawer-container .side-cart-recommended .recommended-heading-wrapper .swiper-controls .swiper-button-prev{background-color:var(--bg-2-color);height:42px;margin:0;position:static;width:37px}#cart-drawer-container .side-cart-recommended .recommended-heading-wrapper .swiper-controls .swiper-button-next:after,#cart-drawer-container .side-cart-recommended .recommended-heading-wrapper .swiper-controls .swiper-button-prev:after{font-size:16px}#cart-drawer-container .side-cart-recommended .recommended-heading-wrapper .swiper-controls .swiper-button-prev{border-radius:25px 0 0 25px}#cart-drawer-container .side-cart-recommended .recommended-heading-wrapper .swiper-controls .swiper-button-next{border-radius:0 25px 25px 0}#cart-drawer-container .side-cart-recommended .swiper-button-next.swiper-button-disabled,#cart-drawer-container .side-cart-recommended .swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}#cart-drawer-container .side-cart-recommended.open:not(.loading){min-height:300px;opacity:1;pointer-events:auto;transform:translateY(-50%)}#cart-drawer-container .side-cart-recommended.loading{opacity:0;transition:all 0s linear}.cart .cart-item{border-bottom:1px solid var(--separator-color);display:flex;padding:20px 0;position:relative;width:100%}.cart .cart-item .img-wrap{aspect-ratio:1/1;display:flex;flex-direction:column;height:160px;margin-right:25px;width:160px}@media screen and (max-width:425px){.cart .cart-item .img-wrap{aspect-ratio:1/1;height:65px;margin-left:10px;margin-right:10px;min-height:auto;min-width:auto;width:65px}}.cart .cart-item .img-wrap img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.cart .cart-item .content-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;width:100%}@media screen and (max-width:425px){.cart .cart-item .content-wrapper{margin-right:10px}}.cart .cart-item .content-wrapper .product-info{width:100%}.cart .cart-item .content-wrapper .product-info>div{display:flex;justify-content:space-between}.cart .cart-item .content-wrapper .product-info a{font-size:14px;font-weight:700;line-height:20px;margin:0;padding-right:10px;text-transform:capitalize}.cart .cart-item .content-wrapper .product-info svg{cursor:pointer;height:20px;width:20px}.cart .cart-item .content-wrapper .product-info span{font-size:12px;margin-bottom:0}.cart .cart-item .content-wrapper .product-info .variant-title{display:block;font-size:14px;margin-bottom:5px}.cart .cart-item .content-wrapper .product-info .price *{font-size:14px}.cart .cart-item .content-wrapper .product-info .price .item-compare-price{text-decoration:line-through}.cart .cart-item .content-wrapper .product-info .price .item-final-price,.cart .cart-item .content-wrapper .product-info .price .item-sale-price{font-weight:700}.cart .cart-item .content-wrapper .discount{color:#007575;font-size:14px;font-weight:500}.cart .cart-item .content-wrapper .product-info:nth-of-type(2){margin-bottom:10px;margin-top:2.5px}.cart .cart-item .content-wrapper .cart-info{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px 25px;justify-content:space-between;margin-top:auto;padding-top:10px;width:100%}@media screen and (max-width:425px){.cart .cart-item .content-wrapper .cart-info{gap:10px}}.cart .cart-item .content-wrapper .cart-info .row-break{border-bottom:1px solid #f0f0f0;flex-basis:100%;height:0;margin:10px 0}.cart .cart-item .content-wrapper .cart-info .quantity-wrapper{border:1px solid var(--accent-1-color);border-radius:23px}.cart .cart-item .content-wrapper .cart-info .quantity-wrapper .quantity{align-items:center;border:0;display:flex;font-weight:600;justify-content:center;min-height:28px;min-width:20px}.cart .cart-item .content-wrapper .cart-info .quantity-wrapper .minus,.cart .cart-item .content-wrapper .cart-info .quantity-wrapper .plus{align-items:center;border:0;display:flex;font-size:16px;justify-content:center;line-height:0}.cart .cart-item .content-wrapper .cart-info .quantity-wrapper .minus{border-radius:23px 0 0 23px}.cart .cart-item .content-wrapper .cart-info .quantity-wrapper .plus{border-radius:0 23px 23px 0}.cart .cart-item .content-wrapper .cart-info .quantity-wrapper .icon{height:10px!important;width:10px!important}.cart .cart-item .content-wrapper .cart-info .price *{font-size:14px}.cart .cart-item .content-wrapper .cart-info .price .item-compare-price{text-decoration:line-through}.cart .cart-item .content-wrapper .cart-info .price .item-final-price,.cart .cart-item .content-wrapper .cart-info .price .item-sale-price{font-weight:700}.cart .cart-item .content-wrapper .cart-info .quantity .quantity-wrapper .quantity{flex-basis:50%}.cart .cart-item .content-wrapper .cart-info .remove-item{display:none}.cart .cart-item .content-wrapper .cart-info .remove-item svg{cursor:pointer;height:20px;width:20px}@media screen and (max-width:768px){.cart .cart-item .content-wrapper .cart-info .p-variant{display:none}}.cart .cart-item .content-wrapper .policy-link,.cart .cart-item .content-wrapper .remove-control{display:flex;flex-direction:column;margin-left:auto;order:1}.cart .cart-item .content-wrapper .policy-link .policy,.cart .cart-item .content-wrapper .remove-control .policy{color:var(--primary-color);font-size:12px;font-weight:regular;margin-left:auto;margin-top:auto;white-space:nowrap}.cart .cart-item .content-wrapper .policy-link .policy:hover,.cart .cart-item .content-wrapper .remove-control .policy:hover{text-decoration:underline}.cart .cart-item .content-wrapper .policy-link .remove-item,.cart .cart-item .content-wrapper .remove-control .remove-item{height:20px;margin:0;padding:0;width:20px}.cart .cart-item .content-wrapper .policy-link .remove-item svg,.cart .cart-item .content-wrapper .remove-control .remove-item svg{cursor:pointer;height:20px;width:20px}.cart .cart-item .content-wrapper .policy-link .remove-item svg path,.cart .cart-item .content-wrapper .remove-control .remove-item svg path{fill:var(--primary-color)}.product-card{border:2px solid #f6f6f6;border-radius:10px;display:flex;flex-direction:column;font-family:Brandon Text;font-size:12px;gap:0;justify-content:flex-start;width:100%}.product-card:hover{color:unset!important}.product-card.out-of-stock{opacity:.5}.product-card .product-image{background-color:#f0f0f0;border-radius:10px 10px 0 0;overflow:hidden;padding-bottom:100%;position:relative}.product-card .product-image:hover .image-hover{opacity:1;transform:scale(1.05)}.product-card .product-image img,.product-card .product-image svg{background-color:#f8f8f8;filter:contrast(.94);height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:.3s ease;width:100%}.product-card .product-image img.image-hover,.product-card .product-image svg.image-hover{opacity:0;transform:scale(1);transition:all .5s}.product-card .product-image svg{height:auto;width:100%}.product-card .product-image svg:hover{fill:unset}.product-card .product-image .product-image-toggle{align-items:center;bottom:0;display:flex;justify-content:center;padding:10px;position:absolute;right:0}.product-card .product-image .product-image-toggle:after,.product-card .product-image .product-image-toggle:before{border:1px solid var(--text-primary-color);border-radius:100%;content:"";height:4px;width:4px}.product-card .product-image .product-image-toggle:before{background-color:var(--text-primary-color);margin-right:2px}.product-card .product-image .product-image-toggle.active:before,.product-card .product-image .product-image-toggle:after{background-color:transparent}.product-card .product-image .product-image-toggle.active:after{background-color:var(--text-primary-color)}@media only screen and (min-width:768px){.product-card .product-image .product-image-toggle{display:none}}.product-card .product-image .gallery-image-icon{bottom:10px;height:50px;left:10px;position:absolute;width:50px;z-index:1}.product-card .product-image .product-image-key-feature-icon{height:31px;position:absolute;right:20px;top:15px;width:31px}@media only screen and (max-width:767.98px){.product-card .product-image .product-image-key-feature-icon{right:10px;top:10px}}.product-card .product-image .product-image-key-feature-icon svg{-o-object-fit:contain;object-fit:contain}.product-card .product-image .product-image-key-feature-icon img{background:none}.product-card .product-card-inner{background:#fff;color:var(--text-primary-color);display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:15px;position:relative}@media only screen and (max-width:767.98px){.product-card .product-card-inner{padding:10px 10px 12px}}.product-card .product-card-inner [wishlist-button]{height:18px;inset:17px 15px auto auto;margin-left:auto;position:absolute;width:18px}@media only screen and (max-width:767.98px){.product-card .product-card-inner [wishlist-button]{inset:10px 15px auto auto}}.compare-modal .product-card .product-card-inner [wishlist-button]{inset:4px 5px auto auto}@media only screen and (max-width:767.98px){.compare-modal .product-card .product-card-inner [wishlist-button]{inset:5px 0 auto auto}}.product-card .product-card-inner [wishlist-button]+.product-card-subtitle,.product-card .product-card-inner [wishlist-button]+.product-title{padding-right:30px}.product-card .product-card-inner .product-main-info{align-items:flex-start;display:flex;flex:1;flex-flow:column nowrap;justify-content:flex-start}.product-card .product-card-inner .product-card-subtitle{align-items:center;display:flex;font-family:Brandon Text;font-size:14px;font-weight:500;justify-content:space-between;line-height:18px;margin-bottom:5px;min-height:18px;text-transform:uppercase;width:100%}.product-card .product-card-inner .product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-family:Brandon Text;font-size:18px;font-weight:700;letter-spacing:-.36px;line-height:1.4;margin-bottom:8px;overflow:hidden}.product-card .product-card-inner .jdgm-preview-badge{margin-bottom:10px}.product-card .product-card-inner .jdgm-preview-badge .jdgm-prev-badge__text{font-size:14px;font-weight:400;margin-left:4px}.product-card .product-card-inner .jdgm-preview-badge .jdgm-star{font-size:11px}.product-card .product-card-inner .product-reviews{--star-size:13px;--star-color:var(--separator-color);--star-background:var(--review-star-color);align-items:center;display:flex;flex-direction:row;font-family:Brandon Text;font-size:14px;gap:7px;line-height:18px;margin-bottom:10px;min-height:18px;width:100%}@media only screen and (max-width:767.98px){.product-card .product-card-inner .product-reviews{--star-size:12px;gap:4px}}.product-card .product-card-inner .product-reviews .stars{--percent:calc(var(--rating)/5*100%);display:inline-block;font-family:Times;font-size:var(--star-size);line-height:1}.product-card .product-card-inner .product-reviews .stars:before{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,var(--star-background) var(--percent),var(--star-color) var(--percent));-webkit-background-clip:text;content:"★★★★★";letter-spacing:1px}.product-card .product-card-inner .product-reviews>div:last-of-type{font-family:Brandon Text;font-size:14px;line-height:18px}@media only screen and (max-width:767.98px){.product-card .product-card-inner .product-reviews>div:last-of-type{font-size:11px}}.product-card .product-card-inner .product-price{align-items:baseline;display:flex;flex-flow:row wrap;font-size:14px;font-weight:700;gap:10px;justify-content:flex-start;margin-bottom:9px;width:100%}.product-card .product-card-inner .product-price .product-price-range,.product-card .product-card-inner .product-price .product-price-range-sale,.product-card .product-card-inner .product-price span{font-family:Brandon Text;font-size:14px;line-height:1.4}.product-card .product-card-inner .product-swatches{align-items:center;display:flex;flex-wrap:wrap;font-family:Brandon Text;margin-bottom:12px}.product-card .product-card-inner .product-swatches .color-selection{align-items:center;display:flex;flex-wrap:wrap;height:28px;max-width:120px;overflow:hidden}.product-card .product-card-inner .product-swatches .color-selection:empty{display:none}.product-card .product-card-inner .product-swatches .color-circle{border-radius:50%;cursor:pointer;display:inline-block;height:20px;margin:4px 5px;position:relative;width:20px}@media only screen and (max-width:1199.98px){.product-card .product-card-inner .product-swatches .color-circle{margin:4px}}.product-card .product-card-inner .product-swatches .color-circle:after{background-color:#fff;border:1px solid #000;border-radius:50%;box-sizing:border-box;content:"";height:1px;left:50%;padding:5px;position:absolute;top:50%;transform:translate(-50%,-50%);width:1px;z-index:-1}.product-card .product-card-inner .product-swatches .color-circle img{border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-card .product-card-inner .product-swatches .color-circle.selected-swatch{order:-1}.product-card .product-card-inner .product-swatches .color-circle.selected-swatch:after,.product-card .product-card-inner .product-swatches .color-circle:hover:after{height:26px;transition:all .3s ease;width:26px}.product-card .product-card-inner .product-swatches .more-colors{font-size:14px;width:30px}.product-card .product-card-inner .product-swatches .more-colors span{font-size:inherit}.product-card .product-card-inner .product-swatches .more-colors svg{height:11px;width:11px}.product-card .product-card-inner .product-more-info{border-top:1px solid #f0f0f0;opacity:100%;transition:height .3s ease,opacity .1s ease;width:100%}.product-card .product-card-inner .product-more-info:empty{display:none}.product-card .product-card-inner .product-more-info .product-ratings{align-items:center;display:flex;gap:27px}.product-card .product-card-inner .product-more-info .product-ratings>div{flex:1}.product-card .product-card-inner .product-more-info .product-ratings>div .rating-title{font-family:Brandon Text;font-size:14px;font-weight:500;line-height:18px;margin-bottom:7px;margin-top:10px}.product-card .product-card-inner .product-more-info .product-ratings>div .rating-bar{background-color:#f0f0f0;border-radius:10px;height:5px;overflow:hidden;position:relative;width:100%}.product-card .product-card-inner .product-more-info .product-ratings>div .rating-bar:before{background-color:var(--primary-color);border-radius:10px;content:"";display:block;height:100%;transition:all 1s ease;width:var(--rating-width,0)}.product-card .product-card-inner .product-more-info ul{margin:10px 0;padding-inline-start:0}.product-card .product-card-inner .product-more-info ul li{align-items:center;display:flex;font-family:Brandon Text;font-size:14px;gap:6px;line-height:18px;margin-bottom:3px}.product-card .product-card-inner .product-more-info ul li:last-child{margin-bottom:0}.product-card .product-card-inner .product-more-info ul li div{align-items:center;background-color:#f0f0f0;border-radius:50%;display:flex;height:30px;justify-content:center;min-width:30px;padding:4px;width:30px}.product-card .product-card-inner .product-more-info ul li div img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.product-card .product-card-inner .product-more-info ul li .icon-title{display:block;flex:1;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card .product-card-inner .product-buttons{display:flex;flex-direction:column;gap:10px;text-align:center}.product-card .product-card-inner .product-buttons .product-quick-add,.product-card .product-card-inner .product-buttons .product-quick-view,.product-card .product-card-inner .product-buttons .view-product{align-items:center;font-weight:500;gap:6px;justify-content:center;min-height:30px;padding:4px 15px;width:100%}.product-card .product-card-inner .product-buttons .product-quick-add div,.product-card .product-card-inner .product-buttons .product-quick-view div,.product-card .product-card-inner .product-buttons .view-product div{font-family:Brandon Text;font-size:14px;line-height:20px}.product-card .product-card-inner .product-buttons .view-product{background-color:var(--bg-2-color);border-radius:var(--button-4-radius);font-family:var(--font-heading-family);font-size:var(--button-font-size);transition:color .3s ease}.product-card .product-card-inner .product-buttons .view-product:hover{background-color:var(--bg-1-color);color:var(--secondary-color)}.product-card .product-card-inner .product-buttons .view-product:not(.hidden){display:flex}.product-card .product-card-inner .product-buttons .product-quick-add,.product-card .product-card-inner .product-buttons .product-quick-view{align-items:center;display:flex}.product-card .hidden{height:0!important;margin:0!important;max-height:0!important;min-height:0!important;opacity:0!important;padding:0!important;pointer-events:none!important}@media only screen and (max-width:767.98px){.product-card .hidden-mobile{height:0!important;margin:0!important;max-height:0!important;min-height:0!important;opacity:0!important;padding:0!important;pointer-events:none!important}}@media only screen and (min-width:768px){.product-card .hidden-desktop{height:0!important;margin:0!important;max-height:0!important;min-height:0!important;opacity:0!important;padding:0!important;pointer-events:none!important}}.product-badges{display:flex;flex-direction:column;flex-wrap:wrap;gap:5px;left:10px;padding:0;pointer-events:none;position:absolute;top:10px;width:50%}@media only screen and (max-width:767.98px){.product-badges{left:4px;top:4px}}.product-badges .product-badge,.product-badges .variant-badge{background:#fff;border-radius:4px;color:var(--accent-2-color);font-family:Brandon Text;font-size:11px;font-weight:500;line-height:1.25;overflow:hidden;padding:4px 6px;position:relative;text-transform:uppercase;white-space:nowrap;width:-moz-max-content;width:max-content}@media only screen and (max-width:767.98px){.product-badges .product-badge,.product-badges .variant-badge{font-size:10px;padding-inline:3px}}.product-badges .product-badge:after,.product-badges .variant-badge:after{animation:badge_shine 10s 3s infinite;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0));content:"";display:block;height:100%;left:0;opacity:.3;position:absolute;top:0;transform:translateX(-100%);width:100%}@keyframes badge_shine{0%{transform:translateX(-100%)}90%{transform:translateX(-100%)}to{transform:translateX(100%)}}.swiper .product-card .product-image-toggle{display:none!important}button.accordion{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;border-bottom:0 solid #707070;color:var(--text-primary-color);cursor:pointer;font-size:15px;justify-content:space-between;outline:none;padding:20px 0;transition:all .3s;width:100%}button.accordion,button.accordion>div{align-items:center;display:flex}button.accordion .chevron{height:8px;margin-right:8px;pointer-events:none;width:12px}button.accordion .chevron svg{height:100%;-o-object-fit:contain;object-fit:contain;transition:all .3s;width:100%}button.accordion.active .chevron svg{transform:rotateX(180deg)}.panel{max-height:0;overflow:hidden;transition:max-height .2s ease-out}.panel .content{font-size:14px;padding:20px 0}.panel .content :not(h1,h2,h3,h4,h5,sup,sub){font-size:14px}.article-card{display:flex;flex-direction:column;position:relative}.article-card:hover img{transform:scale(1.05)}.article-card .article-card-image{aspect-ratio:1/1;border-radius:10px;overflow:hidden}.article-card .article-card-image img{border-radius:10px;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s;width:100%}.article-card .article-card-content{background:linear-gradient(0deg,#f0f0f0,hsla(0,0%,100%,.5));border-radius:10px;color:#000;display:flex;flex-direction:column;gap:8px;padding:20px}.article-card .article-card-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.article-card .article-card-author{font-weight:700}.article-card .article-card-excerpt{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;overflow:hidden}.article-card .article-card-link{font-size:14px;font-weight:700;text-decoration:underline}.article-card .article-card-tags{display:flex;flex-direction:column;gap:5px;left:10px;position:absolute;top:10px}.article-card .article-card-tags .article-card-tag{background-color:var(--secondary-color);border-radius:18px;color:var(--accent-2-color);font-size:14px;padding:5px 15px;text-align:center;text-transform:uppercase}.video-wrapper.js-video-controls{cursor:pointer;isolation:isolate;position:relative}.video-wrapper.js-video-controls video{height:100%;-o-object-fit:cover;object-fit:cover;position:relative;width:100%;z-index:-1}.video-wrapper.js-video-controls img.pause-icon,.video-wrapper.js-video-controls img.play-icon,.video-wrapper.js-video-controls svg.pause-icon,.video-wrapper.js-video-controls svg.play-icon{color:#fff;filter:drop-shadow(0 8px 10px rgba(0,0,0,.7529411765));height:45px;inset:50% auto auto 50%;-o-object-fit:contain;object-fit:contain;opacity:0;pointer-events:none;position:absolute;scale:1;transition:opacity .2s ease-in-out,scale .2s ease-in;translate:-50% -50%;width:45px;z-index:10}.video-wrapper.js-video-controls img.pause-icon.play-icon,.video-wrapper.js-video-controls img.play-icon.play-icon,.video-wrapper.js-video-controls svg.pause-icon.play-icon,.video-wrapper.js-video-controls svg.play-icon.play-icon{visibility:visible}.video-wrapper.js-video-controls img.pause-icon.pause-icon,.video-wrapper.js-video-controls img.play-icon.pause-icon,.video-wrapper.js-video-controls svg.pause-icon.pause-icon,.video-wrapper.js-video-controls svg.play-icon.pause-icon,.video-wrapper.js-video-controls.video-playing img.play-icon,.video-wrapper.js-video-controls.video-playing svg.play-icon{visibility:hidden}.video-wrapper.js-video-controls.video-playing img.pause-icon,.video-wrapper.js-video-controls.video-playing svg.pause-icon{visibility:visible}@media only screen and (min-width:768px){.video-wrapper.js-video-controls:hover img.pause-icon,.video-wrapper.js-video-controls:hover img.play-icon,.video-wrapper.js-video-controls:hover svg.pause-icon,.video-wrapper.js-video-controls:hover svg.play-icon{opacity:1;scale:1.1}}.video-wrapper.js-video-controls.video-manual-pause img.pause-icon,.video-wrapper.js-video-controls.video-manual-pause img.play-icon,.video-wrapper.js-video-controls.video-manual-pause svg.pause-icon,.video-wrapper.js-video-controls.video-manual-pause svg.play-icon,.video-wrapper.js-video-controls.video-paused img.pause-icon,.video-wrapper.js-video-controls.video-paused img.play-icon,.video-wrapper.js-video-controls.video-paused svg.pause-icon,.video-wrapper.js-video-controls.video-paused svg.play-icon{opacity:1;scale:1.1}.mous-device-filter{background:var(--accent-2-color);border-radius:0 10px 10px 0;color:var(--text-alternate-color);display:flex;flex-direction:column;height:150px;justify-content:center;padding-right:2rem;position:relative;z-index:2}@media only screen and (max-width:767.98px){.mous-device-filter{padding-right:0}}.mous-device-filter:before{background:inherit;content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100vw);width:100vw;z-index:-1}@media only screen and (max-width:767.98px){.mous-device-filter:before{border-radius:0 0 10px 10px;transform:translateX(-1.5rem);width:calc(100% + 3rem)}}.mous-device-filter button{-webkit-line-clamp:1;-webkit-box-orient:vertical;border-bottom:1px solid var(--text-alternate-color);color:var(--text-alternate-color);display:-webkit-box;font-size:14px;font-weight:400;line-height:30px;max-width:-moz-fit-content;max-width:fit-content;overflow:hidden}.mous-device-filter button svg{transform:rotate(-90deg);width:10px}.mous-device-filter button svg path{fill:var(--text-alternate-color)}.mous-device-filter .select-container{margin-bottom:5px;position:relative}.mous-device-filter .select-container select{border-radius:18px;font-size:14px;padding:8px 14px;width:100%}.mous-device-filter .select-container svg{pointer-events:none;position:absolute;right:12px;top:19px;transform:translateY(-50%);width:15px}.mous-device-filter .mous-device-filter-heading{font-weight:700;margin-bottom:10px}nav.breadcrumbs ul{margin:0;padding:0}@media only screen and (max-width:767.98px){nav.breadcrumbs ul{gap:0 1px}}nav.breadcrumbs ul li{display:inline}@media only screen and (max-width:767.98px){nav.breadcrumbs ul li{gap:0 1px}}nav.breadcrumbs ul li:first-of-type a{padding-left:0}nav.breadcrumbs ul li a,nav.breadcrumbs ul li span{font-size:14px;padding:0 2px}@media only screen and (max-width:767.98px){nav.breadcrumbs ul li a,nav.breadcrumbs ul li span{padding:0 1px}}nav.breadcrumbs ul li+li:before{content:">";font-size:14px}.new-main-product nav.breadcrumbs ul li a{font-size:12px;font-weight:500;text-decoration:underline}.new-main-product nav.breadcrumbs ul li span{font-size:12px}.desktop-breadcrumbs{display:none}@media only screen and (min-width:992px){.desktop-breadcrumbs{display:block;margin-bottom:15px}}.mobile-breadcrumbs{display:block}@media only screen and (min-width:992px){.mobile-breadcrumbs{display:none}}.variant-prices-container .variant-price-wrapper span.product-sale-price{font-size:20px;margin-right:5px}.variant-prices-container .variant-price-wrapper span.product-sale-price.strikethrough{text-decoration:line-through}.variant-prices-container .variant-price-wrapper .product-price{font-size:20px;font-weight:700}.variant-prices-container .variant-price-wrapper.hidden{display:none}.main-product-container .main-product-section .product-information .product-form form,.new-main-product .main-product .product-information .product-form form,.quickview-modal{align-items:flex-start;display:flex;flex-flow:column nowrap;gap:31px;justify-content:flex-start;position:relative;width:100%}.main-product-container .main-product-section .product-information .product-form form>.klaviyo-bis-trigger,.new-main-product .main-product .product-information .product-form form>.klaviyo-bis-trigger,.quickview-modal>.klaviyo-bis-trigger{display:none!important}.main-product-container .main-product-section .product-information .product-form form .product-form-inner-wrapper,.new-main-product .main-product .product-information .product-form form .product-form-inner-wrapper,.quickview-modal .product-form-inner-wrapper{background:#fff}@media only screen and (min-width:992px){.main-product-container .main-product-section .product-information .product-form form .product-form-inner-wrapper,.new-main-product .main-product .product-information .product-form form .product-form-inner-wrapper,.quickview-modal .product-form-inner-wrapper{border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.161);padding-bottom:55px;padding-top:37px}}@media only screen and (min-width:992px){.main-product-container .main-product-section .product-information .product-form form .product-form-inner-wrapper:has(.optionValueSelectors),.new-main-product .main-product .product-information .product-form form .product-form-inner-wrapper:has(.optionValueSelectors),.quickview-modal .product-form-inner-wrapper:has(.optionValueSelectors){padding-top:37px}}.main-product-container .main-product-section .product-information .product-form form .product-form-inner,.new-main-product .main-product .product-information .product-form form .product-form-inner,.quickview-modal .product-form-inner{padding:20px;position:relative;width:100%}@media only screen and (min-width:992px){.main-product-container .main-product-section .product-information .product-form form .product-form-inner,.new-main-product .main-product .product-information .product-form form .product-form-inner,.quickview-modal .product-form-inner{padding:0 50px}}.main-product-container .main-product-section .product-information .product-form form .sticky-add-to-cart,.new-main-product .main-product .product-information .product-form form .sticky-add-to-cart,.quickview-modal .sticky-add-to-cart{align-items:center;background-color:var(--bg-1-color);border-radius:21px 21px 0 0;color:var(--secondary-color);cursor:pointer;display:flex;flex-flow:row wrap;gap:5px;inset:auto 5rem 0 auto;justify-content:center;max-width:calc(50% - 20px - 5rem);min-height:46px;padding:8px;position:fixed;text-align:center;width:100%;z-index:99}.main-product-container .main-product-section .product-information .product-form form .sticky-add-to-cart:hover,.new-main-product .main-product .product-information .product-form form .sticky-add-to-cart:hover,.quickview-modal .sticky-add-to-cart:hover{background-color:var(--primary-color);color:var(--text-primary-color)}.main-product-container .main-product-section .product-information .product-form form .sticky-add-to-cart,.main-product-container .main-product-section .product-information .product-form form .sticky-add-to-cart *,.new-main-product .main-product .product-information .product-form form .sticky-add-to-cart,.new-main-product .main-product .product-information .product-form form .sticky-add-to-cart *,.quickview-modal .sticky-add-to-cart,.quickview-modal .sticky-add-to-cart *{font-size:16px;font-weight:700}.main-product-container .main-product-section .product-information .product-form form .sticky-add-to-cart[disabled],.new-main-product .main-product .product-information .product-form form .sticky-add-to-cart[disabled],.quickview-modal .sticky-add-to-cart[disabled]{pointer-events:none}@media only screen and (min-width:1400px){.main-product-container .main-product-section .product-information .product-form form .sticky-add-to-cart[disabled],.new-main-product .main-product .product-information .product-form form .sticky-add-to-cart[disabled],.quickview-modal .sticky-add-to-cart[disabled]{right:calc((100.1vw - var(--page-width))/2 + 5rem)}.main-product-container .main-product-section .product-information .product-form form .sticky-add-to-cart,.new-main-product .main-product .product-information .product-form form .sticky-add-to-cart,.quickview-modal .sticky-add-to-cart{bottom:0;max-width:calc(49vw + 680px - 5rem - 50dvw);right:calc((100vw - var(--page-width))/2 + 5rem)}}@media only screen and (max-width:1400px){.main-product-container .main-product-section .product-information .product-form form .sticky-add-to-cart,.new-main-product .main-product .product-information .product-form form .sticky-add-to-cart,.quickview-modal .sticky-add-to-cart{transform:translateX(0)!important}}@media only screen and (max-width:991.98px){.main-product-container .main-product-section .product-information .product-form form .sticky-add-to-cart,.new-main-product .main-product .product-information .product-form form .sticky-add-to-cart,.quickview-modal .sticky-add-to-cart{inset:auto 0 0 0;max-width:100dvw;width:100%}}.product-form form{display:grid;gap:25px;grid-template-columns:100%}.product-form form .device-title,.product-form form .material-title,.product-form form .select-title{font-family:Brandon Text;font-size:16px;font-weight:700;line-height:18px;margin-bottom:10px}.product-form form .device-title .selected-material,.product-form form .material-title .selected-material,.product-form form .select-title .selected-material{font-size:14px;font-weight:400;text-transform:capitalize}.product-form form .device-title .selected-material:before,.product-form form .material-title .selected-material:before,.product-form form .select-title .selected-material:before{content:" - ";position:relative}.product-form form .bundle-select-title{font-size:14px}.product-form form .select-wrapper{border-bottom:1px solid var(--separator-color);display:flex;flex-direction:column;margin-bottom:20px;padding-bottom:20px}.product-form form .select-wrapper .legend-wrapper{display:flex;flex-direction:column;gap:17px}.product-form form .select-wrapper .legend-wrapper.hidden{display:none}@media only screen and (min-width:992px){.product-form form .select-wrapper .legend-wrapper{align-items:center;flex-direction:row;justify-content:space-between}}.product-form form .select-wrapper .legend-wrapper .highlight{animation:pulse 1s ease-in-out;animation-iteration-count:infinite;outline:2px solid var(--primary-color)}@keyframes pulse{0%{outline:2px solid transparent}50%{outline:2px solid var(--primary-color)}to{outline:2px solid transparent}}.product-form form .select-wrapper .legend-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#f0f0f0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.121 9.311'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1.061 1.061 7.5 7.5 7.5-7.5' data-name='Path 12490'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:15px;border:none;border-radius:18px;color:var(--text-primary-color);font-size:14px;height:36px;line-height:18px;max-width:244px;outline-color:var(--primary-color);padding:0 14px;width:100%}.product-form form .link-button{border-bottom:1px solid #000;cursor:pointer;display:flex;flex-direction:row;font-family:Brandon Text;font-size:16px;font-weight:500;gap:7px;justify-content:center;line-height:23px;padding-bottom:4px;pointer-events:all;width:-moz-fit-content;width:fit-content}.product-form form .link-button:hover svg{transform:translateX(3px)}.product-form form .link-button svg{max-width:6px;pointer-events:none;transition:all .3s;width:100%}.product-form form .open-design-modal{margin-top:20px}.product-form form .product-swatches-wrapper{width:100%}.product-form form .product-swatches-wrapper:after{border-bottom:1px solid var(--separator-color);content:"";display:block;height:1px;margin-bottom:20px;padding-bottom:10px;width:100%}.product-form form .product-swatches-wrapper:empty{display:none}.product-form form .product-swatches-wrapper:has(.color-selection:empty){display:none}.product-form form .product-swatches{display:inline-block;font-family:Brandon Text}.product-form form .product-swatches .legend-wrapper{gap:5px;justify-content:flex-start}.product-form form .product-swatches .color-selection{align-items:center;display:flex;flex-wrap:wrap;gap:10px;padding-left:4px}.product-form form .product-swatches .color-circle{border-radius:50%;cursor:pointer;flex:unset;height:30px;padding:0;pointer-events:auto;position:relative;width:30px}.product-form form .product-swatches .color-circle:has(img){display:block}.product-form form .product-swatches .color-circle img{border-radius:50%;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.product-form form .product-swatches .color-circle:after{background-color:transparent;border:1px solid transparent;border-radius:50%;box-sizing:border-box;content:"";height:40px;left:50%;overflow:hidden;padding:5px;position:absolute;top:50%;transform:translate(-50%,-50%);width:40px;z-index:0}.product-form form .product-swatches .color-circle.disabled{opacity:1;position:relative}.product-form form .product-swatches .color-circle.disabled:before{background:linear-gradient(to top left,hsla(0,0%,85%,0),hsla(0,0%,85%,0) calc(50% - 1.5px),#dadada 50%,hsla(0,0%,85%,0) calc(50% + 1.5px),hsla(0,0%,85%,0));content:"";height:100%;left:0;position:absolute;top:0;width:100%}.product-form form .product-swatches .color-circle.disabled:after{border:1px solid var(--separator-color);height:38px;width:38px}.product-form form .product-swatches .color-circle:not(.disabled):hover{transform:scale(1.1)}.product-form form .product-swatches .color-circle.selected-swatch:hover{transform:none}.product-form form .product-swatches .color-circle.selected-swatch,.product-form form .product-swatches .color-circle:has(input:checked){cursor:default}.product-form form .product-swatches .color-circle.selected-swatch:after,.product-form form .product-swatches .color-circle:has(input:checked):after{border:1px solid #000;height:38px;transition:all .3s ease-in-out;width:38px}.product-form form .product-swatches .color-circle.is-unavailable{display:none}.product-form form .optionValueSelectors fieldset{border:none;border-bottom:1px solid var(--separator-color);margin-bottom:20px;padding:0 0 20px}.product-form form .optionValueSelectors fieldset:empty{display:none}.product-form form .optionValueSelectors fieldset:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}.product-form form .optionValueSelectors fieldset .legend-wrapper{display:flex;justify-content:space-between;margin-bottom:11px}.product-form form .optionValueSelectors fieldset .legend-wrapper legend{font-size:16px;font-weight:700}.product-form form .optionValueSelectors fieldset .legend-wrapper svg{cursor:pointer;height:20px;width:20px}.product-form form .optionValueSelectors fieldset .legend-wrapper svg g{transition:all .3s ease}.product-form form .optionValueSelectors fieldset .legend-wrapper svg:hover g{stroke:var(--primary-color)}.product-form form .optionValueSelectors fieldset .option-wrappper{align-items:flex-start;display:flex;flex-direction:column;gap:17px;justify-content:space-between}@media only screen and (min-width:992px){.product-form form .optionValueSelectors fieldset .option-wrappper{align-items:flex-end;flex-direction:row}}.product-form form .optionValueSelectors fieldset .fieldset-row{display:flex;flex-wrap:wrap;gap:20px}.product-form form .optionValueSelectors fieldset .fieldset-row>*{flex:1}.product-form form .optionValueSelectors fieldset .fieldset-row input[type=radio]{cursor:pointer;opacity:0;pointer-events:none;position:absolute}.product-form form .optionValueSelectors fieldset .fieldset-row .form-control{align-items:center;background:var(--bg-2-color);border:2px solid var(--bg-2-color);border-radius:18px;color:#000;cursor:pointer;display:flex;flex-basis:47%;font-size:14px;gap:5px;justify-content:center;line-height:18px;padding:8px;position:relative;text-align:center;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media only screen and (min-width:992px){.product-form form .optionValueSelectors fieldset .fieldset-row .form-control{max-width:calc(50% - 20px)}}.product-form form .optionValueSelectors fieldset .fieldset-row .form-control svg{height:20px;width:20px}.product-form form .optionValueSelectors fieldset .fieldset-row .form-control.disabled{background:#fff;border:2px solid var(--separator-color);color:#000;cursor:not-allowed;overflow:hidden;pointer-events:none;position:relative}.product-form form .optionValueSelectors fieldset .fieldset-row .form-control.disabled:after{background:linear-gradient(to top left,hsla(0,0%,85%,0),hsla(0,0%,85%,0) calc(50% - 2px),#dadada 50%,hsla(0,0%,85%,0) calc(50% + 2px),hsla(0,0%,85%,0));content:"";height:100%;left:0;position:absolute;top:0;width:100%}.product-form form .optionValueSelectors fieldset .fieldset-row .checkmark{background-color:#eee;border-radius:50%;display:none;height:20px;justify-content:center;left:-6px;position:absolute;top:-8px;width:20px}.product-form form .optionValueSelectors fieldset .fieldset-row .form-control:hover{filter:brightness(.9)}.product-form form .optionValueSelectors fieldset .fieldset-row .form-control:hover input~.checkmark{background-color:#ccc}.product-form form .optionValueSelectors fieldset .fieldset-row .form-control input:checked~.checkmark{background-color:var(--primary-color)}.product-form form .optionValueSelectors fieldset .fieldset-row .form-control:has(input:checked){background-color:var(--accent-2-color);border:2px solid var(--accent-2-color);color:#fff;font-weight:700}.product-form form .optionValueSelectors fieldset .fieldset-row .form-control:has(input:checked) .checkmark{display:flex}.product-form form .optionValueSelectors fieldset .fieldset-row .checkmark:after{content:"";display:none;position:absolute}.product-form form .optionValueSelectors fieldset .fieldset-row .form-control input:checked~.checkmark:after{display:block}.product-form form .optionValueSelectors fieldset .fieldset-row .form-control .checkmark:after{color:#000;content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.286 7.424'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.226 1.061 3.612 6.674 1.061 4.123' data-name='Icon feather-check'/%3E%3C/svg%3E");height:6px;top:-1px;width:10px}.product-form form .optionValueSelectors fieldset.set-height{height:360px;overflow-y:scroll}.product-form form .optionValueSelectors fieldset.set-height::-webkit-scrollbar{background:transparent;margin-left:20px;width:4px}.product-form form .optionValueSelectors fieldset.set-height::-webkit-scrollbar-track{background:var(--bg-2-color)}.product-form form .optionValueSelectors fieldset.set-height::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:2px}.product-form form .optionValueSelectors .product-upsell-heading{font-size:16px;font-weight:700;line-height:18px;margin-bottom:10px}.product-form form .optionValueSelectors .accessories__wrapper{background:none;padding:0}.product-form form .optionValueSelectors .accessories__wrapper .accessory__item{display:flex}.product-form form .product-more-info{margin:25px 0}.product-form form .product-more-info:empty{display:none}.product-form form .product-more-info .product-ratings{align-items:center;display:flex;gap:27px}.product-form form .product-more-info .product-ratings>div{align-items:center;display:flex;flex:1;flex-direction:row;gap:11px;justify-content:center}.product-form form .product-more-info .product-ratings>div .rating-title{font-family:Brandon Text;font-size:14px;font-weight:500;line-height:18px}.product-form form .product-more-info .product-ratings>div .rating-bar{background-color:#f0f0f0;border-radius:10px;height:5px;overflow:hidden;position:relative;width:100%}.product-form form .product-more-info .product-ratings>div .rating-bar:before{background-color:var(--primary-color);border-radius:10px;content:"";display:block;height:100%;transition:all 1s ease-in-out;width:var(--rating-width,0)}.product-form form .product-more-info ul{display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin:10px 0;padding-inline-start:0}.product-form form .product-more-info ul li{align-items:center;display:flex;font-family:Brandon Text;font-size:14px;gap:6px;line-height:18px;margin-bottom:3px}.product-form form .product-more-info ul li:last-child{margin-bottom:0}.product-form form .product-more-info ul li div{align-items:center;background-color:#f0f0f0;border-radius:50%;display:flex;height:30px;justify-content:center;padding:4px;width:30px}.product-form form .product-more-info ul li div img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.product-form form .product-more-info ul li .icon-title{font-size:14px}.product-form form .variant-selector-wrapper{display:flex;flex-wrap:wrap;gap:10px}.product-form form .variant-selector-wrapper .selector-wrapper:last-of-type{margin-bottom:0}.product-form form .variant-selector-wrapper .selector-wrapper label{margin-right:6px}.product-form form .variant-selector-wrapper .selector-wrapper select{background-color:var(--background);border:none;height:30px;min-width:103px;padding:0 8px}.product-form form .variant-selector-wrapper .option-radios-wrapper{display:flex;flex-direction:column;gap:10px}.product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .option-name{font-size:14px;font-weight:700;margin-bottom:10px}.product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios{display:flex;flex-wrap:wrap;gap:10px}.product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper{overflow:hidden;position:relative}.product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input{cursor:pointer;height:100%;left:0;margin:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked+label{background-color:var(--primary-color);color:var(--text-alternate-color)}.product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:hover:not(:checked)+label{filter:brightness(.9)}.product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label{background-color:var(--text-alternate-color);display:block;padding:10px 30px;transition:all .3s}.product-form form .second-variant-options{border-bottom:1px solid var(--separator-color);margin-bottom:20px;padding-bottom:20px}.product-form form .second-variant-options__title{display:flex;font-size:16px;font-weight:700;justify-content:space-between;line-height:18px;margin-bottom:10px}.product-form form .second-variant-options__wrapper{align-items:flex-start;display:flex;gap:20px}.product-form form .second-variant-options__option{background:var(--bg-2-color);border-radius:18px;font-size:14px;padding:8px;text-align:center;width:100%}.product-form form .second-variant-options__option:hover{background:var(--primary-color);color:var(--text-primary-color);font-weight:700}.product-form form .second-variant-options__option.active{background:var(--accent-2-color);color:var(--secondary-color);font-weight:700;pointer-events:none;position:relative;text-align:center}.product-form form .second-variant-options__option.active:after{background:var(--primary-color);border-radius:50px;color:var(--text-primary-color);content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.286 7.424'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.226 1.061 3.612 6.674 1.061 4.123' data-name='Icon feather-check'/%3E%3C/svg%3E");display:block;height:12px;left:-4px;line-height:1;padding:4px;position:absolute;top:-4px;width:12px}.product-form form .second-variant-options__option.featured-image{background:none;border:none;display:flex;flex-direction:column-reverse;gap:6px;max-width:146px;padding:0}.product-form form .second-variant-options__option.featured-image .second-variant-options__image{aspect-ratio:1/1;border-radius:6px;overflow:hidden}.product-form form .second-variant-options__option.featured-image .second-variant-options__image>div{height:100%;width:100%}.product-form form .second-variant-options__option.featured-image .second-variant-options__image>div img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-form form .second-variant-options__option.featured-image.active{color:var(--text-primary-color)}.product-form form .second-variant-options__option.featured-image.active .second-variant-options__image{border:2px solid var(--text-primary-color)}.product-form form .second-variant-options__image .desktop-image{display:none}@media only screen and (min-width:992px){.product-form form .second-variant-options__image .desktop-image{display:block}}.product-form form .second-variant-options__image .mobile-image{display:block}@media only screen and (min-width:992px){.product-form form .second-variant-options__image .mobile-image{display:none}}.product-form form .second-variant-options .features-button{cursor:pointer}.product-form form .recipient-form{display:block;margin:30px 0;position:relative;width:100%}.product-form form .recipient-form-field-label{margin:.6rem 0}.product-form form .recipient-form-field-label--space-between{display:flex;justify-content:space-between}.product-form form .recipient-checkbox{align-items:flex-start;cursor:pointer;display:flex;flex-grow:1;font-size:1.6rem;max-width:inherit;position:relative;width:100%;word-break:break-word}.product-form form .recipient-checkbox span{font-size:16px;font-weight:700;margin-left:10px}.product-form form .recipient-form>input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;height:32px;left:0;margin:0;position:absolute;top:0;width:32px;z-index:-1}.product-form form .recipient-fields__field{margin:0 0 20px}.product-form form .recipient-fields .field__input{background:var(--bg-2-color);border:none;border-radius:21px;box-sizing:border-box;color:#000;display:block;font-size:1rem;padding:10px 20px;width:100%}.product-form form .recipient-fields .field__label{display:block;font-weight:700;margin-bottom:12px}.product-form form .recipient-checkbox>svg{flex-shrink:0;height:26px;margin-right:0;margin-top:0;width:26px}.product-form form .recipient-checkbox>svg rect{stroke:#111}.product-form form .recipient-form .icon-checkmark{height:19px;left:5px;position:absolute;top:3px;visibility:hidden;width:16px;z-index:5}.product-form form .recipient-form>input[type=checkbox]:checked+label .icon-checkmark{visibility:visible}.product-form form .recipient-fields{display:none}.product-form form .recipient-fields hr{margin:1.6rem auto}.product-form form .recipient-form>input[type=checkbox]:checked~.recipient-fields{animation:animateMenuOpen var(--duration-default) ease;display:block;padding-top:20px}.product-form form .recipient-form>input[type=checkbox]:not(:checked,:disabled)~.recipient-fields{display:none}.product-form form .recipient-form ul{padding-left:4.4rem;text-align:left}.product-form form .recipient-form ul a{display:inline}.product-form form .recipient-form .error-message:first-letter{text-transform:capitalize}@media screen and (forced-colors:active){.product-form form .recipient-checkbox>svg{background-color:inherit;border:.1rem solid rgb(var(--color-background))}.product-form form .recipient-form>input[type=checkbox]:checked+label .icon-checkmark{border:none}}.product-form form .view-product{display:none}.product-form form .product-submit-wrapper{align-items:center;background:var(--accent-2-color);display:flex;flex-flow:column nowrap;gap:10px;justify-content:center;padding:20px}@media only screen and (min-width:992px){.product-form form .product-submit-wrapper{padding:20px 50px}}.product-form form .product-submit-wrapper .klaviyo-bis-trigger{display:block;text-align:center;width:100%}.product-form form .product-submit-wrapper .klaviyo-bis-trigger:hover{background:#fff;border-color:#fff;color:#000}.product-form form .product-submit-wrapper .ships-from-text{color:var(--text-alternate-color);font-size:16px;font-weight:700;margin:10px 0;text-align:center;width:100%}.product-form form .product-submit-wrapper .express-payments-text,.product-form form .product-submit-wrapper .promocode-messaging-pdp{color:var(--text-alternate-color);font-size:14px;text-align:center;width:100%}.product-form form .product-submit-wrapper .express-payments-text.is-new,.product-form form .product-submit-wrapper .promocode-messaging-pdp.is-new{color:inherit;font-weight:700}.product-form form .product-submit-wrapper .promocode-messaging-pdp__desktop{display:none;font-size:14px}@media only screen and (min-width:992px){.product-form form .product-submit-wrapper .promocode-messaging-pdp__desktop{display:block}}.product-form form .product-submit-wrapper .promocode-messaging-pdp__mobile{display:block}@media only screen and (min-width:992px){.product-form form .product-submit-wrapper .promocode-messaging-pdp__mobile{display:none}}.product-form form .product-submit-wrapper [add-to-cart]{align-items:center;background-color:var(--bg-1-color);border:1px solid var(--bg-1-color);border-radius:23px;color:var(--secondary-color);display:flex;flex-flow:row wrap;font-size:16px;gap:5px;justify-content:center;min-height:46px;padding:8px;width:100%}.product-form form .product-submit-wrapper [add-to-cart],.product-form form .product-submit-wrapper [add-to-cart] *{font-size:16px!important;font-weight:700!important}.product-form form .product-submit-wrapper [add-to-cart][disabled]{cursor:not-allowed;pointer-events:none}.product-form form .product-submit-wrapper [add-to-cart]:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--text-primary-color)}.product-form form .quantity-total-wrapper{display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between}.product-form form .quantity-total-wrapper .total{align-items:center;display:flex}.product-form form .quantity-total-wrapper .quantity-wrapper{display:flex;gap:10px;justify-content:space-between}.product-form form .quantity-total-wrapper .quantity-wrapper>div{align-items:center;display:flex}.product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select{background:var(--accent-2-color);flex-flow:column nowrap;gap:10px;justify-content:center;padding-bottom:20px;padding-top:20px}.product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .express-payments-text{color:var(--text-alternate-color);font-size:14px;text-align:center;width:100%}.product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .oos-notification{display:flex;justify-content:space-between;width:100%}.product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .oos-notification div{pointer-events:none;text-align:center;width:100%}.product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .oos-notification button{margin-left:10px}.product-form form .quantity-total-wrapper .quantity-wrapper .quantity-total-wrapper{background-color:var(--background);display:flex;width:-moz-max-content;width:max-content}.product-form form .quantity-total-wrapper .quantity-wrapper .quantity-total-wrapper>*{align-items:center;border:none;display:flex;flex:1;height:30px;justify-content:center;width:30px}.product-form form .quantity-total-wrapper .quantity-wrapper .quantity-total-wrapper .quantity{flex:2;font-weight:700}.product-form form .quantity-total-wrapper .quantity-wrapper .quantity-total-wrapper .minus,.product-form form .quantity-total-wrapper .quantity-wrapper .quantity-total-wrapper .plus{cursor:pointer}.product-form form input.property,.product-form form.radios .selector-wrapper,.product-form form.selects .option-radios-wrapper{display:none}klarna-placement::part(osm-container){background:#fff!important;font-family:Brandon Text,sans-serif!important;font-size:14px!important;justify-content:center!important;margin:0 20px;padding:20px 0 0}klarna-placement::part(osm-cta){font-family:Brandon Text,sans-serif!important;font-size:14px!important}@media (max-width:450px){klarna-placement::part(osm-container){font-size:13px!important}klarna-placement::part(osm-cta){font-size:13px!important}}#main-product-container.new-main-product{background:#fff}@media only screen and (max-width:991.98px){#main-product-container.new-main-product klarna-placement::part(osm-container){padding:0 0 20px!important}}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .device-title,#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .device-title .selected-material,#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .material-title,#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .material-title .selected-material{font-size:14px;font-weight:500}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .device-title .selected-material:before,#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .material-title .selected-material:before{content:" | ";margin:0 4px}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .select-wrapper .device-title-group{align-items:center;display:flex;justify-content:space-between}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .select-wrapper .legend-wrapper select{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M11.486 1.414 5.829 7.071 4.415 5.657 10.072 0z'/%3E%3Cpath fill='%23000' d='m1.414 0 5.657 5.657L5.657 7.07 0 1.414z'/%3E%3C/svg%3E");background-position:right 20px center;background-size:12px;border:1px solid var(--separator-color);border-radius:4px;font-weight:700;height:48px;max-width:100%}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-swatches-wrapper .product-swatches{margin-top:8px}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-swatches-wrapper .product-swatches .color-circle{height:40px;width:40px}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-swatches-wrapper .product-swatches .color-circle img{border-radius:4px;-o-object-fit:none;object-fit:none}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-swatches-wrapper .product-swatches .color-circle:after{border-radius:4px;height:46px;width:46px}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-swatches-wrapper .product-swatches .color-circle.selected-swtach{height:46px;width:46px}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .link-button{border:none;color:#009090;font-size:12px;font-weight:500}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .second-variant-options{margin-bottom:15px;padding-bottom:15px}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .second-variant-options__title-group{align-items:center;display:flex;justify-content:space-between}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .second-variant-options__title{font-size:14px;font-weight:500}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .second-variant-options__title .selected-variant{font-size:inherit;font-weight:inherit}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .second-variant-options__title .selected-variant:before{content:" | ";margin:0 4px}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .second-variant-options__option.featured-image{max-width:96px}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .second-variant-options__option.active .second-variant-options__image{border-color:var(--primary-color)}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .second-variant-options__option.active:after{content:none;display:none}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-form-inner-wrapper{border-radius:0;box-shadow:none;padding:0}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-form-inner-wrapper .product-form-inner{padding:20px 20px 0}@media only screen and (min-width:992px){#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-form-inner-wrapper .product-form-inner{padding:0}}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-form-inner-wrapper .product-submit-wrapper{background:none;padding-bottom:15px;padding-top:0}@media only screen and (min-width:992px){#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-form-inner-wrapper .product-submit-wrapper{padding:0}}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-form-inner-wrapper .product-submit-wrapper .klaviyo-bis-trigger{align-items:center;border:1px solid #000;border-radius:23px;display:flex;font-weight:600;justify-content:center;min-height:46px;text-align:center;width:100%}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-form-inner-wrapper .product-submit-wrapper .klaviyo-bis-trigger:hover{background:#fff;color:#000}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-form-inner-wrapper .product-submit-wrapper .delivery-text,#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-form-inner-wrapper .product-submit-wrapper .express-payments-text{align-items:center;color:var(--text-primary-color);display:flex;font-size:12px;justify-content:center;text-align:center}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-form-inner-wrapper .product-submit-wrapper .ships-from-text{color:inherit}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-form-inner-wrapper .product-submit-wrapper .delivery-icon{height:auto;margin-right:8px;width:18px}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .product-upsell-heading{margin-bottom:15px}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .accessories__wrapper{border-bottom:1px solid var(--separator-color);margin-bottom:15px;padding:0 0 4px}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .accessories__wrapper:empty{display:none}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .accessories__wrapper .accessory__item{padding:0}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .accessories__wrapper .accessory__item .accessory__image-detail-wrapper>div{justify-content:center}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .accessories__wrapper .accessory__item .accessory__image-detail-wrapper img{border:1px solid var(--separator-color);border-radius:4px;margin-right:10px;max-height:80px;width:80px}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .accessories__wrapper .accessory__item .accessory__item--title{font-weight:420;line-height:normal}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .accessories__wrapper .accessory__item .accessory__item--price{display:flex;gap:7px}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .accessories__wrapper .accessory__item .accessory__item--price .regular-compare-price,#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .accessories__wrapper .accessory__item .accessory__item--price .regular-price{font-weight:420}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .accessories__wrapper .accessory__item .accessory__item--price .regular-compare-price{opacity:.5}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .accessories__wrapper .accessory__item .btn__accessory{border-radius:4px;height:24px;width:60px}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .accessories__wrapper .accessory__item .btn__accessory[add-accessory]{background:#000}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .accessories__wrapper .accessory__item .btn__accessory .icon{height:10px;width:10px}#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .accessories__wrapper .accessory__item .btn__accessory .btn__accessory--add-text{font-size:10px;font-style:normal;font-weight:450;letter-spacing:.5px;line-height:normal;margin-left:3px;pointer-events:none}@media only screen and (min-width:1200px){#main-product-container.new-main-product #main-product.main-product .product-information .product-form form .accessories__wrapper .accessories-slider-container{width:370px}}@media only screen and (min-width:992px){#main-product-container.new-main-product #main-product.main-product .pdp-blocks{margin-top:15px;padding:0}}#main-product-container.new-main-product #main-product.main-product .pdp-blocks .accordion{height:56px;padding:0}#main-product-container.new-main-product #main-product.main-product .pdp-blocks .accordion:first-child{border-top:1px solid var(--separator-color)}#main-product-container.new-main-product #main-product.main-product .pdp-blocks .accordion .heading-sm{font-size:16px;font-weight:500}#main-product-container.new-main-product #main-product.main-product .pdp-blocks .panel .specifications-image{height:auto;width:100%}@media only screen and (min-width:992px){#main-product-container.new-main-product .sticky-add-to-cart{display:none!important}}.lightbox-trigger.hide>svg{display:none}.lightbox-trigger>img,.lightbox-trigger>svg{height:20px;inset:15px 15px auto auto;-o-object-fit:contain;object-fit:contain;pointer-events:none;position:absolute;width:20px}.lightbox-trigger>img path,.lightbox-trigger>svg path{fill:#000}[wishlist-button]{color:var(--accent-2-color);cursor:pointer;height:23px;transition:opacity .15s ease-in;width:23px}[wishlist-button] img.active-heart,[wishlist-button] img.inactive-heart,[wishlist-button] svg{color:currentColor;height:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none;width:100%}[wishlist-button] img.active-heart{display:none}[wishlist-button] img.inactive-heart{display:block}[wishlist-button].active-wishlist svg path{fill:maroon}[wishlist-button].active-wishlist img.active-heart{display:block}[wishlist-button].active-wishlist img.inactive-heart{display:none}[wishlist-button][loading]{opacity:0}.wishlist-floater{animation:wishlist_floater 2s cubic-bezier(.34,.17,.84,.51) 1 forwards;color:var(--accent-2-color);height:60px;-o-object-fit:contain;object-fit:contain;position:absolute;scale:0;width:60px;z-index:99999999999}@keyframes wishlist_floater{0%{scale:0;translate:0}10%{scale:.4}20%{rotate:0deg;translate:0}50%{opacity:1;rotate:-15deg}65%{scale:1.2}to{opacity:0;rotate:15deg;scale:1.5;translate:35vw -100vh}}[side-cart-wishlist-grid],[wishlist-grid]{display:grid;grid-template-columns:repeat(2,1fr);position:relative}[side-cart-wishlist-grid]:after,[wishlist-grid]:after{animation:wishlist_loader 3s infinite;border:5px dotted var(--accent-2-color);border-radius:50%;content:"";display:flex;height:40px;inset:50% auto auto 50%;opacity:1;pointer-events:none;position:absolute;translate:-50% -50%;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:40px}[side-cart-wishlist-grid][loaded],[wishlist-grid][loaded]{opacity:1}[side-cart-wishlist-grid][loaded]:after,[wishlist-grid][loaded]:after{opacity:0}[side-cart-wishlist-grid] .empty-wishlist-message,[wishlist-grid] .empty-wishlist-message{color:#707070;grid-column:-1/1;justify-self:center;text-align:center}@keyframes wishlist_loader{0%{rotate:0deg}to{rotate:1turn}}.wishlist-choose-modal-wrapper{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(0,0,0,.4);display:flex;flex-flow:column nowrap;inset:0;isolation:isolate;justify-content:center;opacity:0;pointer-events:none;position:fixed;transition:opacity .2s ease-in .2s;visibility:hidden;z-index:9999}.wishlist-choose-modal-wrapper .wishlist-modal{max-width:375px;opacity:0;transition:all .2s ease-in-out .2s;translate:0 100%;width:100%}.wishlist-choose-modal-wrapper .wishlist-modal .modal-content{align-items:center;background:#fff;border-radius:3px;display:none;flex-flow:column nowrap;gap:10px;justify-content:center;padding:20px 25px;width:100%}.wishlist-choose-modal-wrapper .wishlist-modal .modal-content input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #ddd;border-radius:3px;color:#1c1c1c;font-size:16px;outline:none;padding:5px 10px;width:100%}.wishlist-choose-modal-wrapper .wishlist-modal .modal-title{font-size:20px;font-weight:700;text-align:center;width:100%}.wishlist-choose-modal-wrapper .wishlist-modal .modal-description{color:#1c1c1c;font-size:14px;line-height:1.4;margin-bottom:10px;text-align:center;width:100%}.wishlist-choose-modal-wrapper .wishlist-modal .create-btn,.wishlist-choose-modal-wrapper .wishlist-modal .create-list,.wishlist-choose-modal-wrapper .wishlist-modal .wishlist-list-option{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:16px;gap:20px;justify-content:space-between;max-width:325px;padding:12px 15px}.wishlist-choose-modal-wrapper .wishlist-modal .create-btn>svg,.wishlist-choose-modal-wrapper .wishlist-modal .create-list>svg,.wishlist-choose-modal-wrapper .wishlist-modal .wishlist-list-option>svg{height:20px;-o-object-fit:contain;object-fit:contain;rotate:90deg;width:20px}.wishlist-choose-modal-wrapper .wishlist-modal .create-btn,.wishlist-choose-modal-wrapper .wishlist-modal .create-list{background:#ddd;border:1px solid #c1c1c1;color:#1c1c1c;font-size:18px;font-weight:700;padding:8px 15px;width:calc(100% - 5px)}.wishlist-choose-modal-wrapper .wishlist-modal .wishlist-list-container{align-items:flex-start;display:flex;flex-flow:column nowrap;gap:10px;justify-content:flex-start;max-height:235px;min-height:235px;overflow-x:hidden;overflow-y:auto;padding:2px;position:relative;width:100%}.wishlist-choose-modal-wrapper .wishlist-modal .wishlist-list-container .empty-msg{color:#1c1c1c;font-size:16px;font-weight:700;inset:50% auto auto 50%;opacity:.35;position:absolute;text-align:center;translate:-50% -50%}.wishlist-choose-modal-wrapper .wishlist-modal .wishlist-list-container .wishlist-list-option{background:#ddd;color:#1c1c1c;gap:12px;justify-content:flex-start;min-height:70px;overflow:hidden;padding:0 35px 0 0;position:relative;width:100%}.wishlist-choose-modal-wrapper .wishlist-modal .wishlist-list-container .wishlist-list-option .content{align-items:center;display:flex;flex:1;flex-flow:column nowrap;gap:3px;justify-content:flex-start;padding:10px 0}.wishlist-choose-modal-wrapper .wishlist-modal .wishlist-list-container .wishlist-list-option .content .title{line-clamp:1;font-size:18px;font-weight:700;overflow:hidden;text-align:left;white-space:nowrap;width:100%}.wishlist-choose-modal-wrapper .wishlist-modal .wishlist-list-container .wishlist-list-option .content .wishlist-count{font-size:12px;font-weight:400;opacity:.5;text-align:left;width:100%}.wishlist-choose-modal-wrapper .wishlist-modal .wishlist-list-container .wishlist-list-option .image{background:#353535;border-radius:3px 0 0 3px;height:70px;overflow:hidden;width:70px}.wishlist-choose-modal-wrapper .wishlist-modal .wishlist-list-container .wishlist-list-option .image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.wishlist-choose-modal-wrapper .wishlist-modal .wishlist-list-container .wishlist-list-option .image svg{color:#fff;height:100%;-o-object-fit:contain;object-fit:contain;opacity:.5;scale:.65;width:100%}.wishlist-choose-modal-wrapper .wishlist-modal .wishlist-list-container .wishlist-list-option svg.chevron{height:15px;inset:50% 12px auto auto;opacity:0;position:absolute;rotate:-90deg;transition:all .15s ease-in;translate:-12px -50%;width:15px}.wishlist-choose-modal-wrapper .wishlist-modal .wishlist-list-container .wishlist-list-option:hover{outline:2px solid #c1c1c1}.wishlist-choose-modal-wrapper .wishlist-modal .wishlist-list-container .wishlist-list-option:hover svg.chevron{opacity:.65;translate:0 -50%}.wishlist-choose-modal-wrapper.active{opacity:1;pointer-events:all;transition:opacity .1s ease-in .1s;visibility:visible}.wishlist-choose-modal-wrapper.active .wishlist-modal{opacity:1;transition:all .2s ease-in .2s;translate:0}.wishlist-choose-modal-wrapper.add .wishlist-modal .modal-content.update,.wishlist-choose-modal-wrapper.create .wishlist-modal .modal-content.create,.wishlist-choose-modal-wrapper.remove .wishlist-modal .modal-content.update{display:flex}.accessories__wrapper:not(.side-cart-recommendations-slider){background:var(--bg-2-color);padding:40px 50px}@media only screen and (max-width:575.98px){.accessories__wrapper:not(.side-cart-recommendations-slider){padding:40px 1.5rem}}.accessories__wrapper .accessories__heading{margin-bottom:10px}@media only screen and (max-width:767.98px){.accessories__wrapper .accessories__heading{font-size:16px}}.accessories__wrapper .accessories__items.accessories__items--max-height{max-height:350px}.accessories__wrapper .accessories-slider-container{overflow:hidden;position:relative;width:88vw}@media only screen and (min-width:992px){.accessories__wrapper .accessories-slider-container{width:370px}}@media only screen and (min-width:1200px){.accessories__wrapper .accessories-slider-container{width:500px}}.accessories__wrapper .accessories-slider-container:after{background:linear-gradient(90deg,transparent,#f0f0f0);content:"";display:block;height:100%;position:absolute;right:-1px;top:0;width:20px;z-index:1}.accessories__wrapper .accessories__tabs{display:flex;flex-wrap:nowrap;list-style:none;margin-bottom:20px;margin-top:0;padding:0;width:100%}.accessories__wrapper .accessories__tabs li{background:var(--secondary-color);border-radius:18px;font-size:14px;font-weight:500;padding:8px 15px;transition:var(--button-transition);width:auto!important}.accessories__wrapper .accessories__tabs li.accessories__tab--active,.accessories__wrapper .accessories__tabs li:hover{background:var(--accent-2-color);color:var(--text-alternate-color);cursor:pointer}.accessories__wrapper .accessories__tabs li.accessories__tab--active{font-weight:700}.accessories__wrapper .accessories__items.not-swiper{max-height:360px;overflow-y:scroll}.accessories__wrapper .accessories__items.not-swiper::-webkit-scrollbar{background:transparent;margin-left:20px;width:4px}.accessories__wrapper .accessories__items.not-swiper::-webkit-scrollbar-track{background:var(--bg-2-color)}.accessories__wrapper .accessories__items.not-swiper::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:2px}.accessories__wrapper .accessory__item{align-items:center;background:var(--secondary-color);border-radius:10px;display:none;justify-content:space-between;margin-bottom:10px;min-height:80px;padding:0 25px 0 20px}.accessories__wrapper .accessory__item--active{display:flex}.accessories__wrapper .accessory__item.hidden{display:none!important}.accessories__wrapper .accessory__item .accessory-modal-trigger{cursor:pointer}.accessories__wrapper .accessory__item .accessory__image-detail-wrapper{align-items:center;display:flex}.accessories__wrapper .accessory__item .accessory__image-detail-wrapper>div{display:flex;flex-direction:column;justify-content:space-between;min-height:50px}.accessories__wrapper .accessory__item .accessory__image-detail-wrapper img{border-radius:8px;filter:contrast(.94);height:auto;margin-right:20px;max-height:60px;width:60px}.accessories__wrapper .accessory__item .accessory__image-detail-wrapper .accessory__info-btn{display:flex;justify-content:center;padding-right:20px}.accessories__wrapper .accessory__item .accessory__image-detail-wrapper .accessory__info-btn .btn__info{align-items:center;border:1px solid var(--text-primary-color);border-radius:50px;display:flex;font-size:14px;font-weight:500;height:20px;justify-content:center;width:20px}.accessories__wrapper .accessory__item .accessory__item--title{color:var(--text-primary-color);font-size:14px;font-weight:700;line-height:20px;max-width:150px}.accessories__wrapper .accessory__item .accessory__item--price span{font-size:14px}.accessories__wrapper .accessory__item .accessory__item--price .regular-price{font-weight:700}.accessories__wrapper .accessory__item .accessory__item--price .regular-compare-price{font-weight:400;margin-right:5px;text-decoration:line-through}.accessories__wrapper .accessory__item .accessory__item--price .bundle{color:#01bec8}@media (min-width:750px){.accessories__wrapper .accessory__item .accessory__item--title{max-width:330px}}.accessories__wrapper .accessories__load-more{margin:15px auto 0}.accessories__wrapper .accessory__item--actions{align-items:center;display:flex;justify-content:space-between}.accessories__wrapper .accessory__item--actions .product-quick-view{cursor:pointer;margin:10px}.accessories__wrapper .accessory__item--actions .btn__accessory{align-items:center;display:flex;height:30px;justify-content:center;padding:0;width:30px}.accessories__wrapper .accessory__item--actions .btn__accessory:disabled{display:none}.accessories__wrapper .accessory__item--actions .btn__accessory.btn__accessory--add .icon{height:14px;pointer-events:none;width:14px}.accessories__wrapper .accessory__item--actions .btn__accessory.btn__accessory--tick .icon{height:22px;pointer-events:none;width:22px}.accessories__wrapper .accessory__item--actions .btn__accessory.btn__accessory--tick .icon path{stroke:none}@media (min-width:960px){.accessories__wrapper .accessory__image-detail-wrapper{width:90%}}.accessories__expanded .accessories__items{max-height:none!important;overflow-y:hidden}.item .quantity-wrapper{display:flex}.item .quantity-wrapper>*{align-items:center;border:1px solid #d3d3d3;display:flex;height:26px;justify-content:center;text-align:center;width:21px}.item .quantity-wrapper .minus,.item .quantity-wrapper .plus{cursor:pointer;transition:.3s ease}.item .quantity-wrapper .minus:hover,.item .quantity-wrapper .plus:hover{background:var(--accent-1-color);color:var(--text-alternate-color)}.item .quantity-wrapper .minus[data-pending=true],.item .quantity-wrapper .plus[data-pending=true]{cursor:not-allowed}.item .quantity-wrapper .quantity{border-left:none;border-right:none}.item .quantity-wrapper .quantity span{font-size:14px}.item .oos{font-size:12px;margin:0;text-align:right;width:50%}.item .oos span{cursor:pointer;font-size:12px;text-decoration:underline}.modal-container{background-color:rgba(0,0,0,.8);display:none;height:100vh;inset:0;max-height:100%;max-width:100%;position:fixed;width:100vw;z-index:999999}.modal-container.active{align-items:center;display:flex;justify-content:center}.modal-container .modal{background:#fff;border-radius:5px;max-height:94%;max-width:90%;overflow:auto;padding:60px 50px;position:relative;text-align:center;width:auto}@media only screen and (max-width:575.98px){.modal-container .modal{padding:1.5rem}}.modal-container .modal::-webkit-scrollbar{background:transparent;margin-left:10px;width:8px}.modal-container .modal::-webkit-scrollbar-track{background-color:#fff}.modal-container .modal::-webkit-scrollbar-thumb{background-color:var(--accent-1-color)}.modal-container .modal iframe{aspect-ratio:16/9;border-radius:10px;height:auto;max-width:100%;width:785px}.modal-container .modal .close-button{background-color:transparent;display:inline-block;height:40px;padding:0;position:absolute;right:10px;top:10px;transition:all .15s ease-in-out;width:40px;z-index:1}.modal-container .modal .close-button:hover{rotate:90deg}.modal-container .modal .icon.icon-close{height:100%;pointer-events:none;width:100%}.modal-container .modal .icon.icon-close path{fill:var(--primary-text-color)}.modal-container .modal .slide-in-enter{margin-top:-62px;opacity:0;transition:all .3s ease}.modal-container .modal .slide-in-enter.slide-in-active{margin-top:0;opacity:1}.modal-container .modal .modal-title{font-size:var(--heading-lg);font-weight:700;line-height:35px}.modal-container .modal .modal-subtitle{margin-top:17px}.modal-container .modal .button-container{display:flex}.modal-container.basic-confirm{text-align:center}.modal-container.basic-confirm .modal-header{margin:auto;max-width:270px}.modal-container.basic-confirm .modal-body{display:flex;gap:10px;padding-top:32px}.modal-container.basic-confirm .modal-body button{width:100%}.open-video-modal-1--modal-container .modal,.open-video-modal-2--modal-container .modal{background:transparent;overflow:visible;padding:0}.open-video-modal-1--modal-container .modal .close-button,.open-video-modal-2--modal-container .modal .close-button{right:-5px;top:-45px}.open-video-modal-1--modal-container .modal .close-button svg,.open-video-modal-2--modal-container .modal .close-button svg{fill:#fff}.account-form-page{align-items:center;display:flex;justify-content:center}.account-form-page,.account-form-page *{box-sizing:border-box}.account-form-page .account-form-wrapper{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;max-width:500px;padding:20px;width:100%}.account-form{align-items:flex-start;display:flex;flex-direction:column;gap:25px 15px;justify-content:flex-start;width:100%}.account-form .required-msg{font-size:14px;height:0;margin-top:-25px;text-align:right;translate:0 25px;width:100%}.account-form .form-buttons{align-items:center;display:flex;gap:15px 25px;justify-content:center;text-align:center;width:100%}.account-form .form-buttons>*{flex:1}@media only screen and (max-width:575.98px){.account-form .form-buttons{flex-direction:column}.account-form .form-buttons>*{width:100%}}.form-errors{align-items:flex-start;background:#cb3840;border:2px solid #b3333a;border-radius:5px;color:#fff;display:flex;flex-direction:row;gap:8px;grid-column:1/-1;justify-content:flex-start;left:0;margin:10px auto;padding:5px 10px}@media only screen and (max-width:575.98px){.form-errors{align-items:center;flex-direction:column;justify-content:center;text-align:center}}.form-errors .error-icon{color:#b3333a;height:20px;min-height:20px;min-width:20px;width:20px}.form-errors .form__message{color:#fff;margin:-2px 5px 0 10px}.form-errors .form__message strong{font-weight:700}.form-errors ul{list-style-type:none;margin:0;padding:0}.form-errors ul li{color:#fff}.form-errors ul li a{color:inherit;text-decoration:underline}.form-success{align-items:flex-start;background:#428445;border:2px solid #346937;border-radius:5px;color:#fff;display:flex;flex-direction:row;gap:8px;grid-column:1/-1;justify-content:flex-start;left:0;margin:10px auto;padding:5px 10px}@media only screen and (max-width:575.98px){.form-success{align-items:center;flex-direction:column;justify-content:center;text-align:center}}.form-success .success-icon{height:20px;min-height:20px;min-width:20px;width:20px}.shopify-challenge__container{margin:var(--spacing-sections-desktop) auto!important;padding:var(--spacing-sections-desktop) 0!important}.shopify-challenge__container,.shopify-challenge__container form{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center}.shopify-challenge__container form{padding:0 0 var(--spacing-sections-desktop)!important}.shopify-challenge__container form .btn{background-color:var(--button-1-color);border:2px solid var(--button-1-border-color);border-radius:var(--button-1-radius);color:var(--button-1-text-color);cursor:pointer;display:block;font-size:var(--button-font-size);font-weight:700;height:-moz-max-content;height:max-content;padding:var(--button-v-padding) var(--button-h-padding);transition:var(--button-transition);width:-moz-max-content;width:max-content}.shopify-challenge__container form .btn i,.shopify-challenge__container form .btn i svg,.shopify-challenge__container form .btn i svg path,.shopify-challenge__container form .btn svg,.shopify-challenge__container form .btn svg path{fill:var(--button-1-text-color)}.shopify-challenge__container form .btn:hover{background-color:var(--button-1-hover-color);border:2px solid var(--button-1-hover-border-color);border-radius:var(--button-1-hover-radius);color:var(--button-1-hover-text-color)}.shopify-challenge__container form .btn:hover i,.shopify-challenge__container form .btn:hover i svg,.shopify-challenge__container form .btn:hover i svg path,.shopify-challenge__container form .btn:hover svg,.shopify-challenge__container form .btn:hover svg path{fill:var(--button-1-hover-text-color)}lightbox-modal.swiper{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;display:none;height:100dvh;inset:0;isolation:isolate;max-height:100dvh;max-width:100dvw;min-height:100dvh;min-width:100dvw;outline:none;overflow:hidden auto;pointer-events:none;position:fixed;width:100vw;z-index:99999}lightbox-modal.swiper[open]{display:flex;pointer-events:all}lightbox-modal.swiper[open] .lightbox-modal-navigation{display:flex}lightbox-modal.swiper .lightbox-modal-navigation{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:hsla(0,0%,78%,.5);border-radius:50%;cursor:pointer;display:none;display:flex;filter:drop-shadow(3px 3px 5px rgba(0,0,0,.3137254902));height:40px;justify-content:center;width:40px;z-index:10}@media only screen and (max-width:767.98px){lightbox-modal.swiper .lightbox-modal-navigation{height:34px;width:34px}}lightbox-modal.swiper .lightbox-modal-navigation:after{content:unset}lightbox-modal.swiper .lightbox-modal-navigation svg{height:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none;scale:1;transition:scale .1s ease-in;width:100%}lightbox-modal.swiper .lightbox-modal-navigation svg path{fill:#000}lightbox-modal.swiper .lightbox-modal-navigation.swiper-button-prev{inset:50% auto auto 35px}@media only screen and (max-width:767.98px){lightbox-modal.swiper .lightbox-modal-navigation.swiper-button-prev{inset:50% auto auto 10px}}lightbox-modal.swiper .lightbox-modal-navigation.swiper-button-next{inset:50% 35px auto auto}@media only screen and (max-width:767.98px){lightbox-modal.swiper .lightbox-modal-navigation.swiper-button-next{inset:50% 10px auto auto}}lightbox-modal.swiper .lightbox-modal-navigation.swiper-button-disabled{cursor:none;visibility:hidden}lightbox-modal.swiper .lightbox-modal-navigation[lightbox-close]{inset:20px 35px auto auto;padding:10px;position:fixed}lightbox-modal.swiper .lightbox-modal-navigation:hover svg{scale:.85}lightbox-modal.swiper .swiper-wrapper{opacity:1;visibility:visible;width:100%;z-index:-1}lightbox-modal.swiper .swiper-wrapper .swiper-slide.lightbox-slide{align-items:center;display:flex;justify-content:center;overflow:hidden}lightbox-modal.swiper .swiper-wrapper .swiper-slide.lightbox-slide .swiper-zoom-container{height:100%;width:100%}lightbox-modal.swiper .swiper-wrapper .swiper-slide.lightbox-slide .swiper-zoom-container img{cursor:zoom-in}lightbox-modal.swiper .swiper-wrapper .swiper-slide.lightbox-slide .swiper-video-container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}lightbox-modal.swiper .swiper-wrapper .swiper-slide.lightbox-slide .swiper-video-container img{cursor:pointer}lightbox-modal.swiper .swiper-wrapper .swiper-slide.lightbox-slide .swiper-video-container .icon-play .button-play{align-items:center;background:#fff;border-radius:100%;bottom:auto;color:#000;display:flex;gap:6px;height:50px;justify-content:center;left:50%;padding:7px 12px 7px 16px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:var(--button-transition);width:50px}lightbox-modal.swiper .swiper-wrapper .swiper-slide.lightbox-slide .swiper-video-container .icon-play .button-play svg{fill:#000;height:auto;width:16px}lightbox-modal.swiper .swiper-wrapper .swiper-slide.lightbox-slide .swiper-video-container .icon-play .button-play span{display:inline-block;transition:var(--button-transition);width:-moz-max-content;width:max-content}lightbox-modal.swiper .swiper-wrapper .swiper-slide.lightbox-slide .swiper-video-container .icon-play .button-play svg{height:13px;position:static;transform:none;width:12px}lightbox-modal.swiper .swiper-wrapper .swiper-slide.lightbox-slide img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}lightbox-modal.swiper .swiper-wrapper .swiper-slide.lightbox-slide.swiper-slide-zoomed .swiper-zoom-container img{cursor:zoom-out}lightbox-modal.swiper:before{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.8);content:"";height:100vh;inset:0;pointer-events:none;position:fixed;width:100vw;z-index:-1}lightbox-modal.swiper:after{animation:modalLoadingSpinner .75s ease-in .2s infinite forwards;border:5px solid #fff;border-left-color:transparent;border-radius:50%;content:"";height:50px;inset:50% auto auto 50%;opacity:0;position:fixed;transition:opacity .2s ease-in-out;translate:-50% -50%;visibility:hidden;width:50px;z-index:5}@keyframes modalLoadingSpinner{0%{rotate:0deg}to{rotate:1turn}}lightbox-modal.swiper[modal-loading]:after{opacity:1;visibility:visible}lightbox-modal.swiper[modal-loading] .swiper-wrapper{opacity:0;visibility:hidden}[lightbox-trigger]{align-items:center;cursor:zoom-in;display:flex;height:100%;justify-content:center;padding:8px;position:absolute;width:100%;z-index:10}[lightbox-trigger] svg{-o-object-fit:contain;object-fit:contain;pointer-events:none}[lightbox-trigger][disabled]{pointer-events:none}.form-field{align-items:flex-start;color:var(--text-primary-color);display:flex;flex-direction:column;gap:10px;justify-content:flex-start;width:100%}.form-field input,.form-field label{font-size:14px}.form-field label{color:var(--text-primary-color);font-weight:700}.form-field input,.form-field select,.form-field textarea{background:#fff;border:#eee;border-radius:2px;padding:10px 10px 8px 15px;width:100%}.form-field input input,.form-field select input,.form-field textarea input{height:36px}.form-field input textarea,.form-field select textarea,.form-field textarea textarea{height:100px}.form-field .form-checkbox{display:block;padding-left:30px;position:relative}.form-field .form-checkbox .checkbox{align-items:center;background:#fff;border:1px solid var(--text-primary-color);border-radius:2px;display:flex;height:20px;inset:0 auto auto 0;justify-content:center;padding:2.5px;position:absolute;transition:background .1s ease-in;width:20px}.form-field .form-checkbox .checkbox .form-checkbox-icon{color:#fff;height:100%;-o-object-fit:contain;object-fit:contain;opacity:0;transition:opacity .1s ease-in;width:100%}.form-field .form-checkbox .checkbox-label{font-size:13px;font-weight:400;margin:0;text-align:left}.form-field .form-checkbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1px;inset:25px auto auto 10px;margin:0;opacity:0;padding:0;position:absolute;width:1px}.form-field .form-checkbox input:checked+.checkbox{background:var(--text-primary-color)}.form-field .form-checkbox input:checked+.checkbox .form-checkbox-icon{opacity:1}.form-field .form-select{isolation:isolate;position:relative;width:100%}.form-field .form-select select{z-index:-1}.form-field .form-select svg{height:18px;inset:50% 12px auto auto;-o-object-fit:contain;object-fit:contain;pointer-events:none;position:absolute;translate:0 -50%;width:18px;z-index:1}.form-field .form-select svg,.form-field .form-select svg path{fill:var(--text-primary-color)}.comparison-option-card__image{aspect-ratio:1/1;width:100%}.comparison-option-card__image img{aspect-ratio:1/1;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.modal-container.product-form-video-modal--modal-container .modal{background:transparent;padding:0}.device-selector-modal--modal-container .modal{align-items:center;background:radial-gradient(ellipse at center,#004848 0,#005050 45%,#003939 100%);display:flex;height:100dvh;justify-content:center;max-height:100dvh;max-width:100dvw;width:100dvw}.device-selector-modal--modal-container .modal .close-button{fill:#fff}.device-selector-modal--modal-container .modal .mous-device-selector-modal{width:100%}.device-selector-modal--modal-container .modal .mous-device-selector-modal .mous-device-selector-modal-heading{color:#fff;font-size:38px;font-weight:500;line-height:48px;margin-bottom:30px;text-align:center}@media only screen and (max-width:767.98px){.device-selector-modal--modal-container .modal .mous-device-selector-modal .mous-device-selector-modal-heading{font-size:30px;line-height:40px;margin-bottom:20px}}.device-selector-modal--modal-container .modal .mous-device-selector-modal h3{color:#fff;font-size:26px;font-weight:500;line-height:34px;line-height:48px;margin-top:20px;text-align:center}@media only screen and (max-width:767.98px){.device-selector-modal--modal-container .modal .mous-device-selector-modal h3{font-size:22px;line-height:30px;margin-top:15px}}.device-selector-modal--modal-container .modal .mous-device-selector-modal .mous-device-filter{background:none;height:-moz-max-content;height:max-content;margin:0 auto;max-width:600px;padding:0}.device-selector-modal--modal-container .modal .mous-device-selector-modal .mous-device-filter .mous-device-filter-heading,.device-selector-modal--modal-container .modal .mous-device-selector-modal .mous-device-filter button[open-compare-modal]{display:none}.device-selector-modal--modal-container .modal .mous-device-selector-modal .mous-device-filter .select-container select{background:transparent;border:3px solid #fff;border-radius:50px;color:#fff;font-size:24px;font-weight:500;padding:8px 20px;width:100%}@media only screen and (max-width:767.98px){.device-selector-modal--modal-container .modal .mous-device-selector-modal .mous-device-filter .select-container select{font-size:20px;padding:8px 16px}}.device-selector-modal--modal-container .modal .mous-device-selector-modal .mous-device-filter .select-container select option{color:#000}.device-selector-modal--modal-container .modal .mous-device-selector-modal .mous-device-filter .select-container svg{fill:#fff;right:25px;top:30px;transform:translateY(-50%) scale(1.5)}@media only screen and (max-width:767.98px){.device-selector-modal--modal-container .modal .mous-device-selector-modal .mous-device-filter .select-container svg{right:20px;top:26px;transform:translateY(-50%) scale(1.3)}}.device-selector-modal--modal-container .modal .mous-device-selector-modal .button-2{border-radius:50px;font-size:20px;margin:30px auto;padding:10px 30px}@media only screen and (max-width:767.98px){.device-selector-modal--modal-container .modal .mous-device-selector-modal .button-2{font-size:18px;margin-top:20px;padding:8px 20px}}.device-selector-modal-v2--modal-container{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.device-selector-modal-v2--modal-container .modal{align-items:center;background:var(--accent-2-color);display:flex;justify-content:center}.device-selector-modal-v2--modal-container .modal.loading .mous-device-selector-modal{opacity:0;visibility:hidden}.device-selector-modal-v2--modal-container .modal.loading .spinner{opacity:1}.device-selector-modal-v2--modal-container .modal .close-button{fill:#fff}@media only screen and (max-width:767.98px){.device-selector-modal-v2--modal-container .modal .close-button{height:25px;width:25px}}.device-selector-modal-v2--modal-container .modal .spinner{left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.device-selector-modal-v2--modal-container .modal .spinner .animated-spinner{--check-color:#fff}.device-selector-modal-v2--modal-container .modal .mous-device-selector-modal{transition:all .1s ease-in-out;width:100%}.device-selector-modal-v2--modal-container .modal .mous-device-selector-modal .mous-device-selector-modal-heading{color:#fff;font-size:24px;font-weight:500;line-height:36px;margin-bottom:30px;text-align:center}@media only screen and (max-width:767.98px){.device-selector-modal-v2--modal-container .modal .mous-device-selector-modal .mous-device-selector-modal-heading{margin-bottom:20px}}.device-selector-modal-v2--modal-container .modal .mous-device-selector-modal h3{color:#fff;font-size:26px;font-weight:500;line-height:34px;line-height:48px;margin-top:20px;text-align:center}@media only screen and (max-width:767.98px){.device-selector-modal-v2--modal-container .modal .mous-device-selector-modal h3{margin-top:15px}}.device-selector-modal-v2--modal-container .modal .mous-device-selector-modal .mous-device-filter{background:none;height:-moz-max-content;height:max-content;margin:0 auto;max-width:600px;padding:0}.device-selector-modal-v2--modal-container .modal .mous-device-selector-modal .mous-device-filter .mous-device-filter-heading,.device-selector-modal-v2--modal-container .modal .mous-device-selector-modal .mous-device-filter button[open-compare-modal]{display:none}.device-selector-modal-v2--modal-container .modal .mous-device-selector-modal .mous-device-filter .select-container select{border-radius:50px;padding:8px 20px;width:100%}.device-selector-modal-v2--modal-container .modal .mous-device-selector-modal .mous-device-filter .select-container select option{color:#000}.device-selector-modal-v2--modal-container .modal .mous-device-selector-modal .cta{border-bottom:1px solid var(--text-alternate-color);color:var(--text-alternate-color);display:inline-block;line-height:30px;margin:30px auto 0}@media only screen and (max-width:767.98px){.device-selector-modal-v2--modal-container .modal .mous-device-selector-modal .cta{margin-top:20px}}.acs_auto_popup.acs_scroll{--acl_auto_width:1300px}.acs_auto_info{padding:15px}.product-card-placeholder{background:#fff;border:1px solid #f6f6f6;border-radius:12px;display:flex;flex-direction:column;flex-grow:1;gap:16px;height:500px;padding:16px;width:calc(100%/var(--count))}.product-card-placeholder__container{display:flex;gap:10px}@media only screen and (max-width:1199.98px){.product-card-placeholder{width:25%}.product-card-placeholder:nth-child(n+5){display:none}}@media only screen and (max-width:991.98px){.product-card-placeholder{width:33%}.product-card-placeholder:nth-child(n+4){display:none}}@media only screen and (max-width:767.98px){.product-card-placeholder{flex-grow:0;width:66%}.product-card-placeholder:nth-child(n+2){display:none}}.product-card-placeholder>*{background-color:#f6f6f6}.product-card-placeholder__image{height:45%;margin:-16px;width:calc(100% + 32px)}@media only screen and (max-width:767.98px){.product-card-placeholder__image{height:150px}}.product-card-placeholder__text{border-radius:var(--button-5-radius);height:35%;margin-top:20px}.product-card-placeholder__button{border-radius:var(--button-5-radius);height:10%;margin-top:auto;width:100%}.bundle-option-selector-row{margin-bottom:8px}.bundle-option-selector-row .bundle-option-label{color:#000;font-size:14px;font-style:normal;font-weight:420;line-height:normal;text-transform:capitalize}.bundle-option-selector-row #selected-bundle-option{color:#252525;font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.product-bundles-list{margin:0 0 24px;padding:0}.product-bundles-list .product-bundle-radio{display:none}.product-bundles-list .product-bundle-item.selected{border-color:#007575}.product-bundles-list .product-bundle-item{align-items:center;background:#fff;border:2px solid #d3d6d9;border-radius:6px;cursor:pointer;display:block;margin-bottom:8px;position:relative}.product-bundles-list .product-bundle-item:hover{border-color:#007575}.product-bundles-list .product-bundle-item .bundle-radio-indicator{align-items:center;background:#fff;border:2px solid #bbb;border-radius:6px;display:none;flex-shrink:0;height:20px;justify-content:center;margin-right:18px;margin-top:2px;position:relative;transition:border-color .2s;width:20px}.product-bundles-list .product-bundle-item .bundle-radio-indicator .bundle-radio-indicator-inner{background:#222;border-radius:6px;height:10px;opacity:0;transition:opacity .2s;width:10px}.product-bundles-list .product-bundle-item .bundle-image{align-items:center;display:flex;justify-content:center;margin-bottom:20px;margin-right:12px;position:relative}.product-bundles-list .product-bundle-item .bundle-image .thumb{background:#f5f5f5;display:block;height:100px;-o-object-fit:cover;object-fit:cover;width:100px}.product-bundles-list .product-bundle-item .bundle-image .image-modal-trigger{cursor:pointer;display:flex;height:100%;justify-content:flex-end;position:absolute;right:4px;top:4px;width:100%}.product-bundles-list .product-bundle-item .bundle-image .image_modal{pointer-events:none}@media only screen and (min-width:992px){.product-bundles-list .product-bundle-item .bundle-image .image_modal{max-height:800px;max-width:800px}}.product-bundles-list .product-bundle-item .bundle-image .image_modal[open]{pointer-events:all}.product-bundles-list .product-bundle-item .bundle-image .image_modal img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.product-bundles-list .product-bundle-item .bundle-image .image_modal .icon-close{right:0;top:0}@media only screen and (max-width:767.98px){.product-bundles-list .product-bundle-item .bundle-image .image_modal .icon-close{right:10px;top:10px}}.product-bundles-list .product-bundle-item .bundle-content{display:flex;flex:1 1 0;flex-direction:column;justify-content:center;padding-left:0}.product-bundles-list .product-bundle-item .bundle-content .bundle-header{align-items:flex-start;display:flex;justify-content:space-between;position:relative}.product-bundles-list .product-bundle-item .bundle-content .bundle-header .bundle-name{color:#252525;font-size:16px;font-style:normal;font-weight:420;line-height:normal;padding:18px 10px}.product-bundles-list .product-bundle-item .bundle-content .bundle-prices-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.product-bundles-list .product-bundle-item .bundle-content .bundle-prices-row .bundle-prices{display:flex;gap:8px}.product-bundles-list .product-bundle-item .bundle-content .bundle-prices-row .bundle-prices .bundle-price{color:#fd6020;font-size:14px;font-style:normal;font-weight:420;line-height:normal}.product-bundles-list .product-bundle-item .bundle-content .bundle-prices-row .bundle-prices .bundle-compare-at-price{color:#b7b7b7;font-size:14px;font-style:normal;font-weight:420;line-height:normal;text-decoration-line:line-through}.product-bundles-list .product-bundle-item .bundle-content .bundle-prices-row .bundle-discount{align-items:flex-start;border:1.5px solid #fd6020;border-radius:2px;color:#fd6020;display:flex;font-size:10px;font-style:normal;font-weight:450;gap:8px;justify-content:center;letter-spacing:.5px;line-height:normal;padding:3px 6px;text-transform:uppercase}.product-bundles-list .product-bundle-item .bundle-description-row{background:#eef8f2;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:flex;font-size:14px;padding:8px 16px 10px}.product-bundles-list .product-bundle-item .bundle-description-row.hidden{display:none}.product-bundles-list .product-bundle-item .bundle-description-row *{color:#165c5c;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:0}.product-bundles-list .product-bundle-item .bundle-description-row ul{list-style:none;margin-left:0;padding-left:0}.product-bundles-list .product-bundle-item .bundle-description-row ul li{margin-bottom:5px;padding-left:17px;position:relative}.product-bundles-list .product-bundle-item .bundle-description-row ul li:before{border-bottom:2px solid #007575;border-left:2px solid #007575;border-radius:0 0 2px 2px;box-sizing:border-box;content:"";height:5px;left:.1em;position:absolute;top:.55em;transform:rotate(-45deg) scaleX(.9) scaleY(1.1);width:12px}.product-bundles-list .product-bundle-item .bundle-badge{align-items:center;background:none;display:flex;font-weight:450;gap:8px;height:24px;justify-content:center;min-height:24px;overflow:visible;padding:0 0 1px 10px;position:absolute;right:-1px;top:-1px;z-index:2}.product-bundles-list .product-bundle-item .bundle-badge svg{height:24px;margin-right:-9px;width:auto}.product-bundles-list .product-bundle-item .bundle-badge .bundle-badge-text{align-items:center;align-self:stretch;background:#007575;border-radius:0 6px 0 0;color:#fff;display:flex;font-size:14px;font-weight:450;gap:12px;letter-spacing:1px;padding:6px 10px 8px 0;text-transform:uppercase}.product-bundles-list .product-bundle-item .bundle-row-1{display:flex;padding:14px 10px 0}.product-bundles-list .product-bundle-item .bundle-row-1 .bundle-content{justify-content:start;padding-top:20px}.product-bundles-list .product-bundle-item .bundle-row-1 .bundle-content .bundle-header .bundle-name{margin-bottom:7px;padding:0}.express-payment-buttons{display:flex;gap:20px;justify-content:center;width:100%}@media only screen and (max-width:767.98px){.express-payment-buttons{gap:10px}}@supports (-webkit-appearance:-apple-pay-button){.express-payment-buttons .apple-pay-button{-apple-pay-button-style:#000;-webkit-appearance:-apple-pay-button;display:inline-block;text-indent:-9999px}@media only screen and (max-width:767.98px){.express-payment-buttons{display:grid;grid-template-columns:1fr 1fr}}}@supports not (-webkit-appearance:-apple-pay-button){.express-payment-buttons .apple-pay-button{display:none}}.express-payment-buttons>button{align-items:center;display:flex;flex:1;height:30px;justify-content:center;min-width:100px}.express-payment-buttons>button img{max-width:100%}.express-payment-buttons .google-pay-button{background-color:#000;border-radius:4px}.express-payment-buttons .google-pay-button img{height:60%;width:auto}.express-payment-buttons .paypal-button{background-color:#ffc439;border-radius:4px}.express-payment-buttons .paypal-button img{height:60%;width:auto}.express-payment-buttons .shop-pay-button{background-color:#5433eb;border-radius:4px}.express-payment-buttons .shop-pay-button img{height:60%;width:auto}.product-upsells-list{margin:0 0 24px;padding:0}.product-upsells-list .upsell-option-row{display:flex;justify-content:space-between;margin-bottom:11px}.product-upsells-list .upsell-option-row .upsell-label{color:#000;font-size:14px;font-weight:420;line-height:normal;text-transform:capitalize}.product-upsells-list .upsell-option-row .upsell-savings-badge{background:#fd6020;border-radius:2px;color:#fff;display:flex;font-size:14px;font-weight:450;letter-spacing:.5px;line-height:normal;padding:2px 6px 3px;text-transform:uppercase}.product-upsell-item{align-items:center;background:#fff;border:2px solid #d3d6d9;border-radius:6px;box-shadow:0 2px 8px 0 rgba(34,34,34,.04);display:flex;flex-direction:column;margin-bottom:8px;position:relative;transition:border-color .2s,box-shadow .2s}.product-upsell-item:has(.sub_tab_main_wrapper.no-variants){display:none}.product-upsell-item.selected{border-color:#007575;box-shadow:0 0 0 2px rgba(0,117,117,.133)}.product-upsell-item.selected .upsell-row-1 .btn__upsell-checkbox .checkbox-icon{opacity:1}.product-upsell-item.selected .upsell-bottom-wrapper:not(.has-youtube-embed){background-color:#eef8f2}.product-upsell-item.disabled .upsell-row-1 .btn__upsell-checkbox{cursor:not-allowed;opacity:.5}.product-upsell-item.disabled:hover{border:2px solid #d3d6d9}.product-upsell-item .upsell-radio-indicator{align-items:center;background:#fff;border:2px solid #bbb;border-radius:6px;display:none;flex-shrink:0;height:20px;justify-content:center;margin-right:18px;margin-top:2px;position:relative;transition:border-color .2s;width:20px}.product-upsell-item .upsell-radio-indicator .upsell-radio-indicator-inner{background:#222;border-radius:6px;height:10px;opacity:0;transition:opacity .2s;width:10px}.product-upsell-item .upsell-image{align-items:start;display:flex;justify-content:center;position:relative}.product-upsell-item .upsell-image .upsell-modal-trigger{cursor:pointer;display:flex;height:100%;justify-content:flex-end;position:absolute;right:4px;top:4px;width:100%}.product-upsell-item .upsell-image img{background:#f5f5f5;display:block;-o-object-fit:cover;object-fit:cover;width:110px}.product-upsell-item .upsell-content{display:flex;flex:1 1 0;flex-direction:column;justify-content:center;padding-left:0}.product-upsell-item .upsell-content .upsell-option-selector-row{color:#000;display:flex;font-size:14px;font-style:normal;font-weight:420;gap:8px;line-height:normal;padding:4px 0;text-transform:capitalize}.product-upsell-item .upsell-content .upsell-option-selector-row .upsell-option-label{font-size:14px}.product-upsell-item .upsell-content .upsell-option-selector-row .upsell-option-divider,.product-upsell-item .upsell-content .upsell-option-selector-row .upsell-option-selector-divider{color:#b8b8b8;font-size:14px}.product-upsell-item .upsell-content .upsell-option-selector-row .selected-upsell-option{font-size:14px;font-weight:400}.product-upsell-item .upsell-content .upsell-variant-select .hidden{display:none}.product-upsell-item .upsell-content .upsell-header{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;position:relative}.product-upsell-item .upsell-content .upsell-header .upsell-name{color:#252525;font-size:16px;font-style:normal;font-weight:420;line-height:normal;padding:18px 0 10px}.product-upsell-item .upsell-content .upsell-header .upsell-selected-device-name{color:#007575;font-size:12px;font-style:normal;font-weight:420;line-height:normal;padding-bottom:4px}.product-upsell-item .upsell-content .upsell-prices-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.product-upsell-item .upsell-content .upsell-prices-row .upsell-prices{display:flex;gap:8px}.product-upsell-item .upsell-content .upsell-prices-row .upsell-prices .upsell-price{color:#fd6020;font-size:14px;font-style:normal;font-weight:420;line-height:normal}.product-upsell-item .upsell-content .upsell-prices-row .upsell-prices .upsell-compare-at-price{color:#b7b7b7;font-size:14px;font-style:normal;font-weight:420;line-height:normal;text-decoration-line:line-through}.product-upsell-item .upsell-content .upsell-prices-row .upsell-discount{border:1.5px solid #fd6020;border-radius:2px;color:#fd6020;font-size:10px;font-style:normal;font-weight:450;gap:8px;letter-spacing:.5px;line-height:normal;padding:3px 6px;text-transform:uppercase}.product-upsell-item .upsell-bottom-wrapper{align-items:center;align-self:stretch;background:#f5f6f5;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:flex;font-size:14px;gap:16px;padding:8px 16px 10px;width:100%}.product-upsell-item .upsell-bottom-wrapper.has-youtube-embed{cursor:pointer}.product-upsell-item .upsell-bottom-wrapper:has(.upsell-youtube-embed-media){padding:6px}.product-upsell-item .upsell-bottom-wrapper .upsell-youtube-embed-media{aspect-ratio:9/7;border-radius:4px;position:relative}.product-upsell-item .upsell-bottom-wrapper .upsell-youtube-embed-media .external-video{cursor:pointer;height:100%;width:100%}.product-upsell-item .upsell-bottom-wrapper .upsell-youtube-embed-media .external-video .icon-play{height:100%;position:absolute;width:100%}.product-upsell-item .upsell-bottom-wrapper .upsell-youtube-embed-media .external-video .icon-play svg{background-color:transparent!important;background-color:#f8f8f8;color:hsla(0,0%,100%,.651);filter:contrast(.88);height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;transform:scale(.27);transition:all .3s;width:100%;z-index:1}.product-upsell-item .upsell-bottom-wrapper .upsell-youtube-embed-media .external_video_modal{pointer-events:none}.product-upsell-item .upsell-bottom-wrapper .upsell-youtube-embed-media .external_video_modal[open]{pointer-events:all}.product-upsell-item .upsell-bottom-wrapper .upsell-youtube-embed-media .video-wrapper{height:100%;width:100%}.product-upsell-item .upsell-bottom-wrapper .upsell-youtube-embed-media .video-wrapper video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-upsell-item .upsell-bottom-wrapper .upsell-youtube-embed-media img{border-radius:4px;max-height:72px;max-width:90px;-o-object-fit:cover;object-fit:cover}.product-upsell-item .upsell-bottom-wrapper .upsell-youtube-embed-media .lightbox-trigger{inset:10px 10px auto auto;position:absolute;z-index:1}.product-upsell-item .upsell-bottom-wrapper .upsell-youtube-embed-media .lightbox-trigger img{height:20px;max-width:-moz-fit-content;max-width:fit-content;-o-object-fit:contain;object-fit:contain;width:20px}.product-upsell-item .upsell-bottom-wrapper .upsell-youtube-embed-text-content{align-items:start;display:flex;flex-direction:column;justify-content:center;width:100%}.product-upsell-item .upsell-bottom-wrapper .upsell-youtube-embed-text-content .upsell-youtube-embed-title{color:#252525;font-size:14px;font-style:normal;font-weight:420;line-height:normal}.product-upsell-item .upsell-bottom-wrapper .upsell-youtube-embed-text-content .upsell-youtube-embed-text *{color:#6b6766;font-size:12px;font-style:normal;font-weight:400;line-height:normal;margin:4px 0}.product-upsell-item .upsell-bottom-wrapper .upsell-description{font-size:14px;width:100%}.product-upsell-item .upsell-bottom-wrapper .upsell-description *{color:#165c5c;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:0}.product-upsell-item .upsell-badge{align-items:center;background:none;display:flex;font-weight:450;gap:8px;height:24px;justify-content:center;min-height:24px;overflow:visible;padding:0 0 1px 10px;position:absolute;right:-1px;top:-1px;z-index:2}.product-upsell-item .upsell-badge svg{height:24px;margin-right:-9px;width:auto}.product-upsell-item .upsell-badge .upsell-badge-text{align-items:center;align-self:stretch;background:#007575;border-radius:0 6px 0 0;color:#fff;display:flex;font-size:14px;font-weight:450;gap:12px;letter-spacing:1px;padding:6px 10px 8px 0;text-transform:uppercase}.product-upsell-item .upsell-row-1{display:flex;gap:10px;padding:14px 10px 5px;width:100%}.product-upsell-item .upsell-row-1 .upsell-content{gap:7px;justify-content:start;padding-top:10px}.product-upsell-item .upsell-row-1 .upsell-content .upsell-header .upsell-name{padding:0}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main{align-items:start;background:#f8f8f8;border:1px solid hsla(240,5%,74%,.5);border-radius:12px;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;margin-bottom:10px;overflow:hidden;padding:0;position:relative;transition:all .3s ease;width:100%;z-index:11}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main.open{overflow:visible}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main *{color:#2c2c2c;font-size:14px}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main .sub-price-wrapper{align-items:center;cursor:pointer;display:flex;justify-content:space-between;position:relative;width:100%}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main .sub-price-wrapper>div{align-items:center;display:flex;gap:8px}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main .sub-price-wrapper .chevron-icon-wrapper svg{height:16px;transition:transform .2s ease;width:16px}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main .chevron-icon-wrapper{cursor:pointer;margin-top:6px;position:absolute;right:10px}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main.open .chevron-icon-wrapper svg{transform:rotate(180deg)}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_variant_selector{background:#f8f8f8;border-radius:6px;box-sizing:border-box;list-style:none;margin:0;overflow:hidden;overflow-y:auto;padding:0;position:relative;transition:max-height .3s ease;width:100%}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main.open .sub_tab_variant_selector{max-height:200px}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_variant_selector li{border-radius:6px;padding:7px 15px;position:relative}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_variant_selector li:last-child{border-bottom:none}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_variant_selector li.selected .sub-price-wrapper{font-weight:700}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_variant_selector li .upsell-variant-radio[disabled] .btn__upsell-checkbox{cursor:not-allowed;opacity:.3}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_variant_selector li.disabled,.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_variant_selector li:has(.upsell-variant-radio[disabled]){cursor:not-allowed;opacity:.3;pointer-events:none}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper{max-width:200px;min-height:48px;position:relative}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.multiple-variants .sub_tab_variant_selector li label{align-items:center;cursor:pointer;display:flex;gap:10px;justify-content:space-between;position:relative;width:100%}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.multiple-variants .sub_tab_main.open .sub_tab_variant_selector li label{padding-left:32px}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.multiple-variants .sub_tab_main.open{position:absolute}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.multiple-variants .sub_tab_main.open .sub_tab_variant_selector li label:before{background-color:#fff;border:2px solid #c9c9c9;border-radius:50%;box-sizing:border-box;content:"";height:18px;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:18px;z-index:1}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.multiple-variants .sub_tab_main.open .sub_tab_variant_selector li input:checked+label:before{background-color:#007575;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px;border-color:#007575}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.multiple-variants .sub_tab_variant_selector li input,.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.multiple-variants .sub_tab_variant_selector li input+label{display:none}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.multiple-variants .sub_tab_main.open .sub_tab_variant_selector li input+label,.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.multiple-variants .sub_tab_variant_selector li input:checked+label,.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.multiple-variants .sub_tab_variant_selector li.selected input+label{display:flex}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.multiple-variants .sub_tab_main:not(.open) .sub_tab_variant_selector li:not(.selected){display:none}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.multiple-variants .sub_tab_variant_selector li label span{color:#2c2c2c;font-size:14px;font-weight:400;line-height:1.4}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.multiple-variants .sub_tab_variant_selector li:hover{background-color:rgba(44,44,44,.05)}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.multiple-variants .sub_tab_variant_selector li label:hover{cursor:pointer}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.single-variant{min-height:0}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.single-variant .sub_tab_main{background:transparent;border:none;cursor:default;margin-bottom:0;padding:8px 0;pointer-events:none}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.single-variant .sub_tab_main .sub_tab_variant_selector{background:transparent;border:none;max-height:none;overflow:visible;padding:0}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.single-variant .sub_tab_main .sub_tab_variant_selector li{background:transparent;border:none;padding:0}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.single-variant .sub_tab_main .sub_tab_variant_selector li input,.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.single-variant .sub_tab_main .sub_tab_variant_selector li:not(.selected){display:none}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.single-variant .sub_tab_main .sub_tab_variant_selector li label{cursor:default;display:flex;gap:8px;justify-content:flex-start;padding:0}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.single-variant .sub_tab_main .sub_tab_variant_selector li label:before{display:none}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.single-variant .sub_tab_main .sub_tab_variant_selector li label .sub-price-wrapper span{color:#2c2c2c;font-size:14px;font-weight:400;line-height:1.4}.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_main_wrapper.single-variant .sub_tab_main .chevron-icon-wrapper{display:none}@media (max-width:640px){.product-upsell-item .upsell-row-1 .upsell-content .sub_tab_header p{margin-top:5px}}.product-upsell-item .upsell-row-1 .upsell-content .product-swatches .color-circle.selected-swatch:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:16px}.product-upsell-item .upsell-row-1 .upsell-content .product-swatches .color-circle.disabled{display:none}.product-upsell-item .upsell-row-1 .upsell-actions{align-items:center;display:flex;justify-content:center}.product-upsell-item .upsell-row-1 .btn__upsell-checkbox{align-items:center;background:#fff;border:2px solid #007575;border-radius:6px;box-shadow:0 2px 8px 0 rgba(34,34,34,.04);cursor:pointer;display:flex;height:20px;justify-content:center;padding:0;position:relative;transition:border-color .2s,box-shadow .2s;width:20px}.product-upsell-item .upsell-row-1 .btn__upsell-checkbox[aria-pressed=true],.product-upsell-item .upsell-row-1 .product-upsell-item.selected .btn__upsell-checkbox{background:#007575;border-color:#007575}.product-upsell-item .upsell-row-1 .btn__upsell-checkbox .checkbox-icon{align-items:center;display:flex;justify-content:center;opacity:0;transition:opacity .2s}.product-upsell-item .upsell-row-1 .btn__upsell-checkbox[aria-pressed=true] .checkbox-icon,.product-upsell-item .upsell-row-1 .product-upsell-item.selected .btn__upsell-checkbox .checkbox-icon{opacity:1}.product-upsell-item .upsell-row-1 .btn__upsell-checkbox svg{height:18px;width:18px}.product-upsell-item .upsell-row-1 .btn__upsell-checkbox svg path{fill:#fff;stroke:none}.product-upsell-item .upsell-row-1 .button-1.btn__upsell,.product-upsell-item .upsell-row-1 .button-2.btn__upsell{display:none!important}.content-section{display:flex;flex-direction:column;gap:25px}@media only screen and (min-width:992px){.content-section.mobile-only{display:none}}@media only screen and (max-width:991.98px){.content-section.desktop-only{display:none}}.content-section .no-gap,.content-section.no-gap{margin-top:-25px}.content-section>div:empty{display:none}.content-section .mous-accordion-media h2{margin-bottom:8px}.content-section .mous-accordion-media .content{font-size:14px!important}.icon-block{display:flex;flex-direction:column;gap:15px}.icon-block h3{font-size:22px;line-height:1}.icon-block h5{font-size:16px;font-weight:450!important;line-height:1}.icon-block ol,.icon-block ol>*,.icon-block p,.icon-block p>*,.icon-block ul,.icon-block ul>*{font-size:14px}.icon-block__grid{background:var(--bg);border:1px solid var(--border);border-radius:8px;display:flex;gap:16px;padding:12px 20px}@media only screen and (max-width:991.98px){.icon-block__grid{flex-direction:column}}.icon-block__grid>div{align-items:center;display:flex;gap:8px}.icon-block__grid>div h2{font-size:22px}@media only screen and (min-width:992px){.icon-block__grid>div{flex-basis:0;flex-grow:1}}.icon-block__grid>div img{height:auto;width:37px}.icon-block__grid>div p,.icon-block__grid>div strong{color:var(--color)}@media only screen and (max-width:991.98px){.icon-block__grid>div p:first-of-type,.icon-block__grid>div strong:first-of-type{margin-top:0}.icon-block__grid>div p:last-of-type,.icon-block__grid>div strong:last-of-type{margin-bottom:0}}.icon-block__grid--vertical>div{align-items:flex-start;flex-direction:column;justify-content:flex-start}.icon-block__grid--vertical>div p{margin:0}.icon-block__content p:first-of-type{margin-top:0}.icon-block__content p:last-of-type{margin-bottom:0}.video-block{position:relative}@media (hover:hover){.video-block:hover .play-button{background-color:#000}.video-block:hover .play-button svg{fill:#fff}.video-block:hover .play-button svg path{stroke:#fff}}.video-block .external-video{cursor:pointer}.video-block .external-video>*{pointer-events:none;touch-action:none}.video-block .external-video img{display:block;height:auto;max-width:100%}.video-block .inline-video video{display:block;width:100%}.video-block .inline-video iframe{aspect-ratio:16/9}.video-block .inline-video.active .inline-video__thumbnail,.video-block .inline-video:not(.active) iframe,.video-block .inline-video:not(.active) video{display:none}.video-block .inline-video__thumbnail{cursor:pointer}.video-block .inline-video__thumbnail img{aspect-ratio:var(--aspect-mobile);height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media only screen and (min-width:992px){.video-block .inline-video__thumbnail img{aspect-ratio:var(--aspect-desktop)}}.video-block .play-button{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:50px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px;z-index:1}.video-block .play-button svg{fill:#000;height:auto;width:33%}.video-block .modal-container .modal{border-radius:0;padding:0}.video-block .modal-container .modal video{display:block;height:auto;width:500px}.video-block .modal-container .modal iframe{border-radius:0;display:block;width:784px}.text-block{display:flex;flex-direction:column;gap:8px}.text-block>*{margin-bottom:8px;margin-top:0}.text-block li,.text-block li>*,.text-block p,.text-block p>*{font-size:14px}.text-block>:first-child{margin-top:0}.text-block>:last-child{margin-bottom:0}.text-block ul{padding-left:1em}.image-block{display:flex;flex-direction:column;gap:15px}.image-block h3{font-size:22px;line-height:1}.image-block h5{font-size:16px;font-weight:450!important;line-height:1}.image-block img{display:block;height:auto;max-width:100%;width:100%}

/*# sourceMappingURL=snippet.min.css.map*/