:root {
    --nav-hover: #000000;
    --nav-main-hover: #000000;
    --product-teaser-padding: 16px;
    --product-teaser-padding-middle: 24px;
    --product-teaser-padding-big: 32px;
    --product-teaser-related-product-height: 60px;
    --product-teaser-related-product-height-middle: 70px;
    --product-teaser-related-product-height-big: 75px;

    --product-teaser-related-product-height-single: 70px;
    --product-teaser-related-product-height-middle-single: 80px;
    --product-teaser-related-product-height-big-single: 100px;

    --ethletic-grey-light: #f7f7f7;
    --ethletic-grey-landing: #A0A0A0;
    --ethletic-grey-landing-box-background: #F8F8F8;
    --ethletic-red: #e32b2b;
    --ethletic-button-grey: #D9D9D9;
    --ethletic-button-black: #000;
    --ethletic-box-border-radius: 20px;
    --ethletic-box-border-radius-small: 12px;
}
/*
================================================== */
/* Shorthand Properties */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Neue Haas Grotesk Roman', sans-serif;
}

/* Optimizing Selectors */
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: unset;
}
html.is-loading {
    pointer-events: none;
}
html.is-loading .products-collection-outer {
    opacity: 0.125;
}
html.touch .menu-overlay {
    display: none !important;
}
html.touch .product-relatives-slider .slider-icon {
    display: none !important;
}
html.touch .product-relatives:not(.single) {
    display: none;
}
html.no-touch .product-relatives-slider .slider-icon.left {
    background: linear-gradient(90deg, #fff 50%, transparent);
}
html.no-touch .product-relatives-slider .slider-icon.right {
    background: linear-gradient(-90deg, #fff 50%, transparent);
}

/* Leveraging CSS Variables */
:root {
    --font-family: 'Neue Haas Grotesk Roman', sans-serif;
    --font-family-bold: 'Neue Haas Grotesk Bold', sans-serif;
    --color-black: #000;
}

body {
    line-height: 1.5;
    margin-top: 0px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-family: var(--font-family);
    font-size: 100%;
    overflow-x: hidden;
    transition: opacity 0.125s linear;
}
body.hidden-onload {
    opacity: 0;
    pointer-events: none;
}
body.mobile-nav-open {
    height: 100vh;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6, .gui-page-title, .gui-block-title, .variant-button {
    font-family: var(--font-family-bold) !important;
    text-transform: uppercase;
    color: var(--color-black);
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

.left { float: left }

.right { float: right }

.center { text-align: center; margin: auto; }

.hidden { display: none; }

h1, .categories h2, .products h2, .pros h2 {
    font-size: 6vw;
    letter-spacing: 0.05em;
}

/* Typography */
h1, h2, h3, h4, h5, h6, .gui .gui-page-title, .price-wrap {
    line-height: 1.1em;
}
h1, .gui .gui-page-title, .price-wrap { font-size: 30px; }
h2 { font-size: 35px; }
h3 { font-size: 25px; }
h4, h5, h6 { font-size: 20px; }

.gui-blog-article h1 , article > header {
    background-color:white;}

p { margin: 10px 0 0 0; line-height: 200%;}
p img { margin: 0; }

em { font-style: italic; }
strong { font-weight: 600; }
small { font-size: 90%; }

hr {
    border: solid #f0f0f0;
    border-width: 2px 0 0;
    clear: both;
    height: 0;
    width: 50%;
    margin: 0px auto 20px auto;
}
.no-underline a, a.no-underline { text-decoration: none; }
.line-through { text-decoration: line-through; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

/* Links */
a, a:visited { color: #444; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }

/* List */
ul, ol { list-style-position: inside; }
.no-list-style ul, ul.no-list-style { list-style: none outside; }
ol { list-style: decimal; }
ul ul, ul ol,
ol ol, ol ul { margin: 0.1em 0 0.1em 1em; font-size: 90%;  }
ul li {
    padding: 3px 0px;
}

/* Input */
input,
textarea,
select {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    outline: none;
    margin: 0;
    display: inline-block;
    line-height: 18px;
    max-width: 160px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 38px;
    margin: 0px 15px 15px 0px;
    background-color: white;
}
input[placeholder] {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 0.9rem;
}
select {
    padding: 9px 30px 9px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(triangle.png);
    background-repeat: no-repeat;
    background-position: 90% 15px;
    width: 100%;
}
.gui select {
    background-position: 90% 13px;
}
.ie select {
    background-image: none;
    padding-right: 15px;
}
select::-ms-expand {
    display: none;
}


input:hover,
textarea:hover {
    border-color: #ccc;
}
input:focus,
textarea:focus {
    border-color: #ccc;
}
textarea {
    min-height: 60px;
}
label {
    margin-right: 10px;
    display: inline-block;
    padding: 10px 0px;
}
input[type="checkbox"] {
    display: inline;
    width: auto;
}
a:focus {outline:none;}
a::-moz-focus-inner {border:0;}

/* Buttons */
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #000;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 18px;
    padding: 10px;
    outline: 0;
    text-transform: uppercase;
    font-weight: normal;
}
a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    text-decoration: none;
}
a.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
a.btn.large {
    padding: 16px;
    min-width: 180px;
    text-align: center;
    font-family: var(--font-family-bold) !important;
    font-size: 16px;
    font-weight: normal;

}


/* Align vertical */
.align {
    display: table;
    width: 100%;
}
.align .vertical {
    display: table-cell;
    vertical-align: middle;
}

/* Bootstrap
================================================== */
.container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.row,
.margin {
    margin-bottom: 30px;
}
.page-title {
    margin-bottom: 0;
}
.no-margin {
    margin: 0px;
}

header,
footer.row,
.copyright,
.breadcrumbs,
.headline {
    margin: 0px -45px;
}
footer.row {
    padding: 30px;
}
.copyright,
.breadcrumbs {
    padding: 15px 45px;
}

/* nav
================================================== */
nav {
    position: fixed;
    top: 0px;
    transform: translateX(-100%);
    height: 100%;
    width: 100%;
    z-index: 9999;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid;
    text-transform: uppercase;
}
nav.open {
    transform: translateX(0);
}

nav li {
    padding: 0px;
    display: block;
    border-bottom: 1px solid;
}
nav li .itemLink {
    display: block;
    padding: 30px;
    cursor: pointer;
}
nav li .itemLink .sneaker-title-wrap span {
    border-bottom: 2px solid transparent;
}
nav li .itemLink.active .sneaker-title-wrap span,
nav li .itemLink:hover .sneaker-title-wrap span,
nav li .itemLink:active .sneaker-title-wrap span {
    border-bottom: 2px solid black;
}
nav li .itemLink .glyphicon {
    top: 2px;
}
/* sub nav */
nav li .subnav,
nav li .subsubnav {
    position: relative;
    top: 0px;
    height: 100%;
    margin: 0px;
    width: 100%;
    font-size: 100%;
    z-index: 1;
    text-transform: uppercase;
}
nav li .subnav.open,
nav li .subsubnav.open {
    left: 0px;
}
nav li .subnav .itemLink.head {
    font-weight: 600;
}
/* .back */
nav .back {
    cursor: pointer;
    padding: 15px 30px;
}
nav .back span {
    margin-right: 5px;
}
/* .search-input */
.search-input {
    padding: 10px 15px;
}

.search-input form {
    position: relative;
    display: flex;
}
.search-input form input[type="text"] {
    border: 0px;
    height: 40px;
    width: 100%;
    max-width: 100%;
}
.search-input form .btn {
    padding: 5px 10px;
    position: absolute;
    right: 6px;
    top: 6px;
}

/*desktopnav */
/* nav */
.nav>li>a:hover, .nav>li>a:focus{
    background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open>a:focus{
    background-color: transparent;
    position: relative;
}
.nav .open > a:after, .nav .open > a:hover:after, .nav .open>a:focus:after {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    content: "";
    border-top: 2px solid;
    zoom: 1;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.navbar ul,
.navbar ul li {
    margin: 0px;
    line-height: 18px;
    text-transform: uppercase;
}
.navbar .item {
    float: left;
    margin-right: 5px;
}
.navbar .item .itemLink {
    display: block;
    padding: 5px;
    border: 1px solid transparent;
    position: relative;
    z-index: 2;
    line-height: 20px;
    font-weight:600;
    font-size:14px;
}
.navbar .item.active .itemLink {
    font-weight: 600;
}
.navbar .item.hover .itemLink {
    border-color: #e5e5e5;
}
.navbar .item.sub.hover .itemLink {
    border-bottom-color: white;
}
.navbar .itemLink .subnav,
.navbar .itemLink .subsubnav {
    display: none;
    margin-top: -1px;
    border: 1px solid;
    position: absolute;
    min-width: 180px;
    z-index: 10;
}
.navbar .itemLink .subnav.open,
.navbar .itemLink .subsubnav.open {
    left: 0px;
}
.navbar .itemLink .subnav .itemLink.head {
    font-weight: 600;
}
.navbar .itemLink .subnav .back {
    cursor: pointer;
    padding: 15px 30px;
}
.navbar .itemLink .subnav .back span {
    margin-right: 5px;
}
.navbar .itemLink .subnav .subitemLink {
    display: block;
    padding: 10px;
    white-space: nowrap;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-decoration: none;
    font-weight:600;
}
.navbar .itemLink .subnav .subsubmenu {
    top: 0;
    left: 80%;
    z-index: 980;
}
.navbar .itemLink .subnav .subsubmenu.subitemLink {
    padding: 8px;
}
.navbar .itemLink .subnav .subsubmenu .subitemLink {
    padding: 10px;
}
.navbar .itemLink .subnav .subsubmenu .subitemLink:hover {
    background-color: #f0f0f0;
}
.navbar .itemLink .subnav .subsubmenu .subitemLink:active {
    background-color: #e5e5e5;
}
.navbar .itemLink .subnav .subsubmenu .subitemLink.active {
    background-color: #e5e5e5;
}
.navbar .itemLink .subnav .subsubmenu .subitemLink .subsubmenu {
    display: none;
}
.navbar .itemLink .subnav .subsubmenu .subitemLink:hover .subsubmenu {
    display: block;
}
.navbar .itemLink .subnav .subsubmenu .subitemLink .subsubmenu .subitemLink {
    padding: 10px;
}
.navbar .itemLink .subnav .subsubmenu .subitemLink .subsubmenu .subitemLink:hover {
    background-color: #f0f0f0;
}
.navbar .itemLink .subnav .subsubmenu .subitemLink .subsubmenu .subitemLink:active {
    background-color: #e5e5e5;
}
.navbar .itemLink .subnav .subsubmenu .subitemLink .subsubmenu .subitemLink.active {
    background-color: #e5e5e5;
}
.navbar li:hover .subnav,
.navbar li:hover .subsubnav {
    display: block;
}
.navbar .search-input {
    padding: 10px 15px;
}
.navbar .search-input form {
    position: relative;
    display: flex;
}
.navbar .search-input form input[type="text"] {
    border: 0px;
    height: 40px;
    width: 100%;
    max-width: 100%;
}
.navbar .search-input form .btn {
    padding: 5px 10px;
    position: absolute;
    right: 6px;
    top: 6px;
}

/* .topnav
================================================== */
header.transparent {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: transparent;
    text-transform: uppercase;
}
header.transparent.black {
    background-color: rgba(29, 29, 29, 0.20);
}
.topnav {
    padding: 20px 25px 20px 45px
}
.topnav.e-2018{
    padding: 10px 20px;
}
.topnav.opacity {
    background-color: rgba(0, 0, 0, 0.03);
}
.topnav .item.open .burger,
.topnav .item.open .attribute {
    opacity: 0.8;
}
.topnav .burger {
    margin-top: 4px;
    display: inline-block;
}
.topnav .burger,
.topnav .item .attribute {
    cursor: pointer;
}
.topnav .burger li {
    height: 6px;
    margin-bottom: 4px;
    width: 29px;
    display: block;
    padding: 0px;
}
.topnav .burger li.last {
    margin-bottom: 0px;
}
.topnav .item {
    padding: 0px 20px;
    display: inline-block;
    position: relative;
}

.details a.btn, .details a.btn:visited, .details a.btn {
    background-color: #000 !important;
    font-family: var(--font-family-bold);
    border-radius: 100px !important;
}
.product-details .remove {
    background-color: #000 !important;
    border-radius: 100px;
    position: absolute;
    right: 0;
    top: 20px;
}
.topnav .details .product-details .remove .glyphicon {
    color: #fff;
}
.topnav .details .btn {
    margin: 20px 0 0 0 !important;
}
.topnav .details .product-details {
    padding: 20px 0;
    position: relative;
    border-color: #000;
}

/* .details */
.topnav .details {
    position: absolute;
    right: -3px;
    text-align: left;
    width: 350px;
    margin-top: 20px;
    display: none;
    z-index: 9998;
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 18%);
}
.topnav .details .title {
    text-transform: uppercase;
}

/* Optimized and Well-Commented CSS Code */

/* Topnav */
.topnav .details:before,
.topnav .details:after {
    content: ' ';
    border-top: 12px solid transparent;
    border-bottom: 12px solid;
    border-style: solid;
    position: absolute;
    top: -25px;
    right: 22px;
}

.topnav .details:before {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}

.topnav .details:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.topnav .details .language-currency:last-child {
    border-bottom: 0;
}

.topnav .details .language-currency .title {
    font-weight: 600;
    display: block;
}

.topnav .details .language-currency a.active,
.topnav .details .language-currency a:hover,
.topnav .details .language-currency a:active {
    border-bottom: 4px solid;
}

.topnav .details .language-currency a {
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 10px 0 5px;
}

.topnav .details .product-details,
.topnav .details .language-currency {
    padding: 15px;
    border-bottom: 1px solid;
    position: relative;
}

.topnav .details .product-details .remove {
    position: absolute;
    right: 0 !important;
    top: auto;
    font-size: 12px;
    line-height: 1;
    padding: 5px 5px 4px 5px;
    margin-top: 0;
    bottom: 15px;
}

.topnav .details .product-details .remove .glyphicon {
    top: 0;
}

.topnav .details .product-details .subtitle {
    display: block;
    font-size: 90%;
}

.topnav .details .btn {
    margin: 15px;
    display: block;
    text-align: center;
    padding: 15px;
}

/* Productpage */
.product-titlefull {
    padding: 48px 0 24px;
}

.product-image {
    position: relative;
}

.cart .quantity-items {
    display: block;
    position: absolute;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    z-index: 1;
    top: -7px;
    left: 13px;
}

/* Pages */
.headline {
    margin-top: -30px;
    margin-bottom: 45px;
}

.headline .slider {
    max-height: 600px;
    overflow: hidden;
}

.headline .col-md-12 {
    padding: 0;
    position: relative;
}

.breadcrumbs a {
    margin-right: 15px;
}

.price-filter input {
    margin-left: 5px;
    width: 72px;
}

.grid-list .list {
    margin-left: 5px;
}

.grid-list .glyphicon {
    line-height: 36px;
    font-size: 18px;
    opacity: 0.5;
    cursor: pointer;
}

#filter-checkbox {
    margin-bottom: 10px;
}

.checkbox {
    padding-top: 15px;
    padding-bottom: 30px;
}

.checkbox label {
    display: block;
    padding: 5px 0;
}

.checkbox strong {
    margin-right: 10px;
    display: block;
    margin-bottom: 5px;
}

.checkbox input {
    height: auto;
    margin: 0 5px 0 0;
}

.slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider li {
    float: left;
    padding: 0;
}

.slider img {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    height: auto !important;
    margin: auto;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    margin-top: -33px;
    text-align: center;
    line-height: 16px;
    padding: 10px;
}

.slider-prev {
    left: 0;
}

.slider-next {
    right: 0;
}

.slider-pagination {
    width: 100%;
    text-align: center;
    line-height: 0;
    bottom: 30px;
    margin: 0;
}

.slider-pagination.text {
    bottom: 60px;
}

.slider-pagination a {
    display: inline-block;
    height: 14px;
    width: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    text-indent: -9999px;
    margin: 0 6px;
    padding: 0;
    border: 2px solid #e5e5e5;
}

.product-image .slider-pagination a {
    height: 10px;
    width: 10px;
}

.slider-pagination a.active {
    background: #eee;
}

.product-info {
    margin-top: -10px;
    margin-bottom: 30px;
}

.product-info .stars .glyphicon.active {
    color: #FDAD5F;
}

.product-info .stars,
.product-info .stock {
    margin-right: 30px;
}

.product-info .stock .dot {
    display: inline-block;
    position: relative;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    top: -2px;
}

.product-info .stock .dot.green {
    background-color: #23E460;
}

.product-info .stock .dot.red {
    background-color: #F88879;
}

.product-info .brand .glyphicon {
    margin-right: 5px;
}

.product-info .glyphicon {
    color: #C5C5C5;
}

.product-configure {
    margin-top: 30px;
}

.product-configure label {
    min-width: 100px;
}

.quantity {
    margin-top: 30px;
}

.quantity input {
    width: 50px;
    text-align: center;
    height: 50px;
    display: block;
    float: left;
    line-height: 50px;
    margin-right: 0;
    padding: 0;
    border-radius: 3px 0 0 3px;
}

.quantity .change {
    float: left;
    width: 19px;
    height: 50px;
    background-color: #f7f7f7;
    margin-right: 15px;
    border: 1px solid;
    border-left: 0;
    border-radius: 0 3px 3px 0;
}

.quantity .change a {
    display: block;
    text-align: center;
    text-decoration: none;
    height: 24px;
    position: relative;
}

.quantity .change a.down {
    border-top: 1px solid;
}

.quantity .change a span.arrow-up {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 4px solid #B5B5B5;
    position: absolute;
    top: 10px;
    right: 6px;
}

.quantity .change a span.arrow-down {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #B5B5B5;
    position: absolute;
    bottom: 10px;
    right: 6px;
}

.add-to-cart .btn {
    margin-bottom: 10px;
}

#tipme-modal .tipme-modal_closebtn {
    padding: 0 !important;
}

#ProductSelect-option-tipme input[type='radio']+label {
    line-height: 18px !important;
}

.tipme-widget {
    max-width: none !important;
}

#beneficiary-name {
    transform: translateY(-10px) !important;
}

.tipme-widget_tooltip .tipme-widget_tooltiptext {
    margin-left: -106px !important;
    transform: translateY(-5px) !important;
    border-radius: 0 !important;
}

.tipme-widget_tooltip .tipme-widget_tooltiptext::after {
    right: 10px !important;
    left: unset !important;
}

.d-block {
    display: block;
}

.tabs-wrap {
    margin-top: 30px;
    border-radius: var(--ethletic-box-border-radius);
}

.tabs-wrap p {
    margin-top: 0;
}

.tabs {
    padding: 60px 30px 0;
}

.tabs ul li {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.tabsPages {
    line-height: 170%;
    width: 100%;
}

.tabsPages .page {
    display: none;
    max-height: 300px;
    overflow: auto;
    padding: 0 30px 60px;
}

.tabsPages .page.active {
    display: block;
}

.tabsPages .page hr {
    width: 100%;
    margin: 30px auto;
}

.home.text {
    margin-top: -45px;
    position: relative;
    top: -30px;
    margin-bottom: 25px;
}

.home.text .text-center {
    padding: 60px 60px 0;
}

.pros h5 {
    margin-bottom: 10px;
}

.pros h2 {
    margin-bottom: 35px;
}

.pros .pro .glyphicon {
    margin: 30px 0 15px;
}

.categories h2,
.products h2 {
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

.category,
.product {
    border: 0 solid;
    margin-bottom: 0;
}

.category .info,
.product .info {
    padding: 10px 0 20px;
    position: relative;
    text-align: center;
}

.category .info h3,
.product .info h3 {
    font-size: inherit;
    font-weight: normal;
    margin: 0;
    text-transform: none;
    display: inline-block;
    font-family: 'Neue Haas Grotesk Bold', Helvetica, Arial, sans-serif;
}

.category .info h3 {
    font-size: 1rem;
}

.category .info .arrow-down {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -12px;
    right: 20px;
}

.category img,
.product img {
    width: 100%;
    height: auto;
    background-color: #FFF;
    position: relative;
    top: 0;
}

.product.list img {
    width: auto;
}

.product.list .info {
    padding: 30px;
    display: table-cell;
}

.product.list .description {
    margin-top: 15px;
}

.product.list .info .btn {
    margin: 15px 0;
}

.product .product-link {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 0 !important;
}

.product .product-link img {
    position: relative;
    top: 0;
}

html.touch .tipme-widget_tooltiptext {
    display: none !important;
}

html.touch header {
    width: 100vw;
}

html.touch .product .product-sizes {
    position: relative;
    bottom: 20px;
}

.product .product-sizes {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.product .product-sizes.invisible {
    display: none;
}

.product:hover .product-sizes {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.basket-info {
    display: none;
    opacity: 0;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    color: #ccc;
    padding: 10px 0;
}

.basket-info.show-it {
    opacity: 1;
}

.pager ul.right li.number {
    margin-right: 5px;
}

.pager ul.right li.prev {
    margin-right: 10px;
}

.pager ul.right li.next {
    margin-left: 5px;
}

.pager ul.right li.prev,
.pager ul.right li.next {
    line-height: 25px;
}

.pager ul.right li.prev,
.pager ul.right li.next,
.pager ul.right li.active {
    font-weight: 600;
    text-transform: uppercase;
}

.pager ul.right li a.btn {
    padding: 4px 10px;
}

.tags {
    margin-bottom: 50px;
}

.tags h2 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.tag {
    display: inline-block;
}

.tag {
    display: inline-block;
    text-transform: uppercase;
    background-color: #FDAD5F;
    margin: 0 10px 10px 0;
    padding: 5px 20px 5px 10px;
}

.tag:last-child {
    margin-right: 0;
}

.tag h4,
.tag-2 h4 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    display: inline;
}

.tag h4 {
    font-weight: 600;
}

.tag .circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: white;
    margin-right: 10px;
    vertical-align: 2px;
}

footer h5 {
    margin-bottom: 5px;
}

footer .info {
    margin: 0 0 10px 0;
}

footer form#formNewsletter {
    padding-top: 10px;
}

footer input#formNewsletterEmail {
    margin: 0;
    border: 0;
    padding: 10px 15px;
    border-radius: 3px 0 0 3px;
    float: left;
    min-width: 185px;
}

footer .btn.input {
    text-transform: uppercase;
    border-radius: 0 3px 3px 0;
}

footer .hallmarks {
    margin-top: 2rem;
}

footer .hallmarks img {
    display: inline-block;
    width: 70%;
    margin: 20px 0;
    max-width: 300px;
}

.payment-methods img {
    margin: 0;
    height: 22px;
    position: relative;
}

.social-media {
    margin-top: 30px;
}

.social-media .social-icon {
    display: inline-block;
    background-image: url(social-icons.png);
    background-repeat: no-repeat;
    overflow: hidden;
    width: 32px;
    height: 32px;
    opacity: 0.8;
    margin-right: 2px;
}
/* Optimized CSS Code */

/* Shorthand Properties */
.social-media .social-icon:hover {
    opacity: 1;
}

.social-media .social-icon {
    background-position: 0px 0px;
}

.social-media .social-icon.facebook {
    background-position: 0px 0px;
}

.social-media .social-icon.twitter {
    background-position: -32px 0px;
}

.social-media .social-icon.google {
    background-position: -64px 0px;
}

.social-media .social-icon.pinterest {
    background-position: -96px 0px;
}

.social-media .social-icon.youtube {
    background-position: -128px 0px;
}

.social-media .social-icon.tumblr {
    background-position: -160px 0px;
}

.social-media .social-icon.instagram {
    background-position: -192px 0px;
}

/* CSS Resets */
.copyright {
    border-top: 1px solid;
}

.messages {
    margin-bottom: 0px !important;
}

.gui-form .gui-checkbox input,
.gui-form .gui-radio input {
    height: auto;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
    text-transform: uppercase;
}

#gui-wrapper {
    margin: 0 12px 30px 12px;
}

