.ollin-bundles{padding:var(--spacing-6, 2rem) 0}.ollin-bundles>.hdt-container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:start}@media (max-width: 768px){.ollin-bundles>.hdt-container{grid-template-columns:1fr}}.bundle-section{display:flex;flex-direction:column;border:1px solid black;border-radius:.5rem;overflow:hidden}.bundle-header{padding:1rem;background:#fff;border-bottom:1px solid rgba(0,0,0,.1)}.bundle-header__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.bundle-products{display:flex;flex-direction:column;gap:0}.bundle-product-card{display:flex;flex-direction:row;gap:1rem;align-items:center;padding:.75rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.bundle-product-card:last-child{border-bottom:none}@media (max-width: 768px){.bundle-product-card:last-child{border-bottom:none}.bundle-product__media{width:100%}}.bundle-title{margin:0;font-size:clamp(1.75rem,1.5vw,2.25rem);line-height:1.2;text-transform:uppercase;font-weight:700;flex:1}.bundle-discount-badge,.bundle-savings{display:inline-flex;align-items:center;justify-content:center;background:#c10331;color:#fff;padding:.5rem 1rem;border-radius:.375rem;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.bundle-price{margin:.25rem 0;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.bundle-total-value{font-size:1.2rem;font-weight:400;text-decoration:line-through;color:#0009}.bundle-price-label{margin-right:0}.bundle-price-value{font-weight:700;font-size:1.6rem;color:#c10331}.bundle-description{color:#000000b3;margin:.25rem 0 0;font-size:.85rem;line-height:1.4}.bundle-product__media{display:block;flex-shrink:0;width:100%;max-width:150px;overflow:hidden;border-radius:.375rem;padding:1rem}.bundle-product__media img{width:100%;height:auto;display:block;object-fit:cover}.bundle-product__info{display:flex;flex-direction:column;gap:.5rem;flex:1}.bundle-product__title{margin:0;font-size:.95rem;line-height:1.3;display:flex;align-items:center;gap:.5rem}.bundle-product__title a{text-decoration:none;color:inherit}.bundle-product__title a:hover{text-decoration:underline}.bundle-product__quantity-badge{display:inline-block;background:#fff3;padding:.15rem .4rem;border-radius:.25rem;font-size:1.2rem;font-weight:600;margin-left:.25rem;color:#c10331}.bundle-product__price{display:flex;align-items:baseline;gap:.5rem}.bundle-price{font-weight:600;font-size:1.1rem}.bundle-compare-price{color:#00000080;text-decoration:line-through;font-size:.9rem}.bundle-product__options{display:flex;flex-direction:column;gap:.4rem}.bundle-opt__label{font-size:.8rem;margin-bottom:0}.bundle-opt__select{width:100%;border:1px solid currentColor;border-radius:var(--buttons-radius, .375rem);background:#fff;line-height:1.2;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 20 20" fill="%23000"><path d="M5.516 7.548l4.484 4.487 4.484-4.487 1.516 1.516-6 6-6-6z"/></svg>');background-repeat:no-repeat;background-position:right .7rem center;background-size:14px 14px}.bundle-opt__select:focus{outline:2px solid currentColor;outline-offset:2px}.bundle-opt__select:hover{border-color:#0009}.bundle-actions{text-align:center;padding:1.5rem;border-top:2px solid rgba(0,0,0,.1);background:#fff}.bundle-add-btn{padding:1rem 2.5rem;border:2px solid #000;border-radius:var(--buttons-radius, .375rem);background:#000;color:#fff;cursor:pointer;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;transition:all .2s;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.bundle-add-btn:hover:not(:disabled){background:#fff;color:#000;transform:translateY(-1px)}.bundle-add-btn:active:not(:disabled){transform:translateY(0)}.bundle-add-btn:disabled{opacity:.5;cursor:not-allowed;background:#666;border-color:#666;transform:none}.bundle-btn-label{font-weight:700}.bundle-btn-spinner{font-weight:400;font-style:italic}.bundle-variants{display:none}.bundle-free-section{display:flex;gap:1rem;align-items:center;padding:1rem}.bundle-free-section__header{margin-bottom:.75rem;width:100%;max-width:150px;text-align:right}.bundle-free-section__title{font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#c10331;display:inline-block;transform-origin:center;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.bundle-free-products__flex{display:flex;gap:.75rem}.bundle-free-product{display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center;padding:.75rem;background:#fff;border:2px dashed rgba(0,0,0,.15);border-radius:.5rem;position:relative}.bundle-free-product__media{display:block;width:100%;max-width:100px;overflow:hidden;border-radius:.375rem;position:relative;margin:0 auto}.bundle-free-product__media:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid rgba(0,0,0,.1);border-radius:.375rem;pointer-events:none}.bundle-free-product__media img{width:100%;height:auto;display:block;object-fit:cover}.bundle-free-product__info{display:flex;flex-direction:column;gap:.4rem;width:100%}.bundle-free-product__title{font-size:.85rem;font-weight:600;line-height:1.3;color:#000;margin:0}.bundle-free-product__price{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.bundle-free-product__price-strikethrough{text-decoration:line-through;color:#00000080;font-size:.8rem}.bundle-free-product__price-label{background:#000;color:#fff;padding:.2rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:700;letter-spacing:.05em}@media (max-width: 768px){.bundle-free-products__grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem}.bundle-free-product{padding:.5rem}}.ea{padding:var(--spacing-6, 2rem) 0}.ea__header{text-align:center;margin-bottom:var(--spacing-6, 2rem)}.ea__promo{display:inline-flex;gap:.6rem;align-items:center;padding:.35rem .6rem;border:1px solid currentColor;border-radius:999px;margin-bottom:.75rem}.ea__promo-badge{background:var(--color-sale, #e11d48);color:#fff;border-radius:999px;padding:.15rem .5rem;font-weight:700;font-size:1.2rem}.ea__promo-text{font-size:1.2rem;opacity:.85}.ea__title{margin:0 0 .25rem}.ea__subtitle{color:#787878;margin:0}.ea__tier{margin:var(--spacing-7, 3rem) 0}.ea__tier-head{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1rem}.ea__tier-title{margin:0;font-size:clamp(1.1rem,1vw + 1rem,1.5rem)}.ea__tier-badge{display:inline-block;padding:.2rem .5rem;border:1px solid currentColor;border-radius:.5rem;font-size:.8rem;font-weight:600}.ea__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.ea-card{display:flex;flex-direction:column;gap:.5rem;border:1px solid rgba(0,0,0,.08);border-radius:.5rem;padding:.75rem}.ea-card__media{display:block;width:100%;position:relative}.ea-card__media{height:100%}.ea-card__title{font-size:.95rem;margin:.25rem 0}.ea-card__price{margin-top:auto}.ea-card__btn{margin-top:.5rem;width:100%;padding:.6rem .9rem;border:1px solid currentColor;border-radius:.375rem;background:transparent;cursor:pointer;transition:background .2s ease}.ea-card__btn[disabled]{opacity:.6;cursor:not-allowed}.ea-card__btn:hover{background:#000;color:#fff}.ea-card__options{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.ea-opt__label{font-size:.85rem;color:#000000b3;margin:.25rem 0 .1rem}.ea-opt__select{width:100%;padding:.55rem .9rem;border:1px solid rgba(0,0,0,.15);border-radius:.5rem;background:#fff;//font-size:.95rem;line-height:1.2;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 20 20" fill="%23000"><path d="M5.516 7.548l4.484 4.487 4.484-4.487 1.516 1.516-6 6-6-6z"/></svg>');background-repeat:no-repeat;background-position:right .7rem center;background-size:14px 14px}.ea-opt__select:focus{outline:2px solid currentColor;outline-offset:2px}.ea-opt__select:hover{border-color:#0009}.ea-card__btn+.ea-variants{display:none}.ea-price__final{color:var(--color-sale, #e11d48);font-weight:700}.ea-price__compare{color:#00000080;text-decoration:line-through}.ea-price__badge{background:var(--color-sale, #e11d48);color:#fff;border:0;padding:.15rem .45rem;border-radius:.35rem;font-size:.75rem;font-weight:700}.ea-badge-ribbon{position:absolute;top:.5rem;left:.5rem;background:var(--color-sale, #e11d48);color:#fff;padding:.25rem .5rem;border-radius:.35rem;font-weight:800;font-size:.85rem;box-shadow:0 2px 6px #00000026;letter-spacing:.02em}
/*# sourceMappingURL=/cdn/shop/t/24/compiled_assets/styles.css.map */
