<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 752:25 Expected ":"

**/
/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.relative {
  position: relative;
}

.isolate {
  isolation: isolate;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.w-1\/2 {
  width: 50%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.gap-12 {
  gap: 3rem;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.border {
  border-width: 1px;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.outline {
  outline-style: solid;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }
}
/* @font-face {
    font-family: 'trade_bold';
    src: url('/cdn/shop/files/trade_gothic_lt_std_bold-webfont.woff2?v=1684162648') format('woff2'),
         url('/cdn/shop/files/trade_gothic_lt_std_bold-webfont.woff?v=1684162648') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'trade_light';
    src: url('/cdn/shop/files/trade_gothic_lt_std_light-webfont.woff2?v=1684162648') format('woff2'),
         url('/cdn/shop/files/trade_gothic_lt_std_light-webfont.woff?v=1684162648') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'trade_regular';
    src: url('/cdn/shop/files/trade_gothic_lt_std_regular-webfont.woff2?v=1684162648') format('woff2'),
         url('/cdn/shop/files/trade_gothic_lt_std_regular-webfont.woff?v=1684162648') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'trade_bold';
    src: url('/cdn/shop/files/tradegothicltstd-bdcn20-webfont.woff2?v=1688546811') format('woff2'),
         url('/cdn/shop/files/tradegothicltstd-bdcn20-webfont.woff?v=1688546807') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {

    font-family: 'trade_light';
    src: url('/cdn/shop/files/trade_gothic_lt_std_light-webfont.woff2?v=1684162648') format('woff2'),
         url('/cdn/shop/files/trade_gothic_lt_std_light-webfont.woff?v=1684162648') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'trade_regular';

         src: url('/cdn/shop/files/infoottext-medium-webfont.woff2?v=1688547088') format('woff2'),
         url('/cdn/shop/files/infoottext-medium-webfont.woff?v=1688547088') format('woff');
    font-weight: normal;
    font-style: normal;
}

.cart-item .product-option .price_in_cart {
    display: none;
}
div#CartDrawer-CartItems quantity-input.quantity.cart-quantity {
    background: white;
    color: black;
    height: 26px;
    min-height: 26px !important;
    width: 90px;
}
div#CartDrawer-CartItems .quantity__button {
    width: 30px;
}
div#CartDrawer-CartItems .quantity__input {
    width: 30px;
}
div#CartDrawer-CartItems .cart-item {
    background: #121212;
    margin-top: 20px;
    position: relative;ÃŸ
}
div#CartDrawer-CartItems cart-remove-button svg {
    color: black;
}
div#CartDrawer-CartItems cart-remove-button {
    background: white;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: -20px;
}
div#CartDrawer-CartItems img.cart-item__image {
    height: 100%;
    object-fit: cover;
}
div#CartDrawer-CartItems a.cart-item__name.h4.break {
    /* white-space: ; */
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    font-family: trade_bold;
}
div#CartDrawer-CartItems td.cart-item__media {
    padding-top: 0 !important;
}
div#CartDrawer-CartItems .cart-item__price-wrapper {
    position: relative;
    top: 40px;
    left: -15px;
}
#line_price_original {
    display: flex;
    gap: 1rem;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    font-family: 'trade_bold';
}
button#CartDrawer-Checkout {
    background: white;
    display: flex;
    gap: 1rem;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    font-family: 'trade_bold';
}
div#CartDrawer-CartItems  td.cart-item__details * {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 104.3%;
    color: #FFFFFF;
    font-family: trade_regular;
}
 small.tax-note.caption-large.rte {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'trade_regular';
    text-align: center;
}
h2.footer-block__heading.inline-richtext {
    font-family: trade_light;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    letter-spacing:0.5px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 39px;
}
.handle_custom_footer{
  justify-content: space-between !important;
}
.footer-block__details-content .list-menu__item {
    font-family: trade_light;
    font-style: normal;
    font-weight: 300;
    font-size: 17px !important;
    line-height: 17px;
    letter-spacing:0.5px;
    color: #FFFFFF;
    padding:0px !important;
    margin-bottom: 20px;    
    text-decoration: none !important;
    text-transform: capitalize;
    color: #FFFFFF !important;
}
.footer-block__details-content.rte p {
    font-size: 17px !important;
    font-style: normal;
    line-height: 17px;
    color: #FFFFFF !important;
    font-family: trade_light;
    font-weight: 300;
    padding: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.footer-block__details-content.rte p a{
    font-size: 17px !important;
    font-style: normal;
    line-height: 17px;
    color: #FFFFFF !important;
    font-family: trade_light;
    font-weight: 300;    
    text-transform: capitalize;
}
/* h2.footer-block__heading.inline-richtext {
    font-family: trade_bold;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
} */
/* .footer-block__details-content .list-menu__item {
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF !important;
    font-family: trade_regular;
    text-transform: uppercase;
} */
/* .footer-block__details-content.rte p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 19px;
    color: #FFFFFF !important;
    font-family: trade_regular;
    padding: 6px 0;
    text-transform: uppercase;
} */

.list-menu .header__menu-item {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    font-family: 'trade_light';
}
details-modal#top-center {
    display: none;
}
details-modal#default_search {
    display: inline-flex !important;
}
ul.custom_menu li a {
    font-family: trade_bold;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    color: #FFFFFF;
}
ul.custom_menu {
    display: flex;
    gap: 1rem;
}
.content_iconic {
    width: 30%;
    padding-right: 70px;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-bottom: 60px;
}
#slider_iconic {
    width: 70%;
}
.wrapper_iconic {
    background: #101215;
}
.next_iconic {
    background: rgba(255, 255, 255, 0.08);
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.prev_iconic{
    background: rgba(255, 255, 255, 0.08);
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.next_iconic svg {
    position: relative;
    left: 30px;
}
.prev_iconic svg {
    position: relative;
    right: 30px;
}
.wrapper_icons_iconic {
    display: flex;
    gap: 3rem;
    justify-content: end;
    padding-right: 30px;
}
.content_iconic h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
    text-align: right;
    color: #FFFFFF;
    font-family: trade_bold;
}
ul.content_iconic p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.115em;
    color: #FFFFFF;
    font-family: trade_light;
    text-align: right;
}
#slider_iconic .card__heading a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #FFFFFF;
    font-family: 'trade_light';
}
#slider_iconic .price__container {
    font-family: trade_bold;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
#slider_iconic .slick-slide {
    margin: 0 15px;
  }
 #slider_iconic .slick-list {
    margin: 0 -15px;
  }
  .subtitle_banner {
    font-family: 'trade_regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.115em;
    color: #FFFFFF;
    text-align: center;
    padding-top: 70px;
  }
  .title_banner {
    font-family: 'trade_bold';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 59px;
    color: #FFFFFF;
    text-align: center;
    /* padding: 7px 0; */
  }
  .link_banner {
    font-family: 'trade_regular';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid white;
    width: max-content;
    margin: auto;
    gap: 1rem;
    padding-bottom: 3px;
    margin-bottom: 30px;
  }
  .three_columns {
    display: flex;
    padding-top: 70px;
  }
  .three_columns li {
    width: 33.33%;
    position: relative;
  }
  .eyewear_wrapper {
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .eyewear_wrapper img {
    position: relative;
    top: 170px;
  }
  .wrapper_eyewear_content h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    font-family: trade_regular;
    text-align: center;
  }
  .wrapper_eyewear_content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    font-family: trade_light;
    width: 58%;
  }
  .wrapper_eyewear_content a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: trade_bold;
    text-align: center;
    display: flex;
    border-bottom: 1px solid white;
    gap: 1rem;
    align-items: center;
    padding-bottom: 4px;
    z-index: 9;
  }
  .wrapper_eyewear_content div {
    display: flex;
    justify-content: center;
}
.wrapper_eyewear_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    position: relative;
    top: 210px;
}
#product-grid .grid__item button.slick-prev.slick-arrow {
    /* background: red; */
    padding: 10px;
    position: absolute;
    top: 80%;
    z-index: 999999;
    right: 0;
    cursor: grabbing;
    left: 0;
    width: 90px;
}
#product-grid .grid__item button.slick-prev.slick-arrow svg circle {
    fill: black;
}
#product-grid  .grid__item button.slick-prev.slick-arrow svg path {
    fill: white;
}
#product-grid .grid__item button.slick-next.slick-arrow svg circle {
    fill: black;
}
#product-grid .grid__item button.slick-next.slick-arrow svg path {
    fill: white;
}
#product-grid .grid__item button.slick-next.slick-arrow {
    padding: 10px;
    position: absolute;
    top: 80%;
    z-index: 999999;
    right: 0;
    cursor: grabbing;
}