.messages.product-page ul {
    position: absolute;
    margin-top: 15px;
    z-index: 9998;
    margin-left: -30px;
}

.messages.index ul {
    position: fixed;
    top: 30px;
    z-index: 9998;
}

/* BUNDLES */
.bundleproductinfo h3 {
    font-size: 14px;
}

.bundle h3 {
    margin-bottom: 25px;
}

.glyph-bundle {
    position: absolute;
    top: 60px;
    margin-left: -21px;
}

.bundlecart {
    width: 16.666667%;
}

.bundleproductinfo {
    height: 60px;
}

.bundleproductinfo p {
    margin-top: -6px;
    font-size: 12px;
}

.line-through {
    text-decoration: line-through;
}

.bundle-actions > div > div:nth-child(5) > .product > .glyph-bundle {
    display: none;
}

.price.total {
    margin-bottom: 25px;
}

.tipme-module label[for=ProductSelect-option-tipme] {
    display: inline-block;
    padding: 20px 0;
}

.tipme-module_title .tipme-module_more {
    margin: 5px;
    color: black !important;
    border-color: black !important;
}

.tipme-overlay_activator {
    border-bottom: 1px solid black !important;
}

.gui-invisible {
    visibility: visible !important;
}

.no-padding {
    padding: 0 !important;
}

