<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===================== General Styles =================*/ .eshopworld-notification, body, html { width: 100%; height: 100%; } .eshopworld-notification { position: fixed; top: 0; left: 0; display: none; justify-content: center; align-items: center; z-index: 9999; font-size: 1em; font-style: normal; } .eshopworld-notification.open { display: flex; z-index: 99999; } .eshopworld-notification * { box-sizing: border-box; } .eshopworld-notification-lightbox { opacity: 0.66; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #000; z-index: 1; } .eshopworld-notification-container { z-index: 2; } body.eshopworld-notification-open { overflow: hidden; } .eshopworld-notification-container { background-color: #fff; position: relative; height: fit-content; width: fit-content; padding: 50px 50px 25px; min-height: 200px; border: 0; border-radius: 0; text-align: center; display: flex; flex-direction: column; align-items: center; line-height: 1.4; color: #333; } .eshopworld-notification-container { width: 320px; height: auto; border: 1px solid #d9d9d9; border-radius: 5px; } .eshopworld-notification-body { width: 100%; flex-grow: 1; } .eshopworld-notification-hide { margin: 25px 0 0; padding: 15px 25px; border-radius: 5px; cursor: pointer; background-color: #202020 !important; color: #fff; } .eshopworld-notification-hide:hover { background-color: #4c6e87; } .eshopworld-blurred[data-eshopworld-price]:not([data-eshopworld-variant-updated]) { color: transparent; text-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } /*===================== Country/Currency Widget =================*/ /*===================== Landing mat Widget =================*/ .eshopworld-landing-mat-btn { margin: 0 auto; padding: 15px 45px; border: 0; background-color: #202020 !important; color: #fff; display: block; cursor: pointer; } .eshopworld-landing-mat-btn:active, .eshopworld-landing-mat-btn:focus, .eshopworld-landing-mat-btn:hover { background-color: #4c6e87; } .eshopworld-landing-mat-hint { font-size: 16px; padding: 0; margin: 0; text-align: center; margin-bottom: 25px; color: #262626; } .eshopworld-select { display: block; width: 100%; height: 40px; margin: 25px 0; padding: 10px 25px 10px 10px; border-radius: 0; border: 1px solid #e6e6e6; background: url("https://storage.googleapis.com/retailers-test/static/chevron-down.png") no-repeat right 10px center #fff; font-size: 12px; font-weight: normal; letter-spacing: normal; outline: none; position: relative; white-space: normal; text-align: left; text-transform: none; } .eshopworld-select:active, .eshopworld-select:focus, .eshopworld-select:hover { border-color: #cdcdcd; cursor: pointer; } .eshopworld-select &gt; .eshopworld-select-option-container { position: absolute; z-index: 1002; display: none; width: 100%; top: 40px; left: 0; background-color: #fff; border: 1px solid #e6e6e6; overflow-y: scroll; height: 220px; } .eshopworld-select.open &gt; .eshopworld-select-option-container { display: block; } .eshopworld-select-label-container, .eshopworld-select-option { display: flex; align-items: center; line-height: 1; } .eshopworld-select-label-container { padding-right: 15px; overflow: hidden; } @media only screen and (min-width: 540px) { .eshopworld-select-label-container { padding-right: 0; } } .eshopworld-select-option { width: 100%; height: 40px; padding: 10px; } .eshopworld-option-flag { margin-right: 10px; width: 24px; height: 18px; } * { box-sizing: border-box; } .eshopworld-landing-mat { position: fixed; display: flex; height: 100%; width: 100%; justify-content: center; align-items: center; top: 0; left: 0; z-index: 1000; } .eshopworld-landing-mat-lightbox { opacity: 0.66; position: absolute; height: 100%; width: 100%; top: 0; left: 0; background-color: #000; } .eshopworld-landing-mat-modal { padding: 25px; margin: 0 10px; height: auto; width: 420px; background-color: #f8f8f8; z-index: 1001; line-height: 1.4; } @media only screen and (min-width: 540px) { .eshopworld-landing-mat-modal { padding: 50px; box-shadow: 10px 10px 5px #333333; } } .eshopworld-dropdown-container { width: 100%; } @media only screen and (min-width: 540px) { .eshopworld-dropdown-container { width: 320px; } } #eshopworld-country-select.mini { width: 80px; } #eshopworld-country-select.mini .eshopworld-option-label { display: none; } /*===================== Minicart Widget =================*/ .eshopworld-minicart-anchor { height: 100%; position: relative; } .eshop-minicart-container{ display: block !important; } .eshopworld-minicart-anchor:hover .eshopworld-minicart-container.eshopworld-minicart-container-hidden { display: none; } .global-cart.active .eshopworld-minicart-container { display: block; } .eshopworld-minicart-container { position: relative; cursor: default; display: none; width: 100%; border: 1px solid #E8E9EB; border-radius: 2px; height: 100%; } .eshopworld-minicart-container p { color: #333; } .eshopworld-minicart-container * { box-sizing: border-box; } .eshopworld-minicart-container .eshopworld-minicart-items { overflow-y: scroll; height: 85%; padding: 5px 10px; } .eshopworld-minicart-container .eshopworld-minicart-items .cart-item { position: relative; display: flex; flex-direction: row; align-items: center; margin: 0 0 10px; padding: 0 0 10px; border-bottom: 1px solid #E8E9EB; } .eshopworld-minicart-container .eshopworld-minicart-items .cart-item:last-child { padding-bottom: 0; border-bottom: 0; } .eshopworld-minicart-container .eshopworld-minicart-items .cart-item .thumbnail { flex: 0 0 auto; display: flex; align-content: center; justify-content: center; align-items: center; height: 135px; width: 162px; margin-right: 10px; } .eshopworld-minicart-container .eshopworld-minicart-items .cart-item .thumbnail &gt; img { min-height: auto; min-width: auto; max-height: 135px; max-width: 162px; object-fit: cover; } .eshopworld-minicart-container .eshopworld-minicart-items .cart-item .product { text-align: left; flex-grow: 1; flex-basis: auto; } .eshopworld-minicart-container .eshopworld-minicart-items .cart-item .product .info { height: 100px; margin: 0 0 10px; } .eshopworld-minicart-container .eshopworld-minicart-items .cart-item .product .info p { font-size: 14px; font-weight: normal; margin: 0; line-height: 1.4; width: 190px; white-space: normal; } .eshopworld-minicart-container .eshopworld-minicart-items .cart-item .product .summary { display: flex; flex-direction: row; } .eshopworld-minicart-container .eshopworld-minicart-items .cart-item .product .summary .remove-block { flex: 1 0; } .eshopworld-minicart-container .eshopworld-minicart-items .cart-item .product .summary .remove-block .remove-btn { text-decoration: underline; font-weight: 100; color: #202020 !important; } .eshopworld-minicart-container .eshopworld-minicart-items .cart-item .product .summary .qty { width: 30px; } .eshopworld-minicart-container .eshopworld-minicart-items .cart-item .product .summary .qty input { display: block; width: 100%; border: 1px solid #202020 !important; text-align: center; padding: 2px; margin: 0; } .eshopworld-minicart-container .eshopworld-minicart-items .cart-item .product .summary .subtotal { flex: 1; text-align: right; font-size: 16px; font-weight: normal; } .eshopworld-minicart-container .eshopworld-minicart-actions { border-top: 2px solid #E8E9EB; height: 15%; } .eshopworld-minicart-container .eshopworld-minicart-actions .promotion { text-align: right; padding: 5px; font-size: 14px; } .eshopworld-minicart-container .eshopworld-minicart-actions .subtotal { text-align: right; padding: 10px; } .eshopworld-minicart-container .eshopworld-minicart-actions .eshopworld-minicart-checkout { display: flex; flex-direction: row; align-items: center; justify-content: center; } .eshopworld-minicart-container .eshopworld-minicart-actions .eshopworld-minicart-checkout button { background: #202020 !important; border-radius: 2px; text-transform: uppercase; font-weight: 600; border: 0; letter-spacing: 0.08em; padding: 10px; margin: 5px 10px 15px; font-size: 12px; color: #fff; } .eshopworld-minicart-container .eshopworld-minicart-actions .eshopworld-minicart-checkout button:hover { background: #436076; } /*===================== Cart Widget =================*/ .eshopworld-cart-anchor{ box-sizing: border-box !important; } .eshopworld-cart-container * { box-sizing: border-box; } .eshopworld-cart-container .head{ width: 50% !important; font-family: var(--font-body-condensed) !important; font-size: 14px !important; line-height: 1.0; } .subtotal-container &gt; p { font-size: 24px !important; } .subtotal-container{ padding: 0 !important; } #eshopworld-discount-submit, .eshopworld-discount-code-input-wrapper{ flex: 1; } .eshopworld-cart-container table, .eshopworld-cart-container input, .eshopworld-cart-container textarea, .eshopworld-cart-container a, .eshopworld-cart-container p, .eshopworld-cart-container span, .eshopworld-cart-container label, .eshopworld-cart-container button { font-size: 15px; font-style: normal; font-weight: 400; color: #000; line-height: 1.5; } .eshopworld-cart-container button { cursor: pointer; font-size: 14px; } .eshopworld-cart-container a { text-decoration: none; color: inherit; } .eshopworld-cart-container a:hover, .eshopworld-cart-container a:focus { opacity: .7; } .eshopworld-cart-container table { border-collapse: collapse; border-spacing: 0; } .eshopworld-cart-container th { padding: 27.5px 22px; font-size: 16px; } .eshopworld-cart-container td { padding: 22px; vertical-align: middle; } .eshopworld-cart-container th, .eshopworld-cart-container tr, .eshopworld-cart-container td { border: 0; } .eshopworld-cart-container tbody tr { border-top: 1px solid #e8e9eb; border-bottom: 1px solid #e8e9eb; } .eshopworld-cart-container input, .eshopworld-cart-container textarea, .eshopworld-cart-container select { border-radius: 0; max-width: 100%; background-color: #f4f4f4; border: 0; padding: 8px; } .eshopworld-cart-container input { padding-left: 5px; padding-right: 5px; border: 1px solid #949494; background-color: #fff; color: #000; max-width: 100%; line-height: 1.2; border-radius: 2px; } .eshopworld-cart-container .quantity-selector { text-align: center; width: 60px; } .eshopworld-cart-container .eshopworld-discount-code-input { height: 44px; } .eshopworld-cart-container .tax-note { text-align: center; padding: 7px 0 15px; margin-bottom: 20px; } .eshopworld-cart-container .cart-line-item-attributes { padding: 5px 0 0; font-size: .875em; font-family: var(--font-body-condensed-extrabold) !important; font-style: normal !important; margin: 0; } .eshopworld-cart-container .subtotal-container span, .eshopworld-cart-container .eshopworld-discount-container span, .eshopworld-cart-container .eshopworld-automatic-discount-container span { font-size: 19px; } .eshopworld-cart-container .eshopworld-discount-container.no-discount, .eshopworld-cart-container .eshopworld-automatic-discount-container.no-discount { display: none; } .eshopworld-cart-container .eshopworld-cart-discount, .eshopworld-cart-container .eshopworld-cart-subtotal, .eshopworld-cart-container .eshopworld-cart-automatic-discount { min-width: 75px; display: inline-block; text-align: right; } .eshopworld-cart-container .cart-product-name { font-family: var(--font-body-condensed-extrabold) !important; text-transform: uppercase !important; font-size: 1.125em; padding: 0; margin: 0; text-decoration: none; border: 0; } .eshopworld-cart-container .cart-product-name:hover { text-decoration: underline; } .eshopworld-cart-container .eshopworld-cart-remove { font-family: var(--font-body-condensed-extrabold) !important; color: black !important; border-bottom: 1px solid currentColor; text-decoration: none; padding: 0; font-size: 12px !important; } .eshopworld-cart-container .cart-cell-price &gt; span{ font-family: var(--font-body) !important; font-size: 12px !important; font-weight: bold !important; } .eshopworld-cart-container .cart-cell-price-title &gt; span { font-family: var(--font-body) !important; font-size: 14px !important; font-weight: bold !important; } .eshopworld-cart-container .eshopworld-cart-table { width: 100%; margin-bottom: 30px; border: 0; } .eshopworld-cart-container .eshopworld-cart-table, .eshopworld-cart-container .eshopworld-cart-table .cart-cell-price { display: none; } .eshopworld-cart-container .eshopworld-cart-table .cart-image-wrapper { margin: 0 auto; max-width: 323px; } .eshopworld-cart-container .eshopworld-cart-table .cart-image-wrapper .cart-image { display: block; width: 100%; max-width: 323px; max-height: 434px; } .eshopworld-cart-container .eshopworld-cart-table th, .eshopworld-cart-container .eshopworld-cart-table td { text-align: right; padding: 15px; margin: 0; } .eshopworld-cart-container .grid { margin: 0 auto; } .eshopworld-cart-container .grid .eshopworld-discount-code-input-container { display: flex; flex-direction: column; width: 100%; } .eshopworld-cart-container .grid .eshopworld-discount-code-input-container .cart-button { margin-bottom: 0; height: 40px; } .eshopworld-cart-container .grid .eshopworld-discount-code-input-container .eshopworld-discount-code-input-wrapper { display: flex; flex-direction: column; margin-bottom: 10px; padding: 0; } .eshopworld-cart-container .grid .eshopworld-discount-code-input-container .eshopworld-discount-code-input-wrapper label { text-align: left; } .eshopworld-cart-container .grid .right-block { display: flex; width: 100%; flex-direction: row !important; flex-wrap: wrap !important; justify-content: space-between !important; } .eshopworld-cart-container .grid .right-block .subtotal-container, .eshopworld-cart-container .grid .right-block .eshopworld-discount-container, .eshopworld-cart-container .grid .right-block .eshopworld-automatic-discount-container { margin-top: 20px; text-align: center; width: 100%; } .eshopworld-cart-container .grid .right-block .subtotal-container{ width: 100% !important; max-width: 280px !important; } .eshopworld-cart-container .grid .right-block .cart-button { padding: 7px 15px; margin-top: 10px; margin-bottom: 0; margin-left: 5px; margin-right: 5px; text-transform: uppercase; text-decoration: none; } .eshopworld-cart-container .grid .right-block .button-container { display: flex; flex-wrap: wrap; flex-direction: column; margin-bottom: 15px; width: 100%; text-align: center; } .eshopworld-cart-container .grid .right-block .button-container .cart-button { flex: 1; } .eshopworld-cart-container .grid .right-block .tax-note { width: 100%; } @media only screen and (max-width: 539px) { .eshopworld-cart-container .grid .right-block .subtotal-container{ max-width: unset !important; } .subtotal-container{ margin: 0px 0px 30px 0px; } .eshopworld-cart-container .head{ width: 100% !important; } .eshopworld-cart-container a{ font-size: 14px; line-height: 1.125; } .cart-header-labels{ font-family: var(--font-body-condensed-extrabold) !important; text-transform: uppercase !important; display: none !important; } .cart-table-row{ display: flex !important; flex-direction: column !important; flex-wrap: wrap !important; max-height: 250px!important; height: 100%; } .cart-cell-image{ width: 33% !important; height: 100%; } .cart-cell-meta,.cart-cell-quantity{ text-align: left !important; padding-left: 0; padding-right: 0; } .cart-cell-meta{ width: 37% !important; height: 100% !important; } .cart-cell-quantity{ width: 17% !important; height: 75px !important; order: 4; } .cart-cell-price-title{ height: 105px; order: 3; } .eshopworld-cart-table{ display: table !important; } } @media only screen and (min-width: 540px) { .cart-header-labels{ display: table-header-group !important; } .cart-header-labels{ font-family: var(--font-body-condensed-extrabold) !important; text-transform: uppercase !important; display: table-header-group !important; } .cart-table-row{ display: table-row !important; } .eshopworld-cart-container .eshopworld-cart-table .cart-image-wrapper { margin: 0 auto; max-width: 141px; } .cart-cell-image{ width: auto !important; height: auto !important; max-width: 130px !important; } .cart-cell-meta,.cart-cell-quantity{ width: auto !important; text-align: right !important; } .cart-cell-meta{ width: 37%; } .cart-cell-price-title{ width: auto !important; margin-top: unset !important; } .eshopworld-cart-table{ display: table !important; } .eshopworld-cart-container .eshopworld-cart-table td, .eshopworld-cart-container .eshopworld-cart-table th { display: table-cell !important; width: auto !important; } .eshopworld-cart-container .eshopworld-cart-table th.cart-cell-image { text-align: left; } .eshopworld-cart-container .eshopworld-cart-table td { padding: 22px; text-align: right; } .eshopworld-cart-container .eshopworld-cart-table td.cart-cell-image { padding-right: 17px; padding-left: 0; width: 130px; } .eshopworld-cart-container .eshopworld-cart-table td.cart-cell-meta { width: 30%; max-width: 300px; text-align: left; } .eshopworld-cart-container .eshopworld-cart-table td.cart-cell-image, .eshopworld-cart-container .eshopworld-cart-table td.cart-cell-price { display: table-cell !important; } .eshopworld-cart-container .eshopworld-cart-table td::before { display: none; } .eshopworld-cart-container .eshopworld-cart-table th:first-child { padding-left: 0; } .eshopworld-cart-container .eshopworld-cart-table th.cart-cell-image, .eshopworld-cart-container .eshopworld-cart-table th.cart-cell-price { display: table-cell; } .eshopworld-cart-container .eshopworld-cart-table thead { display: table-header-group; } } @media only screen and (min-width: 1024px) { .eshopworld-cart-container .grid .eshopworld-discount-code-input-container { display: flex; margin-bottom: 35px; align-items: flex-end; width: auto; flex-direction: row; } .eshopworld-cart-container .grid .eshopworld-discount-code-input-container .eshopworld-discount-code-input-wrapper { display: flex; flex-direction: column; margin-right: 10px; margin-bottom: 0; } .eshopworld-cart-container .grid .eshopworld-discount-code-input-container .eshopworld-discount-code-input-wrapper label { text-align: left; } .eshopworld-cart-container .grid .eshopworld-discount-code-input-container .cart-button { margin-right: 0; } .eshopworld-cart-container .grid .right-block { display: flex; width: 100%; flex-direction: column; align-items: flex-end; } .eshopworld-cart-container .grid .right-block .subtotal-container, .eshopworld-cart-container .grid .right-block .eshopworld-discount-container, .eshopworld-cart-container .grid .right-block .eshopworld-automatic-discount-container { width: auto; margin-top: 0; } .eshopworld-cart-container .grid .right-block .button-container { width: auto; flex-direction: row; } .eshopworld-cart-container .grid .right-block .button-container .cart-button { flex: auto; margin: 5px 0 0 10px; } .eshopworld-cart-container .grid .right-block .tax-note { text-align: left; } } .eshopworld-cart-container .button-container { display: flex; } .eshopworld-cart-container .cart-button { display: inline-block; width: auto; text-decoration: none; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid transparent; border-radius: 2px; padding: 8px 15px; background-color: #202020 !important; color: #fff !important; font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; white-space: normal; font-size: 14px; opacity: 1; margin-bottom: 10px; line-height: 1.4; margin-top: 0; } @media only screen and (min-width: 540px) { .eshopworld-cart-container .cart-button { color: #fff !important; padding: 10px 18px; } } .eshopworld-cart-container .cart-button:not([disabled]):hover, .eshopworld-cart-container .cart-button:focus { color: #fff; background-color: #202020 !important; } .eshopworld-cart-container .cart-button.light { color: #fff !important; border-color: #202020 !important; background-color: #202020 !important; } .eshopworld-cart-container .cart-button.light:not([disabled]):hover, .eshopworld-cart-container .cart-button.light:focus { color: #fff !important; border-color: #202020 !important; background-color: #202020 !important; } .eshopworld-cart-container .cart-button .icon-arrow-right, .eshopworld-cart-container .cart-button .icon-arrow-left { height: 9px; } .eshopworld-cart-container .cart-button[disabled] { cursor: default; opacity: .5; } .eshopworld-cart-anchor.pre-render * { display: none; } .eshopworld-cart-anchor.pre-render::after { content: ''; background: url("https://storage.googleapis.com/esw-dev-pub/static/preloader.svg"); background-repeat: no-repeat; background-position: center; display: block; width: 100%; height: 100px; }</pre></body></html>