.card__media.slick-initialized.slick-slider {
    z-index: 2 !important;
}
.grid__item .card__heading a {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: 'trade_bold';
    text-align: center;
}
.grid__item .card-information {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'trade_regular';
}
/* .quick-add.no-js-hidden {
    display: none;
} */
a.quick-add.no-js-hidden.quick-add__submit {
    display: none;
}
#product-grid li.grid__item:hover .quick-add.no-js-hidden {
    display: block;
}
.quick-add.no-js-hidden .quick-add__submit {
    background: white;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    font-family: 'trade_bold';
    text-transform: uppercase;
}
#product-grid  .grid__item ul.slick-dots {
    background: #484848;
    z-index: 99999999;
    position: relative;
    top: -3px;
    display: flex;
    height: 3px;
}
#product-grid .grid__item li.slick-active {
    background: #6D6D6D;
}
#product-grid .grid__item ul.slick-dots li {
    font-size: 0;
    width: 50%;
    height: 3px;
}

#product-grid .grid__item button.slick-prev.slick-arrow {
    display: none !important;
}
#product-grid .grid__item button.slick-next.slick-arrow {
    display: none !important;
}
#product-grid .grid__item ul.slick-dots {
    display: none !important;
}

#product-grid .grid__item:hover button.slick-prev.slick-arrow {
    display: block !important;
}
#product-grid .grid__item:hover button.slick-next.slick-arrow {
    display: block !important;
}
#product-grid .grid__item:hover ul.slick-dots {
    display: flex !important;
}
#product-grid li.grid__item {
    padding: 0 8px;
}
#product-grid li.grid__item:hover {
    border: 1px solid rgba(255, 255, 255, 0.22);
    /* padding: 10px; */
    position: relative;
    /* top: -20px; */
}
.quick-add.no-js-hidden {
    padding: 29px 13px;
}
#product-grid .grid__item:hover &gt; div &gt; div &gt; div.card__content &gt; div.quick-add.no-js-hidden {
    padding: 0;
}
#product-grid li.grid__item {
    margin: 40px 0;
}
details.disclosure-has-popup.facets__disclosure.js-filter {
    z-index: 10;
}
summary.facets__summary.caption-large.focus-offset {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.11em;
    color: #FFFFFF;
    font-family: trade_bold;
    text-transform: uppercase;
}
h2#verticalTitle {
    display: none;
}
summary.facets__summary.caption-large.focus-offset::after {
    content: '';
    display: block;
    border-right: 0.5px solid #868687;
    width: 10px;
    height: 20px;
    position: absolute;
    right: -17px;
    top: 0;
}
.remove_filter facet-remove {
    display: none;
}
.remove_filter facet-remove.active-facets__button-wrapper {
    display: flex;
    padding: 0 !important;
}
.remove_filter a.active-facets__button-remove.underlined-link span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.11em;
    color: #FFFFFF;
    font-family: trade_bold;
    padding: 9px 18px;
    border: 0.5px solid #FFFFFF;
    position: relative;
    top: -4px;
}
h2.facet-filters__label.caption-large.text-body {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    font-family: trade_light;
    text-transform: uppercase;
}
select#SortBy {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    font-family: 'trade_bold';
    text-transform: uppercase;
}
h2.product-count__text.text-body {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.11em;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    padding: 7px 13px;
    font-family: trade_light;
}
.header_custom_collection {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 20px 0;
}
.breadcrumbs_collection {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: 'trade_bold';
}
.wrapper_content_collection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
}
.wrapper_content_collection h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
}
.wrapper_content_collection h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    font-family: 'trade_bold';
    padding: 30px 0;
}
.wrapper_content_collection p {
    font-family: 'trade_light';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #FFFFFF;
}
p.product__text.inline-richtext.caption-with-letter-spacing {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 118%;
    color: #FFFFFF;
    font-family: trade_light;
}
.product__title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 118%;
    color: #FFFFFF;
}
.product__description.rte.quick-add-hidden {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.grid__item.product__media-wrapper .price__regular {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 118%;
    color: #FFFFFF;
    font-family: 'trade_bold';
}
button.product-form__submit.button.button--full-width.button--primary {
    background: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 118%;
    color: #000000;
    font-family: 'trade_bold';
    text-transform: uppercase;
    width: 90% !important;
    max-width: 90% !important;
}
button.product-form__submit.button.button--full-width.button--primary span {
    display: flex;
    align-items: center;
    gap: 1rem;
}
select.select__select {
    background: #141414;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 118%;
    color: #FFFFFF;
    font-family: trade_bold;
    text-transform: uppercase;
}
.product-form__input.product-form__input--dropdown .select:before {
    display: none;
}
.product-form__input.product-form__input--dropdown .select:after {
    display: none;
}

#related_products_list {

    background: black;
    padding: 110px;

}
#related_products_list .grid__item {
    padding:0 40px;
}
#related_products_list .slick-prev {
    position: absolute;
    left: 2%;
    top: 37%;
    z-index: 9999;
}
#related_products_list .slick-next  {
    position: absolute;
    right: 3%;
    top: 37%;
    z-index: 9999;
}
h2.related-products__heading.h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 118%;
    color: #FFFFFF;
    font-family: trade_light;
    position: absolute;
    left: 45%;
    z-index: 999;
    top: 10%;
}
.image_login {
    width: 57%;
}
.image_login img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
.wrapper_login {
    width: 43%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.loginbtn::after , .loginbtn::before {
    display: none !important;
}
button.loginbtn{
 background: rgba(255, 255, 255, 0.08);
    border: 1px solid #1F1F1F;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 104.3%;
    color: #FFFFFF;
    font-family: 'trade_bold';
    text-transform: uppercase;
}
.create_account_ {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 104.3%;
    color: #FFFFFF;
    font-family: trade_bold;
    text-decoration: unset !important;
}
.create_account_ span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 104.3%;
    color: #FFFFFF;
    font-family: trade_light;
}
h1#login {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 104.3%;
    color: #FFFFFF;
    font-family: 'trade_bold';
    text-transform: uppercase;
    text-align: start;
}
.login_rembemer {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.login_rembemer label {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 104.3%;
    color: #FFFFFF;
    font-family: trade_bold;
}
.login_rembemer a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    font-family: trade_bold;
    text-decoration: unset !important;
}
.desc_login {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 104.3%;
    color: #E4E4E4;
    font-family: trade_light;
    text-align: start;
}
.label_input {
    text-align: start;
    position: relative;
    bottom: -12px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: trade_bold;
}
form#customer_login .field::after  {
    display: none;
}
form#customer_login .field::before  {
    display: none;
}
form#customer_login .field label{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-family: trade_regular;
    color: #B0B1B2;
    
}
input#CustomerEmail {
    background: #111111;
    border: 1px solid #1F1F1F;
}
input#CustomerPassword {
    background: #111111;
    border: 1px solid #1F1F1F;  
}
ul#grid_media {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    padding-top: 50px;
}
ul#grid_media li {
    width: 31%;
    border: 1px solid #1F1F1F;
}
.thumbnail_image {
    width: 100%;
}
.logo_media {
    margin: auto;
    padding: 10px 0;
    background: #111111;
    display: flex;
    justify-content: center;
}
p.title_media {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    color: #FFFFFF;
    padding: 15px 10px;
    text-align: center;

}
p.desc_media {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #E4E4E4;
    width: 90%;
    margin: auto;
    padding-bottom: 10px;
}
ul#grid_media li {
    cursor: pointer;
}
.href_media {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    font-family: trade_bold;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding: 15px;
}
.wrapper_content_media {
    background: #101010;
    display: flex;
    justify-content:center;
    flex-direction: column;
    align-items: center;
}
.breadcrumbs_media {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    font-family: trade_bold;
    color: #FFFFFF;
    padding: 15px 0;
}
.breadcrumbs_media a {
    font-family: trade_light;
}
.heading_media {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    font-family: trade_regular;
    color: #FFFFFF;
    padding-bottom: 20px;
}
.ul_philanthropy {
    gap: 17px;
    display: flex;
    flex-wrap: wrap;
}