.gui a.gui-action.gui-action-delete {
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(icon-delete.png);
    background-size: cover;
    opacity: 1;
}

#formNewsletter {
    display: flex;
    justify-content: center;
}

#formNewsletter .btn {
    border: 0;
}

#formNewsletterEmail {
    background-color: #f1f1f1;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.topnav .quantity-items {
    background-color: var(--ethletic-red);
}

.red {
    color: var(--ethletic-red);
}

.gui,
.gui-block-linklist li a {
    color: #000;
}

.gui-block-linklist li {
    border-bottom: 0;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
    color: #000;
}

.gui-block-inner strong {
    color: #a3a3a3;
}

.gui a {
    color: #000;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.gui-select.gui-focus .gui-handle {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
    border-color: #000;
}

.gui-block-title {
    color: #000;
    background-color: transparent;
}

.gui-content-title {
    color: #000;
}

.gui-form .gui-field .gui-description span {
    color: #000;
}

.gui-block-inner {
    background-color: #f1f1f1;
}

.gui-block-option {
    border-color: #000;
    background-color: #fff;
}

.gui-block-option-block {
    border-color: #ededed;
}

.gui-block-title strong {
    color: #000;
}

.gui-line,
.gui-cart-sum .gui-line {
    background-color: #000;
}

.gui ul.gui-products li {
    border-color: #000;
}

.gui-block-subcontent,
.gui-content-subtitle {
    border-color: #000;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
    border-color: #000;
    border-radius: 20px;
}

.gui-block-content .gui-table {
    border-color: #000;
}

.gui-table thead tr {
    font-size: 14px;
    font-family: 'Neue Haas Grotesk Book', sans-serif;
    text-transform: uppercase;
}

.gui-table thead tr th {
    border-color: #000;
    background-color: #fff;
}

.gui-table tbody tr td {
    border-color: #000;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
    border-color: #000;
    color: #fff;
    background-color: #000;
    border-radius: 100px;
    font-size: 14px !important;
    font-family: 'Neue Haas Grotesk Bold', sans-serif !important;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
    border-color: #000;
    color: #fff;
    background-color: #000;
    line-height: 33px;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
    background-color: #000;
    border-color: #000;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
    background-color: #000;
    border-color: #000;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
    border-color: #000;
    background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
    border-color: #000;
}

.gui-number .gui-handle a {
    background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
    color: #000;
}

.gui-progressbar {
    background-color: #000;
}

.header-bar {
    background-color: #000;
    color: #fff;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
}

.header-bar span {
    font-family: 'Neue Haas Grotesk Bold', sans-serif !important;
}

.header-bar a {
    text-decoration: none;
}

.header-bar a,
.header-bar a:hover {
    color: #fff;
}

.header-bar a:hover,
.header-bar a:active {
    text-decoration: underline;
}

.header-bar a:hover .btn-login-text,
.header-bar a:active .btn-login-text {
    text-decoration: underline;
}

.header-bar-item:last-of-type a {
    text-decoration: none !important;
}

.header-bar-item {
    padding: 5px 0;
    width: 100%;
}

.header-bar-item:nth-child(2) {
    justify-content: center;
    text-align: center;
}

.header-bar-item a {
    display: flex;
    align-items: center;
}

.header-bar-item.smiley a {
    display: none;
}

.header-bar-item.smiley a:after {
    margin-left: 5px;
    position: relative;
    content: "";
    width: 20px;
    height: 20px;
    background: url("smiley-2.svg");
    background-repeat: no-repeat;
    display: inline-block;
}

.header-bar-item.gone {
    opacity: 0;
    pointer-events: none;
}

.header-bar-item span {
    white-space: nowrap;
}

.header-bar-item:first-of-type {
    opacity: 0;
    pointer-events: none;
}

.header-bar-item:last-of-type {
    text-align: right;
}

.header-bar-item:last-of-type a {
    display: inline-block;
    margin-right: 15px;
}

.btn-login-text {
    display: none;
    margin-right: 10px;
}

td[colspan="2"] a {
    background-color: #000;
    color: #fff;
    padding: 9px 15px;
    border-radius: 100px;
    text-transform: uppercase;
    font-family: 'Neue Haas Grotesk Bold', sans-serif !important;
}

/* Custom CSS colors */
.topnav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.topnav .items .glyphicon {
    color: #000;
}

.title-collection {
    text-align: center;
    padding: 12px 0 0 0;
    display: block;
}

.model-slider-wrap {
    opacity: 0;
}

.model-slider-wrap.visible {
    opacity: 1;
}

.category-slider-wrap.visible {
    opacity: 1;
}

.category-slider-link {
    text-align: center;
    padding: 0 3px;
}

.category-slider-link h1 {
    display: inline-block;
}

.product-size-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-size-button button {
    font-size: 20px !important;
}

.variant-button {
    border-radius: 20px !important;
    max-height: 40px;
}

.variant-button:hover,
.variant-button:active {
    background-color: var(--ethletic-grey-landing-box-background) !important;
    color: #000 !important;
}

.btn-login:hover,
.btn-login:active {
    text-decoration: none;
}

h1,
h2,
.language-currency .title,
.gui-page-title,
.gui-block-title,
.information-tab > a,
.sneaker-title-wrap span,
.itemLink,
.subnav .back,
footer h5 {
    font-family: 'Neue Haas Grotesk Bold', sans-serif !important;
}

.header-bar-item {
    font-size: 12px;
}

.topnav .details .language-currency {
    border-bottom: 0;
}

.topnav .details .language-currency a {
    font-size: 90%;
}

nav,
nav li,
.topnav .details .product-details,
.topnav .details .language-currency,
.topnav .details,
.navbar .submenu {
    background-color: #fff !important;
}

nav .itemLink,
.topnav .details .subtitle,
.topnav .details .language-currency a,
nav li .itemLink.active span {
    color: #000;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center;
}

.flex-grow-1 {
    flex-grow: 1;
}

.w-100 {
    width: 100%;
}

.price {
    color: #000;
}

.price-inner {
    display: flex;
    padding: 8px;
    gap: 6px;
    background-color: var(--ethletic-grey-landing-box-background);
}

.content {
    padding: 120px 0 30px 0;
}

.content.collection {
    padding-top: 200px;
}

.header-video-element {
    padding-top: 0 !important;
}

footer h5 {
    font-family: 'Neue Haas Grotesk Roman', Helvetica, Arial !important;
    font-size: 15px;
}

.footertext,
.footertext a {
    text-transform: uppercase;
    font-family: 'Neue Haas Grotesk Bold', Helvetica, Arial;
}

.information-tab > a {
    font-size: 27px;
}

/* product page */
.price-wrap-outer {
    display: flex;
    justify-content: space-between;
}

.price-banner {
    display: flex;
}

.price-wrap {
    display: flex;
    gap: 10px;
    font-size: 1.25rem;
}

.product .price span,
.price-wrap span {
    line-height: 1;
    white-space: nowrap;
}

.products .products-inner {
    padding: 50px 0;
}

nav li .itemLink.active,
nav .itemLink.head,
.topnav .details,
.topnav .details a,
.topnav .details .language-currency a.active,
.topnav .details .language-currency a:hover,
.product-details .remove .glyphicon {
    color: black;
}

#blog-frame {
    transition: opacity 0.125s linear;
    opacity: 1;
    margin-bottom: 30px;
    min-height: 100vh;
}

#blog-frame.loaded {
    opacity: 1;
    min-height: 0;
}

.hidden {
    display: none !important;
}

.product .price {
    color: #000;
}

.content,
.page-text,
.page-text-inner {
    height: auto;
}

iframe {
    width: 1px;
    min-width: 100%;
}

.page-text-headline {
    margin-bottom: 50px;
}

.shareMe-facebook {
    margin: 0 20px 10px 0 !important;
}

.shareMe-pinterest {
    margin: 0 20px 110px 0 !important;
}

.pager {
    margin: 25px auto;
}

.pager li.next > a {
    border: 0px solid white;
    color: #000 !important;
    padding: 0 0 0 20px !important;
}

.pager li.prev > a {
    border: 0px solid white;
    color: #000 !important;
    padding: 0 20px 0 0 !important;
}

.pager li.next > a:hover,
.pager li.prev > a:hover,
.pager li.next > a:active,
.pager li.prev > a:active {
    background-color: transparent !important;
    border: 0 !important;
    color: #000 !important;
}

.pager li.number > a {
    background-color: transparent !important;
    border: 0 solid var(--ethletic-grey-landing-box-background);
    border-radius: var(--ethletic-box-border-radius-small) !important;
    padding: 10px 15px !important;
    margin: 0 5px !important;
}

