.brick__section{display:flex;align-items:stretch;gap:var(--outer)}.brick__block--image,.brick__block--products{flex:1 1 50%;max-width:50%}.featured-image{position:relative;width:100%;height:100%;min-height:400px}.featured-image__wrapper{position:relative;width:100%;height:100%}.featured-image__wrapper img{width:100%;height:100%;object-fit:cover;position:unset}.featured-image__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:400px;background:var(--COLOR-BG-ACCENT);border-radius:var(--RADIUS)}.featured-image__placeholder .placeholder-svg{opacity:.3;width:100px;height:100px}.brick__block--products{display:flex;align-items:center;padding:var(--outer)}.products-content{width:100%;max-width:100%}.products-content__block:not(:last-child){margin-bottom:var(--gutter);padding-bottom:var(--gutter);border-bottom:1px solid var(--COLOR-BORDER)}.products-content__title{margin:0 0 var(--inner) 0;font-size:calc(var(--font-4) * var(--FONT-ADJUST-HEADING));font-weight:var(--FONT-WEIGHT-HEADING)}.products-content__description{margin:0 0 var(--inner) 0}.products-content__description p{margin:0}.products-content__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--inner)}.products-content__item{position:relative}.products-content__placeholder{display:flex;align-items:center;justify-content:center;min-height:200px;background:var(--COLOR-BG-ACCENT);border-radius:var(--RADIUS);color:var(--COLOR-TEXT-LIGHT);font-style:italic}.products-content__items{display:flex;flex-direction:row;gap:var(--inner)}.products-content__items--columns{flex-direction:column}.products-content__item{flex:1 1 50%}.products-content__item-wrapper{display:flex;flex-direction:row;gap:var(--inner)}.products-content__item-wrapper-selector{max-width:6rem;max-height:6rem;width:100%;height:100%;aspect-ratio:1 / 1;background:var(--COLOR-BG-ACCENT);border-radius:var(--RADIUS);border:2px dashed var(--COLOR-BORDER);cursor:pointer;transition:all .2s ease;position:relative;display:flex;align-items:center;justify-content:center}.products-content__item-wrapper-selector:hover{border-color:var(--COLOR-TEXT)}.products-content__item-wrapper-selector:after{content:"+";display:block;font-weight:200;width:100%;height:100%;font-size:3rem;align-content:center;text-align:center;color:var(--COLOR-BORDER);transition:color .2s ease}.products-content__item-wrapper-selector:hover:after{color:var(--COLOR-TEXT)}.products-content__item-title{display:flex;align-items:center;gap:.5rem;margin:0 0 calc(var(--inner) / 2) 0;font-weight:600}.icon-container{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0}.product-popup{position:fixed;top:0;left:0;width:100%;height:100%;max-width:100%;max-height:100%;padding:0;margin:0;border:none;background:#0009;z-index:9999;display:flex;align-items:center;justify-content:center}.product-popup::backdrop{background:#0009}.product-popup__wrapper{position:relative;width:90%;max-width:1000px;max-height:90%;border-radius:var(--RADIUS-SELECT);box-shadow:0 20px 60px #0000004d;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;min-height:500px}.product-popup__close{position:absolute;top:1rem;right:1rem;background:#ffffffe6;border:none;cursor:pointer;padding:.5rem;border-radius:50%;transition:background .2s ease;z-index:10;box-shadow:0 2px 8px #0000001a}.product-popup__close:hover{background:var(--link);transition:background .2s ease}.product-popup__content{grid-column:1 / -1;overflow-y:auto;background:rgba(var(--COLOR-BG-RGB),.9);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);color:var(--text);display:grid;grid-template-columns:1fr 1fr}.product-popup [data-animation],.product-popup [data-animation=drawer-items-fade],.product-popup [data-animation=cart-items-fade]{opacity:1!important;visibility:visible!important;animation:none!important}.product-popup .popout-list,.product-popup .select-popout__list{z-index:10010!important}.product-popup .popout,.product-popup .select-popout{position:relative;z-index:1}.product-popup popout-select{display:block;position:relative}.product-popup .select-popout__list.popout-list--visible{position:absolute;top:100%;left:0;right:0;background:var(--COLOR-BG-SECONDARY);border:1px solid var(--COLOR-BORDER, #e0e0e0);border-radius:0 0 var(--RADIUS) var(--RADIUS);box-shadow:0 4px 12px #00000026}.product-popup .select-popout__toggle{background:var(--COLOR-BG-SECONDARY);color:var(--COLOR-TEXT, var(--text));border:1px solid var(--COLOR-BORDER, #e0e0e0);display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer}.product-popup .select-popout__toggle:hover{border-color:var(--COLOR-TEXT, var(--text))}.product-popup .select-popout__option{background:transparent;color:var(--COLOR-TEXT, var(--text));text-decoration:none;display:block;width:100%}.product-popup .select-popout__option:hover{background:var(--COLOR-BG-SECONDARY, #f5f5f5)}.product-popup__loader{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;padding:4rem;color:var(--text)}.product-popup.loading .product-popup__content>*:not(.product-popup__loader){display:none}.product-popup.loading .product-popup__loader{display:flex}.product-popup:not(.loading) .product-popup__loader{display:none}.product-popup__content .product-quick-add__images{grid-column:1;background:var(--COLOR-BG-ACCENT, #f8f8f8)}.product-popup__content .product-quick-add__form{grid-column:2;padding:0;margin:0;display:block}.product-popup__content .product-quick-add__images .product__photo{height:100%}.product-popup__content .product__block{margin-bottom:var(--inner)}.product-popup__content .product__title{margin-top:0}@media only screen and (max-width: 749px){.product-popup__wrapper{width:95%;height:90%;grid-template-columns:1fr;grid-template-rows:auto 1fr}.product-popup__content{grid-template-columns:1fr;grid-template-rows:300px 1fr;gap:var(--inner)}.product-popup__content .product-quick-add__images{grid-column:1;grid-row:1}.product-popup__content .product-quick-add__form{grid-column:1;grid-row:2}.product-popup__content .product-quick-add__images .product__slide{height:300px!important}}@media only screen and (max-width: 749px){.brick__section{flex-direction:column;gap:var(--outer)}.brick__block--image,.brick__block--products{flex:1 1 100%;max-width:100%}.products-content__item-wrapper-selector{width:3.5rem;height:3.5rem}.products-content__item-wrapper-selector:after{font-size:2rem}.brick__section--reversed{flex-direction:column-reverse}.featured-image{min-height:200px}.products-content__grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:calc(var(--inner) * .75)}}@media only screen and (min-width: 750px){.featured-image{min-height:500px}}@media only screen and (min-width: 750px){.brick__section{min-height:500px}}.products-content__item-wrapper-selector.selector-filled{border:2px solid var(--COLOR-SUCCESS, #4CAF50);background:var(--COLOR-BG)}.products-content__item-wrapper-selector.selector-filled:after{display:none}.selected-product{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;text-align:center}.selected-product__image{width:3rem;height:3rem;margin-bottom:.25rem}.selected-product__image img{width:100%;height:100%;object-fit:cover;border-radius:.25rem}.selected-product__title{font-size:.75rem;line-height:1.2;color:var(--COLOR-TEXT);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.free-items-container:not(.hidden){display:flex;flex-direction:column;gap:1em;border-radius:1em;margin-top:2em;padding:1em;--enable-gold-border: 1;box-shadow:0 4px 15px #0003,0 0 0 calc(1px * var(--enable-gold-border, 1)) rgba(255,215,0,var(--enable-gold-border, 1)),0 0 0 calc(2px * var(--enable-gold-border, 1)) rgba(218,165,32,var(--enable-gold-border, 1)),0 0 calc(10px * var(--enable-gold-border, 1)) rgba(255,215,0,calc(.4 * var(--enable-gold-border, 1))),0 0 calc(20px * var(--enable-gold-border, 1)) rgba(255,215,0,calc(.2 * var(--enable-gold-border, 1)));animation:goldContainerPulse 2s ease-in-out infinite alternate;transition:box-shadow .3s ease}@media (prefers-reduced-motion: reduce){.free-items-container{animation:none}}.free-items__title{display:flex;align-items:center;gap:.5rem}.free-items__title .icon-container{width:unset;height:unset;max-width:4em;max-height:4em}.icon-container svg{display:block}.icon-container svg path,.icon-container svg g{fill:var(--COLOR-BORDER);box-shadow:0 4px 15px #0003;animation:goldContainerPulse 2s ease-in-out infinite alternate;transition:box-shadow .3s ease}.free-items__products{margin-top:1rem;animation:fadeIn .5s ease-in-out}.free-items__subtitle{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:var(--COLOR-TEXT);text-align:center}.free-items__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:1rem}.free-item{display:flex;flex-direction:column;align-items:center;border-radius:var(--RADIUS);padding:1rem;text-align:center;border:2px solid rgba(255,215,0,.3);transition:all .3s ease}.free-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-color:#ffd70099}.free-item__image{width:80px;height:80px;object-fit:cover;border-radius:calc(var(--RADIUS) - 2px);margin-bottom:.5rem;border:1px solid var(--COLOR-BORDER)}.free-item__placeholder{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:var(--COLOR-BG-ACCENT);border-radius:calc(var(--RADIUS) - 2px);margin-bottom:.5rem;color:var(--COLOR-BORDER);border:1px solid var(--COLOR-BORDER)}.free-item__details{width:100%}.free-item__title{margin:0 0 .25rem;font-size:.875rem;font-weight:500;color:var(--COLOR-TEXT);line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.free-item__price{margin:0;font-size:.875rem;font-weight:600;color:#28a745;text-transform:uppercase;letter-spacing:.5px}.free-items__no-products,.free-items__error{text-align:center;padding:2rem;color:var(--COLOR-TEXT-LIGHT);font-style:italic}.free-items__error{color:#e74c3c}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.free-items__grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.free-item{padding:.75rem}.free-item__image,.free-item__placeholder{width:60px;height:60px}.free-item__title,.free-item__price{font-size:.8rem}}.product-popup .big-folk-personalization{margin-bottom:1rem}.product-popup .big-folk-personalization .select__label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text)}.product-popup .big-folk-personalization .required{color:#e74c3c}.product-popup .big-folk-personalization .big-folk-select-wrapper{position:relative}.product-popup .big-folk-personalization .big-folk-select{width:100%;padding:12px 40px 12px 16px;border:1px solid var(--COLOR-BORDER, #e0e0e0);border-radius:var(--RADIUS);background:var(--COLOR-BG-SECONDARY);color:var(--text);font-size:inherit;font-family:inherit;-webkit-appearance:none;appearance:none;cursor:pointer}.product-popup .big-folk-personalization .big-folk-select:focus{outline:none;border-color:var(--primary, #007acc);box-shadow:0 0 0 2px #007acc33}.product-popup .big-folk-personalization .big-folk-select-wrapper:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--text);pointer-events:none}.product-popup .big-folk-personalization[data-animation]{opacity:1!important;visibility:visible!important}.product-popup .big-folk-personalization .popout{width:100%}.product-popup .big-folk-personalization .popout__toggle{width:100%;text-align:left;background:var}.buy-button-container{margin-top:2em}.buy-button-container .btn{width:100%}.bundle-error-message{background:#fee;border:1px solid #fcc;border-radius:var(--RADIUS);color:#c33;padding:.75rem 1rem;margin-top:.75rem;font-size:.875rem;text-align:left;animation:slideDown .3s ease-out;white-space:pre-line;line-height:1.4}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modal-error-message{background:#fee;border:1px solid #fcc;border-radius:var(--RADIUS);color:#c33;padding:.75rem 1rem;margin-bottom:1rem;font-size:.875rem;text-align:center;animation:slideDown .3s ease-out}.products-content__item-wrapper-selector.selected{border-style:solid;border-color:var(--primary, #007acc);background-color:#007acc0d;z-index:2;overflow:hidden;padding:2px}.products-content__item-wrapper-selector.selected:after{display:none}.bundle-item-info{flex:1;text-align:left}.bundle-item-title{font-weight:600;margin-bottom:.25rem}.bundle-item-variant{font-size:.875rem;color:var(--text-light, #666);margin-bottom:.25rem}.bundle-item-personalization{font-size:.875rem;color:var(--primary, #007acc);font-style:italic;margin-bottom:.25rem}.bundle-item-price{font-weight:600;color:var(--primary, #007acc)}.bundle-item-remove{position:absolute;background:#e74c3ce6;border:1px solid #c0392b;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#fff;z-index:10}.bundle-item-remove:hover{background:#e74c3c;border-color:#a93226;transform:scale(1.1)}.bundle-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--COLOR-BG-ACCENT, #f5f5f5);border-radius:calc(var(--RADIUS) - 4px);color:var(--COLOR-BORDER, #ccc)}.bundle-item-selected{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.bundle-item-image{width:100%;height:100%;object-fit:cover;border-radius:calc(var(--RADIUS) - 4px)}.buy-button{background:var(--primary, #007acc);color:#fff;border:none;padding:1rem 2rem;border-radius:var(--RADIUS);font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;font-size:1rem}.buy-button:disabled,.buy-button.disabled{cursor:not-allowed}.buy-button.is-loading{opacity:.7;cursor:wait}.free-items-container{transition:all .3s ease}.free-items-container.chest-open{background-color:#007acc0d;border:2px solid var(--primary, #007acc);border-radius:var(--RADIUS);padding:1rem}.product-popup .personalization-field{margin-bottom:1rem}.product-popup .personalization-field .field__label{display:block;margin-bottom:.25rem;font-weight:500;color:var(--text)}.product-popup .personalization-field .required{color:#e74c3c}.product-popup .personalization-field .field__hint{display:block;margin-bottom:.5rem;font-size:.875rem;color:var(--text-light, #666);line-height:1.4}.product-popup .personalization-field .personalization-input{width:100%;padding:12px 16px;border:1px solid var(--COLOR-BORDER, #e0e0e0);border-radius:var(--RADIUS);background:var(--COLOR-BG-SECONDARY);color:var(--text);font-size:inherit;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.product-popup .personalization-field .personalization-input:focus{outline:none;border-color:var(--primary, #007acc);box-shadow:0 0 0 2px #007acc33}.product-popup__title{margin-bottom:1rem;font-size:1.5rem;font-weight:600;text-align:center}.custom-product-modal{padding:0}.product-modal__title{font-size:1.7rem;font-weight:600}.product-modal__layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;min-height:400px}.product-modal__images{display:flex;flex-direction:column;gap:1rem}.product-modal__image-main{flex:1}.product-modal__main-image{width:100%;object-fit:cover;border-radius:var(--RADIUS-SELECT);border-top-right-radius:0;border-bottom-right-radius:0}.product-modal__image-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-modal__thumb{width:60px;height:60px;border:2px solid transparent;border-radius:var(--RADIUS);padding:0;background:none;cursor:pointer;transition:border-color .2s ease}.product-modal__thumb.active{border-color:var(--primary, #007acc)}.product-modal__thumb img{width:100%;height:100%;object-fit:cover;border-radius:calc(var(--RADIUS) - 2px)}.product-modal__placeholder{width:100%;height:300px;background:var(--COLOR-BG-SECONDARY, #f5f5f5);border-radius:var(--RADIUS);display:flex;align-items:center;justify-content:center;color:var(--text-light, #666)}.product-modal__details{display:flex;flex-direction:column;gap:1rem;padding:var(--outer)}.product-modal__price{font-size:1.25rem;font-weight:600;color:var(--COLOR-BORDER, #007acc)}.price-compare{font-size:1rem;color:var(--text-light, #666);text-decoration:line-through;margin-left:.5rem}.product-modal__description{color:var(--text-light, #666);line-height:1.5}.product-modal__form{display:flex;flex-direction:column;gap:1rem;margin-top:auto}.product-modal__option{display:flex;flex-direction:column;gap:.25rem}.product-modal__option-label{font-weight:500;color:var(--text)}.product-modal__hint{font-size:.75rem;font-style:italic;line-height:1.4}.product-modal__select,.product-modal__input{padding:12px 16px;border:1px solid var(--COLOR-BORDER, #e0e0e0);border-radius:var(--RADIUS);background:var(--COLOR-BG-SECONDARY);color:var(--text);font-size:inherit;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.product-modal__select:focus,.product-modal__input:focus{outline:none;border-color:var(--primary, #007acc);box-shadow:0 0 0 2px #007acc33}.product-modal__input::placeholder{color:var(--text-light, #999)}.required{color:#e74c3c}div#availability-status{display:none!important}@media (max-width: 768px){.product-modal__layout{grid-template-columns:1fr;gap:1rem}.product-modal__details{padding:0;margin-top:35vh}.product-modal__form{padding:var(--outer)}.product-modal__images{display:unset}.product-modal__main-image{height:95%;border-bottom-left-radius:0;border-bottom-right-radius:0}.product-modal__details-inner{background:rgba(var(--COLOR-BG-RGB),.7);padding:var(--outer)}}.bundle-summary{margin-top:1.5rem;padding:1rem;border-radius:6px;border-left:3px solid var(--COLOR-BORDER, #007acc)}.bundle-summary__title{margin:0 0 .75rem;font-size:1rem}.bundle-summary__list{margin:0;padding:0;list-style:none}.bundle-summary__item{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px solid var(--color-border-light, #e5e7eb);font-size:.875rem}.bundle-summary__item:last-child{border-bottom:none}.bundle-summary__variant{color:var(--color-foreground-secondary, #666)}.bundle-summary__personalization{color:var(--color-accent, #2563eb);font-style:italic}.bundle-summary__price{margin-left:auto}.bundle-summary__total{margin-top:.75rem;padding-top:.75rem;border-top:2px solid var(--COLOR-BORDER);text-align:right;font-size:1rem}.bundle-summary__free-header{margin-top:.5rem;padding:.5rem 0 .25rem;color:#28a745;font-size:.875rem}.bundle-summary__item--free{background:#28a7450d;border-radius:4px;margin:.25rem 0;padding:.5rem;border-bottom:none}.bundle-summary__price--free{color:#28a745;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.bundle-summary__free-value{color:#28a745;font-weight:400;font-size:.875rem}@media (max-width: 768px){.bundle-summary{padding:.75rem}.bundle-summary__item{font-size:.8rem}.bundle-summary__price{margin-left:0;width:100%;text-align:right}}.product-modal__availability{margin:1rem 0;padding:.75rem;border-radius:var(--RADIUS);font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.availability-loading{color:var(--text-light, #666);font-style:italic}.availability-available{display:flex;align-items:center;gap:.5rem;color:#28a745;background:#28a74566;padding:.5rem;border-radius:var(--RADIUS);border:1px solid rgba(40,167,69,.2)}.availability-unavailable{display:flex;align-items:center;gap:.5rem;color:#dc3545;background:#dc35451a;padding:.5rem;border-radius:var(--RADIUS);border:1px solid rgba(220,53,69,.2)}.availability-limited{display:flex;align-items:center;gap:.5rem;color:#fd7e14;background:#fd7e141a;padding:.5rem;border-radius:var(--RADIUS);border:1px solid rgba(253,126,20,.2)}.availability-available svg,.availability-unavailable svg,.availability-limited svg{width:18px;height:18px;flex-shrink:0}.products-content__item-wrapper-selector.selector-disabled{opacity:.4;pointer-events:none;cursor:not-allowed;transition:opacity .3s ease,transform .3s ease}.products-content__item-wrapper-selector.selector-disabled:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");background-size:1.5rem;background-repeat:no-repeat;background-position:center;font-size:0}.products-content__item-wrapper-selector.selector-enabling{animation:selectorEnable .5s ease-out forwards}@keyframes selectorEnable{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.products-content__item-wrapper-selector.selector-newly-enabled{border-color:var(--COLOR-SUCCESS, #4CAF50);box-shadow:0 0 0 2px #4caf5033;animation:pulseSuccess 1s ease-out}@keyframes pulseSuccess{0%,to{box-shadow:0 0 0 2px #4caf5033}50%{box-shadow:0 0 0 6px #4caf501a}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/gallery-with-products.css.map */