.ul_philanthropy li span{
    background: #181818;
    border: 1px solid rgba(255, 255, 255, 0.04);
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    color: #FFFFFF;
    font-family: trade_regular;
    padding: 7px 12px;
    text-transform: uppercase;
}
.title_phialthropy {
    display: flex;
    align-items: center;
}
.title_phialthropy h1{
    font-style: normal;
    font-weight: 700;
    font-size: 97px;
    line-height: 94.5%;

    color: #FFFFFF;
    padding-right: 19px;
    position: relative;
    top: -20px;
}
.title_phialthropy h1::after {
    border: 1px solid rgba(255, 255, 255, 0.12);
    content: '';
    display: block;
    right: 0;
    position: absolute;
    z-index: 9999;
    height: 100%;
    top: 0;
}
.bread_crumbs {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 60px;
    background-repeat: no-repeat;
    background-size: cover;
}
.bread_crumbs  p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
   
    font-family: trade_bold;
}
.bread_crumbs a{
    font-family: trade_light;
}
.bread_crumbs h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    font-family: trade_regular;
}
.partone_aboutus  h1{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    font-family: trade_bold;
    color: #FFFFFF;
    width: 60%;
    margin: auto;
    padding-top: 30px;
}
.mini_description {

}
.partone_aboutus p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-family: trade_light;
    color: #FFFFFF;
    width: 70%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 60px;
}
.partone_aboutus h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 112.4%;
    text-transform: uppercase;
    font-family: trade_bold;
    color: #FFFFFF;
    padding: 10px 0;
}
.partone_aboutus h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 112.4%;
    font-family: trade_regular;
    text-transform: uppercase;
    color: #FFFFFF;
}
.wrapper_content_member {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #040404;
    position: relative;
    left: -70px;
    top: 18%;
    padding: 50px 27px;
}
.content_member {
    width: 70%;
}
.team_meamber {
    width: 30%;
}
.half_text {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #101010;
    height: 510px;
    padding: 90px;
}
.half_images {
    display: flex;
    width: 70%;
    justify-content: space-around;
    gap: 1rem;
}
.gallery_images {
    background: url(/cdn/shop/files/Group_1_48.png?v=1684420329);
    background-repeat: no-repeat;
    background-size: 100%;
}
.gallery_images .page-width {
    gap: 1rem;
}
.newsletter_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.newsletter_wrapper h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.115em;
    font-family: trade_light;
    color: #FFFFFF;

}
.newsletter_wrapper h1 {
    font-family: 'TradeGothic LT';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    font-family: trade_regular;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 0;
}
.newsletter_wrapper .field:after {
    display: none;
}
.newsletter_wrapper .field:before {
    display: none;
}
.newsletter_wrapper button#Subscribe {
    border: 1px solid #FFFFFF;
    padding: 20px;
    width: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    font-family: trade_bold;
}

.newsletter_wrapper label { 
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    font-family: trade_bold;
}
.newsletter_wrapper .field__input {
    border-bottom: 1px solid #ffff;
    min-width: 60% !important;
    max-width: 60% !important;
}
.timeline-circle {
    display: block !important;
    background: white !important;
    border-radius: unset;
    width: 28px;
    height: 28px;
}
.timeline-circle::after {
    background: #000000;
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 30%;
    top: 29%;
}
.left_content {
    text-align: right;
}
.timeline-component p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: trade_light;
}
.timeline-component h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: trade_bold;
    padding: 7px 0;
}
.title_timeline {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    font-family: trade_bold;
    text-align: justify;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 40px;
}
.last_line {
    background: unset !important;
}
p.mini_description {
    margin-left: 0 !important;
    text-align: left;
}
.wrapper_content_member h5 {
    font-family: 'trade_bold';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
}
.wrapper_content_member p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: 'trade_light';
    padding: 20px 0;
}
.wrapper_content_member a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
    display: flex;
    gap: 1rem;
    align-items: center;
    width: max-content;
}
.half_text h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 112.4%;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
}
.half_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #FFFFFF;
}
.title_gallery h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: auto;
    padding-top: 100px;
    width: 50%;
    padding-bottom: 10px;
    position: relative;
}
.title_gallery p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 60px;
}
.faqs li { 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
    padding-top: 10px;
}
.faqs h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: trade_bold;
    color: #FFFFFF;
    position: relative;
}
.faqs li h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: trade_bold;
    padding-top: 10px;
}
.faqs li p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    font-family: trade_light;
    color: #FFFFFF;
    padding: 15px 0;
}
.faqs h6::after {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.27);
    height: 1px;
    position: absolute;
    width: 100%;
    top: 48%;
    z-index: -1;
}
.faqs h6 span {
    background: black;
    padding-right: 20px;
}

img#layer2 {
    position: absolute;
    bottom: 0;
}
img#layer1 {
    position: absolute;
    width: 90%;
    left: 6%;
    bottom: 0;
    
}

.wrapper_newsletter_parallax {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin: auto;
    align-items: center;
    padding: 30px 0;
    z-index: 9;
}
img#layer0 {
    margin-left: auto;
    margin-right: auto;
}
.bag_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.wrapper_bag_section h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.115em;
    font-family: trade_regular;
    color: #FFFFFF;
    padding: 5px 0;
}
/* .wrapper_bag_section h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    font-family: trade_bold;
    color: #FFFFFF;
    padding: 5px 0;
}
.wrapper_bag_section p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-family: trade_light;
    color: #ECECEC;
    padding: 5px 0;
    width: 70%;
    margin: auto;
}
.wrapper_bag_section a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    font-family: trade_bold;
    color: #FFFFFF;
    border-bottom: 0.5px solid #FFFFFF;
    padding: 5px 0;
    display: flex;
    width: max-content;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
} */
.wrapper_bag_section {
    text-align: center;

    border: 1px solid rgba(255, 255, 255, 0.19);
    padding: 100px 0;
    width: 37%;

}
.image_bag_section {
    width: 48%;
    position: relative;
    top: -44px;
}

.wrapper_section_story_content a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border-bottom: 0.5px solid #FFFFFF;
    font-family: trade_bold;
    display: flex;
    padding-bottom: 7px;
    width: max-content;
    align-items: center;
    gap: 1rem;
}
p.description_story {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: trade_light;
    padding-top: 30px;
    padding-bottom: 30px;
}
.wrapper_section_story_content h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 70%;
}
p.subtitle_story {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.115em;
    color: #FFFFFF;
    font-family: trade_light;
    padding-bottom: 20px;
}
.wrapper_section_story_content {
    width: 40%;
    margin: auto;
}

.wrapper_social_banner {
    background: url(/cdn/shop/files/Group_1_49.png?v=1684833370);
    background-size: 100%;
    padding: 10px 0;
}
.wrapper_social_banner p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.115em;
    text-transform: uppercase;
    font-family: trade_light;
    color: #000000;
    padding-bottom: 25px;
    position: relative;
    top: 15px;
}
.wrapper_social_banner h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    text-transform: uppercase;
    font-family: trade_regular;
    color: #000000;

}
.ig_slider li {
    padding: 4px;
}
.wrapper_instagramfeed {
    padding: 50px 0;
    background: white;
}
.wrapper_instagramfeed .slick-prev {
    position: absolute;
    left: -50px;
    top: 40%;
}
.wrapper_instagramfeed .slick-next {
    position: absolute;
    right: -50px;
    top: 40%;
}

.wrapper_column_link {
    width: 80%;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.38);
    padding: 50px 20px;
}
li#content_column {
    display: flex;
    justify-content: center;
    align-items: center;
}
p.text_column {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 59px;
    color: #FFFFFF;
    text-align: center;
    font-family: trade_regular;
    padding-bottom: 20px;
}
.link_column {
    display: flex;
    justify-content: center;
    gap: 3rem;
}
.link_column a {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 0.5px solid #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: trade_bold;
}
.column_description p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    font-family: trade_light;
    padding-top: 30px;
}