.pager li.number > a:hover,
.pager li.number > a:active {
    background-color: var(--ethletic-grey-landing-box-background) !important;
    box-shadow: none !important;
}

.pager li.number.active > a {
    background-color: #000 !important;
}

.pager li.number a span {
    font-family: 'Neue Haas Grotesk Bold', sans-serif;
    color: #000 !important;
    font-size: 1rem;
    display: block;
}

.pager li.number.active a span {
    color: #fff !important;
}
.pager-inner {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
  	align-items: center;
}
/* Optimized CSS with Shorthand Properties and Optimized Selectors */

.pager-list {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.topnav .navbar {
    text-align: right;
}

.topnav .navbar .item {
    text-align: start;
}

.topnav.e-2018 {
    background-color: #fff;
    position: relative;
}

.topnav.e-2018 .item {
    padding-left: 20px;
}

.topnav.e-2018 .navbar-right {
    padding-top: 0px;
    margin-right: 0;
    position: relative;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topnav.e-2018 .navbar-right .item .details {
    border-color: #000;
    border-width: 2px;
    color: #000;
}

.topnav.e-2018 .navbar-right .item .details .searchbar .title {
    font-family: 'Neue Haas Grotesk Bold', sans-serif;
}

.topnav.e-2018 .details .language-currency a.active,
.topnav.e-2018 .details .language-currency a:hover,
.topnav.e-2018 .details .language-currency a:active {
    border-color: black;
    border-bottom-width: 4px;
    padding: 0;
}

.topnav.e-2018 .navbar-right .item .details .searchbar input {
    border: 0;
    color: black;
    background-color: #f1f1f1;
}

.topnav.e-2018 .navbar-right .item .details .searchbar a {
    color: #fff;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topnav.e-2018 .navbar-right .item .details::before {
    display: none;
    right: -1px;
}

.topnav.e-2018 .navbar-right .item .details::after {
    right: 0px;
    display: none;
}

.topnav.e-2018 .itemLink:hover,
.topnav.e-2018 .itemLink span:hover,
.language-btn:hover {
    color: var(--nav-main-hover) !important;
}

.dropdown-menu {
    border-width: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.product-layer {
    font-family: 'Neue Haas Grotesk Bold', sans-serif !important;
    color: #000;
    overflow: hidden;
    padding: 5px;
    display: none;
}

.sneaker-link {
    padding-left: 0;
    transition: none;
}

.sneaker-link span,
.sneaker-link span,
.sneaker-link span {
    border-bottom: 5px solid transparent;
}

.sneaker-link:active span,
.sneaker-link:hover span,
.sneaker-link.active span {
    padding-left: 0;
    border-bottom: 5px solid black;
}

.category-slider-wrap,
.model-slider-wrap {
    display: flex;
    justify-content: center;
    margin: 6px 0;
    opacity: 0;
    height: 0;
    pointer-events: none;
}

.category-slider-wrap.visible,
.model-slider-wrap.visible {
    opacity: 1;
    height: auto;
    pointer-events: all;
}

.collection-wrap {
    transition: background-color 0.2s linear;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 88%, rgba(255, 255, 255, 0.7175245098039216) 93%, rgba(255, 255, 255, 0) 98%);
}

.Magic360-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.collection-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(90deg, #fff 20%, transparent);
    z-index: 10;
    pointer-events: none;
}

.collection-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(-90deg, #fff 20%, transparent);
    z-index: 10;
    pointer-events: none;
}

.tipme-widget_title,
.tipme-widget_title a,
.tipme-widget_title span {
    font-weight: normal !important;
    line-height: 1.6;
}

.tipme-widget_title .tipme-widget_more {
    line-height: 1 !important;
    color: #fff !important;
    margin-top: 0 !important;
    font-size: inherit !important;
    background-color: #000 !important;
}

.tipme-credits a:hover {
    opacity: 1 !important;
    text-decoration: underline !important;
}

.blur {
    opacity: 1;
}

.blur-image {
    opacity: 0.5;
}

.product-layer ul {
    list-style: none;
}

.product-layer ul li .img {
    height: auto;
    width: 100px;
    float: right;
}

.product-layer ul li .img img {
    width: 100%;
    height: auto;
    display: block;
}

.arrow-container {
    /*display: inline-block;*/
    float: right;
    position: relative;
    display: none;
}

.arrow-right {
    position: relative;
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    top: 5px;
    left: 30%;
}

.info-column {
    padding: 0;
    text-align: left;
}

small {
    line-height: 1.2;
}

.page-text-inner img {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 800px;
    display: flex;
}

.page-text.container {
    padding: 70px 15px 0 15px;
}

.page-text .page-text-inner {
    margin-bottom: 70px;
}

.page-text .page-text-headline {
    text-align: center;
    margin: 0 auto 50px auto;
    max-width: 650px;
}

.product-layer-wrap {
    background-color: rgba(255, 255, 255, 1);
}

.product-layer-level-1 li a {
    height: 80px;
    position: relative;
    border-bottom: 1px solid #ebe3e0;
}

.product-layer-level-1 li a:hover,
.product-layer-level-1 li a.selected {
    background-color: #f1f1f1;
}

.product-layer-level-1 li a:hover .text,
.product-layer-level-1 li a.selected .text {
    color: #000;
}

.product-layer-level-1 li a .text {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding-left: 20px;
}

.product-layer-level-2-wrap {
    display: flex;
    min-width: 250px;
    min-height: 250px;
    justify-content: center;
}

.product-layer-level-2 {
    display: flex;
    flex-direction: row;
    padding: 60px 0 50px 50px;
    justify-content: flex-start;
    background: rgb(255, 255, 255);
    border-radius: var(--ethletic-box-border-radius);
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 18%);
    max-width: 1200px;
}

.product-layer-level-2-items {
    min-width: 250px;
    max-width: 430px;
}

.product-layer-level-2-images {
    position: relative;
    display: block;
    margin: auto 0 auto 25px;
    width: 55vw;
}

.product-layer-level-2-images .text {
    font-size: 1rem;
}

.product-layer-level-2-images-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.product-layer-level-2__image {
    display: flex;
    transition: opacity 0.2s linear;
}

.product-layer-level-2__image a {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 5% 0;
    text-decoration: none;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
}

.product-layer-level-2__image.selected a .text {
    color: var(--nav-hover);
}

.product-layer-level-2__image a img {
    width: 100%;
    height: auto;
    max-width: 110px;
    padding: 0 10px 5px 10px;
}

.product-layer-level-2__image a .text {
    text-align: center;
    padding: 10px 0;
}

.product-layer-level-2 {
    min-width: 200px;
    list-style: none;
    display: none;
}

.product-layer-level-2.selected {
    display: flex;
}

.product-layer-level-2 .product-layer-level-2__item {
    color: #000;
    padding: 0;
}

.product-layer-level-2 .product-layer-level-2__item a {
    position: relative;
    border-bottom: 0;
    display: block;
    padding: 4px 0;
    font-size: 2rem;
    line-height: 1.25;
}

.product-layer-level-2 .product-layer-level-2__item a:hover,
.product-layer-level-2 .product-layer-level-2__item a.selected {
    color: var(--nav-hover);
}

.product-layer-level-2 .product-layer-level-2__item a .text {
    display: inline-block;
    position: relative;
    border-bottom: 5px solid transparent;
    line-height: 1;
}

.product-layer-level-2 .product-layer-level-2__item a:hover .text,
.product-layer-level-2 .product-layer-level-2__item a:active .text,
.product-layer-level-2 .product-layer-level-2__item a.selected .text,
.product-layer-level-2 .product-layer-level-2__item a.current .text {
    border-bottom: 5px solid black;
}

.product-layer {
    /*
    width:100vw;
    max-width: none;*/
}

.product-layer ul li {
    padding: 0;
}

.product-layer ul li a {
    color: #000;
    text-decoration: none;
    font-size: 1.5em;
    display: block;
}

.shoe-preview {
    display: block;
}

.shoe-preview.page {
    margin-top: 0;
}

.shoe-preview.selected {
    display: flex;
}

.shoe-preview .shoe-preview-inner {
    position: relative;
    opacity: 1;
    width: 100%;
    padding: 10px;
}

.shoe-preview .shoe-preview-inner a {
    position: relative;
    width: 100%;
    opacity: 1;
    display: block;
}

.shoe-preview .shoe-preview-inner a:after {
    content: '';
    display: block;
    padding-top: 100%;
    overflow: hidden;
}

.shoe-preview .shoe-preview-inner img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
    object-position: center;
    top: 0;
    left: 0;
}

.dropdown-inline .product-layer {
    display: none;
}

.dropdown-inline .product-layer.selected {
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

.menu-overlay {
    display: none;
    position: relative;
    width: 100%;
    font-family: 'Neue Haas Grotesk Bold', sans-serif;
    /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 69%, rgba(255,255,255,0) 100%);*/
    transition: transform 0.125s linear, opacity 0.25s linear;
    transform: translateY(-10px);
    opacity: 0.5;
    padding: 0 60px 0 20px;
    pointer-events: none;
}

.menu-overlay.open {
    pointer-events: all;
    opacity: 1;
    padding: 0px 20px 60px 20px;
    display: block;
}

.menu-overlay .text {
    font-family: 'Neue Haas Grotesk Bold', sans-serif;
}

.menu-overlay-inner {
    display: flex;
    position: relative;
    flex-direction: column;
}

.seals {
    padding-top: 48px;
    position: relative;
    bottom: 0;
    display: block;
    width: 250px;
}

.seals img {
    width: 100%;
    height: auto;
}

.links {
    display: block;
    bottom: 50px;
    position: absolute;
    right: 50px;
}

.links a {
    color: #000;
    text-decoration: none;
    font-size: 1.5em;
    display: block;
}

.links a .arrow-container {
    transform: translate(40px, 9px);
}

.links a:hover {
    color: #000;
}

.content > p:first-of-type {
    margin: 0;
}

.navbar {
    margin-bottom: 0;
    min-height: 0;
}

.navbar .item .itemLink,
.navbar .submenu .subitemLink {
    font-weight: normal;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
}

.navbar-wrap.e-2018 {
    display: block;
}

.navbar.e-2018 .item .itemLink {
    line-height: 26px;
}

.navbar.e-2018 .item .externalLink span:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-color: transparent;
    position: relative;
    top: -5px;
}

.navbar.e-2018 .item .externalLink span:hover {
    color: #000;
}

.navbar.e-2018 .sneaker-link {
    padding: 0;
    line-height: 1;
}

.navbar.e-2018 .sneaker-link:hover {
    color: var(--nav-main-hover);
}

.dropdown-inline.open .sneaker-link:after {
    content: '';
    height: 500px;
    display: block;
    position: relative !important;
}

.dropdown-inline.open .sneaker-link {
    color: #000 !important;
}

.navbar.e-2018 .sneaker-link::after {
    border-top: 0px solid !important;
}

.navbar.e-2018 .sneaker-link span {
    font-family: 'Neue Haas Grotesk Bold', sans-serif !important;
}

.navbar.e-2018 .item .itemLink,
.navbar.e-2018 .dropdown-item .dropdown-toggle,
.navbar.e-2018 .submenu .subitemLink,
.navbar.e-2018 .sneaker-link,
.navbar.e-2018 .menu-overlay,
.navbar.e-2018 .header-bar {
    font-size: 1rem;
    color: #000;
    font-weight: normal;
    font-family: 'Neue Haas Grotesk Bold', sans-serif !important;
    text-decoration: none;
}

