.section-product-bundle{position:relative}.section-product-bundle__group{display:none}.section-product-bundle__group.active{display:block}.section-product-bundle__group .products{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5em 1em}@media (max-width:768px){.section-product-bundle__group .products{grid-template-columns:repeat(2,1fr)}}.section-product-bundle__review{display:grid;grid-template-columns:1fr 35%;gap:3em}@media (max-width:768px){.section-product-bundle__review{grid-template-columns:100%;gap:1.5em}}.section-product-bundle__review .review-products__title{margin-bottom:1.25em;line-height:1}.section-product-bundle__review .review-products__title span{font-size:1.5em}.section-product-bundle__review .review-products__list{border-bottom:2px solid var(--color-grey-light);padding-bottom:2em;margin-bottom:2em;display:flex;flex-direction:column;gap:1em}.section-product-bundle__review .review-products__list:last-of-type{margin-bottom:0}.section-product-bundle__review .review-actions button{margin:1em 0 1.5em 0;width:100%}.section-product-bundle__review .review-totals{display:flex;justify-content:space-between;align-items:flex-end}.section-product-bundle__review .review-totals div{line-height:1;font-size:1.125em}.section-product-bundle__review .review-totals .bundle-price,.section-product-bundle__review .review-totals .saved-price{font:1em NunitoDisplay,arial,sans-serif;font-weight:400}.section-product-bundle__review .review-product{display:flex;gap:1em;align-items:center}.section-product-bundle__review .review-product__image img{border-radius:.625em;border:1px solid #f7f4ef}.section-product-bundle__review .review-product__details h3{font-size:1.25em;margin-bottom:.25em}.section-product-bundle__review .review-product__details p{margin:0;font-size:.875em}.section-product-bundle__footer{background-color:var(--color-white);height:7em;position:fixed;bottom:0;left:0;width:100%;z-index:99;box-shadow:0 0 10px rgba(0,0,0,.15)}@media (max-width:768px){.section-product-bundle__footer{height:-moz-fit-content;height:fit-content;padding:1em 0}}.section-product-bundle__footer .wrap{display:flex;gap:3em;align-items:center;justify-content:space-between;height:100%}@media (max-width:768px){.section-product-bundle__footer .wrap{flex-direction:column;gap:1em}}.section-product-bundle__indicators-wrapper{display:flex;gap:2em;color:var(--color-black);margin-right:auto}@media (max-width:768px){.section-product-bundle__indicators-wrapper{gap:1em}}.section-product-bundle__indicators{display:flex;flex-direction:column;justify-content:flex-start;gap:.25em}.section-product-bundle__indicators p{margin:0;font-size:.75em}.section-product-bundle__indicators .indicators{display:flex;gap:.5em}.section-product-bundle__indicators .indicator{font:1em Nunito,arial,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #f7f4ef;display:flex;width:3em;height:3em;background-color:#f7f4ef;border-radius:.625em;cursor:default;pointer-events:none;position:relative}.section-product-bundle__indicators .indicator.active{pointer-events:all;cursor:pointer}.section-product-bundle__indicators .indicator.active:hover span,.section-product-bundle__indicators .indicator.active:hover svg{display:block}.section-product-bundle__indicators .indicator.active.toggle span,.section-product-bundle__indicators .indicator.active.toggle svg{display:block}.section-product-bundle__indicators .indicator svg{display:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;width:1.25em;height:auto}.section-product-bundle__indicators .indicator svg circle,.section-product-bundle__indicators .indicator svg line,.section-product-bundle__indicators .indicator svg path,.section-product-bundle__indicators .indicator svg polygon{fill:none;stroke:#120918;stroke-width:2;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round;transition:stroke linear .1s}.section-product-bundle__indicators .indicator span{display:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-color:rgba(255,255,255,.75);z-index:1}.section-product-bundle__info{display:flex;flex-direction:column;gap:1.5em}@media (max-width:768px){.section-product-bundle__info{min-width:100%;flex-direction:row;justify-content:space-between;align-items:center}}.section-product-bundle__info .info-header span{font:1.125em NunitoDisplay,arial,sans-serif;font-weight:400}.section-product-bundle__info .info-link a.active .edit{display:none}.section-product-bundle__info .info-link a.active .cancel{display:block}.section-product-bundle__info .info-link a.inactive .edit{display:block}.section-product-bundle__info .info-link a.inactive .cancel{display:none;position:relative}.section-product-bundle__actions{display:flex;gap:1em;justify-content:flex-end;align-items:center}@media (max-width:768px){.section-product-bundle__actions{min-width:100%;justify-content:space-between}}.section-product-bundle__actions .button{min-width:10em}@media (max-width:768px){.section-product-bundle__actions .button{width:100%}}.section-product-bundle__actions .button.hidden{display:none}.section-product-bundle__actions .button:disabled{opacity:.25;pointer-events:none}.section-product-bundle__actions .bundle-total{line-height:1;display:flex;flex-direction:column;gap:0;align-items:flex-end;margin-right:.5em}@media (max-width:768px){.section-product-bundle__actions .bundle-total{display:none}}.section-product-bundle__actions .bundle-total__row--small{font-size:.875em}.section-product-bundle__actions .bundle-total .bundle-price{font:1.25em NunitoDisplay,arial,sans-serif;font-weight:400}.quick-view{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%}.quick-view.hidden{display:none}.quick-view--show .quick-view__content{display:grid}.quick-view--show .quick-view__media,.quick-view--show .quick-view__product{display:block}.quick-view--loading .quick-view__content{display:flex;justify-content:center;align-items:center;padding:5em 0}.quick-view--loading .quick-view__content .loading{display:block}.quick-view--loading .quick-view__media,.quick-view--loading .quick-view__product{display:none}.quick-view .loading{display:none;width:2em;height:2em}.quick-view .loading svg{opacity:.2;width:100%;height:auto;animation-name:rotate;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}.quick-view .close-quick-view{position:absolute;right:0;top:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;font:1em Nunito,arial,sans-serif;width:4em;height:4em;min-width:4em;min-height:4em;display:flex;justify-content:center;align-items:center;cursor:pointer;appearance:none}.quick-view .close-quick-view svg{width:1.5em;height:auto}@media (max-width:1024px){.quick-view .close-quick-view svg{width:1.25em}}.quick-view .close-quick-view svg circle,.quick-view .close-quick-view svg line,.quick-view .close-quick-view svg path,.quick-view .close-quick-view svg polygon{fill:none;stroke:var(--color-black);stroke-width:1.5;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.quick-view .close-quick-view span{display:none}.quick-view__inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:90%;max-width:1024px;height:-moz-fit-content;height:fit-content;max-height:90%;background-color:var(--color-white);border-radius:1.25em;z-index:2;box-shadow:0 0 10px rgba(0,0,0,.15);padding:2em;overflow-y:auto}.quick-view__content{width:100%;height:auto;display:grid;grid-template-columns:45% 1fr;gap:3em}@media (max-width:768px){.quick-view__content{grid-template-columns:100%;gap:1.5em}}.quick-view__media{display:none}.quick-view__media img{opacity:1;transition-property:opacity;transition-duration:.25s;transition-timing-function:linear;border-radius:1em}.quick-view__media img.preload{opacity:0}.quick-view__product{display:none;padding-right:2em}@media (max-width:768px){.quick-view__product{padding-right:0}}.quick-view__product h1{font-size:1.75em}.quick-view__product ol,.quick-view__product ul{margin:0;padding-left:2em}.quick-view__product ul{list-style-type:disc}.quick-view__product ol{list-style-type:decimal}.quick-view__product p:empty{display:none}.quick-view__product p:last-child{margin-bottom:0}.quick-view__price{display:flex;justify-content:space-between;margin-bottom:1em}.quick-view__variants .variant-wrapper{padding-top:1.5em}.quick-view__variants .variants{display:flex;flex-direction:column;gap:.5em}.quick-view__variants .variant-group-wrapper{padding:.75em;border-radius:1em;background-color:#f7f4ef}.quick-view__variants .variant-group-wrapper select{background-color:var(--color-white);border-color:var(--color-white)}.quick-view__variants .select-error{color:var(--color-failure);font-size:.75em;display:block;line-height:1;margin-top:1.25em}.quick-view__variants .select-error.hidden{display:none}.quick-view__actions{padding-top:1.5em}@media (max-width:768px){.quick-view__actions{padding-top:1em}}.quick-view__actions .button{min-width:12em}@media (max-width:768px){.quick-view__actions .button{width:100%}}.quick-view__mask{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(0,0,0,.05);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}