.wrapper_newsletter_parallax h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.115em;
    color: #FFFFFF;
    font-family: trade_regular;
    z-index: 1;
}
.wrapper_newsletter_parallax h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: trade_regular;
    padding: 7px 30px 30px 30px;
    z-index: 1;
}
.wrapper_newsletter_parallax img {
    margin-bottom: 40px;
    z-index: 1;
}
.wrapper_newsletter_parallax form#contact_form {
    z-index: 1;
}
.wrapper_newsletter_parallax form#contact_form input.field__input {
    background: unset;
    border-bottom: 1px solid #ffff;
    max-width: max-content;
}
.wrapper_newsletter_parallax form#contact_form .field:after {
    display: none;
}
.wrapper_newsletter_parallax form#contact_form .field:before {
    display: none;
}
.wrapper_newsletter_parallax button#Subscribe {
    width: max-content;
    border: 1px solid #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: trade_bold;
    padding: 7px 10px;
}
.wrapper_newsletter_parallax label.field__label {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: trade_bold;
}
.wrapper_newsletter_parallax .newsletter-form__field-wrapper .field__input {
    padding-right: 8rem !important;
}
.wrapper__banner_collection .url_banner {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: trade_bold;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid white;
    width: max-content;
}
.wrapper__banner_collection {
    width: 50%;
    position: relative;
    margin: 40px 0;
}
.wrapper__banner_collection h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    font-family: trade_regular;
    position: absolute;
    top: 20%;
    z-index: 99;
    right: 10%;
}
.wrapper__banner_collection .url_banner {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: trade_bold;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid white;
    width: max-content;
    position: absolute;
    top: 30%;
    z-index: 99;
    right: 10%;
}
.wrapper__banner_collection img {
    width: 100%;
    /* height: 81%; */
}

ul.wrapper_box_contact {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    margin-bottom: 40px;
}
ul.wrapper_box_contact li {
    width: 33%;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
ul.wrapper_box_contact li h4 {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    font-family: 'trade_bold';
}
ul.wrapper_box_contact li p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    font-family: 'trade_light';
}
ul.wrapper_box_contact li a {
    font-family: trade_bold;
    margin-top: 20px;
}
ul.wrapper_box_contact li strong {
    font-family: trade_bold;
    margin-top: 20px;
}
.link_box a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    font-family: trade_bold;
    border-bottom: 1px solid white;
    width: max-content;
    display: flex;
    gap: 1rem;
    align-items: center;
}
.link_box {
    margin-top: 20px;
}
select#address_country {
    background: black;
}
#wrapper_contactform {
    background: #0C0C0C;
    padding: 70px;
    justify-content: space-between;
}
.wrapper_imagecontactform {
    width: 30%;
}
.wrapper_form {
    width:80%;
}

element.style {
}
p.title_labelform {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: trade_regular;
    padding-bottom: 10px;
}
div#wrapper_contactform .field:before {
    display: none;
}
div#wrapper_contactform .field:after {
    display: none;
}
div#wrapper_contactform .field input {
    background: #131313;
}
div#wrapper_contactform .field select {
    background: #131313;
    height: 45px;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #B0B1B2;
    font-family: trade_bold;
}
div#wrapper_contactform .field textarea {
    background: #131313;
}
div#wrapper_contactform .field label {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #B0B1B2;
    font-family: trade_bold;
}
div#wrapper_contactform .contact__button button.button {
    background: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    font-family: trade_bold;
}
h2.title_contactform {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.095em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'trade_bold';
}
h2.title_contactform span {
    position: relative;
    background: #0C0C0C;
    padding-right: 10px;
    z-index: 33;
}
h2.title_contactform::after {
    content: '';
    display: block;
    background: #333333;
    height: 1px;
    position: absolute;
    top: 48%;
    z-index: 0;
    width: 100%;
}
.wrapper_images {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.wrapper_images li {
    width: 33.33%;
}
.wrapper_images li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
li.wrapper_content_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
li.wrapper_content_tab h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    font-family: trade_regular;
    padding-bottom: 10px;
}
li.wrapper_content_tab h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 103.69%;
    color: #FFFFFF;
    font-family: trade_bold;
    padding-bottom: 10px;
}
li.wrapper_content_tab p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 103.69%;
    font-family: trade_regular;
    letter-spacing: 0.115em;
    color: #FFFFFF;
    
}
.wrapper_images {
    margin-bottom: 50px;
}
.desc_contactus {
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 17px !important;
    text-align: center;
    font-family: trade_light !important;
    color: #FFFFFF;
}
.wrapper_philanthropy.page-width.flex.gap-12.md\:py-40.py-20.flex-row-reverse h1.text-left:after {
    left: -11px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-right: unset;
    border-bottom: unset;
    border-top: unset; 
}
.title_gallery h4::before {
    content: '';
    background: url(/cdn/shop/files/quote_icon_b6579148-9881-411a-9a24-4777a88dacaa.png?v=1685054158);
    width: 126px;
    height: 90px;
    display: block;
    position: absolute;
    left: 40%;
    top: 10%;
}
.title_gallery {
    margin-top: 50px;
    margin-bottom: 30px;
}
.load-more_wrap{
    margin-top: 60px; 
    text-align: center;
   }
   .load-more_wrap img{
    max-width: 25px;
   }
   button.btn.js-load-more span:first-child {
    background: #181818;
    border: 1px solid #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: trade_bold;
    padding: 17px 50px;
}

/* #image-container {
    position: relative;
    aspect-ratio: 1/1;
    display: none;
  }
  img#hover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
} */


 #megamenu_custom {
    display: flex;
    width: 90%;
    max-width: 100%;
    align-items: center;
    padding: 40px;
    margin: auto;
} 
li.image-hover {
    width: auto !important;
    margin-right: 20px;
}
li.image-hover:first-child {
    border-right: 1px solid white;
}
li.image-hover:first-child a{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 187%;
    font-family: trade_bold;
    color: #FFFFFF;
}

li.image-hover a {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: trade_light;
}
/* li#image-container {
    position: relative;
    width: 200px;
    height: 160px;
    display: block;
} */
li#image-container {
    position: absolute;
    width: 11%;
    height: 200px;
    display: block;
    right: 3%;
    overflow: hidden;
}
img#hover-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.hideondesktop {
    display: none ;
}
.hideonmobile {
    display: flex;
}
summary.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
    justify-content: space-between;
}
svg.icon.icon-cart-empty {
    width: 19px;
    height: 19px;
}
/* sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom {
    background: transparent !important;
} */

label.title_select {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 118%;
    color: #FFFFFF;
    font-family: trade_regular;
}
label.title_select span {
    background: black;
    padding-right: 20px;
}
label.title_select {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 118%;
    color: #FFFFFF;
    font-family: trade_regular;
    position: relative;
    top: -4px;
}
label.title_select span {
    background: black;
    padding-right: 20px;
    display: block;
    width: 30%;
}
label.form__label.title_select:after {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.27);
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: 6px;
}
.product-form__input.product-form__input--dropdown {
    max-width: 100%;
    min-width: 100%;
}
.wrapper_select {
    display: flex;
    align-items: center;
    gap: 1rem;
}
a.trigger-pop-up.btn {
    display: flex;
    gap: 1rem;
    border: 1px solid #FFFFFF;
    padding: 9px;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 118%;
    color: #FFFFFF;
    cursor: pointer;
}
.wrapper_reqestring a {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: 'trade_bold';
    cursor: pointer;
}
.product__description.rte.quick-add-hidden p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 118%;
    color: #FFFFFF;
    font-family: trade_regular;
}
.product__description.rte.quick-add-hidden a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 118%;
    color: #FFFFFF;
    font-family: trade_regular;
}
.product__description.rte.quick-add-hidden span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 118%;
    color: #FFFFFF;
    font-family: trade_regular;
}
.product__info-wrapper.grid__item .price__container {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 118%;
    color: #FFFFFF;
    font-family: trade_bold;
}
li.icon-with-text__item {
    border-bottom: 1px solid #363636;
    padding-bottom: 7px;
}
.product-form__buttons {
    display: flex;
    max-width: 100%!important;
    align-items: center;
    gap: 1rem;
    width: 100%;
}
.swym-button-bar.swym-wishlist-button-bar.swym-inject {
    position: relative;
    top: -5px;
    border: 1px solid white;
    margin: 0 !important;
    height: 47px;
}
.swym-btn-container .swym-add-to-wishlist:after {
    top: -1px !important;
}
.title_stocks {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 103.69%;
    color: #FFFFFF;
    font-family: trade_bold;
    padding-top: 40px;
}
ul.tabs li {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 103.69%;
    color: #FFFFFF;
    display: flex;
    font-family: trade_bold;
    text-transform: uppercase;
}
ul.tabs {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 40px 0;
}
ul.tabs li a.active:after {
    border-bottom: 1px solid;
    content: '';
    display: block;
    width: 70%;
    height: 1px;
    position: relative;
    top: 9px;
}

