.h-pop-footer-group{display:block;width:100%;background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding-top:var(--footer-padding-top, 40px);padding-bottom:var(--footer-padding-bottom, 40px)}.h-pop-footer-group__inner{margin:0 auto;padding:0 1.5rem}.h-pop-footer-group__top-row{display:flex;flex-wrap:wrap;gap:var(--footer-row-gap, 32px) var(--footer-block-gap, 32px)}.h-pop-footer-group__block{display:flex;flex-direction:column;align-items:var(--block-align-items, flex-start);text-align:var(--block-text-align, left);gap:var(--block-content-gap, 12px);min-width:0;flex:0 1 calc((100% - (var(--footer-desktop-columns, 5) - 1) * var(--footer-block-gap, 32px)) / var(--footer-desktop-columns, 5))}.h-pop-footer-group__block--small{flex-basis:20%;flex-grow:0}.h-pop-footer-group__block--medium{flex-basis:25%;flex-grow:0}.h-pop-footer-group__block--large{flex-basis:33%;flex-grow:0}.h-pop-footer-group__block--flexible{flex-basis:0;flex-grow:1}.h-pop-footer-group__block--auto{flex-basis:calc((100% - (var(--footer-desktop-columns, 5) - 1) * var(--footer-block-gap, 32px)) / var(--footer-desktop-columns, 5));flex-grow:0}.h-pop-footer-group__block-heading{font-weight:600;margin:0;color:var(--block-heading-color, rgb(var(--color-foreground)));font-size:var(--block-heading-size, 16px);text-transform:uppercase;letter-spacing:.03em}.h-pop-footer-group__label{margin:0;color:var(--block-label-color, rgba(var(--color-foreground), .7));font-size:var(--block-label-size, 13px)}.h-pop-footer-group__muted{color:rgba(var(--color-foreground),.7)}.h-pop-footer-group__rte{margin:0}.h-pop-footer-group__rte :first-child{margin-top:0}.h-pop-footer-group__rte :last-child{margin-bottom:0}.h-pop-footer-group__menu-list,.h-pop-footer-group__contact-list,.h-pop-footer-group__policy-list,.h-pop-footer-group__payments-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.h-pop-footer-group__link{color:rgb(var(--color-foreground));text-decoration:none;font-size:var(--block-label-size, 13px)}.h-pop-footer-group__link:hover{color:rgba(var(--color-foreground),.7);text-decoration:underline}.h-pop-footer-group__link--muted{color:rgba(var(--color-foreground),.7);font-size:1.2rem}.h-pop-footer-group__social-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--social-icon-gap, 1rem)}.h-pop-footer-group__social-link{display:flex;align-items:center;justify-content:center;width:var(--social-icon-size, 24px);height:var(--social-icon-size, 24px);color:var(--social-icon-color, currentColor);transition:color .1s ease,transform .1s ease}.h-pop-footer-group__social-link:hover,.h-pop-footer-group__social-link:focus-visible{color:var(--social-icon-hover-color, currentColor);transform:scale(1.1)}.h-pop-footer-group__social-link svg{width:100%;height:100%}.h-pop-footer-group__image,.h-pop-footer-group__logo{max-width:100%;height:auto;display:block}.h-pop-footer-group__newsletter-form{max-width:100%}.h-pop-footer-group__newsletter-consent{margin:.5rem 0 0;font-size:var(--block-label-size, 13px);color:rgba(var(--color-foreground),.6);line-height:1.5}.h-pop-footer-group__newsletter-consent a{color:inherit;text-decoration:underline}.h-pop-footer-group__language-form{max-width:16rem;width:100%}.h-pop-footer-group__language-form{padding:0!important}.h-pop-footer-group__language-form .localization-form__select{margin:0!important}.h-pop-footer-group__cardmarket-badge{display:block;max-width:100%;height:auto}.h-pop-footer-group__cardmarket-picker{position:relative;width:100%;max-width:18rem}.h-pop-footer-group__cardmarket-trigger{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;box-sizing:border-box;min-height:calc(4rem + var(--inputs-border-width) * 2);height:4rem;min-width:calc(7rem + var(--inputs-border-width) * 2);padding:1.5rem calc(2rem + var(--inputs-border-width));border:none;border-radius:var(--inputs-radius-outset);background:transparent;color:rgb(var(--color-foreground));font:inherit;font-size:1.3rem;cursor:pointer}.h-pop-footer-group__cardmarket-chevron{width:14px;height:14px;flex-shrink:0;transition:transform .15s ease}.h-pop-footer-group__cardmarket-trigger[aria-expanded=true] .h-pop-footer-group__cardmarket-chevron{transform:rotate(180deg)}.h-pop-footer-group__cardmarket-panel{border-width:var(--popup-border-width);border-style:solid;border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-radius:var(--popup-corner-radius);overflow:hidden;position:absolute;left:0;right:0;z-index:2;background-color:rgb(var(--color-background));box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.h-pop-footer-group__cardmarket-list{list-style:none;margin:0;padding:.5rem 0;position:relative;overflow-y:auto;scroll-padding:.5rem 0;font-size:1.4rem;max-height:20.5rem;max-width:25.5rem;min-width:12rem}.h-pop-footer-group__cardmarket-link{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:.9rem 1.5rem;text-decoration:none;font-size:1.4rem;line-height:calc(1 + .8 / var(--font-body-scale));letter-spacing:.04rem;color:rgba(var(--color-foreground),.75);word-break:break-word}.h-pop-footer-group__cardmarket-link:hover{color:rgb(var(--color-foreground))}.h-pop-footer-group__disclosure-external-icon{width:14px;height:14px;flex-shrink:0;opacity:.6}.h-pop-footer-group__bottom-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem 2rem}.h-pop-footer-group__bottom-row--left{justify-content:flex-start}.h-pop-footer-group__bottom-row--center{justify-content:center}.h-pop-footer-group__bottom-row--right{justify-content:flex-end}.h-pop-footer-group__bottom-row--space-between{justify-content:space-between}.h-pop-footer-group__copyright{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 1.25rem;color:rgba(var(--color-foreground),.7)}.h-pop-footer-group__copyright-text{font-size:1rem;letter-spacing:.07rem;line-height:calc(1 + .7 / var(--font-body-scale, 1))}@media screen and (min-width:750px){.h-pop-footer-group__copyright-text{font-size:1.2rem}}.h-pop-footer-group__policy-list{flex-direction:row;flex-wrap:wrap;gap:.25rem 1.25rem}.h-pop-footer-group__payments{display:flex;align-items:center;gap:.75rem}.h-pop-footer-group__bottom-row-right{display:flex;align-items:center;flex-wrap:wrap;gap:1rem 1.5rem}.h-pop-footer-group__payments-label{font-size:.875em;color:rgba(var(--color-foreground),.7)}.h-pop-footer-group__payments-list{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:var(--payment-icon-gap, 8px)}.h-pop-footer-group__payments--wrap .h-pop-footer-group__payments-list{flex-wrap:wrap}.h-pop-footer-group__payment-icon{height:var(--payment-icon-size, 24px);width:auto;display:block}.h-pop-footer-group__payments--mono .h-pop-footer-group__payment-icon{filter:grayscale(100%);opacity:.7}@media screen and (max-width:989px){.h-pop-footer-group__block:not(.h-pop-footer-group__block--flexible){flex-basis:calc((100% - (var(--footer-tablet-columns, 2) - 1) * var(--footer-block-gap, 32px)) / var(--footer-tablet-columns, 2))}}@media screen and (max-width:749px){.h-pop-footer-group__block:not(.h-pop-footer-group__block--flexible){flex-basis:calc((100% - (var(--footer-mobile-columns, 1) - 1) * var(--footer-block-gap, 32px)) / var(--footer-mobile-columns, 1))}.h-pop-footer-group__bottom-row.h-pop-footer-group__bottom-row--stack-mobile{flex-direction:column;align-items:var(--footer-bottom-align-mobile, center)}.h-pop-footer-group__bottom-row.h-pop-footer-group__bottom-row--stack-mobile .h-pop-footer-group__copyright,.h-pop-footer-group__bottom-row.h-pop-footer-group__bottom-row--stack-mobile .h-pop-footer-group__bottom-row-right{justify-content:var(--footer-bottom-align-mobile, center);text-align:var(--footer-bottom-align-mobile, center)}.h-pop-footer-group__bottom-row.h-pop-footer-group__bottom-row--stack-mobile .h-pop-footer-group__bottom-row-right{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