.container.products {
    max-width: 2200px;
    width: 94%;
    justify-content: space-around;
}

.container.footer-meta-container {
    width: 100%;
    justify-content: space-between;
    max-width: 1920px;
}

.container.related {
    margin: 90px auto 30px auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.container.related h1 {
    padding: 0 30px;
    text-align: center;
}

.products-collection-outer {
    transition: opacity .25s linear;
    opacity: 1;
}

.products.container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 20px 0 0 0;
}

.products.container:before {
    content: none;
}

.product-outer {
    display: flex;
    position: relative;
}

.product-outer .product {
    width: 100%;
    overflow: hidden;
}

.product-inner {
    border-radius: var(--ethletic-box-border-radius);
    overflow: hidden;
  	height: 100%;
}

.product .product-link {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 !important;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.product .product-link .product-img {
    padding-top: 90%;
    width: 100%;
    position: relative;
}

.product .product-link .product-img img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-45%);
}

.product .product-link a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product .product-link .product-link__top,
.product .product-link .product-link__center,
.product .product-link .product-link__bottom {
    position: relative;
    padding: calc(var(--product-teaser-padding));
}

.product .product-link .product-link__top,
.product .product-link .product-link__bottom {
    z-index: 2;
}

.product .product-link .product-link__center {
    z-index: 1;
}

.product .product-link .product-link__bottom {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
}

.product .product-link .product-link__bottom .price span {
    font-family: "Neue Haas Grotesk Roman", sans-serif !important;
    font-size: 1rem !important;
}

.product-slider {
    white-space: nowrap;
    height: 100%;
    position: relative;
    overflow: hidden;
    scroll-behavior: smooth;
}

.product-slider.dragging {
    scroll-behavior: auto;
    cursor: grab;
}

.product-slider.dragging .product-slider-item,
.product-slider.dragging .product-slider-item a {
    user-select: none;
    pointer-events: none;
}

.loader-icon-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
    max-width: 60px;
    pointer-events: none;
}

.product-relatives-slider .slider-icon {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    display: none !important;
    align-items: center;
    z-index: 10;
    cursor: pointer;
}

.product-relatives-slider .slider-icon span {
    transition: opacity .125s linear;
    opacity: 0;
    top: 50%;
    position: relative;
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform-origin: center;
    pointer-events: none;
}

.product-relatives-slider.active .slider-icon span {
    opacity: 1;
}

.product-relatives-slider .slider-icon.left {
    padding-left: 0px;
    left: 0px;
    background: linear-gradient(90deg, #fff 0%, transparent);
    display: none;
}

.product-relatives-slider .slider-icon.right {
    padding-right: 0px;
    right: 0px;
    justify-content: flex-end;
    background: linear-gradient(-90deg, #fff 0%, transparent);
    display: none;
}

.product-relatives-slider .slider-icon.right span {
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}

.product-relatives-slider .slider-icon.left span {
    transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
}

.product-relatives-slider .product-slider-inner {
    padding: 0 calc(var(--product-teaser-padding)/2);
    height: 100%;
    width: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 0;
}

.product-relatives-slider.centered .product-slider-inner {
    justify-content: center;
}

.product-slider .product-slider-item {
    display: inline-block;
    margin: 0;
    height: 100%;
    position: relative;
    padding: 0;
}

.product-slider .product-slider-item.spacer {
    min-width: 15px !important;
    margin-right: 0;
}

.product-slider .product-slider-item.spacer:after,
.product-slider .product-slider-item.spacer:hover:after,
.product-slider .product-slider-item.spacer:active:after {
    width: 50px !important;
    position: relative !important;
    height: auto !important;
    transition: none !important;
}

.product-slider .product-slider-item:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    transition: background-color 0.125s linear;
    border-radius: var(--ethletic-box-border-radius);
}

.product-slider .product-slider-item:hover:after,
.product-slider .product-slider-item:active:after {
    background-color: var(--ethletic-grey-landing-box-background);
}

.product-slider .product-slider-item:last-of-type {
    margin-right: 10px;
}

.product-slider-item a {
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.product-slider-item a .product-slider-item-inner {
    padding: 5px;
}

.product-slider .product-slider-item img {
    width: auto;
    height: 100%;
    object-fit: contain;
    background-color: transparent;
}

.product-slider .product-slider-item img.lazyloaded {
    background-color: #fff;
}

.product .product-sizes {
    padding: 0 calc(var(--product-teaser-padding)/2);
}

.product .product-sizes,
.product-sizes-inner {
    width: 100%;
    position: relative;
    display: inline-block;
}

.product-relatives {
    margin: calc(var(--product-teaser-padding)/2);
    position: relative;
    height: var(--product-teaser-related-product-height);
    width: 100%;
}

.product-relatives .product-slider .product-slider-item {
    min-width: var(--product-teaser-related-product-height);
}

.product-single-related-slider {
    margin-top: calc(var(--product-teaser-related-product-height-single)/2);
}

.product-relatives.single {
    height: var(--product-teaser-related-product-height-single);
    margin: 1rem 0;
    position: relative;
    bottom: 0;
}

.product-relatives.single .product-slider-inner {
    transition: opacity 125ms linear;
    opacity: 0;
    visibility: hidden;
}

.product-relatives.single.visible .product-slider-inner {
    opacity: 1;
    visibility: visible;
}

.product-relatives.single .product-slider-inner {
    padding: 0;
}

.product-relatives.single .product-slider .product-slider-item {
    min-width: var(--product-teaser-related-product-height-single);
}

.product-relatives.single .product-relatives-slider .slider-icon span {
    top: 50%;
    border-width: 0 3px 3px 0;
    padding: 7px;
    transform-origin: center;
}

.product-relatives.single .product-relatives-slider .slider-icon.left span {
    left: 12px;
}

.product-relatives.single .product-relatives-slider .slider-icon.right span {
    right: calc(-50% - 12px);
}

.product-relatives .product-relatives-inner {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}

.product-relatives-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product-outer {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 18%);
    transition: all 0.125s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: all;
    border-radius: var(--ethletic-box-border-radius);
}

.product-outer:hover,
.product-outer:active {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 26%);
}

.product-outer:hover .product-relatives,
.product-outer:active .product-relatives {
    display: block;
}

.product .product-link a {
    text-decoration: none;
}

.products.container .product h3 {
    font-size: 1rem;
}

.category .price,
.product .price,
.category .price,
.category .price span,
.product .price span,
.category .price span {
    font-size: 1.5rem;
    font-family: "Neue Haas Grotesk Roman", sans-serif !important;
}

.products.container .product .price {
    margin-top: 6px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.price-wrap {
    color: var(--ethletic-button-black);
}

.product .product-sizes .product-size {
    display: inline-block;
    color: black;
    padding: 0;
    z-index: 10;
}

.product .product-sizes .product-size:not(.gone):hover .product-size-inner {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    border-radius: var(--ethletic-box-border-radius);
}

.product .product-sizes .product-size.gone {
    pointer-events: none;
    color: white;
}

.product .product-sizes .product-size.gone .product-size-inner {
    color: var(--ethletic-button-grey);
    border: 2px solid transparent;
}

.product .product-sizes .product-size .product-size-wrap {
    padding: 2px;
    width: 100%;
}

.product .product-sizes .product-size .product-size-inner {
    border: 2px solid transparent;
    display: block;
    text-align: center;
    font-size: 1rem;
    font-family: 'Neue Haas Grotesk Bold', sans-serif !important;
}

.dropdown .product-layer-background {
    top: 0;
    left: 0;
    position: fixed;
    background-color: white;
    width: 100vw;
    min-height: 500px;
    z-index: -1;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    opacity: 0;
    pointer-events: none;
}

.dropdown.open .product-layer-background {
    opacity: 1;
}

.dropdown:last-of-type {
    margin-right: 0;
}

.navbar.e-2018 {
    display: flex;
    justify-content: center;
}

.navbar.e-2018 .dropdown-item .dropdown-toggle {
    padding: 11px 0;
    margin-right: 6px;
}

.navbar.e-2018 .dropdown-item.open .dropdown-toggle {
    color: #000;
}

.navbar ul,
.navbar ul li {
    line-height: normal;
}

.language-btn {
    color: black;
    font-weight: normal;
    position: relative;
    font-size: 1rem;
    font-family: 'Neue Haas Grotesk Bold', sans-serif !important;
}

.nav-mobile.e-2018 {
    border-color: #000;
}

.nav-mobile.e-2018 .back {
    color: #000;
    font-weight: 900;
}

.nav-mobile.e-2018 a.btn {
    background-color: white;
    border: 1px solid #fff;
    color: #000;
}

.nav-mobile.e-2018 .subitem.sneaker-thumb {
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    border-bottom-color: #fff;
}

.mobile-nav-wrap {
    display: flex;
    justify-content: center;
    padding: 60px 0;
}

.nav-mobile.e-2018 .subitem.sneaker-thumb.last {
    border-bottom: 0px !important;
}

.nav-mobile.e-2018 .subitem.sneaker-thumb .itemLink {
    padding: 0;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-mobile.e-2018 .subitem.sneaker-thumb .itemLink.sneaker.with-subs {
    margin-bottom: 10px;
}

.nav-mobile.e-2018 .subitem.sneaker-thumb .arrowLink {
    padding: 0;
    position: relative;
    width: 10%;
    height: 100%;
    display: none;
}

.nav-mobile.e-2018 .subitem.sneaker-thumb .itemLink:hover {
    background-color: white;
}

.nav-mobile.e-2018 .subitem.sneaker-thumb .sneaker-title-wrap {
    display: flex;
    justify-content: center;
}

.nav-mobile.e-2018 .subitem.sneaker-thumb .sneaker-title-wrap span {
    line-height: 1.1;
    font-size: 1.75rem;
}
/* Shorthand Properties */
.nav-mobile.e-2018 .subnav {
    margin-bottom: 30px;
}

.nav-mobile.e-2018 .subnav .subitem.sneaker-thumb a {
    margin: 4px 0;
}

.nav-mobile.e-2018 .subnav .subitem.sneaker-thumb .sneaker-title-wrap span {
    line-height: 1.1;
    font-size: 1rem;
}

.itemLink {
    font-size: 1.5rem;
}

.nav-mobile.e-2018 .subitem.sneaker-thumb .sneaker-thumb-wrap img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-mobile.e-2018 {
    display: flex;
    flex-direction: column;
}

.nav-mobile.e-2018 .search-input {
    border-bottom: 1px solid #000;
    display: flex;
}

.nav-mobile.e-2018 .search-input .btn {
    background-color: #000 !important;
    color: #fff !important;
    font-weight: normal;
}

.nav-mobile.e-2018 .search-input form {
    width: 100%;
}

.nav-mobile.e-2018 .search-input form input[type="text"] {
    color: #000;
    margin: 0;
}

.nav-arrow.right::after,
.nav-arrow.left::after {
    content: '';
    width: 7px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}

.nav-arrow.right::after {
    background-image: url(mobile-nav-arrow-right.svg);
}

.nav-arrow.left::after {
    background-image: url(mobile-nav-arrow-left.svg);
    top: 2px;
    position: relative;
}

.footer-wrap {
    margin-bottom: 0;
    padding: 20px;
}

.footer-meta-container {
    padding: 75px 10px;
    display: flex;
    flex-direction: column;
  	gap: 10px;
}

.social-media {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0px;
}

.social-media a {
    margin: 0 10px;
}

.social-media a img {
    height: 42px;
}

.nav-mobile.e-2018 .item,
.nav-mobile.e-2018 .search-input {
    border-color: #000;
}

.nav-mobile.e-2018 .itemLink {
    font-weight: 900;
    padding: 30px 15px 30px 30px;
}

.burger.e-2018 li {
    background-color: #000;
}

.topnav.e-2018 .item {
    padding: 0 0 0 20px;
}

.logo.e-2018 {
    float: left;
    display: inline-block;
    padding-top: 0;
}

.goverlay {
    background-color: #fff !important;
}

.gslide-image img.zoomable {
    pointer-events: none;
    cursor: default;
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    background-color: transparent !important;
    opacity: 1 !important;
}

.glightbox-button-hidden {
    display: none !important;
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
    fill: #000 !important;
}

.glightbox-clean .gclose svg {
    width: 30px !important;
}

.glightbox-clean .gclose {
    width: 50px !important;
    height: 50px !important;
}

.topnav.e-2018 {
    padding: 22px 15px 15px 22px;
}

.logo img {
    height: 40px;
}

.collection-wrap img {
    margin: 0 auto !important;
    display: block;
}

.breadcrumbs {
    padding-bottom: 30px;
}

.tag,
.social-media .social-icon,
textarea,
select,
a.btn,
button,
input,
.quantity .change {
    border-radius: 0 !important;
}

.quantity {
    display: none;
}

.add-to-cart {
    margin-top: 30px;
}

.product-description {
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0;
}

.article-number {
    color: #CCC;
    margin: 10px 0 20px 0;
    text-align: center;
    font-size: 0.8rem;
}

.article-number:hover,
.article-number:active {
    color: #000;
    cursor: text;
}

.product-configure {
    margin-top: 0;
}

input,
textarea,
select,
.add-to-cart .btn {
    max-width: none;
    width: 240px;
}

select {
    padding: 7px 30px 9px 15px;
}

.tabs ul li {
    margin-bottom: 0;
}

.tabs ul li.active a {
    color: #000;
}

.gui-messages,
.messages {
    position: relative;
    bottom: 0px !important;
    left: 0 !important;
    z-index: 10 !important;
    transform: translate(0%,0%) !important;
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
}

.gui-messages ul,
.messages ul {
    padding: 30px;
}

.tabs-wrap {
    margin: 0 auto 0 auto;
}

.product-info {
    margin-top: 0;
    margin-bottom: 0;
}

.product-configure label {
    display: block;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Seals */

.tabsPages {
    position: relative;
    overflow: hidden;
}

.tabsPages .page {
    overflow: initial;
    color: #000;
    max-height: inherit;
}

.tabsPages .page.info {
    font-size: 1rem;
    line-height: 1.5;
}

.cuno-seals {
    padding: 15px 0;
    position: absolute;
    top: 0;
    background-color: var(--ethletic-grey-landing-box-background);
    width: 100%;
}

.cuno-seals + div {
    margin-top: 110px;
}

/* Gallery */
.image-magic360.gone {
    pointer-events: none;
    opacity: 0;
}

.image-magic360,
.images {
    text-align: center;
}

.product-images {
    overflow: hidden;
    display: none;
    margin: 0 auto;
    position: relative;
}

.product-images:before {
    content: '';
    display: block;
}

.product-images:before {
    padding-top: 85% !important;
}

.product-images.active {
    display: block;
    position: relative;
}

.product-images img {
    top: 0;
    left:0;
    position: absolute;
    width: 100%;
    height: auto;
}

.gallery {
    overflow: visible;
    min-height: 72px;
    margin: 0 auto;
}

.gallery-inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 100%;
    position: relative;
}

#jsv-holder {
    display: inline-block;
    overflow: visible;
    position: relative;
}
#jsv-holder div:last-of-type {
    position:absolute !important;
    top:0;
    left:0;
}