ul.tabs li:last-child:after {
    display: none;
}
ul.tabs li:after {
    border-right: 1px solid white;
    content: '';
    display: block;
    padding-right: 10px;
}
.drawer__close svg {
    width: 18.5px;
    height: 11.5px;
}
h2.drawer__heading {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 104.3%;
    color: #FFFFFF;
    font-family: trade_regular;
}
.drawer__header {
    position: relative;
}
.drawer__header:after {
    border-bottom: 1px solid #DDDDDD;
    content: '';
    display: block;
    width: 110%;
    height: 1px;
    position: absolute;
    left: -16px;
    bottom: 20px;
}
button.drawer__close {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 104.3%;
    color: #FFFFFF;
    left: 0;
    position: relative;
    right: 0;
    bottom: 0;
}
h2.drawer__heading {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 104.3%;
    color: #FFFFFF;
    font-family: trade_regular;
}
.drawer__close svg {
    width: 20px !important;
    height: 13px !important;
}
svg.icon.icon-cart {
    width: 20px;
    height: 20px;
}
.cart-count-bubble {
    /* left: 2.5rem;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center; */
    left: 1.5rem;
    top: -9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heart_wish {
    display: flex;
    align-items: center;
    position: relative;
    top: -1px;
    height: 4.4rem;
    width: 4.4rem;
    justify-content: center;
}
a.heart_wish:after {
    border-right: 0.5px solid rgba(255, 255, 255, 0.25);
    height: 20px;
    display: block;
    content: '';
    position: absolute;
    left: 42px;
}
a.heart_wish:before {
    border-left: 0.5px solid rgba(255, 255, 255, 0.25);
    height: 20px;
    display: block;
    content: '';
    position: absolute;
    left: 1px;
}
.heart_wish_mobile {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 96.3%;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.03);
    width: 100%;
    padding: 1.2rem;
    margin-bottom: 2rem;
    flex-direction: row;
}

a.header__icon.header__icon--account.link.focus-inset.small-hide:after {
    border-right: 0.5px solid rgba(255, 255, 255, 0.25);
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    left: 40px;
}
a.header__icon.header__icon--account.link.focus-inset.small-hide {
    position: relative;
}
form#FacetFiltersForm select.select__select {
    background: black;
}
#hover-image[src=""] {
    display: none !important;
}
#hover-image[src="undefined"] {
    display: none !important;
}
.showing_thecountproducts {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: flex;
    gap: 6px;
    font-family: trade_regular;
    justify-content: center;
}
a.link.list-social__link:first-child {
    padding-left: 0;
}
ul.footer__list-social.list-unstyled.list-social {
    justify-content: flex-start;
    padding: 0;
}
small.copyright__content {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    font-family: trade_light;
}
.footer__content-bottom {
    padding-top: 0rem;
    border-top: unset;
}
a.menu-drawer__account.link.focus-inset.h5.medium-hide.large-up-hide {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 96.3%;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
button#checkout {
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 96.3%;
    font-family: 'trade_bold';
    text-transform: uppercase;
}
td.cart-item__details {
    width: 200% !important;
}
cart-drawer.drawer.animate.active.is-empty button.drawer__close {
    right: unset !important;
    top: 20px !important;
    position: absolute;
    left: -20px !important;
    justify-content: end;
    width: 100%;
}
.bh-sl-filters-container.scasl-tag {
    display: none;
}
#bh-sl-user-location &gt; div.scasl-see-more-content &gt; div:nth-child(2) {
    display: none;
}
div#bh-sl-map-container {
    display: flex;
    flex-direction: row-reverse;
}
#shopify-section-template--19103870648633__09a4eebb-8913-440b-9bf8-079a6eddf77a &gt; div &gt; ul &gt; li:nth-child(2)  a {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -80%);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border-bottom: 1px solid white;
    width: max-content;
    font-family: 'trade_bold';
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 6px;
}
a.quick-add.no-js-hidden.quick-add__submit {
    padding: 13px 13px;
    text-align: center;
}
.search_content {
    background: #101010 !important;
}
.search_content * {
    color: white !important;
}
/* .rangeslidecontainer input#myRange {
    background: linear-gradient(to right, rgb(255 255 255) 0%, rgb(255 255 255) 20%, rgba(119, 119, 119, 0.55) 20%, rgba(119, 119, 119, 0.55) 100%) !important;
} */
.bootstrap-msesl {
    background: black !important;
}
.storelabelcss.row h4.labeltxt {
    color: white !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 103.69%;
    text-align: center;
    font-family: 'trade_regular';
}
.storelabelcss.row button.show_all {
    color: white !important;
    border: 1px solid #FFFFFF;
    border-radius: unset !important;
    background: black !important;
    padding: 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 103.69%;
    text-align: center;
    font-family: 'trade_regular';
}
b.txtCss {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 103.69%;
    text-align: center;
    color: #000000 !important;
    font-family: trade_regular;
    padding-left: 9px;
}
.full_address {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 103.69%;
    color: #000000 !important;
    font-family: trade_light;
}
input#searchkeyword {
    background: #232323 !important;
}
a#findmylocation {
    background-image: url(/cdn/shop/files/material-symbols_my-location-rounded.png?v=1687266397) !important;
}
div#events {
    background: #101010;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px;
    border-radius: unset;
}
.list-group-item {
    border-radius: unset !important;
}
div#powered_by {
    display: none !important;
}
div#storelocator {
    max-width: var(--page-width);
    margin: 0 auto;
}
b.filtertxt {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 103.69%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'trade_light';
}
span#searchradius {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 103.69%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'trade_light';
}
span.radiuscolor.radiusunit {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 103.69%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'trade_light';
}
#third_menu {
    position: absolute;
    visibility: hidden;
}
#open_link:hover #third_menu {
    visibility: visible;
}
div#maptab .bootstrap-msesl .list-group-item.active .txtCss, .bootstrap-msesl .list-group-item.active .full_address {
    color: grey !important;
}
div#map .getdirectionstore {
    color: black !important;
    border: 1px solid black !important;
    margin-top: 10px;
}
div#map .getdirectionstore i.fa.fa-chevron-right {
    color: black !important;
}
button.quick-add__submit.button.button--full-width.button--secondary {
    display: none;
}
body#template__cart cart-drawer.drawer.animate.active {
    display: none;
}
body#template__search .facets-container {
    display: block;
}
body#template__search .header_custom_collection {
    display: none;
}
div#hidde_size {
    display: none;
}
.hidde_size_when_forothers {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.cart-item__image-container {
    width: 150px;
}
.Media .logo_media {
    display: none;
}
.Media * {
    text-transform: uppercase;
}
.Press * {
    text-transform: uppercase;
}
.bootstrap-msesl .list-group-item.active .txtCss, .bootstrap-msesl .list-group-item.active .full_address {
    color: black !important;
}
/* Edit by doe add text transform property for caps the text */
div#maptab b.txtCss {
    color: black !important;
    text-transform: uppercase;
}
div#maptab .full_address {
    color: black !important;
}
div#maptab a.list-group-item.active {
    background: #ddd !important;
}
a.list-group-item {
    cursor: pointer !important;
}
.breadcrumbs_product {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 118%;
    color: #FFFFFF;
    font-family: trade_light;
    text-transform: uppercase;
    position: relative;
    top: -20px;
}
div#tab-4 {
    display: none;
}
li#image-container {
    display: none !important;
}
a.pagination__item {
    color: rgb(var(--color-foreground));
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border: none;
    box-shadow: none;
    color: rgb(var(--color-link));
    background-color: transparent;
    font-size: 20px;
    font-family: inherit;
    text-align: center;
}
.pagination__item-arrow svg.icon.icon-caret {
    width: 20px;
    height: 100%;
}
.pagination__list {

    align-items: center;
}

span.badge.badge--bottom-left.color-inverse {
    z-index: 9999999;
    position: relative;
}
.list-group-item &gt; div.address_area &gt; div:nth-child(3) {
    display: block !important;
    color: black !important;
}

.Press .wrapper_content_media {
    background: black;
}
.Media h2.heading_media {
    display: none;
}
.Media .wrapper_content_media {
    background: black;
}
.Authorized .bread_crumbs h1 {
    display: none;
}
.Authorized .bread_crumbs {
    background: black !important;
}
.Authorized .bread_crumbs * {
    text-transform: uppercase;
}
ul#grid_media a img {
    width: 100%;
}
.shopify-policy__title {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * .06rem);
    color: rgb(var(--color-foreground));
    line-height: calc(1 + .3/max(1,var(--font-heading-scale)));
    word-break: break-word;
    font-size: calc(var(--font-heading-scale) * 5.2rem);
    margin-top: 0;
    margin-bottom: 4rem;
    text-transform: uppercase;
    padding-top: 28px;
    padding-bottom: 28px;
}
.shopify-policy__container {
    max-width: 72.6rem;
    padding: 0;
}
h1.main-page-title.page-title.h0 {
    text-align: center;
}
.accordion__content.rte {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    font-family: trade_light;
}

