.custom-product-container{background-color:#ff4438;padding-bottom:72px;padding-top:65px}.custom-product-wrapper{display:grid;grid-template-columns:1fr;gap:2rem;display:flex;gap:72px}.usp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:9px}.usp-grid-items{background:#5315140d;position:relative;max-width:198px;max-height:137px;border-radius:10px;padding:9px;border:1px solid #5315140d}.usp-grid-items:hover{border:1px solid #a65c41}a.usp-card{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.usp-name{font-family:Roboto,sans-serif;font-weight:300;font-size:14px;color:#000;line-height:20px;letter-spacing:0;text-align:center;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.usp-wrapper{margin-top:48px}.ups-heading{font-family:Roboto,sans-serif;font-weight:300;margin-bottom:9px;font-size:16px;line-height:20px;letter-spacing:0}img.usp-img{max-width:89px;max-height:89px;object-fit:contain;aspect-ratio:1 / 1}.custom-product-images-gallery,.custom-product-content-wrapper{width:50%}.custom-product-image-wrapper{width:100%;position:relative;border-radius:20px;overflow:hidden;box-shadow:4px 4px #10312b;border:3px solid #10312b}.custom-product-image-wrapper-forth{width:100%}.custom-product-main-image-forth{object-fit:cover;width:100%;max-height:612px;border-radius:20px}.custom-product-main-image{width:100%;height:auto;display:block;border-radius:20px}.custom-product-content-wrapper{display:flex;flex-direction:column;gap:18px;position:sticky;top:80px;height:100%;box-shadow:4px 4px #10312b;border:3px solid #10312b;background-color:#fdfbf5;padding:72px;border-radius:20px}.custom-product-badge{font-family:Inter,sans-serif;display:inline;padding:2px 7px;background-color:#10312b;color:#fff;font-size:13px;font-weight:400;line-height:21px;letter-spacing:-.39px;border-radius:3px;width:max-content;text-transform:uppercase}.compare-at-price{text-decoration:line-through;margin-right:6px}.custom-product-title{text-transform:math-auto!important;margin:0;font-family:Prompt,sans-serif;font-weight:900;font-size:72px;line-height:60px;letter-spacing:0;color:#10312b}.custom-product-description ul{list-style:none;margin:0}.custom-product-description ul li{margin-bottom:18px}.custom-product-description ul li:last-child{margin-bottom:0}.custom-product-description p{margin:0;font-size:16px;font-weight:400;line-height:20px;letter-spacing:-.32px;color:#10312b}.custom-product-buy-box{padding:30px 0 12px}.custom-product-price{display:flex;align-items:center;gap:1rem}.custom-product-price-value{font-size:1.5rem;font-weight:600}.custom-product-compare-price{font-size:1.125rem;text-decoration:line-through;opacity:.6}.custom-product-quantity{width:fit-content}.custom-product-add-to-cart{flex:1}.custom-product-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.custom-product-free-shipping{text-align:center}.free-shipping-text{display:inline-flex;align-items:center;gap:.5rem;position:relative;padding-right:20px}.free-shipping-tooltip-wrapper{position:absolute;top:-4px;right:12px;width:100%;display:inline-block;cursor:help;text-align:right}.free-shipping-tooltip-icon{display:inline-flex;align-items:center;justify-content:center;color:#000}.free-shipping-tooltip-content{position:absolute;bottom:100%;right:-10px;margin-bottom:.5rem;padding:15px 21px 20px;background-color:#fff;color:#000;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:10;pointer-events:none;max-width:330px;width:100%;font-family:Roboto,sans-serif;font-size:14px;font-weight:300;line-height:20px;letter-spacing:0;box-shadow:0 4px 4px #00000040;display:block;text-align:left}.free-shipping-tooltip-content:after{content:"";position:absolute;top:100%;right:10px;border:5px solid transparent;border-top-color:#fff}.free-shipping-tooltip-wrapper:hover .free-shipping-tooltip-content{opacity:1;visibility:visible}.assortment-list-title{margin-bottom:18px}.quantity-controls-price-container{display:flex;gap:27px;align-items:center;margin:29px 0}.quantity-controls-price-value{font-family:Prompt,sans-serif;font-size:28px;font-weight:900;line-height:20px;letter-spacing:0;color:#10312b}.quantity-controls{display:flex;align-items:center;border-radius:8px;height:42px}.custom-product-container .pdp-quantity-btn{background:none;cursor:pointer;border-radius:100px;display:flex;align-items:center;justify-content:center;transition:border .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;border:3px solid #10312b;box-shadow:4px 4px #10312b;width:40px;height:40px;margin:0 4px 4px 0;font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:20px;letter-spacing:0;color:#10312b}.custom-product-container .pdp-quantity-btn:hover{background-color:#fdfbf5;border-color:#ff4438;transform:translate(4px,4px);box-shadow:unset}.quantity-input:disabled{background-color:#fff}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.add-to-cart-btn{background:none;border:none;cursor:pointer;border-radius:100px;display:flex;align-items:center;justify-content:center;color:#10312b;font-family:Prompt,sans-serif;font-weight:900;font-size:16px;line-height:20px;letter-spacing:0;padding:9px 18px;width:100%;margin:0 4px 4px 0;border:3px solid #10312b;box-shadow:4px 4px #10312b;transition:border .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.add-to-cart-button-container{transition:transform .2s ease}.add-to-cart-button-container:hover{transform:translateY(4px)}.add-to-cart-btn:hover{background-color:#fdfbf5;border-color:#ff4438;transform:translate(4px,4px);box-shadow:unset}.add-to-cart-btn:disabled{background:#ccc;color:#666;cursor:not-allowed;transform:none}.shopify-payment-terms{margin-bottom:1rem}.shopify-payment-terms__content{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:20px;letter-spacing:-.32px;color:#10312b}.shopify-payment-terms__link{color:#000;text-decoration:underline;text-decoration-color:#ff4438;transition:color .2s ease;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:18px;letter-spacing:-.32px}.dynamic-payment-buttons{width:100%;margin-top:1rem}.dynamic-payment-buttons .shopify-payment-button{margin-bottom:.5rem}.dynamic-payment-buttons .shopify-payment-button:last-child{margin-bottom:0}.dynamic-payment-buttons .shopify-payment-button__button{border-radius:100px!important;transition:all .2s ease;margin:0 4px 4px 0}.affirm-payment-terms{font-family:Inter,sans-serif!important;font-size:16px;font-weight:400;line-height:20px;letter-spacing:-.32px;color:#10312b}.shopify-payment-button__more-options{font-family:Inter,sans-serif!important;font-size:16px;font-weight:500!important;line-height:18px;letter-spacing:-.32px;color:#000;text-decoration:underline;text-decoration-color:#ff4438;text-underline-offset:4px;text-decoration-thickness:3px;transition:color .2s ease;text-transform:capitalize}shopify-accelerated-checkout,shopify-accelerated-checkout-cart{--shopify-accelerated-checkout-button-box-shadow: 4px 4px 0px 0px #10312b !important;--shopify-accelerated-checkout-button-border: 3px solid #10312b !important;--shopify-accelerated-checkout-button-border-radius: 100px !important;--shopify-accelerated-checkout-button-width: 100% !important;--shopify-accelerated-checkout-button-margin: 0 4px 4px 0 !important;--shopify-accelerated-checkout-button-transition: all .2s ease !important;--shopify-accelerated-checkout-button-hover-box-shadow: unset !important;--shopify-accelerated-checkout-button-hover-border: 3px solid #ff4438 !important;--shopify-accelerated-checkout-button-hover-margin: 4px 0 0 4px !important}@media (min-width: 768px){.custom-product-wrapper{row-gap:27px}}@media only screen and (min-width: 767px) and (max-width: 1199px){.custom-product-wrapper{gap:36px}}@media only screen and (min-width: 767px) and (max-width: 1080px){.product-images__desktop .product-image{flex:0 0 47%!important;width:47%!important}.custom-product-title{font-size:32px;line-height:28px;letter-spacing:-.32px}}@media (max-width: 880px){.usp-grid-items{max-width:113px;max-height:157px}.usp-grid{grid-template-columns:repeat(auto-fit,minmax(106px,1fr))}}@media only screen and (max-width: 768px){.custom-product-image-wrapper,.custom-product-image-wrapper-forth{display:none}.custom-product-images-gallery{width:100%;max-width:100%;overflow:hidden;background-color:#ff4438;border-bottom:4px solid #10312b;padding-top:36px;padding-bottom:18px}.affirm-payment-terms{text-align:center}.quantity-controls{justify-content:center;width:100%}.add-to-cart-button-container{height:auto}.add-to-cart-btn{min-width:auto;width:100%}.custom-product-wrapper{flex-direction:column;gap:0}.custom-product-images-gallery,.custom-product-content-wrapper{width:100%}.custom-product-content-wrapper{position:unset;border:none;box-shadow:none;padding:36px;border-radius:0;background-color:transparent;align-items:center;border-bottom:4px solid #10312b}.custom-product-title{font-size:32px;line-height:28px;letter-spacing:-.32px;text-align:center}.custom-product-container{padding:0;background-color:#fff;border-radius:0;box-shadow:none;border:none}.custom-product-wrapper.page-width{padding:0}.custom-product-buy-box{padding:18px 0 12px}.quantity-controls-price-container{justify-content:center}.quantity-controls{width:auto}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/custom-product.css.map */