#jsv-holder img {
    width: 100%;
}

.gallery .image {
    display: none;
    max-width: 100%;
}

.gallery .image.active {
    display: inline;
}

.gallery .image-magic360 {
    position: absolute !important;
    opacity: 0;
    pointer-events: none !important;
}

.gallery .image-magic360.activated {
    display: block !important;
    position: relative !important;
    opacity: 1;
    pointer-events: all !important;
    margin-bottom: 30px;
    transform: translateY(30px);
}

.gallery {
    overflow: visible;
    min-height: 72px;
    margin: 0 auto;
}

.product-size-button {
    width: 100% !important;
}

.image-thumbs {
    transition: opacity .25s linear;
    opacity: 0;
    margin: 0 0 10px 0;
    padding: 0;
    z-index: 1000;
}

.image-thumbs.visible {
    opacity: 1;
}

.image-thumbs.desktop {
    position: relative;
    top: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
}

.image-thumbs .image-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    border: 1px solid transparent;
    cursor: pointer;
    margin-right: 0px;
    width: 36px;
    height: 36px;
    position: relative;
    padding: 3px;
}

.image-thumbs .image-thumb.image-thumb-magic360 img {
    padding: 7.5px;
    width:50px;
    height: 50px;
}

.image-thumbs .image-thumb.image-thumb-video img {
    padding: 6.25px;
}

.image-thumbs .image-thumb:last-of-type {
    margin-right: 0;
}

.image-thumbs .image-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.image-thumbs .image-thumb.active {
    background-color: var(--ethletic-grey-landing-box-background);
    border-radius: 10px;
}

/* fix left menu preventing sub menus to show */
nav li .subnav.open .subsubnav.open {
    left: 0;
}

#tipme-modal .tipme-modal_inner {
    border-width: 0 !important;
    border-radius: var(--ethletic-box-border-radius);
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 18%);
}

.legal-info {
    color: #000000;
    display: flex;
    flex-direction: column;
}

.legal-info.padded {
    padding-left: 30px;
    padding-right: 30px;
}

.legal-info a,
#measurementslink {
    color: #000;
    text-decoration: none;
}

#measurementslink {
    display: flex;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

#measurementslink:hover,
#measurementslink:active {
    text-decoration: underline;
}

#measurementslink span {
    font-family: 'Neue Haas Grotesk Bold', sans-serif !important;
}

.padding-30 {
    padding: 0 30px 30px 30px;
}

footer {
    color: #000;
}

.copytext {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    float: left;
}

.copytext a,
.copytext a:hover,
.copytext a:visited {
    color: #000;
}

.shipping-cost {
    color: #000;
    display: block;
    margin-top: 75px;
}

h3 {
    font-size: 26.667px;
}

footer h5 {
    font-size: 20px;
    margin-bottom: 1rem;
    font-family: 'Neue Haas Grotesk Bold', sans-serif !important;
}

.product a h3 {
    font-size: 2rem;
    color: #000;
}

.product a:hover h3,
.product a:active h3,
.product a:visited h3 {
    color: #000;
}

.product-titlefull {
    font-size: 45px;
    padding-left: 0 !important;
    width: 100%;
    display: block;
    z-index: 1;
}

.social:last-of-type {
    margin-bottom: 0;
}

.shipping-cost {
    margin-top: 50px;
}

a,
a:hover,
a:focus,
a:visited,
footer,
footer a:visited,
footer a {
    color: #000;
}

header {
    text-transform: uppercase;
    padding-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 2000;
    margin: 0;
    background-color: transparent;
}

.gslide-media {
    padding: 32px !important;
    background-color: #fff !important;
    border-radius: var(--ethletic-box-border-radius) !important;
}

.gslide-image img {
    max-height: 85vh !important;
}

.headline .slider {
    max-height: none;
}

.iconworks {
    font-family: 'iconworks' !important;
    font-size: 25px !important;
    color: #000;
}

.styleportrait {
    width: 100%;
    height: auto;
}

.shareMe-fixed.shareMe-bottom {
    width: auto !important;
}

.strict-shipping {
    margin-top: 45px;
}

.instashow-gallery-control-scroll {
    display: none !important;
}

.lazy,
.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: all 125ms;
}

.disabled {
    pointer-events: none;
}

#formNewsletter input {
    height: 50px;
    color: #000;
    width: auto;
}

#formNewsletter .input {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 100px !important;
    color: #fff;
    margin-left: 10px;
}

.product-sizes-wrap {
    min-height: 120px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
    border-radius: var(--ethletic-box-border-radius);
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 18%);
    padding: 24px;
    margin-bottom: 16px;
}

#ProductSelect-option-tipme input[type='radio']+label {
    border-width: 0 !important;
    border-radius: 20px !important;
    font-weight: normal;
    font-family: 'Neue Haas Grotesk Bold', sans-serif !important;
}

#ProductSelect-option-tipme input[type='radio']+label:hover,
#ProductSelect-option-tipme input[type='radio']+label:active {
    background-color: var(--ethletic-grey-landing-box-background) !important;
    color: #000 !important;
}

#ProductSelect-option-tipme input[type='radio']:checked+label:hover,
#ProductSelect-option-tipme input[type='radio']:checked+label:active {
    background-color: #000 !important;
    color: #fff !important;
}

a.btn.large,
.product.list .info .btn,
a.btn.large:visited,
.product.list .info .btn:visited {
    border-radius: 50px !important;
    background-color: var(--ethletic-button-grey);
    color: #000 !important;
    padding: 24px 16px;
}

a.btn.large:hover,
.product.list .info .btn:hover,
a.btn.large:active,
.product.list .info .btn:active {
    background-color: #000 !important;
    color: #fff !important;
}
/* Optimized CSS Code with Comments */

/* Using Shorthand Properties */
.btn.active,
.btn:active {
    box-shadow: none !important;
}

/* Optimizing Selectors */
.btn-trace {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.btn-trace span,
.btn-trace .icon {
    display: flex;
}
.btn-trace .icon {
    margin-right: 10px;
    position: relative;
}
.btn-trace {
    font: normal 16px 'Neue Haas Grotesk Bold', sans-serif !important;
    position: relative;
}
.btn-trace span {
    font: normal 16px 'Neue Haas Grotesk Bold', sans-serif !important;
}
.btn-trace .icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    transform: translate(-100%,-50%);
    position: absolute;
}

/* Applying CSS Resets */
.information-tab {
    margin-bottom: 1rem;
}

/* Efficient Keyframe Animations */
.product-single-info {
    position: relative;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transform: translate(0, 24px);
}
.product-single-info.visible {
    opacity: 1;
    transform: translate(0, 0);
}
.product-single-info .product-single-info-inner {
    position: absolute;
    top: 12px;
    left: 3px;
}
.product-single-info.mobile .product-single-info-inner {
    top: -10px;
    transform: translateY(-100%);
}
.product-single-info .product-single-info_top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.product-single-info .product-single-info_bottom .product-single-info_text {
    justify-content: flex-start;
}
.product-single-info .product-single-info_bottom .product-single-info_text span {
    color: var(--ethletic-red);
    text-transform: none;
    font: normal 16px 'Neue Haas Grotesk Bold', sans-serif !important;
}
.product-single-info .product-single-info_icons {
    margin-bottom: 12px;
    display: flex;
    transform: translateY(0);
}
.product-single-info .product-single-info_icons img {
    height: 18px;
    width: 18px;
    margin-right: 3px;
}