@media (max-width: 849px) {

    span.arrow.down-arrow {
        display: none !important;
    }
    span.arrow.up-arrow {
        display: none !important;
    }
}

@media (max-width: 500px) {
    .breadcrumbs_product {
        top: unset;
    }

    .modal-content video {
        width: 100%;
    }
    .modal-content {
        width: 100%;
    }
    .wrapper_bag_section h3 {
        padding: 0;
    }
    .title_banner {
        line-height: 36px;
    }
    .cart-item__quantity-wrapper {
        flex-wrap: nowrap;
    }
    .Philanthropy .bread_crumbs {
        background: url(/cdn/shop/files/Group_1_59.png?v=1688984651) !important;
        background-repeat: no-repeat;
        background-size: cover !important;
    }
    #shopify-section-template--19103870648633__f3827274-881b-4535-8bf2-1e95f71df5f5 &gt; div &gt; div {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
    }
    #shopify-section-template--19103870648633__f3827274-881b-4535-8bf2-1e95f71df5f5 &gt; div &gt; div &gt; div {
        position: relative;
        overflow: hidden;
    }
    img.header__heading-logo.motion-reduce {
        width: 120px;
    }
    #shopify-section-template--19103870648633__09a4eebb-8913-440b-9bf8-079a6eddf77a &gt; div &gt; ul &gt; li:nth-child(2) {
        order: 2;
    }
    #content_column &gt; div {
        padding: 30px 20px;
        width: 93%;
    }
    #shopify-section-template--19103870648633__a6b5c4a3-fb03-4ee9-b515-8f4e5012eb2b &gt; div &gt; ul &gt; li:nth-child(3) {
        position: relative;
        top: -30px;
    }
    #shopify-section-template--19103870648633__a6b5c4a3-fb03-4ee9-b515-8f4e5012eb2b &gt; div &gt; ul &gt; li:nth-child(1) {
        top: -30px;
        z-index: 9;
        position: relative;
    }
    #shopify-section-template--19103870648633__f3827274-881b-4535-8bf2-1e95f71df5f5 &gt; div &gt; div &gt; h3 {
        font-size: 30px;
        line-height: 28px;
        padding: 2px 0;
    }
    #shopify-section-template--19103870648633__f3827274-881b-4535-8bf2-1e95f71df5f5 &gt; div &gt; div &gt; div {
        height: 27vh;
    }
    /* #shopify-section-template--19103870648633__f3827274-881b-4535-8bf2-1e95f71df5f5 &gt; div &gt; div &gt; div img {
        position: absolute;
        width: 92rem;
        height: auto;
        object-fit: cover;
        bottom: 0;
        max-width: 530px;
        left: -90px;
    } */
    #shopify-section-template--19103870648633__f3827274-881b-4535-8bf2-1e95f71df5f5 &gt; div {
        position: relative;
    }
    .subtitle_banner {

        padding-top: 40px;
    }
    .eyewear_wrapper img {
        width: 94%;
    }
    .eyewear_wrapper {
        background-image: url(/cdn/shop/files/brand_texture.png?v=1687256327) !important;
        margin-bottom: 140px;
        margin-top: 20px;
    }
    /* #shopify-section-template--19103870648633__09a4eebb-8913-440b-9bf8-079a6eddf77a &gt; div &gt; ul &gt; li:nth-child(2)  a {

        bottom: 22%;
        left: 27%;

    } */
    .simpleParallax {
    width: 90% !important;
}
    .footer-block.grid__item {
        margin: 0;
    }
    a.menu-drawer__account.link.focus-inset.h5.medium-hide.large-up-hide svg.icon.icon-account {
        margin-right: 0;
    }
    a.heart_wish {
        display: none;
    }
    .wrapper_instagramfeed .slick-prev {
        position: absolute;
        left: 8px;
        top: 40%;
        z-index: 2;
    }
    .wrapper_instagramfeed .slick-next {
        position: absolute;
        right: 8px;
        top: 41%;
    }
    
    .quick-add-modal__content-info {
        flex-direction: column;
    }
    /* button.slider-button.slider-button--next {
        display: none;
    } */
    /* button.slider-button.slider-button--prev {
        display: none;
    } */
    .wrapper__banner_collection {
        width: 100%;
        margin: 20px 0;
    }
    .wrapper__banner_collection h1 {
        font-size: 22px;
        top: 19%;
        z-index: 99;
        right: 5%;
    }
    .wrapper__banner_collection a {
        font-size: 14px;
        top: 37%;
        z-index: 99;
        right: 5%;
    }
    .wrapper__banner_collection img {
        width: 100%;
        object-fit: cover;
        object-position: -70px;
        height: 100%;
    }
    ul.three_columns.w-full {
        flex-wrap: wrap;
    }
    .three_columns li:first-child {
        order: 2;
        width: 50%;
    }
    .three_columns li:nth-child(3) {
        order: 3;
        width: 50%;
    }
    li#content_column {
        order: 1;
        width: 100%;
        padding: 10px 0;
    }
    .wrapper_eyewear_content {
        top: 146px;
    }
    .eyewear_wrapper {
        background-size: 90% 130%;
        background-position: 20px 20px;
        background-repeat: no-repeat;
        height: 36vh;
    }
    .wrapper_eyewear_content p {
        width: 95%;
        font-size: 15px;
    }
    .eyewear_wrapper img {
        margin-bottom: 50px;
    }
    .wrapper_bag_section {
        width: 87%;
        padding: 50px 0;
    }
    .image_bag_section {
        width: 95%;
    }
    .wrapper_section_story_content {
        width: 100% !important;
        padding: 20px;
    }
    .wrapper_section_story_content h3 {
        width: 90%;
        font-size: 30px;
        line-height: 112.4%;
    }
    .wrapper_social_banner {
        background: url(/cdn/shop/files/Group_2_16.png?v=1685033277);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .social_content {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        top: 60px;
    }
    .wrapper_social_banner p {
        font-size: 18px;
        line-height: 21px;
    }
    .wrapper_social_banner h6 {
        font-size: 30px;
    line-height: 112.4%;
    }
    .wrapper_newsletter_parallax {
        width: 90%;
        padding: 20px 0;
    }
    .wrapper_newsletter_parallax h3 {
        font-size: 30px;
        line-height: 112.4%;
    }
    .wrapper_newsletter_parallax h6 {
        font-size: 18px;
        line-height: 21px;
    }
    img#layer0 {
        padding: 20px;
        width: 60%;
    }
    section#parallax_section {
        height: 70vh;
    }
    ul.content_iconic {
        width: 100%;
        padding: 0px;
        justify-content: center;
        margin: auto;
        padding: 20px 0;
    }
    ul.content_iconic li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .content_iconic h2 {
        font-size: 50px;
        line-height: 60px;
        text-align: center;
    }
    ul#slider_iconic {
        width: 100%;
        padding: 30px;
    }
    ul.wrapper_icons_iconic {
        padding: 0;
    }
    h3.title_banner {
        font-size: 30px;
        padding: 0;
    }
    a.link_banner + img {
        padding-top: 30px;
    }
    .partone_aboutus h1 {
        width: 90%;
        font-size: 22px;
        line-height: 26px;
    }
    .partone_aboutus p {
        font-size: 16px;
        line-height: 19px;
        width: 90%;
    }
    .team_meamber {
        width: 100%;
    }
    .content_member {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 20px;
    }
    .wrapper_content_member {
        left: 0;
        top: 0;
        padding: 0;
        margin-top: 11px;
    }
    .half_text {
        width: 100%;
        padding: 15px;
        height: auto;
    }
    .half_text h4 {
        font-size: 49px;
        line-height: 112.4%;
        text-align: start;
    }
    .half_text p {
        text-align: start;
    }
    .half_images {
        width: 100%;
        flex-direction: column-reverse;
    }
    .title_gallery h4 {
        width: 90%;
    font-size: 25px;
    line-height: 30px;
    }
    .gallery_images div img {
        width: 25%;
    }
    .design-section {
        min-height: auto;
        padding: 20px;
    }
    .title_timeline {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }
    .timeline {
        position: relative;
    }
    .timeline-component.timeline-content.left_content {
        text-align: start;
    }
    .wrapper_content_newsletter {
        padding: 30px 20px;
        background: #101010;
        width: 90%;
        position: relative;
        top: -40px;
        margin: auto;
        left: -5px;
    }
    .newsletter_wrapper h3 {
        font-size: 16px;
        line-height: 112.4%;
    }
    .newsletter_wrapper h1 {
        font-size: 25px;
        line-height: 112.4%;
    }
    .wrapper_content_newsletter input.field__input {
        background: #101010;
    }
    .timeline-component.timeline-content::before {
        content: '';
        background: url(/cdn/shop/files/Group_1_52.png?v=1685050666);
        width: 28px;
        height: 28px;
        display: block;
        position: absolute;
        left: -30px;
    }
    .timeline-circle {
        display: none !important;
    }
    .timeline-component.timeline-content::after {
        content: '';
        display: block;
        height: 100%;
        width: 2px;
        background: white;
        position: absolute;
        left: -17px;
        top: 40px;
    }
    #shopify-section-template--19153133863225__ed04c0c6-d681-45bf-afba-585c370288f2 &gt; section &gt; div &gt; div:nth-child(15)::after {
        display: none;
    }
    ul#grid_media li {
        width: 100%;
    }
    h2.heading_media {
        font-size: 30px;
        line-height: 36px;
    }
    ul.wrapper_box_contact li {
        width: 100%;
    }
    ul.wrapper_box_contact {
        flex-direction: column;
    }
    div#wrapper_contactform {
        flex-direction: column;
        padding: 0 1.5rem;
    }
    .wrapper_imagecontactform {
        width: 100%;
        padding-bottom: 20px;
    }
    .wrapper_form {
        width: 100%;
        padding-bottom: 40px;
    }
    .wrapper_imagecontactform img {
        width: 100%;
    }
    .bread_crumbs {
        padding: 30px;
    }
    .image_login {
        display: none;
    }
    .wrapper_login {
        width: 100%;
    } 
    .wrapper_philanthropy {
        flex-direction: column;
    }
    .title_phialthropy h1 {
        font-size: 43px;
        line-height: 94.5%;
        text-align: start;
    }
    ul.ul_philanthropy.justify-end {
        justify-content: start;
    }
    .ul_philanthropy li {
        width: 100%;
    }
    .title_gallery {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .footer-block.grid__item {
        margin: 0 !important;
        padding: 0 !important;
    }

        aside#main-collection-filters .facets-container {
            display: flex;
            flex-direction: column;
        }
        .header_custom_collection {
            flex-direction: column;
            width: 100%;
            justify-content: center;
            text-align: center;
        }
        .wrapper_product_count {
            display: none;
        }
        .product-count.light.medium-hide.large-up-hide {
            padding-top: 40px;
        }
        .wrapper_banner_collection {
            flex-direction: column;
        }
        .wrapper_banner_collection .wrapper_content_collection {
            width: 100%;
        }
        .wrapper_banner_collection {
            width: 100%;
        }
        .facets_wrapper {
            display: flex;
            justify-content: space-evenly;
            padding: 15px 0;
            border-bottom: 1px solid #343434;
            border-top: 1px solid #343434;
        }
        span.text_filter {
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            line-height: 17px;
            letter-spacing: 0.11em;
            color: #FFFFFF;
            font-family: trade_bold;
        }
        #main-collection-filters &gt; div &gt; div.facets_wrapper &gt; menu-drawer:nth-child(1) &gt; details &gt; summary &gt; span.mobile-facets__open &gt; span.mobile-facets__open-label.button-label.medium-hide.large-up-hide &gt; span:after {
            content: '';
            display: block;
            width: 1px;
            height: 27px;
            background: #343434;
            position: absolute;
            position: absolute;
            right: -39px;
            top: 0;
        }
        #wrapper_collection {
            background: unset !important;
        }
        .wrapper_content_collection h3 {
            font-size: 18px;
            line-height: 21px;
            text-align: center;
            width: 100%;
        }
        .wrapper_content_collection h1 {
            font-size: 50px;
            line-height: 60px;
            text-align: center;
            padding: 10px 0;
        }
        .wrapper_content_collection p {
            font-size: 18px;
            line-height: 21px;
            text-align: center;
            padding-bottom: 30px;
        }
        .wrapper_banner_collection .wrapper_content_collection {
            padding-top: 40px;
        }
        .wrapper_product_counts {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 30px;
        }
        .wrapper_product_counts .product-count.light.medium-hide.large-up-hide {
            padding: 0;
        }
        .wrapper_product_counts h2.product-count__text.text-body {
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
            letter-spacing: 0.11em;
            color: #FFFFFF !important;
            border: unset;
        }
        .prod_one li.grid__item {
            max-width: 99% !important;
            width: 99% !important;
        }
        .prod_two li.grid__item {
            max-width: 49% !important;
            width: 49% !important;
        }
        label.form__label.title_select:after {
 
            bottom: 9px;
        }
        label.title_select span {
    
            width: 46%;
        }
        .wrapper_select {
            flex-wrap: wrap;
        }
        .wrapper_select .select {
            max-width: 67%;
            width: 67%;
        }
        .size_chart {
            width: 30%;
        }
        .wrapper_reqestring {
            width: 100%;
        }
        #related_products_list {
            padding: 25px;
        }
        #related_products_list .grid__item {
            padding: 0 5px;
        }
        h2.related-products__heading.h2 {
            left: 33%;
            z-index: 999;
            top: 5%;
        }
        .related-products {
            padding-top: 60px !important;
        }
        #related_products_list .slick-next {
            position: absolute;
            right: -3%;
            top: 37%;
        }
        #related_products_list .slick-prev {
            position: absolute;
            left: -3%;
            top: 37%;
            z-index: 99;
        }
        li.wrapper_content_tab {
            order: 1 !important;
            width: 100% !important;
        }
        ul.wrapper_images li {
            width: 50%;
            order: 99;
            border: 1px solid #363636;
            padding: 20px;
        }
        ul.wrapper_images li:first-child {
            width: 100%;
            margin-top: 5px;
        }
        ul.tabs li {
            font-size: 14px;
        }
        h1.title_stocks {
            font-size: 22px;
        }
        cart-remove-button .button {
            min-width: 3rem;
            min-height: 3rem;
        }
        #shopify-section-template--19103870648633__09a4eebb-8913-440b-9bf8-079a6eddf77a &gt; div &gt; ul li {
            width: 100%;
        }
        #shopify-section-template--19103870648633__09a4eebb-8913-440b-9bf8-079a6eddf77a &gt; div &gt; ul {
            flex-direction: column;
        }
        .quick-add.no-js-hidden {
            display: block;
        }
        #product-grid li.grid__item {
            margin: 20px 0;
        }
        #product-grid .grid__item ul.slick-dots {
            display: flex !important;
        }
  }
  @media (min-width: 850px) {
    .wrapper_product_counts {
        display: none;
    }
    media-gallery.product__column-sticky {
        display: flex;
        flex-direction: row-reverse;
      }
      /* slider-component.thumbnail-slider.slider-mobile-gutter.quick-add-hidden.small-hide.thumbnail-slider--no-slide {
        flex: 1;
        width: 20% !important;
        max-width: 20% !important;
    }
    ul.thumbnail-list.list-unstyled.slider.slider--mobile {
        width: 100% !important;
        max-width: 100% !important;
        display: flex;
        padding-right: 20px;
        flex-direction: column;
    }
    ul.thumbnail-list.list-unstyled.slider.slider--mobile li {
        width: 100%;
    }
    media-gallery.product__media-gallery {
        display: flex !important;
        flex-direction: row-reverse;
    }
    ul.thumbnail-list.list-unstyled.slider.slider--mobile li button img {
        width: 100%;
        object-fit: cover;
    }
    .grid__item.product__media-wrapper slider-component.slider-mobile-gutter li {
        width: 100% !important;
        max-width: 100% !important;
    }
    button.thumbnail.global-media-settings.global-media-settings--no-shadow.thumbnail--narrow {
        border: unset;
        box-shadow: unset;
    }
    slider-component.thumbnail-slider.slider-mobile-gutter.quick-add-hidden.thumbnail-slider--no-slide {
        width: 20%;
    } */

    media-gallery.product__column-sticky {
    display: flex;
    flex-direction: row-reverse;
    gap: 4rem;
}
ul.thumbnail-list.list-unstyled.slider.slider--mobile li {
    border: 1px solid rgba(255, 255, 255, 0.22);
}
slider-component.thumbnail-slider.slider-mobile-gutter.quick-add-hidden.small-hide.thumbnail-slider--no-slide {
    width: 20%;
    flex: unset!important;
}
ul.thumbnail-list.list-unstyled.slider.slider--mobile {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    height: 619px;
    overflow: scroll;
}
li.thumbnail-list__item.slider__slide {
    width: 100%!important;
    max-width: 100%!important;
} 
media-gallery.product__column-sticky slider-component.thumbnail-slider {
    width: 20%;
}

}
  @media (max-width: 1000px) {
    .menu-drawer__navigation-container {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }
    ul.list.list-social.list-unstyled {
        justify-content: center;
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.03);
    }
    a.menu-drawer__account.link.focus-inset.h5.medium-hide.large-up-hide {
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.03);
        width: 100%;
        /* justify-content: center; */
    }
    .menu-drawer__utility-links {
  
        text-align: center;
        width: 95%;
        margin: auto;
        padding: 0;
        /* position: relative;
        top: -170px; */
    }
    ul.custom_menu.menu-drawer__menu.has-submenu.list-menu {
        display: block;
        padding-top: 20px;
    }
    .menu-drawer__menu-item {
        padding: 1.3rem 0em !important;
    }
    ul.menu-drawer__menu.has-submenu.list-menu li {
        width: 95%;
        margin: auto;
    }
    .menu-drawer__navigation {
        padding: 0 !important;
    }
    .menu-drawer__utility-links {
        padding: 0 !important;
    }
    .hideonmobile {
        display: none !important;
    }
    .hideondesktop  {
        display: block;
    }
    button.menu-drawer__close-button.link.link--text.focus-inset {
        background: #18191B;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 110%;
        letter-spacing: 0.08em;
        color: #FFFFFF;
        font-family: trade_bold;
    }
    ul.menu-drawer__menu.has-submenu.list-menu li {
        border-bottom: 0.7px solid rgba(255, 255, 255, 0.42);
    }
    .product_title_mobile {
        text-align: center;
    }
    .product_title_mobile p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 118%;
        color: #FFFFFF;
        font-family: trade_light;
        text-transform: uppercase;
    }
  }

