toggle-cross-sell{display:none;margin:var(--deployer-large-spacing) 0}#price-button.has-cross-sells{transition:all .2s ease}.toggle-cross-sell__content{display:flex;flex-direction:column;gap:var(--deployer-small-spacing)}.toggle-cross-sell__title{margin:0;font-size:var(--deployer-h3-font-size)}.toggle-cross-sell__description p{margin:0;line-height:normal;font-size:var(--deployer-p-font-size)}.toggle-cross-sell__products{display:flex;flex-direction:column;gap:calc(var(--deployer-large-spacing) * 2);width:100%}.toggle-cross-sell__product{display:flex;flex-direction:column;justify-content:space-between;width:100%;min-height:50px;border:var(--deployer-default-border);border-radius:var(--deployer-default-border-radius);background-color:#fff;cursor:pointer}.toggle-cross-sell__product-header{position:relative;border-top-left-radius:var(--deployer-default-border-radius);border-top-right-radius:var(--deployer-default-border-radius);padding:calc(var(--deployer-small-spacing) * 2)}.toggle-cross-sell__product-image{margin:var(--deployer-small-spacing)}.toggle-cross-sell__product-image--wide{margin:0}.toggle-cross-sell__product-image img{display:block;width:var(--deployer-toggle-cross-sell-image-width);border-radius:calc(var(--deployer-default-border-radius) - var(--deployer-small-spacing))}.toggle-cross-sell__product-image--wide img{object-fit:cover;min-height:100%;border-radius:0}.toggle-cross-sell__product-container{display:flex;flex-direction:row;cursor:auto;padding:calc(var(--deployer-small-spacing) * 2);justify-content:space-between}.toggle-cross-sell__product-content{display:flex;flex-direction:column;justify-content:center;gap:var(--deployer-small-spacing);padding:var(--deployer-small-spacing)}.toggle-cross-sell__product-title-and-price{display:flex;gap:var(--deployer-small-spacing);flex-wrap:wrap}.toggle-cross-sell__product-title-and-price--below-title{flex-direction:column}.toggle-cross-sell__product-title-and-price--next-to-title{flex-direction:column;row-gap:calc(.7 * var(--deployer-default-spacing));column-gap:var(--deployer-default-spacing)}.toggle-cross-sell__product-title{margin:0;font-size:13px;font-weight:600;line-height:normal;display:flex;flex-wrap:wrap;column-gap:var(--deployer-small-spacing)}.toggle-cross-sell__product-title-and-price--container{width:100%;display:flex;gap:var(--deployer-small-spacing)}.toggle-cross-sell__product-title-last{font-size:var(--deployer-p-small-font-size);width:100%}.toggle-cross-sell__product-price-container{display:flex;flex-direction:row;align-items:center;gap:var(--deployer-small-spacing);font-size:var(--deployer-p-font-size);height:20px;margin-left:calc(1rem + 17px)}.toggle-cross-sell__product-price{line-height:normal;color:#29ad33;font-weight:700}.toggle-cross-sell__product-compare-at-price{text-decoration:line-through;color:#8791aa;line-height:normal;font-weight:400}.toggle-cross-sell__product-benefit{display:flex;gap:var(--deployer-small-spacing);font-size:var(--deployer-p-small-font-size)}.toggle-cross-sell__product-benefit:not(:last-child){margin-bottom:var(--deployer-small-spacing)}span.toggle-cross-sell__product-benefit-text{line-height:1.3}.toggle-cross-sell__product-badge-container{position:absolute;top:-14px;left:50%;transform:translate(-50%);display:none;align-items:center;justify-content:center}.toggle-cross-sell__product-badge-discount{background-color:#ffc100;border-radius:4px;border:1px solid #e7af02;color:rgb(var(--deployer-color-foreground));font-size:var(--deployer-p-small-font-size);padding:0px var(--deployer-small-spacing);height:20px;display:flex;align-items:center;justify-content:center;width:fit-content;font-weight:700;position:relative;z-index:2}.toggle-cross-sell__product-badge-triangle--left{position:absolute;left:-5px;top:50%;transform:translateY(-50%) rotate(225deg);width:0;height:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #e7af02 transparent transparent;z-index:1}.toggle-cross-sell__product-badge-triangle--right{position:absolute;right:-5px;top:50%;transform:translateY(-50%) rotate(135deg);width:0;height:0;border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e7af02;z-index:1}.toggle-cross-sell__product-price-badge{background-color:rgb(var(--deployer-color-foreground));border-radius:4px;color:rgb(var(--deployer-primary-color-text));font-size:var(--deployer-p-small-font-size);padding:0px var(--deployer-small-spacing);height:20px;display:none;align-items:center;justify-content:center;width:fit-content}span.toggle-cross-sell__product-checkbox-title{font-weight:700;font-size:16px;color:rgb(var(--deployer-color-foreground))}.toggle-cross-sell__product .deployer-checkbox,.toggle-cross-sell__product .deployer-button,.toggle-cross-sell__product .deployer-switch{margin-right:var(--deployer-default-spacing)}.toggle-cross-sell__text-add,.toggle-cross-sell__text-added,.toggle-cross-sell__text-remove,.toggle-cross-sell__text-add-icon,.toggle-cross-sell__text-added-icon,.toggle-cross-sell__text-remove-icon{display:none}.toggle-cross-sell__product .deployer-button.deployer-button--secondary .toggle-cross-sell__text-add{display:block}.toggle-cross-sell__product .deployer-button.deployer-button--active:not(:hover) .toggle-cross-sell__text-added{display:block}.toggle-cross-sell__product .deployer-button.deployer-button--active:hover .toggle-cross-sell__text-remove{display:block}.toggle-cross-sell__product .deployer-checkbox{display:flex;align-items:center;position:relative}.toggle-cross-sell__product .deployer-select{width:100%}.toggle-cross-sell__product input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;width:0;height:0}.toggle-cross-sell__product-checkbox{position:relative;display:inline-block;width:18px;height:18px;min-width:18px;min-height:18px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;cursor:pointer;transition:all .2s ease;margin-right:8px}.toggle-cross-sell__product input[type=checkbox]:checked+.toggle-cross-sell__product-checkbox{background-color:rgb(var(--deployer-color-foreground));border-color:rgb(var(--deployer-color-foreground))}.toggle-cross-sell__product input[type=checkbox]:checked+.toggle-cross-sell__product-checkbox:after{content:"";position:absolute;left:4px;top:1px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.toggle-cross-sell__product input[type=checkbox]:not(:checked)+.toggle-cross-sell__product-checkbox:hover{border-color:rgb(var(--deployer-color-foreground))}@media screen and (max-width: 350px){.toggle-cross-sell__product .deployer-button{padding:0;min-width:calc(.8 * var(--deployer-inputs-min-height))}.toggle-cross-sell__text-add-icon,.toggle-cross-sell__text-added-icon,.toggle-cross-sell__text-remove-icon{display:flex}.toggle-cross-sell__text-add-text,.toggle-cross-sell__text-added-text,.toggle-cross-sell__text-remove-text{display:none}}.toggle-cross-sell__wrapper{position:relative;display:flex;align-items:center;gap:var(--deployer-default-spacing)}.toggle-cross-sell__products{flex-direction:row;overflow-x:auto;padding:15px 0;gap:calc(var(--deployer-large-spacing) / 2);align-items:flex-start;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.toggle-cross-sell__products::-webkit-scrollbar{display:none}.toggle-cross-sell__product{min-width:calc(100% - var(--deployer-large-spacing));justify-content:flex-start}.toggle-cross-sell__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center;background-color:#fffffff2;border:1px solid #d1d5db;border-radius:50%;cursor:pointer;z-index:10;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.toggle-cross-sell__arrow svg{width:24px;height:24px;color:rgb(var(--deployer-color-foreground))}.toggle-cross-sell__arrow:hover:not(:disabled){background-color:rgb(var(--deployer-color-foreground));border-color:rgb(var(--deployer-color-foreground));box-shadow:0 4px 12px #00000026}.toggle-cross-sell__arrow:hover:not(:disabled) svg{color:#fff}.toggle-cross-sell__arrow:disabled{opacity:.3;cursor:not-allowed;background-color:#f3f4f6}.toggle-cross-sell__arrow--left{left:-20px}.toggle-cross-sell__arrow--right{right:-20px}toggle-cross-sell:not([data-show-arrows-desktop=true]) .toggle-cross-sell__arrow{display:none}@media screen and (max-width: 749px){toggle-cross-sell:not([data-show-arrows-mobile=true]) .toggle-cross-sell__arrow{display:none}toggle-cross-sell[data-show-arrows-mobile=true] .toggle-cross-sell__arrow{display:flex}.toggle-cross-sell__arrow--left{left:0}.toggle-cross-sell__arrow--right{right:0}}@media screen and (min-width: 750px){toggle-cross-sell[data-show-arrows-desktop=true] .toggle-cross-sell__arrow{display:flex}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/component-toggle-cross-sell.css.map */