.product-single-info .product-single-info_text {
    display: flex;
    align-self: center;
    font-size: 1rem;
    color: #000;
}
.product-single-info .product-single-info_text span {
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1;
    font: normal 14.4px 'Neue Haas Grotesk Bold', sans-serif !important;
}

.product-single-info_discount {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

#formNewsletter .input span {
    font: normal 16px 'Neue Haas Grotesk Bold', sans-serif !important;
}

footer .company-info a {
    color: #000;
    text-decoration: none;
}
footer .company-info a:hover,
footer .company-info a:active {
    text-decoration: underline;
}

/* Implementing Media Queries Efficiently */
.force-fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.force-fullwidth.padded {
    width: calc(100vw - 30px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw + 15px);
    margin-right: calc(-50vw + 15px);
}

.image-thumbs .image-thumb {
    width: 36px;
    height: 36px;
}
/* Optimized CSS code using shorthand properties and efficient selectors */

.title-category-slider {
    white-space: nowrap;
}

.category-banner_discount {
    justify-content: center;
    display: flex;
    height: auto;
}
.category-banner_discount img {
    height: 50px;
    width: auto;
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}

/* Optimized and well-commented version of the CSS code */

/* Media queries for high-resolution devices */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .social-media .social-icon {
        background-image: url(social-icons-2x.png);
        background-size: cover;
    }
    select {
        background-image: url(triangle-2x.png);
    }
}

/* Media query for devices with a minimum width of 375px */
@media (min-width: 375px) {
    .image-thumbs .image-thumb {
        width: 43px;
        height: 43px;
    }
}

/* Media query for devices with a minimum width of 414px */
@media (min-width: 414px) {
    .image-thumbs .image-thumb {
        width: 48px;
        height: 48px;
    }
}

/* Media query for devices with a maximum width of 480px */
@media (max-width: 480px) {
    .headline {
        margin: 0 -15px;
    }
    .copyright,
    .breadcrumbs {
        margin: 0 -15px;
        padding: 15px;
    }
    footer.row {
        margin: 0 -15px;
        padding: 30px 0;
    }
    .product.list img {
        width: 100%;
        height: auto;
    }
    .product.list .description,
    .product.list .info .btn,
    .product.list .info .actions {
        display: none;
    }
    .product .info {
        text-align: left;
    }
    .filters {
        margin-bottom: 30px;
    }
    .home.text {
        margin-top: -15px;
        top: 0;
    }
    .home.text .text-center {
        padding: 30px;
    }
    .slider-pagination,
    .slider-pagination.text {
        bottom: 20px;
    }
    .product-info .stars,
    .product-info .stock,
    .product-info .brand {
        margin-right: 0;
        float: none;
    }
    .product-info .stock {
        margin: 15px 0;
    }
    .topnav {
        padding: 0 15px;
    }
    .topnav .item {
        padding: 10px 0 10px 20px;
        position: inherit;
    }
    .topnav .item:first-child {
        padding: 10px 0;
    }
    .filters select.left,
    .filters .price-filter.left {
        float: none;
        display: block;
        clear: both;
    }
    .filters .grid-list.right {
        display: none;
    }
    .filters .price-filter .left {
        float: none;
    }
    .filters .price-filter .left:last-child input {
        margin-bottom: 0;
    }
    .product-image {
        margin-top: -15px;
    }
    .price-wrap {
        float: none;
        clear: both;
        padding: 8px 4px 8px 0;
    }
    .add-to-cart .btn {
        width: 100%;
    }
    .quantity .change {
        width: 25px;
    }
    .quantity .change a span.arrow-up,
    .quantity .change a span.arrow-down {
        right: 9px;
    }
}

/* Media query for devices with a maximum width of 767px */
@media (max-width: 767px) {
    h1,
    .gui-page-title,
    .price-wrap {
        font-size: 28px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 25px;
    }
    h4,
    h5,
    h6 {
        font-size: 20px;
    }
    input[type="text"],
    input[type="password"],
    input[type="email"] {
        padding: 10px;
        max-width: 100%;
    }
}

/* Media query for devices with a maximum width of 768px */
@media (max-width: 768px) {
    .product.list .info {
        padding: 15px;
    }
    nav.slide-open {
        left: 0;
    }
    .product-titlefull {
        padding: 48px;
    }
    .topnav .search .search-input {
        width: 200px;
    }
    .product-image {
        margin-bottom: 30px;
    }
    .topnav .details {
        right: 15px;
        width: 300px;
        position: fixed;
    }
    .topnav .cart .details:before {
        right: 63px;
    }
    .topnav .cart .details:after {
        right: 64px;
    }
    .topnav .language .details:before {
        right: 109px;
    }
    .topnav .language .details:after {
        right: 110px;
    }
    .gallery {
        width: 100%;
    }
    #shareDiv-ui {
        display: none;
    }
    .copytext {
        display: block;
        margin-bottom: 40px;
    }
    .footer-content {
        text-align: center;
    }
    .payment-methods {
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 10px;
    }
    .service,
    .social {
        padding: 0 !important;
    }
    .company-info,
    .service,
    .social,
    .account {
        margin-bottom: 64px;
        text-align: center;
    }
    .container:not(.products) {
        max-width: 1500px;
    }
    .container,
    .container.products {
        width: 100% !important;
        padding-left: 3%;
        padding-right: 3%;
    }
    .category-slider-link {
        padding: 0 80px;
    }
    .header-bar-item {
        font-size: 16px;
    }
    .topnav .details {
        position: fixed;
        right: 3%;
        border-radius: var(--ethletic-box-border-radius);
        -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 18%);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.18);
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 18%);
        padding: 20px;
        border: 0;
        overflow: hidden;
    }
    .product-titlefull {
        font-size: 40px;
    }
    .price-wrap {
        font-size: 1.75rem;
    }
    .image-thumbs .image-thumb {
        margin-right: 0;
    }
    .price-inner {
        padding: 10px;
    }
    .products.container .product .price {
        align-items: flex-start;
    }
    .product-single-info .product-single-info_text {
        font-size: 1rem;
    }
    .product-single-info .product-single-info_icons img {
        height: 23px;
        width: 23px;
    }

    .pager li.number > a {
        padding: 15px 20px !important;
    }
    .pager li.number a span {
        font-size: 1.25rem;
    }
    /*
     .tabsPages .page.info {
        font-size: 1.25rem;
    }
    .tabs {
        padding: 60px;
    }
    .tabsPages .page {
        padding: 60px;
    }
    .tabsPages .page hr {
        margin: 60px auto;
    }*/

    .product .product-link .product-link__top {
        padding: calc(var(--product-teaser-padding-middle));
    }
    .product .product-link .product-link__center {
        padding: 0 calc(var(--product-teaser-padding-middle));
    }
    .product .product-link .product-link__bottom {
        padding: 0 calc(var(--product-teaser-padding-middle));
    }
    .products.container .product h3 {
        font-size: 1.1rem;
    }
    .products.container .product .price {
        margin-top: 6px;
    }
    .topnav.e-2018 {
        padding: 23px;
    }
    .header-bar {
        padding: 0 23px;
    }
    .goverlay {
        background-color: rgba(255, 255, 255, 0.85) !important;
    }
    .title-collection {
        padding-top: 24px;
    }
    .categories .category {
        padding: 0 20px;
    }
    .category h3 {
        font-size: 1.5rem;
    }
    .products.container .product .price {
        flex-direction: row;
    }
    .product-relatives.single .product-slider .product-slider-item {
        min-width: var(--product-teaser-related-product-height-middle-single);
    }
    .product-relatives.single {
        height: var(--product-teaser-related-product-height-middle-single);
    }
    .gallery .image-magic360.activated {
        margin-bottom: 50px;
        transform: translateY(50px);
    }
}

/* Media query for devices with a minimum width of 768px and a maximum width of 992px */
@media (min-width: 768px) and (max-width: 992px) {
    footer input#formNewsletterEmail,
    footer .btn.input {
        border-radius: 3px;
    }
    footer .btn.input {
        margin: 0;
    }
    footer input#formNewsletterEmail {
        max-width: 100%;
    }
    .image-thumbs .image-thumb {
        width: 70px;
        height: 70px;
    }
}

/* Media query for devices with a maximum width of 992px */
@media (max-width: 992px) {
    .bundle {
        display: none;
    }
    .product:nth-child(5) > .glyph-bundle {
        display: none;
    }
    .title-collection {
        display: none;
    }
    .menu-overlay {
        display: none !important;
    }
    .category-slider-link .title-category-slider {
        transition: all 0.125s linear;
        transform: scale(0.6);
        font-size: 28px;
    }
    .is-current .category-slider-link .title-category-slider {
        transform: scale(1);
    }
    h1,
    .categories h2,
    .products h2,
    .pros h2 {
        font-size: 35px;
    }
    .product-title.product-titlefull.left {
        font-size: 20px;
        padding: 8px 0;
    }
    .product-link {
        margin: 0 12.5px !important;
    }
    .gallery-inner {
        display: block;
    }
    .gallery .image-magic360.active {
        padding-top: 85% !important;
    }
}

/* Media query for devices with a minimum width of 960px */
@media (min-width: 960px) {
    .navbar-nav {
        padding: 0 2vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-nav .sneaker-link {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .topnav .details .language-currency a {
        font-size: 100%;
    }
    .force-fullwidth {
        width: 100% !important;
        margin-left: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin-right: 0 !important;
    }
    .products.container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 18px;
    }
    .product-sizes-wrap {
        padding: 30px 24px;
    }
    .title-collection,
    .product-titlefull {
        font-size: 35px;
    }
    .product-images.active {
        transform: translateY(0);
    }
    .container.related {
        margin: 180px auto 40px auto;
    }
    .navbar.e-2018 .item .itemLink,
    .navbar.e-2018 .dropdown-item .dropdown-toggle,
    .navbar.e-2018 .submenu .subitemLink,
    .navbar.e-2018 .sneaker-link,
    .menu-overlay {
        font-size: 1.25rem;
    }
    .navbar-wrap.e-2018 {
        display: flex;
        align-items: center;
    }
    .topnav.e-2018 .navbar-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .product-layer-level-2 .product-layer-level-2__item a .text {
        margin-right: 15px;
    }
    .footer-meta-container {
        flex-direction: row;
    }
    .social-media {
        justify-content: flex-start;
    }
    .social-media a {
        margin-right: 6px;
    }
    .social-media a:last-of-type {
        margin-right: 0;
    }
    #formNewsletter {
        justify-content: flex-start;
    }
    .footer-content {
        display: flex;
        justify-content: space-between;
    }
    .products .products-inner {
        padding: 100px 0 50px 0;
    }
    .navbar.e-2018 .sneaker-link,
    .product-layer-level-2 .product-layer-level-2__item a {
        font-size: 1.25rem;
    }
    .product-titlefull {
        font-size: 2rem;
    }
    .product-link {
        margin: 0 12.5px !important;
    }
    .product-layer-level-2 {
        padding: 30px 40px 30px 30px;
    }
    .product-layer-level-2-items {
        min-width: 150px;
    }
    .products.container .product h3 {
        font-size: 1.5rem;
    }
}

/* End of optimized CSS code */

/* Optimized CSS Code */