.hide_onmobile {
    display: block;
}
  @media (max-width: 750px)  {
    .hide_onmobile {
        display: none;
    }
.product_title_mobile {
    display: block;
}
  }
  @media (min-width: 750px) {
    .product_title_mobile {
        display: none;
    }
  }


  @media (min-width: 500px) and (max-width: 1200px) {
    .wrapper_bag_section {
        width: 67%;
    }
    .image_bag_section {
        width: 80%;
    }
  }
  @media (min-width: 500px) and (max-width: 1000px) {
    section#shopify-section-template--19103870648633__a6b5c4a3-fb03-4ee9-b515-8f4e5012eb2b ul.three_columns.w-full {
        flex-wrap: wrap;
    }
    section#shopify-section-template--19103870648633__a6b5c4a3-fb03-4ee9-b515-8f4e5012eb2b .three_columns li:first-child {
        order: 2;
        width: 50%;
    }
    section#shopify-section-template--19103870648633__a6b5c4a3-fb03-4ee9-b515-8f4e5012eb2b li#content_column {
        order: 1;
        width: 100%;
        padding: 10px 0;
    }
    section#shopify-section-template--19103870648633__a6b5c4a3-fb03-4ee9-b515-8f4e5012eb2b .three_columns li:nth-child(3) {
        order: 3;
        width: 50%;
    }
    ul#slider_iconic {
        width: 100%;
    }
    ul.wrapper_icons_iconic {
        justify-content: center;
        padding-right: 0;
    }
    ul.content_iconic p {
        text-align: center;
    }
    ul.content_iconic {
        width: 100%;
        justify-content: center;
        padding-right: 0;
        text-align: center;
    }
    .simpleParallax {
        width: 90% !important;
    }
    .wrapper_banner_collection {
        flex-direction: column;
        background: black;
    }
    .wrapper_content_collection {
        width: 100%;
        text-align: center;
    }
    .wrapper_content_collection h3 {
        width: 100%;
        padding-top: 20px;
    }
  }
  @media (min-width: 500px) and (max-width: 750px) {
    .facets_wrapper {
        display: flex;
        justify-content: space-evenly;
        padding: 15px 0;
        border-bottom: 1px solid #343434;
        border-top: 1px solid #343434;
    }
    span.text_filter {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.11em;
        color: #FFFFFF;
        font-family: trade_bold;
    }
    #main-collection-filters &gt; div &gt; div.facets_wrapper &gt; menu-drawer:nth-child(1) &gt; details &gt; summary &gt; span.mobile-facets__open &gt; span.mobile-facets__open-label.button-label.medium-hide.large-up-hide &gt; span:after {
        content: '';
        display: block;
        width: 1px;
        height: 27px;
        background: #343434;
        position: absolute;
        position: absolute;
        right: -39px;
        top: 0;
    }
    aside#main-collection-filters .facets-container {
        display: flex;
        flex-direction: column;
    }
    #main-collection-filters &gt; div &gt; div.header_custom_collection &gt; div.wrapper_product_count &gt; div &gt; h2 {
        display: none;
    }
    .wrapper_product_counts {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    .header_custom_collection {
        justify-content: center;
    }
  }
  
  @media (max-width: 1024px) {
    #link-collections &gt; div &gt; ul &gt; li:nth-child(1) &gt; a {
        display: none;
    }
    ul.wrapper_box_contact li {
        width: 100%;
    }
    ul.wrapper_box_contact {
        flex-direction: column;
    }
    .wrapper_philanthropy {
        flex-direction: column;
    }
    .title_phialthropy h1 {
        font-size: 40px;
        line-height: 94.5%;
        text-align: start;
    }
  }

  @media (min-width: 500px) and (max-width: 1100px) {
    #related_products_list .grid__item {
        padding: 0 10px;
    }
    #related_products_list {
        padding: 20px;
    }
    ul#grid_media li {
        width: 46%;
    }
    .footer-block.grid__item {
        width: 49%;
    }
    .wrapper_section_story_content {
        width: 90%;
        padding: 20px 0;
    }
    .wrapper_social_banner {
        background: url(/cdn/shop/files/Group_2_16.png?v=1685033277);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .social_content {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        top: 70px;
        padding: 40px 0;
    }
    .wrapper_newsletter_parallax {
        width: 90%;
        padding: 20px 0;
    }
    img#layer0 {
        padding: 20px;
        width: 60%;
    }
    .wrapper_newsletter_parallax h6 {
        font-size: 22px;
        line-height: 21px;
    }
    .wrapper_newsletter_parallax h3 {
        font-size: 30px;
        line-height: 112.4%;
    }
    #shopify-section-template--19103870648633__f3827274-881b-4535-8bf2-1e95f71df5f5 &gt; div &gt; div &gt; h3 {
        font-size: 30px;
        line-height: 28px;
        /* padding: 15px 0; */
    }
    .wrapper_section_story_content h3 {
        width: 80%;
    }
    .wrapper_content_member {
        left: unset;
    }
    .content_member {
        width: 100%;
    }
    .team_meamber {
        width: 100%;
    }
    .lg\:w-1\/2.w-full.newsletter_wrapper {
        padding: 20px 0;
    }
    #wrapper_contactform {
        flex-direction: column;
    }
    .wrapper_imagecontactform {
        width: 100%;
    }
    .wrapper_imagecontactform img {
        width: 100%;
    }
    .wrapper_form {
        width: 100%;
    }
  }
  @media (min-width: 500px) and (max-width: 1300px) {
    #shopify-section-template--19153133863225__642982b8-c183-49bc-bc31-9e01f66cf6cb &gt; div.flex.lg\:flex-row.flex-col.items-center {
        flex-direction: column;
    }
    .half_text {
        width: 100%;
    }
    .half_images {
        width: 100%;
        flex-direction: column;
    }
    #shopify-section-template--19153133863225__f42e3556-8a4c-461c-ab8a-2347a5beb0be &gt; div.gallery_images &gt; div img {
        width: 25%;
    }
  }
  @media (min-width: 500px) and (max-width: 1300px)  {
    #wrapper_contactform {
        gap: 3rem;
    }
  }
 @media (max-width: 767px) {
  .wrapper_instagramfeed {
    padding-top: 0px !important;
    padding-bottom: 25px !important;
  }
  .cart-count-bubble {
    left: 1rem;    
  }
}
.header__inline-menu ul li:nth-child(1) ul li:nth-child(1) a{
  pointer-events:none;
}
.header__inline-menu ul li:nth-child(1) ul li ul li:nth-child(1) a{
  pointer-events: auto;
}</pre></body></html>