.Klarna{padding:2.4rem 0;min-height:40vh}@media (max-width:810px){.Klarna{padding:2.8rem 0}}.Klarna-PaymentSelector .Button{width:100%;margin:1rem 0}:root{--checkout-payment-check-mark-color:var(--primary-base-color);--checkout-payment-check-mark-hover-color:var(--secondary-dark-color);--checkout-payment-border-color:var(--primary-divider-color)}.CheckoutPayment{padding:0;margin-bottom:0;display:flex;align-items:center;border-top:1px solid var(--checkout-payment-border-color)}.CheckoutPayment:before{content:none}.CheckoutPayment:last-child{margin-bottom:0;border-bottom:1px solid var(--checkout-payment-border-color)}.CheckoutPayment-Button{--check-mark-opacity:0;width:100%;padding:1.2rem 3.6rem;text-align:left}@media (max-width:810px){.CheckoutPayment-Button{padding:1.4rem 4.2rem}}.CheckoutPayment-Button:after{content:"";position:absolute;z-index:1;opacity:var(--check-mark-opacity);transition:opacity .15s ease-in;top:0;bottom:0;margin:auto;left:8px;width:12px;height:6px;transform:rotate(135deg) translateX(-5px);border-right:2px solid var(--check-mark-color);border-top:2px solid var(--check-mark-color)}.CheckoutPayment-Button_isSelected{--check-mark-opacity:1;--check-mark-color:var(--checkout-payment-check-mark-color)}.CheckoutPayment-Button:not(.CheckoutPayment-Button_isSelected):hover{--check-mark-opacity:1;--check-mark-color:var(--checkout-payment-check-mark-hover-color)}.NotSupportedPayment{margin-top:2.4rem}@media (max-width:810px){.NotSupportedPayment{margin-top:2.8rem}}.CheckoutPayments{margin-bottom:2.4rem}@media (max-width:810px){.CheckoutPayments{margin-bottom:2.8rem}}:root{--checkout-address-table-border:var(--secondary-base-color);--checkout-address-table-hover-border:var(--secondary-base-color);--checkout-address-table-check-mark-hover-color:var(--secondary-dark-color);--checkout-address-selected-color:var(--primary-base-color);--checkout-address-table-check-mark-selected-color:var(--checkout-address-table-border)}.CheckoutAddressTable{width:100%}.CheckoutAddressTable:first-child .CheckoutAddressTable-Button{margin-top:0}.CheckoutAddressTable-Button{--check-mark-opacity:0;border:2px solid var(--checkout-address-table-border);margin:1.2rem 1.2rem 0 0;transition-property:border-color,background,border-color;transition-duration:.15s;transition-timing-function:ease-in;width:100%}@media (max-width:810px){.CheckoutAddressTable-Button{margin:1.4rem 1.4rem 0 0}}.CheckoutAddressTable-Button:after,.CheckoutAddressTable-Button:before{content:"";opacity:var(--check-mark-opacity);position:absolute;z-index:1;transition:opacity .15s ease-in}.CheckoutAddressTable-Button:before{top:6px;right:6px;width:24px;height:24px;border-radius:50%;background:var(--secondary-base-color);background:var(--checkout-address-table-border)}.CheckoutAddressTable-Button:after{top:12px;right:11px;width:12px;height:6px;transform:rotate(135deg);border-right:2px solid var(--check-mark-color);border-top:2px solid var(--check-mark-color)}.CheckoutAddressTable-Button:not(.CheckoutAddressTable-Button_isSelected):hover{--check-mark-opacity:1;--checkout-address-table-border:var(--checkout-address-table-hover-border);--check-mark-color:var(--checkout-address-table-check-mark-hover-color)}.CheckoutAddressTable-Button_isSelected{--check-mark-opacity:1;--checkout-address-table-border:var(--checkout-address-selected-color);--check-mark-color:var(--checkout-address-table-check-mark-selected-color)}.CheckoutAddressTable-SelectedLabel{color:var(--primary-base-color);color:var(--checkout-address-selected-color);text-transform:uppercase}.CheckoutAddressTable-SelectedLabel:before{content:" - ";color:#0a0a0a}.CheckoutAddressTable .KeyValueTable{margin:0}.CheckoutAddressTable td,.CheckoutAddressTable th{width:auto}.CheckoutTermsAndConditionsPopup-Address{margin:1.2rem 0}@media (max-width:810px){.CheckoutTermsAndConditionsPopup-Address{margin:1.4rem 0}}.CheckoutTermsAndConditionsPopup .Popup-Content{max-width:calc(var(--checkout-max-width)*0.8)}.CheckoutBilling-Checkbox{display:inline-block;margin-bottom:2.4rem}@media (max-width:810px){.CheckoutBilling-Checkbox{margin-bottom:2.8rem}}.CheckoutBilling-Checkbox+.CheckoutAddressBook{margin-top:0}.CheckoutBilling-TermsAndConditions{font-weight:700;font-size:1.26rem;margin:0 0 2.4rem;display:flex;align-items:center}@media (max-width:810px){.CheckoutBilling-TermsAndConditions{font-size:1.47rem;margin-bottom:2.8rem}}.CheckoutBilling-TermsAndConditions-Checkbox{margin:0 0 0 1.2rem}@media (max-width:810px){.CheckoutBilling-TermsAndConditions-Checkbox{margin-left:1.4rem}}.CheckoutBilling-TACLabel{display:inline}.CheckoutBilling-TACLink{color:var(--link-color);cursor:pointer}.CheckoutBilling-TACLink:focus,.CheckoutBilling-TACLink:hover{text-decoration:underline}.CheckoutOrderSummary-Header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.CheckoutOrderSummary-ItemsInCart{font-size:1.2rem;opacity:.5;text-transform:none;top:2px;font-weight:300}.CheckoutOrderSummary-SummaryItem{justify-content:space-between;display:flex;padding:1.2rem 0;margin-bottom:0}@media (max-width:810px){.CheckoutOrderSummary-SummaryItem{padding:1.4rem 0}}.CheckoutOrderSummary-SummaryItem:last-child{margin-bottom:0}.CheckoutOrderSummary-SummaryItem:before{content:none}.CheckoutOrderSummary-SummaryItem_withAppendedContent{flex-wrap:wrap}@media (max-width:810px){.CheckoutOrderSummary-OrderItems{background-color:var(--secondary-base-color)}}.CheckoutOrderSummary-OrderItems h3{text-align:left}.CheckoutOrderSummary-CartItemList{list-style:none;margin:0;padding:0}@media (max-width:810px){.CheckoutOrderSummary-CartItemList{--cart-item-background:var(--secondary-base-color);--cart-item-divider-color:$divider-border-color}}.CheckoutOrderSummary-CartItemDescription{margin-top:5px}.CheckoutOrderSummary-CartItemDescription p{font-size:1.32rem;line-height:1.5}@media (max-width:810px){.CheckoutOrderSummary-CartItemDescription p{font-size:1.54rem}}.CheckoutOrderSummary-CartItem{display:grid;grid-template-columns:9.6rem auto auto;grid-column-gap:.6rem;margin:0 0 .6rem;padding:0}@media (max-width:810px){.CheckoutOrderSummary-CartItem{grid-template-columns:11.2rem auto auto;grid-column-gap:.7rem;margin:0 0 .7rem}}.CheckoutOrderSummary-CartItem:before{content:none}.CheckoutOrderSummary-CartItem>*{display:flex;flex-direction:column;justify-content:center}.CheckoutOrderSummary-Thumbnail{width:9.6rem;height:9.6rem}@media (max-width:810px){.CheckoutOrderSummary-Thumbnail{width:11.2rem;height:11.2rem}}.CheckoutOrderSummary-Title p{margin:0;padding:0;text-align:left}.CheckoutOrderSummary-Details{justify-self:end}.CheckoutOrderSummary-ExpandableContent{margin:0 -1.4rem;background-color:var(--secondary-base-color)}@media (max-width:810px){.CheckoutOrderSummary-Coupon{padding:10px 1.4rem;border-bottom:1px solid #e0e0e0;margin:0 -1.4rem;width:auto}}.CheckoutOrderSummary-CmsBlock{padding:10px 0;border-bottom:1px solid #e0e0e0}.CheckoutOrderSummary .ProductPrice{margin-top:0;font-weight:700;line-height:1;font-size:1.4rem}.CheckoutOrderSummary .ProductPrice-SubPrice{display:block;font-size:.7em;font-weight:300}.CheckoutOrderSummary .CartItem-Wrapper{padding:1.2rem 0}@media (max-width:810px){.CheckoutOrderSummary .CartItem-Wrapper{padding:1.4rem 0}}.CheckoutOrderSummary-Text{text-align:right}.CheckoutOrderSummary-Text span{display:block;font-size:.7em;font-weight:300}.CheckoutOrderSummary-AppendedContent{flex-basis:100%}:root{--checkout-delivery-option-check-mark-color:var(--primary-base-color);--checkout-delivery-option-check-mark-hover-color:var(--secondary-dark-color);--checkout-delivery-option-border-color:var(--primary-divider-color)}.CheckoutDeliveryOption{padding:0;margin-bottom:0;display:flex;align-items:center;border-top:1px solid var(--checkout-delivery-option-border-color)}.CheckoutDeliveryOption:before{content:none}.CheckoutDeliveryOption:last-child{margin-bottom:0;border-bottom:1px solid var(--checkout-delivery-option-border-color)}.CheckoutDeliveryOption-Button{--check-mark-opacity:0;width:100%;padding:1.2rem 3.6rem;text-align:left}@media (max-width:810px){.CheckoutDeliveryOption-Button{padding:1.4rem 4.2rem}}.CheckoutDeliveryOption-Button:after{content:"";position:absolute;z-index:1;opacity:var(--check-mark-opacity);transition:opacity .15s ease-in;top:0;bottom:0;margin:auto;left:8px;width:12px;height:6px;transform:rotate(135deg) translateX(-5px);border-right:2px solid var(--check-mark-color);border-top:2px solid var(--check-mark-color)}.CheckoutDeliveryOption-Button_isSelected{--check-mark-opacity:1;--check-mark-color:var(--checkout-delivery-option-check-mark-color)}.CheckoutDeliveryOption-Button:not(.CheckoutDeliveryOption-Button_isSelected):hover{--check-mark-opacity:1;--check-mark-color:var(--checkout-delivery-option-check-mark-hover-color)}.CheckoutDeliveryOption-Button_isDisabled{pointer-events:none}.CheckoutDeliveryOption-Row strong{display:inline-block}.CheckoutDeliveryOption-SubPrice{font-size:.7em;font-weight:300;text-align:right;position:absolute;left:0;top:1.5em;white-space:nowrap}.CheckoutDeliveryOption-Message{color:var(--primary-error-color)}.StoreInPickUpStore-Store{align-items:center;border-bottom:1px solid #0a0a0a;display:flex;justify-content:space-between}.StoreInPickUpStore-Store:last-of-type{border-bottom:none}.StoreInPickUpStore-StoreData{padding:20px 0}.StoreInPickUpStore-StoreData>*{font-size:1.4rem;line-height:1.8;margin:0}.StoreInPickUp-Input{width:100%}.CheckoutDeliveryOptions{margin-bottom:2.4rem}@media (max-width:810px){.CheckoutDeliveryOptions{margin-bottom:2.8rem}}@media (max-width:810px){.CheckoutSuccess{margin-top:2.8rem;text-align:center}}@media (max-width:810px){.CheckoutSuccess-ContinueButton{width:100%}}@media (min-width:811px){.CheckoutSuccess-ContinueButton{margin-top:2.4rem}}@media (max-width:810px){.CheckoutSuccess-ButtonWrapper{padding:1.4rem;position:fixed;left:0;width:100%;bottom:var(--navigation-tabs-height);border-top:1px solid var(--primary-divider-color)}}@media (max-width:810px){.CheckoutSuccess .Button{width:100%;text-align:center}}.CheckoutSuccess .CheckoutRegistrationLink{margin-top:2rem}
/*# sourceMappingURL=27.chunk.css.map */