/* Shorthand Properties */
@media (min-width: 1200px) {
    .product-image, .product-info {
        margin: 0;
    }
    .items.vertical.text-right {
        width: 267px;
    }
    .gallery {
        padding: 0 30px 0 0;
    }
    .product-info-right {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        padding-left: 30px;
    }
    .product-info-right .product-info-right-inner {
        display: flex;
        max-width: 500px;
        flex-direction: column;
    }
    .image-thumbs .image-thumb.image-thumb-magic360 img {
        width: 55px;
        height: 55px;
    }
    .gallery .image-magic360.activated {
        margin-bottom: 30px;
        transform: translateY(30px);
    }
    .iconworks {
        font-size: 28px !important;
    }
    .pager {
        margin: 40px auto;
    }
    .products.container {
        grid-template-columns: repeat(4, 1fr);
    }
    .product-single-info .product-single-info-inner {
        top: 30px;
    }
    .product-single-info .product-single-info_text span {
        font-size: 100%;
    }
    .price-inner {
        padding: 10px;
    }
    .copytext, footer h5 {
        font-size: 18px;
    }
    .title-collection {
        font-size: 50px;
    }
    .pager li.number a span {
        font-size: 1.25rem;
    }
    .container.product-single {
        margin-top: 35px;
    }
    .image-thumbs .image-thumb {
        width: 50px;
        height: 50px;
    }
    .page-text.container {
        padding-top: 100px;
    }
    .logo.e-2018 img {
        height: 46px;
    }
    .products.container .product h3 {
        font-size: 1.4rem;
    }
    .navbar.e-2018 .item .itemLink,
    .navbar.e-2018 .dropdown-item .dropdown-toggle,
    .navbar.e-2018 .submenu .subitemLink,
    .menu-overlay,
    .navbar.e-2018 .sneaker-link,
    .product-layer-level-2 .product-layer-level-2__item a {
        font-size: 1.4rem;
    }
    .product-titlefull {
        font-size: 2.25rem;
    }
    .topnav.e-2018 {
        padding: 20px 2%;
    }
    .header-bar {
        padding: 0 2%;
    }
    .navbar .item .itemLink {
        line-height: 64px;
    }
    .items.vertical.text-right.e-2018 {
        width: 160px;
        top: 2px;
    }
    .container.categories {
        width: 90%;
        max-width: 1000px;
    }
    .footer-meta-container {
        padding: 100px 0;
        width: 1200px;
    }
    .links {
        bottom: 60px;
        right: 60px;
    }
    .product-link {
        margin: 0 20px !important;
    }
    .footer-meta-container {
        width: 80%;
    }
    .product-layer-level-2 {
        padding: 30px 40px 30px 60px;
    }
    .product-layer-level-2-items {
        min-width: 200px;
    }
    .payment-methods img {
        margin-right: 8px;
        height: 24px;
    }
}

@media (min-width: 1400px) {
    .iconworks {
        font-size: 30px !important;
    }
    .product-info-right {
        padding-left: 15px;
    }
    .product-images:before/*, .gallery .image-magic360.active*/ {
        padding-top: 89% !important;
    }
    .gallery .image-magic360.active {
        padding-top: 0% !important;
    }
    .product-images.active {
        transform: translate(30px, 30px);
    }
    .loader-icon-wrap {
        width: 12%;
    }
    .container.product-single {
        margin-top: 35px;
    }
    .products.container {
        gap: 18px;
    }
    .products.container .product h3 {
        font-size: 1.75rem;
    }
    .title-collection {
        font-size: 50px;
    }
    h1, .categories h2, .products h2, .pros h2 {
        font-size: 55px;
    }
    .product .product-link .product-link__top,
    .product .product-link .product-link__center,
    .product .product-link .product-link__bottom {
        padding: calc(var(--product-teaser-padding-middle)) calc(var(--product-teaser-padding-middle)) 0 calc(var(--product-teaser-padding-middle));
    }
    .product-relatives .product-slider .product-slider-item {
        min-width: var(--product-teaser-related-product-height-middle);
    }
    .product-relatives {
        height: var(--product-teaser-related-product-height-middle);
    }
    .product-single-related-slider {
        /*margin-top: calc(var(--product-teaser-related-product-height-middle-single)/2);*/
    }
    .product-relatives.single .product-slider .product-slider-item {
        min-width: var(--product-teaser-related-product-height-middle-single);
    }
    .product-relatives.single {
        height: var(--product-teaser-related-product-height-middle-single);
    }
    .logo.e-2018 {
        padding-top: 0;
    }
    .category h3 {
        font-size: 1.25rem;
    }
    .container.categories {
        max-width: 1100px;
    }
    .navbar.e-2018 .sneaker-link {
        font-size: 1.75rem;
    }
    .product-layer-level-2 .product-layer-level-2__item a {
        font-size: 1.5rem;
    }
    .product-titlefull {
        font-size: 2rem;
    }
    #formNewsletter input {
        width: 260px;
    }
}

@media (min-width: 1680px) {
    .product-layer-level-2__image a img {
        max-width: 120px;
    }
    .iconworks {
        font-size: 35px !important;
    }
    .gallery {
        padding-right: 60px;
    }
    .price-wrap {
        font-size: 2rem;
    }
    .copytext, footer h5 {
        font-size: 20px;
    }
    .container.product-single {
        margin-top: 50px;
    }
    .product .product-link .product-link__top,
    .product .product-link .product-link__center {
        padding: calc(var(--product-teaser-padding-middle)) calc(var(--product-teaser-padding-middle)) 0 calc(var(--product-teaser-padding-middle));
    }
    .products.container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .product-link {
        margin: 0 20px !important;
    }
    .container {
        width: 1400px;
    }
    .image-thumbs .image-thumb {
        width: 60px;
        height: 60px;
    }
    #blog-frame {
        margin-bottom: 100px;
    }
    .logo.e-2018 img {
        height: 50px;
    }
    .title-collection, .product-titlefull {
        padding: 64px 0 32px 0;
    }
    h1, .categories h2, .products h2, .pros h2 {
        font-size: 60px;
    }
    .footer-meta-container {
        padding: 130px 0;
    }
    .navbar.e-2018 .sneaker-link {
        font-size: 2rem;
    }
    .product-layer-level-2 .product-layer-level-2__item a {
        font-size: 1.75rem;
    }
    .product-titlefull {
        font-size: 2.5rem;
    }
    .container.categories {
        max-width: 1200px;
    }
    .sneaker-link span, .sneaker-link span, .sneaker-link span {
        border-bottom: 6px solid transparent;
    }
    .sneaker-link:active span, .sneaker-link:hover span, .sneaker-link.active span {
        border-bottom: 6px solid black;
    }
    .product-layer-level-2-items {
        min-width: 225px;
    }
    .payment-methods img {
        margin-right: 8px;
        height: 30px;
    }
    .image-thumbs .image-thumb.image-thumb-magic360 img {
        width: 70px;
        height: 70px;
    }
    .product-images:before/*, .gallery .image-magic360.active*/ {
        padding-top: 96.5% !important;
    }
}

@media (min-width: 1920px) {
    .header-bar-item {
        padding: 5px 0;
    }
    .pager {
        margin: 50px auto;
    }
    .product-layer-level-2__image a img {
        max-width: 130px;
    }
    .price-wrap {
        font-size: 2.25rem;
    }
    .gallery {
        padding-right: 40px;
    }
    .product-images:before/*, .gallery .image-magic360.active*/ {
        padding-top: 82% !important;
    }
    .products.container {
        grid-template-columns: repeat(5, 1fr);
        gap: 24px;
    }
    .product .product-link .product-link__top,
    .product .product-link .product-link__center,
    .product .product-link .product-link__bottom {
        padding: calc(var(--product-teaser-padding-big)) calc(var(--product-teaser-padding-big)) 0 calc(var(--product-teaser-padding-big));
    }
    .content {
        padding-top: 145px;
    }
    .topnav.e-2018 {
        padding: 25px 2%;
        height: 110px;
    }
    .title-collection {
        font-size: 60px;
    }
    .title-collection, .product-titlefull {
        padding: 80px 0 40px 0;
    }
    h1, .categories h2, .products h2, .pros h2 {
        font-size: 65px;
    }
    .logo.e-2018 img {
        height: 55px;
    }
    .navbar.e-2018 .item .itemLink,
    .navbar.e-2018 .dropdown-item .dropdown-toggle,
    .navbar.e-2018 .submenu .subitemLink,
    .navbar.e-2018 .sneaker-link,
    .menu-overlay {
        font-size: 1.5rem;
    }
    .product-layer-level-2-images {
        width: 60vw;
    }
    .container.categories {
        max-width: 1400px;
    }
    .container, .container.products {
        padding-left: 2%;
        padding-right: 2%;
    }
    .navbar.e-2018 .sneaker-link {
        font-size: 2.25rem;
    }
    .product-link {
        margin: 0 25px !important;
    }
    .sneaker-link span, .sneaker-link span, .sneaker-link span {
        border-bottom: 7px solid transparent;
    }
    .sneaker-link:active span, .sneaker-link:hover span, .sneaker-link.active span {
        border-bottom: 7px solid black;
    }
    .image-thumbs .image-thumb {
        width: 60px;
        height: 60px;
    }
    .product-layer-level-2 {
        padding: 50px 40px 50px 75px;
    }
    .product-layer-level-2-items {
        min-width: 245px;
    }
    .product-relatives .product-slider .product-slider-item {
        min-width: var(--product-teaser-related-product-height-big);
    }
    .product-relatives {
        height: var(--product-teaser-related-product-height-big);
    }
    .product-single-related-slider {
        /*margin-top: calc(var(--product-teaser-related-product-height-big-single)/2);*/
    }
    .product-relatives.single .product-slider .product-slider-item {
        min-width: var(--product-teaser-related-product-height-big-single);
    }
    .product-relatives.single {
        height: var(--product-teaser-related-product-height-big-single);
    }
    .products.container .product h3 {
        font-size: 1.75rem;
    }
    .gallery .image-magic360.activated {
        margin-bottom: 30px;
        transform: translate(30px, 60px);
    }
}
/* Optimized CSS code with comments */

/* Media query for large screens */
@media (min-width: 2200px) {

    /* Shorthand property for padding */
    .gallery {
        padding-right: 20px;
    }

    /* Optimized selector */
    .container:not(.products) {
        max-width: 1500px;
    }

    /* Avoid using !important */
    .iconworks {
        font-size: 40px;
    }

    /* Selector optimization */
    .container.product-single {
        margin-top: 100px;
    }

    /* Grid layout for products container */
    .products.container {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    /* Optimized selectors for font size */
    .navbar.e-2018 .item .itemLink,
    .navbar.e-2018 .dropdown-item .dropdown-toggle,
    .navbar.e-2018 .submenu .subitemLink,
    .menu-overlay,
    .navbar.e-2018 .sneaker-link,
    .product-titlefull {
        font-size: 2.5rem;
    }

    /* Border styling for sneaker links */
    .sneaker-link span {
        border-bottom: 8px solid transparent;
    }
    .sneaker-link:active span,
    .sneaker-link:hover span,
    .sneaker-link.active span {
        border-bottom: 8px solid black;
    }

    /* Fixed dimensions for image thumbs */
    .image-thumbs .image-thumb {
        width: 75px;
        height: 75px;
    }

    /* Font size for headings */
    h1,
    .categories h2,
    .products h2,
    .pros h2,
    .category .price,
    .product .price,
    .category .price span {
        font-size: 70px;
    }

    /* Font size for price elements */
    .category .price,
    .product .price,
    .category .price span {
        font-size: 2rem;
    }

}