.section-upsell{margin:60px 0}.text-center{text-align:center}.upsell-container{width:100%;max-width:var(--page-width, 1200px);margin:0 auto}.upsell-header{display:flex;margin-bottom:16px;position:relative;justify-content:space-between!important;align-items:center}.upsell-title{font-size:var(--heading-font-size, 24px);font-weight:var(--heading-font-weight, 600);text-align:center;margin:0;padding:0}.upsell-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media screen and (max-width: 990px){.upsell-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 768px){.upsell-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.upsell-grid{grid-template-columns:1fr}}.upsell-slider{display:flex;width:100%;position:relative}.upsell-content{position:relative;overflow:hidden;transition:transform .5s ease}.upsell-product-item{flex:0 0 var(--slide-width, calc(100% / var(--products-per-slide, 4)));padding:0 10px;box-sizing:border-box;width:100%;user-select:none;-webkit-user-select:none;-ms-user-select:none}@media screen and (max-width: 990px){.upsell-product-item{flex:0 0 calc(100%/min(var(--products-per-slide, 4),3));max-width:calc(100%/min(var(--products-per-slide, 4),3))}}@media screen and (max-width: 768px){.upsell-product-item{flex:0 0 50%;max-width:50%}}@media screen and (max-width: 480px){.upsell-product-item{flex:0 0 100%;max-width:100%}}.upsell-product-image{position:relative;overflow:hidden;border-radius:var(--image-border-radius, 0)}.upsell-product-image img{display:block;width:100%;height:100%;transition:transform .6s ease;max-height:130px}.upsell-product-image:hover img{transform:scale(1.05)}.upsell-product-vendor{font-size:13px;color:var(--text-color-light, #767676);margin-bottom:5px}.upsell-product-title{font-size:16px;font-weight:500;margin:0 0 4px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.upsell-product-title a{color:var(--text-color, #333);text-decoration:none}.upsell-product-title a:hover{color:var(--primary-color, #000)}.upsell-product-price{font-size:15px;margin:0 0 4px;font-weight:500}.upsell-price-sale{color:var(--sale-color, #e4002b);margin-right:4px}.upsell-price-compare{text-decoration:line-through;color:var(--text-color-light, #767676);font-weight:400}.upsell-add-to-cart{display:inline-block;padding:10px 20px;background-color:var(--button-background, #000);color:var(--button-text, #fff);border:1px solid var(--button-border, #000);border-radius:var(--button-radius, 0);font-size:16px;font-weight:500;text-align:center;cursor:pointer;transition:all .3s ease;width:100%;max-width:104px}.upsell-add-to-cart:hover{background-color:var(--button-background-hover, #333);color:var(--button-text-hover, #fff)}.upsell-add-to-cart:disabled{opacity:.7;cursor:not-allowed}.upsell-dots{display:flex;justify-content:center;gap:8px}.upsell-dot{width:10px;height:10px;border-radius:50%;background-color:var(--dot-color, #ddd);border:none;padding:0;cursor:pointer;transition:background-color .3s,transform .2s}.upsell-dot:hover{background-color:var(--dot-color-hover, #bbb)}.upsell-dot.active{background-color:#333029;transform:scale(1.1)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{animation:pulse .7s ease-in-out}.upsell-product-item{border:1px solid #e9e5d9;flex-direction:row;background:#fff;display:flex;padding:0;gap:16px}.upsell-product-item button{border-radius:100px;border:1px solid #333029;background:#fff;color:#333029}.upsell-product-image{max-width:120px}.upsell-product-info{padding:12px 0}.upsell-product-price{gap:5px;display:flex;flex-direction:row-reverse;justify-content:flex-end}span.upsell-price-compare{color:#33302966;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-decoration-line:strikethrough}span.upsell-price-sale{color:#333029;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal}h3.upsell-product-title{color:#333029;font-family:Cooper BT;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.upsell-slider{gap:12px}h2.upsell-title{color:#333029;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.upsell-container{margin-bottom:32px}.modal-upsell-main{position:fixed;bottom:0;right:0;width:400px;height:100dvh;padding:32px 20px;background:#faf8f6;overflow:auto;z-index:9999;max-width:100%}.modal-upsell-main .modal-content{position:relative;top:0;transform:none;left:0;width:100%;padding:20px;background:#fff;border-radius:0}.modal-upsell-main .product-single__title{font-size:24px!important;color:#333029;font-family:Cooper BT;font-style:normal;font-weight:300;line-height:normal}.label-modal{color:#333029;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.group-qty-selector{display:flex;flex-direction:row;gap:10px}.w-full{width:100%}.group-qty-selector span{color:#333029;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:flex;padding:8px 20px;justify-content:center;align-items:center;gap:10px;border-radius:100px;background:#faf8f6;cursor:pointer}.group-qty-selector span.active{border:1px solid #333029;background:#fff}.modal-upsell-main .modal-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;margin:15px 0}.modal-upsell-main .modal-footer button{display:flex;padding:20px 12px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:8px;background:#333029;color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.modal-upsell-main .modal-footer button.is-disabled{opacity:.5}.content-qty-selector{margin-bottom:16px}.modal-upsell-main .modal-close{position:fixed;top:21px;right:20px;padding:10px}.modal-product{margin-bottom:24px}.modal-gallery .gallery-pagination{bottom:30px;display:flex;justify-content:center;align-items:center;width:100%;gap:10px;position:absolute}.product-gallery{position:relative}span.gallery-bullet{position:relative;display:block;width:10px;height:10px;background-color:#fff;border-radius:50px;cursor:pointer}span.gallery-bullet.active{background-color:#333029}span.variant-option{border-radius:100px;background:#faf8f6;display:flex;padding:8px 20px;justify-content:center;align-items:center;gap:10px;color:#333029;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:normal;cursor:pointer}span.variant-option.selected{border:1px solid #333029;background:#fff}.variant-options{display:flex;gap:16px}.product-variant-selector{margin-bottom:16px}.modal-upsell-main .gallery-slide img{height:335px;width:100%;object-fit:cover;object-position:center;display:block}.modal-upsell-main .modal-footer a{text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-state-image{width:30px;height:30px;animation:spin 2s linear infinite;opacity:.6}.modal-upsell-main .modal-content:empty{padding:0}.modal-loading-state{text-align:center}@media screen and (max-width: 560px){.upsell-product-image img{max-width:100%;max-height:100%;object-fit:cover}.upsell-product-item button{font-size:13px;padding:10px 30px;width:max-content;line-height:100%}.upsell-product-title{line-height:100%;font-size:15px!important;margin-bottom:0}}@media screen and (max-width: 768px){.modal-upsell-main{width:100%;height:100dvh;padding:32px 20px}}.no-scroller,.no-scroller body{overflow:hidden}@media screen and (max-width: 1024px){.product-single__meta{padding-left:0}}.upsell-title p{margin:0}.drawer__contents{width:100%!important}.drawer--cart{max-width:375px}[data-type-section=cart]{margin:0;padding:20px 0 20px 20px;border-top:1px solid #e9e5d9;background:#faf8f6}[data-type-section=cart] .upsell-header{padding-right:20px}::-webkit-scrollbar{-webkit-appearance:none;width:5px;height:5px}::-webkit-scrollbar-thumb{border-radius:4px;background-color:#00000080}.drawer--cart .drawer__header{height:auto;padding:16px 20px;border-bottom:1px solid #e9e5d9;background:#faf8f6}.drawer--cart .drawer__header p{margin:0;color:#333029;font-family:Cooper BT;font-size:21px;font-style:normal;font-weight:300;line-height:normal}.drawer--cart .drawer__close-button{padding:0 15px}.drawer--cart .drawer__scrollable{padding:16px 20px}.drawer--cart a.cart__product-name{color:#333029;font-family:Cooper BT;font-size:18px;font-style:normal;font-weight:300;line-height:normal}.drawer--cart span.cart__item-subtitle.cart__item-subtitle--inline,.drawer--cart span.cart__item-price{color:#33302966;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.drawer--cart .cart__row-product.ajaxcart__row-product{padding:0;margin-bottom:20px}.flex{display:flex}.flex-col{flex-direction:column}.cart_item__bottom-action{display:flex;flex-direction:row;justify-content:space-between}button.cart__remove.text-link{color:#333029;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.cart__quantity{color:#333029;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal;width:78px;text-align:center;padding-left:18px}.drawer__footer.cart__footer{padding:16px 20px;border-top:1px solid #e9e5d9;background:#faf8f6}.drawer__footer.cart__footer button{border-radius:8px;background:#b28967;display:flex;padding:20px 12px;justify-content:center;align-items:center;gap:10px;color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:500;line-height:normal;border:none}.cart__details *{color:#333029;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.drawer__footer.cart__footer label{margin:0;color:#333029;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal}textarea#CartDrawerSpecialInstructions{background-color:#fff}.cart__footer .accordion-item-hea:not(:first-child){border-bottom:1px solid #e9e5d9}span.prev-icon{position:relative!important;display:inline-block;right:auto!important;top:auto!important;width:20px!important;height:20px!important;margin-right:10px!important}span.prev-icon svg{width:100%!important;height:auto!important}@media screen and (max-width: 968px){.drawer--cart.drawer--cart--static:is(.drawer--is-open){top:0;right:0;transform:none;max-width:100%}}.drawer .upsell-product-image img{max-height:150px;object-fit:cover}.product-variant-selector.variant-container-for-Size span.variant-option{padding:8px 18px;height:auto;font-size:15px;width:max-content}.product-variant-selector.variant-container-for-Size .variant-options{flex-wrap:wrap}.item_cart_container{display:flex;flex-direction:column}
/*# sourceMappingURL=/cdn/shop/t/177/assets/product-upsell-module.css.map */
