/** Shopify CDN: Minification failed

Line 398:0 Unexpected ","

**/
@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* @font-face {
  font-family: On Diary Regular;
  src: url(OnDiatypeStd-Regular.ttf) format('truetype');
} */
@font-face {
    font-family: "Knockout 26";
    src: url('https://cdn.shopify.com/s/files/1/0654/2209/8597/files/font_Knockout-26.otf?v=1740545404') format("opentype");
}
@font-face {
    font-family: "Knockout 29";
    src: url('https://cdn.shopify.com/s/files/1/0654/2209/8597/files/font_Knockout-29.otf?v=1740545404') format("opentype");
}
@font-face {
    font-family: "Knockout 30";
    src: url('https://cdn.shopify.com/s/files/1/0654/2209/8597/files/font_Knockout-30.otf?v=1740545404') format("opentype");
}
@font-face {
    font-family: "Knockout 49";
    src: url('https://cdn.shopify.com/s/files/1/0654/2209/8597/files/font_Knockout-49.otf?v=1740545404') format("opentype");
}
@font-face {
    font-family: "Knockout 50";
    src: url('https://cdn.shopify.com/s/files/1/0654/2209/8597/files/font_Knockout-50.otf?v=1740545404') format("opentype");
}
@font-face {
    font-family: "Knockout 51";
    src: url('https://cdn.shopify.com/s/files/1/0654/2209/8597/files/font_Knockout-51.otf?v=1740545404') format("opentype");
}
@font-face {
    font-family: "Knockout 70";
    src: url('https://cdn.shopify.com/s/files/1/0654/2209/8597/files/font_Knockout-70.otf?v=1740545404') format("opentype");
}
@font-face {
    font-family: "Knockout 71";
    src: url('https://cdn.shopify.com/s/files/1/0654/2209/8597/files/font_Knockout-71.otf?v=1740545404') format("opentype");
}
@font-face {
    font-family: "Knockout 91";
    src: url('https://cdn.shopify.com/s/files/1/0654/2209/8597/files/font_Knockout-91.otf?v=1740545404') format("opentype");
}
@font-face {
    font-family: "Knockout 94";
    src: url('https://cdn.shopify.com/s/files/1/0654/2209/8597/files/font_Knockout-94.otf?v=1740545404') format("opentype");
}

* {
  font-family: 'Knockout 29';
}

.warning-product span {
  display: block;
  text-align: center;
}

.btn-disabled {
  color: #f1f1f1;
  border-color: #0000008f;
}
.btn-disabled::before {
  background-color: #0000008f;
}

.hidden {
  display: none !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .2);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, .5);
}

.overflow-none {
  overflow: hidden;
}

.hide-element {
  display: none !important;
}

/* .Header__Wrapper {
  padding: 0px 15px !important;
} */

.Header--index .Header__Wrapper .HorizontalList__Item .Heading{
  color: white;
}
.Header--index .Header__Wrapper .HorizontalList__Item .MegaMenu .Heading,
.Header__Wrapper .HorizontalList__Item .Heading {
  font-size: 20px;
  font-family: "Knockout 50";
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 24px;
  color: #000000;
}
.Header__Wrapper .HorizontalList__Item.is-active .Heading{
  font-family: "Knockout 51";
}

#shopify-section-header {
  transition: .5s ease;
}

.item-swipe {
  width: 50%;
  display: flex;
  align-items: center;
}

.item-swipe.is-selected img {
  max-width: 100%;
}

.text-left,
.item-swipe.is-selected .innerItem.text-left {
  text-align: left !important;
}

.text-right,
.item-swipe.is-selected .innerItem.text-right {
  text-align: right !important;
}

.item-swipe .innerItem {
  text-align: right;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 30%);
}

.item-swipe.is-selected+.item-swipe .innerItem {
  text-align: left;
}

.item-swipe.is-selected .innerItem {
  /* text-align: center !important; */
}

.slider-cl .flickity-prev-next-button {
  width: 70px;
  height: 70px;
  background: #000000;
  opacity: .7;
  transition: .5s ease;
  color: #fff !important;
}

.slider-cl .flickity-prev-next-button:hover {
  background: #333;
  opacity: 1;
}

.slider-cl .flickity-prev-next-button.previous {
  left: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slider-cl .flickity-prev-next-button.next {
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ProductItem__Info {
  text-align: center;
}

.ProductItem__PriceList {
  display: inline-grid;
}


.featured-collection .ProductList {
  padding: 0px 10px !important;
}

.Price--highlight {
  font-weight: 700;
  padding: 0 10px;
  border-radius: 18px;
  font-weight: bold;
  padding: 0;
}

.Price--compareAt {
  margin: 0 auto;
}

.collection-list-custom {
  /* padding: 0px 10px; */
  display: flex;
  flex-wrap: wrap;
  /* margin-left: -10px; */
  /* row-gap: 10px; */
}

.collection-list-custom .item-list {
  width: 33.33%;
  max-width: 33.33%;
  overflow: hidden;
  transition: 1s ease;
}

.collection-list-custom .innerItem {
  position: relative;
  overflow: hidden;
}

.collection-list-custom .item-list img {
  width: 100%;
  height: 100%;
  transition: 1s ease;
  object-fit: cover;
  object-position: center;
}

.collection-list-custom .item-list img.item-image-2 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: .3s ease;
}
.collection-list-custom .item-list.active .item-image-2 {
  opacity: 1;
}

.collection-list-custom .text-link {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 15px 20px;
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 35px;
  line-height: 50px;
}

.collection-list-custom .button-link {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 130px;
  padding: 9px 21px;
}

.Section--spacingNormal {
  margin: 20px 0;
}

.featured-collection,
.Container,
.stanley1-collection-template .stanley-collection-key--features-container,
.tabs-stanley{
  /* max-width: 1440px; */
  margin: auto;
}

/* .Container {
  padding: 0px 15px !important;
} */

#shopify-section-header.down {
  transform: translate(0px, -100%);
}

#shopify-section-header.up {
  /* transform: translate(0px, 0px); */
}

.Footer__Inner {
  margin: 0px;
}

.menu-footer {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Footer__Block {
  padding: 0 10px !important;
  margin-bottom: 0px;
  font-size: 12px;
}

.Footer__Block:first-child {
  padding-left: 0px !important;
}

.social-footer .Footer__Social {
  margin: 0px;
}

.social-footer .Footer__Social .HorizontalList__Item {
  margin: 0px !important;
}

.social-footer .Icon {
  width: 30px;
  height: 30px;
  margin: 0px 5px;
}
.Footer{
  border-top: 0px;
  padding: 0;
}
.Copyright_footer a {
  display: block;
}

.Footer__Aside {
  /* margin-top: 15px; */
  padding: 25px 40px
  /* border-top: 1px solid #ffffff4D; */
}

.Copyright_footer a {
  display: block;
  font-size: 12px;
  color: white;
}

.Footer__Title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

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

/* .Footer{
  background-color: #181818;
} */

.Footer__Aside .flex-split{
  align-items: center;
  flex: 0 0 100%;
}
.flex-split .Linklist {
  padding-right: 15px;
}

.flex-split .center{
  width: 60%;
}
.flex-split .left, .flex-split .right,
, .flex-split .center {
  flex-shrink: 0;
  flex-grow: 1;
}

.Footer__Block--links ul .Linklist__Item {
  padding-right: 15px;
}

.flex-split .Linklist__Item {
  padding-right: 0px !important;
}

.title-and-sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 7px 15px 7px;
  position: sticky;
  top: 0px;
  z-index: 3;
  background-color: #fff;
  line-height: 40px;
}

.collection-inner-custom {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  padding-right: 15px;
  margin: auto;
}

.kolom-filter {
  width: 220px;
  margin-right: 20px;
}

.filter-custom {
  position: sticky;
  top: 20px;
  overflow: auto;
  /* padding-right: 20px; */
  padding-top: 20px;
  padding-bottom: 20px;
}

.kolom-list-product {
  width: calc(100% - 240px);
}

.kolom-list-product .ProductList {
  padding: 0px !important;
}

SectionHeader__Heading Heading u-h1{
  text-align: left;
}

.SectionHeader__Description{
  width: 100%;
  max-width: 1920px;
  text-align: left;
}

.filter-group {
  border-top: 1px solid #ececec;
  padding: 10px 15px;
}

.filter-group:first-child {
  border-top: 0;
}

.filter-group-summary {
  cursor: pointer;
  line-height: 60px;
}

.Grid_fil {
  margin-bottom: 30px;
  padding-left: 15px;
}

/* .sort-custom {
  margin-bottom: 10px;
  position: sticky;
  top: 20px;
  z-index: 3;
  background-color: #f8f8f6;
} */
#SortBy {
  background-color: transparent !important;
}

.inner-sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.title-custom {
  font-size: 28px;
  font-weight: bold;
  margin: 0.3em 0;
}

.kolom-title-sort {
  margin-right: 15px;
}

select#SortBy {
  padding: 6px 10px;
}

.kolom-title-clear a {
  font-size: 12px;
  background: #000 !important;
  width: inherit;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
}

.filter-title {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
}

.filter-group[open] .filter-group-display {
  margin-top: 10px;
}

.filter-group-display__list .collection label {
  text-transform: capitalize;
}

.filter-group-display__list {
  list-style: none;
  margin-bottom: 20px;
  cursor: default;
}

.filter-group-display__list li {
  position: relative;
}

.filter-group-display__list input[type=checkbox],
.filter-group-display__list input[type=radio] {
  display: none;
}

.filter-group-display__list label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 13px;
}

.circle-filter {
  display: block;
  width: 13px;
  height: 13px;
  border: 1.5px solid #000000;
  margin-right: 8px;
  position: relative;
}

.list-sizena {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.circle-filter-size {
  display: inline-block;
  text-align: center;
  min-width: 36px;
  padding: 6px 10px;
  border: 1px solid #e3e3e3;
  color: #000;
  cursor: pointer;
}

.list-sizena li .circle-filter-size {
  width: unset;
  height: unset;
}

.list-sizena li input:checked+.circle-filter-size:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: fit-content;
  height: fit-content;
  color: white;
  margin: auto;
}

.list-sizena li input:checked+.circle-filter-size {
  background: #ccc;
  color: #000;
}

.list-sizena li .circle-filter-size:hover {
  background: #ccc;
}

[click-action=trigg-colours]+.circle-filter {
  display: none;
}

.filter-group-display__list-item input:checked+.circle-filter {
  background: #000000;
}

.filter-group-display__list-item input:checked+.circle-filter:before {
  content: "\2713";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: fit-content;
  height: fit-content;
  color: white;
  margin: auto;
}

.filter-toggle-actions .filter-group-display__submit {
  padding: 0 5px;
  border: 1px solid #000;
  background: #f0f0f0;
}

.filter-group-summary .flex-title-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon-toggle .hide-fil,
.filter-group[open] .show-fil {
  display: none;
}

.filter-group[open] .hide-fil {
  display: block;
}

.filter-disabled {
  opacity: .2;
}

.filter-collection-list:hover a.filter-linked-collection {
  border-bottom: 1px solid;
}

.price-range .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.price-range .slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #17A2B8;
}

.price-range .range-input {
  position: relative;
}

.price-range .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.price-range input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17A2B8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price-range input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17A2B8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.tambahan-warna {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  border: 1px solid #d4d4d4;
  position: relative;
}

.filter-group-display__list-item input:checked+.circle-filter+.tambahan-warna:before {
  content: "\2713";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: fit-content;
  height: fit-content;
  color: #fff;
  margin: auto;
  font-weight: bold;
}

.filter-group-display__list-item input:checked+.circle-filter+.tambahan-warna.white:before {
  color: black;
}

ul.filter-group-display__list.list-color {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.flat-slider.ui-corner-all,
.flat-slider .ui-corner-all {
  border-radius: 0;
}

.flat-slider.ui-slider {
  border: 0 !important;
  background: #d1d1d1 !important;
}

.flat-slider.ui-slider-horizontal {
  height: 11px;
  margin-left: 7px !important;
}

.flat-slider.ui-slider-vertical {
  height: 15em;
  width: 6px;
}

.flat-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  background: #a0c3ff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.flat-slider.ui-slider-horizontal .ui-slider-handle {
  margin-top: -10px;
  background: #333333 !important;
  border-radius: 50% !important;
  width: 16px;
  height: 16px;
  top: auto !important;
  bottom: -3px;
}

.flat-slider.ui-slider-vertical .ui-slider-handle {
  left: 50%;
  margin-left: -10px;
}

.flat-slider .ui-slider-handle:hover {
  opacity: 0.8;
  border-color: #fff;
}

.flat-slider .ui-slider-range {
  border: 0 !important;
  background: #efefef !important;
}

.flat-slider.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 11px;
}

.flat-slider.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 11px;
}

.flex-price-range {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}

.filter-toggle-actions .filter-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.filter-toggle-actions .filter-range .toggle-filter-rangena {
  flex: 1 1 auto;
}

.filter-toggle-actions .filter-range .toggle-filter-submit {
  padding: 4px;
}

.Price--compareAt:before {
  width: 100% !important;
  left: 0px !important;
}

.active-filter {
  margin-bottom: 10px;
}

.item-active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}

.item-active i {
  font-size: 12px;
  width: 14px;
  line-height: 14px;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 14px;
  margin-right: 6px;
}

.item-active svg {
  color: white;
  background-color: black;
  border-radius: 14px;
  width: 12px;
  line-height: 14px;
  margin-right: 6px;
}

.mh-unset {
  max-height: unset !important;
}

.floating-order {
  position: fixed;
  bottom: 0%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  background: black;
  max-width: 300px;
  text-align: center;
  color: white;
  padding: 6px 16px;
  font-size: 14px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 250ms, bottom 250ms;
  font-weight: 700;
  line-height: 1.75;
  border-radius: 8px;
  letter-spacing: 0.02857em;
  text-transform: capitalize;
  pointer-events: none;
  opacity: 0;
}

.floating-order.floating-active {
  pointer-events: all;
  opacity: 1;
  bottom: 5%;
}

.btc {
  padding: 20px;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 2;
}

.btc a {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .Drawer__Main {
  overflow-y: scroll;
  height: 380px;
  position: relative;
} */

.CollectionInner{
  margin-top: 30px !important;
}
.back-collection {
  padding: 0px;
  display: block;
  width: 100%;
  margin: 0px;
}
.back-collection a{
  display: flex;
  align-items: center;
  gap: 10px;
}
/* .back-collection{
  width: fit-content;
} */

.gender-item {
  padding: 10px;
  display: block;
  line-height: normal;
  min-width: 100px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid transparent;
  transition: .3s;
}
.gender-item:hover,
.gender-item.active{
  border: 1px solid #454545;
}

.filter-item label {
  display: flex;
  gap: 7px;
  align-items: center;
}
.filter-group .filter-panel {
  margin-top: 10px;
}
.filter-list.filter-size-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 9px;
}
.filter-size-group .filter-item {
  width: calc(44% - 4.5px);
}
.filter-size-group .filter-item label {
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 8px 5px;
  line-height: initial;
  margin-left: 3px;
  cursor: pointer;
  display: block;
}
.filter-size-group .filter-item label.active-true {
  background-color: #333;
  border-color: #333;
  color: white;
}
.filter-size-group .filter-item label input {
  display: none;
}

@media only screen and (min-width: 1008px) {
  .Product__Gallery {
    margin-top: 25px;
  }

  /* .featured-collection .ProductListWrapper .Grid__Cell {
    width: 16.6665%;
  } */
}

@media only screen and (max-width: 1007px) {
  .btc {
    /* margin: 20px 20px 0px;
    padding-bottom: 20px; */
    margin-bottom: 0px;
  }

  .social-footer {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .hide-mobile {
    display: none;
  }

  .btn-order-summary {
    padding: 14px 5px;
  }

  /* .Drawer__Main {
    height: 520px;
  } */

  .collection-list-custom .text-link {
    padding: 8px 12px;
    border-radius: 14px;
  }

  .kolom-list-product {
    width: 100%;
  }

  .collection-inner-custom {
    padding-left: 15px;
  }

  .kolom-title-sort {
    margin: 0px;
  }

  .filter-trig-mobile svg {
    font-size: 16px;
  }

  .title-custom {
    font-size: 17px;
  }

  .kolom-filter {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 6;
    background-color: #fff;
    max-height: 100%;
    height: 100%;
    width: 100%;
    margin: 0;
    transform: translate(100%, 0px);
    transition: all .3s cubic-bezier(.77, 0, .175, 1) 0ms;
  }

  .filter-custom {
    position: unset !important;
    max-height: 100% !important;
  }

  .CollectionInner {
    margin-top: 0px;
  }

  .kolom-filter.active {
    transform: translate(0px, 0px);
  }

  .close-filter {
    padding-right: 15px;
    padding-left: 15px;
    text-align: right;
    font-size: 17px;
  }

  .close-filter svg {
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 3px;
  }

  .sort-mobile .circle-filter {
    border-radius: 50%;
    background: white !important;
  }

  .sort-mobile input:checked+.circle-filter:before {
    content: "";
    background: black;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }

  .title-sort {
    display: block;
    line-height: 60px;
  }
}

/* product css */

.till {
  padding: 0 2px;
}

.wishlist-icon {
  width: 1.25em;
  height: 1.25em;
}

.customize-meta {
  text-align: center;
}

.customize-meta .ProductMeta__PriceList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.customize-meta .ProductMeta__PriceList .Price--compareAt {
  margin: 0 auto;
}

.customize-meta .ProductMeta__Title,
.customize-meta .ProductMeta__Vendor {
  font-size: 18px;
}

.ProductMeta__Vendor {
  margin-bottom: 5px;
}

.ProductMeta__Price.Price--compareAt {
  margin-left: 10px;
}

.ProductMeta__PriceList {
  margin-top: 5px;
}

.estimate-information {
  margin-top: 12.5px;
}

.estimate-information .date-information {
  color: #7ed477;
}

/* .ProductForm__AddToCart span {
  letter-spacing: initial;
} */

#sw_wishlist_label {
  text-transform: capitalize;
  font-size: 12px !important;
}

.toggle-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}

.toggle-wrapper .toggle-quantity {
  flex: 0 0 16%;
  max-width: 16%;
}

.toggle-wrapper .toggle-atc-wishlist {
  flex: 0 0 calc(84% - 10px);
  max-width: calc(84% - 10px);
}

.toggle-atc-wishlist {
  display: flex;
  align-content: center;
  justify-content: space-around;
}

.toggle-atc-wishlist .toggle-btn-atc {
  flex: 1 1 auto;
}

.toggle-atc-wishlist .toggle-btn-wishlist {
  flex: 0 0 50%;
  max-width: 50%;
}

div#smartwishlist {
  margin: 0 !important;
}

div#bookmarkit.swpbutton3 {
  height: 44px !important;
  border-radius: 0 !important;
  width: -webkit-fill-available !important;
}

.tab {
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(242, 242, 242);
}

.tab .tablist {
  list-style: none;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

.tab-active {
  color: #000;
  border-width: 1px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #000 !important;
}

.tablinks {
  padding: 10px;
  border: 0;
  background: transparent;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  animation: fadeEffect 1s;
}

.tab-title {
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.tab-title:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.mobile-tab-active:after {
  content: "\2212";
}

.tab-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.popup-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.popup-close:hover,
.popup-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.popup-close2 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.popup-close2:hover,
.popup-close2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* footer accordion */
.footer-accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.footer-accordion:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.footer-active:after {
  content: "\2212";
}

.footer-panel {
  padding: 0;
  max-height: 0;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.owl-carousel .nav-btn {
  height: 25px;
  position: absolute;
  width: 25px;
  cursor: pointer;
  top: 25%;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  /* background: url("https://cdn.shopify.com/s/files/1/0424/3079/1845/files/button.png?v=1593841677")
    no-repeat scroll 0 0; */
  /* background-color: #f3f3f3; */
  left: 35%;
  /* background-size: 50%; */
  /* background-position: center; */
}

.owl-carousel .next-slide {
  /* background: url("https://cdn.shopify.com/s/files/1/0424/3079/1845/files/arrow.png?v=1593841677")
    no-repeat scroll 0 0; */
  /* background-color: #f3f3f3; */
  right: 35%;
  /* background-size: 50%; */
  /* background-position: center; */
}

.owl-carousel .prev-slide:hover {
  /* background-color: #f78761; */
  /* -webkit-transition: all 0.5s ease; */
  /* -o-transition: all 0.5s ease; */
  /* transition: all 0.5s ease; */
}

.owl-carousel .next-slide:hover {
  /* background-color: #f78761; */
  /* -webkit-transition: all 0.5s ease; */
  /* -o-transition: all 0.5s ease; */
  /* transition: all 0.5s ease; */
}

.owl-nav {
  height: 0;
}

/* MEGA MENU */

.MegaMenu {
  padding-top: 0;
  padding-bottom: 0;
  background: white;
}

.MegaMenu__Inner .Heading,
.MegaMenu__Inner .Link--secondary {
  color: #fff;
}

.MegaMenu__Inner {
  max-width: initial;
  padding-right: 0;
}

.MegaMenu__Item--customize {
  position: relative;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 40px 40px 0;
}

.MegaMenu__Item--menu-container .MegaMenu__Item.MegaMenu__Item--fit {
  flex: 1 1 auto;
}

.MegaMenu__Item--customize-image {
  flex: 0 0 auto;
}

.MegaMenu__Item--menu-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 45px 0;
}

.MegaMenu__Item--footer {
  position: relative;
  margin-left: -60px;
  text-align: center;
  color: #f8f8f8;
  max-width: 1200px;
  bottom: 20px;
}

.MegaMenu__Footer {
  position: relative;
  width: calc(100% - 120px);
  max-width: 900px;
  margin: 0 auto;
}

.MegaMenu--separator {
  position: absolute;
  z-index: 1;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #666;
}

.MegaMenu--footer--text {
  position: relative;
  z-index: 2;
  padding: 0 50px;
}

.MegaMenu--text {
  font-size: 14px;
  letter-spacing: 0.06em;
  background: #222;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 20px 10px 0 10px #222, -20px 10px 0 10px #222;
}

.MegaMenu__Item--customize-image .MegaMenu__Item {
  margin: 0;
}

.MegaMenu__PushImageWrapper {
  margin: 0;
}

/* .MegaMenu__Title {
  font-size: 30px !important;
  margin-bottom: 28px;
} */

.MegaMenu__Item {
  margin: 20px 10px;
}

.MegaMenu__Item .Linklist__Item {
  margin-bottom: 5px;
}

.MegaMenu__Item li.Linklist__Item {
  font-size: 16px;
}

.MegaMenu__PushHeading {
  font-size: 12px !important;
}

/* .MegaMenu__Item--footer {
  text-align: center;
  max-width: 1200px;
}
.MegaMenu__Footer */



/* Products item */
.featured-collection .ProductItem__PriceList {
  text-align: center;
  /* font-size: 1.4em; */
  color: #000;
}

.featured-collection .Price {
  /* font-size: 16.8px; */
  /* color: #000; */
}

.featured-collection .Price--compareAt {
  margin-right: 0;
}

.featured-collection .ProductItem__Label {
  display: none;
}

.ProductItem__Label {
  display: none;
}

.filter-collection {
  margin-top: 10px;
  list-style: none;
}

.home-pricelist .Price--highlight {
  background: transparent;
  color: #000 !important;
  border-radius: 0;
}

.home-pricelist .Price--compareAt {
  margin-left: 3px;
}

.filter-collection .filter-collection-list {
  font-size: 12px;
  padding-bottom: 10px;
}

#sidebar-menu .Linklist__Item {
  padding-left: 0;
  border-bottom: 0;
}

/* ACCOUNT INFORMATION */

.myaccount-custom {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(550px, 1fr));
  grid-gap: 1em;
  margin-top: 2em;
}

.myaccount_grid_custom {
  display: flex;
  justify-content: center;
}

.myaccount_grid_custom a {
  width: 100%;
}

.myaccount_grid_custom a .myaccount_custom_button {
  display: flex;
  align-items: center;
  padding: 18px 50px;
  background: linear-gradient(#f7f7f7, #ededed);
  border: 1px solid;
  border-color: #cacaca #b7b7b7 #9a9a9a;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
}

.myaccount_grid_custom a .myaccount_custom_button figure {
  margin: 0;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.myaccount_grid_custom a .myaccount_custom_button span {
  text-transform: capitalize;
  text-align: left;
}

#cf-app-customer-fields {
  padding: 0 15px !important;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 55px;
}

#cf-app-customer-fields .cf-app__field {
  position: relative;
}

#cf-app-customer-fields .cf-app__field-type--submit-button .form-button {
  width: 200px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 12px 15px;
}

#cf-app-customer-fields .cf-app__field input {
  -webkit-appearance: none;
  display: block;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color .1s ease-in-out;
  background: transparent;
}

#cf-app-customer-fields .cf-app__field label {
  position: absolute;
  bottom: calc(100% - 8px);
  left: 15px;
  padding: 0 5px;
  line-height: normal;
  color: #9d9d9d;
  font-size: 12px;
  opacity: 1;
  background: #fff;
  pointer-events: none;
  transform: translateY(3px);
  transition: all .3s ease-in-out;
  width: auto;
}

/* DYNAMIC FILTER */
.no-scrol {
  overflow: unset !important;
}

.filter-group-display.filter-price {
  display: block !important;
}

.filter-list {
  display: flex;
  flex-direction: column;
  list-style: none;
}

ul.filter-list.\32 digit_kebawah {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px !important;
  margin-bottom: 0px;
  flex-direction: row;
}

.filter-button {
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.filter-panel {
  max-height: 0;
  overflow: auto;
  transition: max-height 0.4s ease-out;
}

.filter-button:after {
  content: "\02795";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.filter-active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}

.filter-item-price {
  margin-top: 15px;
}

.toggle-price {
  margin-top: 15px;
}

.toggle-price .input-left input,
.toggle-price .input-right input {
  padding: 10px;
  width: 100%;
  border: 1px solid #b7b7b7;
}

.type-uk,
.type-us,
.type-eur,
.type-size {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
  margin-left: -10px !important;
  margin-top: 10px;
}

.type-size {
  margin-top: 0;
}

.size-digit-keatas {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 50%;
}

.size-digit-keatas a {
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 8px 5px;
  line-height: initial;
  margin-left: 3px;
  width: 100%;
}

.expanded {
  max-width: none !important;
}

/* highlight products */
.highlight-product-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.highlight-item .ProductItem__Info {
  text-align: center;
}

.highlight-product-wrapper .nav-btn {
  top: 35%;
}

.highlight-product-wrapper .prev-slide {
  left: 0;
}

.highlight-product-wrapper .next-slide {
  right: 0;
}

.highlight-item .home-pricelist {
  display: inline-grid;
}

.highlight-item .home-pricelist .Price--highlight {
  padding: 0;
}

.highlight-item .home-pricelist .Price--compareAt {
  margin: 0 auto;
}

.ColorSwatch--small {
  font-size: 10px;
  width: unset;
  height: unset;
  background-color: #fff;
}

.ProductItem:hover .quick-add {
  opacity: 1;
  transition: opacity 1s;
}

.quick-add {
  position: absolute;
  bottom: 22%;
  width: 100%;
  opacity: 0;
  background-color: #e2e0e0ad;
}

.quick-add .ColorSwatch:after {
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  top: 0px;
  left: 0px;
}

.quick-add .ProductItem__ColorSwatchItem {
  margin: 0 1.25px;
}

.quick-add span {
  padding: 5px;
}

.form-submit {
  padding-top: 10px;
}

.ProductItem {
  position: relative;
}

/* .ProductItem__Info {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  height: 72px;
  justify-content: space-evenly;
  margin-top: 0;
} */

.discover-container {
  padding: 0 80px;
  padding-top: 55px;
}

.discover-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  overflow: hidden;
}

.collection-wrap {
  width: 100%;
  position: relative;
  -webkit-transition: all .5s cubic-bezier(.85, 0, .15, 1);
  transition: all .5s cubic-bezier(.85, 0, .15, 1);
  cursor: pointer;
  margin: 1rem 0;
}

.collection-wrap:before {
  padding-top: 137%;
  content: '';
  display: block;
}

.collection-wrap:hover .collection-img {
  -webkit-transition-timing-function: cubic-bezier(0, .55, .45, 1);
  transition-timing-function: cubic-bezier(0, .55, .45, 1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.collection-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s cubic-bezier(.85, 0, .15, 1);
  transition: all .5s cubic-bezier(.85, 0, .15, 1);
  top: 0;
  left: 0;
  background-size: cover;
  pointer-events: none;
}

.collection-img::before {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  opacity: .5;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);
}

.collection-titlena {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

path {
  fill: #aeaeae;
}

.Icon {
  fill: #aeaeae;
}

g {
  stroke: #aeaeae;
}

.Icon--account path {
  fill: unset;
}

.rawa-svg path {
  fill: unset;
}

.toggle-fit-finder {
  display: block;
  margin: 0 auto;
  text-align: right;
  margin-bottom: 15px;
}

.toggle-fit-finder a#easysize_button {
  margin: 0;
}

#easysize_button::before {
  content: "";
  display: unset;
  -webkit-mask: unset !important;
  mask: unset !important;
  height: unset !important;
  width: unset !important;
  margin-right: unset !important;
  -webkit-mask-size: unset !important;
  mask-size: unset !important;
  background-color: unset !important;
  position: unset !important;
  top: unset !important;
}

@media only screen and (min-width: 1140px) {
  .highlight-products .PageHeader {
    margin-top: 10px;
  }

  .Container.expanded {
    padding: 0 25px !important;
  }

  .slider-collection .owl-stage {
    display: flex;
    align-items: center;
  }

  /* .Header__Wrapper {
    padding-left: 0 !important;
  } */

  .Header__LogoLink {
    position: relative;
  }

  .hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }

  .Header__LogoLink:hover .hover-logo {
    opacity: 1;
    visibility: visible;
  }

  .Product__Info {
    margin: 0 50px -40px 50px;
  }

  .collection-inner-custom {
    margin-left: 5px;
  }

  .Product__Info {
    width: 600px;
  }

  .Product__Info .Container {
    padding: 0 !important;
  }

  .popup-content {
    margin: 15% auto;
    bottom: unset;
  }

  .popup-content .PageContent--fitScreen {
    min-height: auto;
    margin: 0 auto;
  }

  /* .MegaMenu__Item--footer {
    margin-left: -90px;
    bottom: 44px;
    position: relative;
    text-align: center;
    color: #f8f8f8;
  } */
}


@media only screen and (max-width: 640px) {
  .slider-collection .owl-stage-outer {
    margin-top: 10px !important;
  }

  .slider-collection .owl-item .collection-item.item {
    margin: 15px 0 !important;
  }

  .highlight-products .PageHeader {
    margin-top: 10px;
  }

  .slider-collection.owl-carousel .nav-btn {
    top: 35% !important;
  }

  .slider-collection .owl-item.center .item img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }

  .social-footer .Icon {
    width: 18px;
    height: 18px;
  }

  .ProductItem__Info {
    height: auto;
  }

  .quick-add {
    bottom: 30%;
  }

  #sw_wishlist_label {
    margin-left: 5px !important;
    font-size: 11.5px !important;
  }

  /* .ProductForm__AddToCart {
    padding: 14px 10px;
    font-size: 11.5px !important;
  } */

  #wishlist_icon {
    font-size: 11.5px !important;
  }

  .discover-container {
    padding: 0 15px;
    padding-top: 35px;
  }

  .owl-carousel .prev-slide {
    left: 0;
  }

  .owl-carousel .next-slide {
    right: 0;
  }

  .Price--compareAt {
    margin-right: 0;
  }

  .Price--highlight {
    padding: 0 5px;
  }

  .item-swipe {
    width: 100% !important;
    padding: 10px;
  }

  .slider-cl .flickity-prev-next-button {
    width: 35px;
    height: 35px;
  }

  /* #section-footer .Container {
    padding: 0 !important;
  } */
  .toggle-wrapper{
    align-items: center;
  }
  .toggle-wrapper .toggle-quantity {
    flex: 0 0 100%;
    max-width: 25%;
  }

  .toggle-wrapper .toggle-atc-wishlist {
    flex: 0 0 100%;
    max-width: calc(75% - 10px);
  }

  .toggle-atc-wishlist .toggle-btn-wishlist {
    flex: 1 1 50%;
  }
  .popup-content {
    width: 90%;
    margin: 65% auto;
  }

  .popup-content .PageContent--fitScreen {
    min-height: auto;
    margin: 0 auto;
  }

  .menu-footer {
    display: unset;
  }

  .Footer__Block {
    margin-top: 0;
    padding: 0 !important;
  }

  .Linklist__Item {
    padding-left: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
  }

  .Linklist__Item:last-child {
    margin-bottom: 0px !important;
  }

  .footer-accordion {
    padding: 0 15px 5px 15px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
  }

  .social-footer {
    margin-top: 1.5rem;
  }

  .Footer__Social {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.bdd-notify {
  margin-top: 15px;
}

#submit_notify {
  width: fit-content !important;
}

#button-notify,
#submit_notify {
  width: 100%;
  padding: 14px;
  background: #000000;
  color: white;
  text-transform: capitalize;
  font-size: 11px;
  text-align: center;
  letter-spacing: .2em;
}

.bdd-notify .form-group {
  margin-bottom: 10px;
}

.bdd-notify .form-group label {
  display: block;
  margin-bottom: 10px;
}

.bdd-notify .form-group input {
  padding: 10px;
  width: 100%;
  border: 1px solid;
}

.bdd-notify .popup-notify {
  display: none;
  position: fixed;
  z-index: 99999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  right: 0;
}

.bdd-notify .popup-box {
  background-color: #fefefe;
  border: 1px solid #888;
  max-width: 600px;
  width: 90%;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  left: 0;
  overflow: auto;
  transform: translateY(-50%);
}

.bdd-notify .pn-mainHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.bdd-notify p.pn-heading {
  font-size: 17px;
  font-weight: bold;
  margin: 0px;
}

.bdd-notify span#text_product_name {
  margin-bottom: 1em;
  display: block;
}

.bdd-notify span.pn-close {
  color: #aaaaaa;
  font-size: 28px;
  line-height: 18px;
  font-weight: bold;
  cursor: pointer;
}

.bdd-notify .pn-body {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.bdd-notify .pn-footer {
  padding: 15px;
  text-align: right;
}

.bdd-notify .pn-footer .popup-reg-message,
.bdd-notify .pn-footer .popup-error-message {
  padding: 8px 10px !important;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  margin-bottom: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.SizeSwatch {
  position: relative;
}

.swatch-soldout {
  opacity: 0.6;
}

.swatch-soldout::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px solid;
  border-color: #222323;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider-collection .owl-stage-outer {
  margin-top: 15px;
}

.slider-collection .owl-item .collection-item.item {
  transform: translate3d(0, 0, 0);
  /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  /* transform: scale(0.9); */

  /* transition: all .25s ease-in-out;  */
  margin: 60px 0;
  /* OVERWRITE PLUGIN MARGIN */
}


.slider-collection .owl-item .item img {
  -webkit-transition: .5s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slider-collection .owl-item.center .item img {
  -webkit-transform: scale(1.35);
  -ms-transform: scale(1.35);
  transform: scale(1.35);
}

.slider-collection .owl-nav {
  text-align: center;
  /* margin: 40px 0; */
}

.slider-collection .owl-item.active.center {
  z-index: 1;
}

.slider-collection .owl-item.active:not(.owl-item.active.center) {
  overflow: hidden;
}

.slider-collection.owl-carousel .nav-btn {
  height: 55px;
  position: absolute;
  width: 55px;
  cursor: pointer;
  top: 50%;
}

.slider-collection.owl-carousel .owl-prev.disabled,
.slider-collection.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.slider-collection.owl-carousel .prev-slide {
  background: url("https://cdn.shopify.com/s/files/1/0424/3079/1845/files/button.png?v=1593841677") no-repeat scroll 0 0;
  /* background-color: rgba(0, 0, 0, 0.4); */
  left: 5%;
  background-size: 50%;
  background-position: center;
  filter: invert(1);
  background-color: #fff;
  border-radius: 50%;
}

.slider-collection.owl-carousel .next-slide {
  background: url("https://cdn.shopify.com/s/files/1/0424/3079/1845/files/arrow.png?v=1593841677") no-repeat scroll 0 0;
  /* background-color: rgba(0, 0, 0, 0.4); */
  right: 5%;
  background-size: 50%;
  background-position: center;
  filter: invert(1);
  background-color: #fff;
  border-radius: 50%;
}

.slider-collection.owl-carousel .prev-slide:hover {
  /* background-color: rgba(0, 0, 0, 0.4); */
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: invert(1);
  background-color: #fff;
  border-radius: 50%;
}

.slider-collection.owl-carousel .next-slide:hover {
  /* background-color: rgba(0, 0, 0, 0.4); */
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: invert(1);
  background-color: #fff;
  border-radius: 50%;
}

.slider-collection .owl-dots {
  display: none;
}

/* .Header__Wrapper {
  justify-content: center;
} */

.Header__FlexItem.Header__FlexItem--logo {
  margin-bottom: 0px;
}

/* .slider-collection .owl-nav button {
 font-size: 24px !important;
 margin: 10px;
 color: #033aff !important;
} */

@media only screen and (min-width: 640px) {
  .btn-order-summary {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.benefit-list-custom {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0 25px;
}

.benefit-list-custom .item-list {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .benefit-list-custom {
    flex-flow: column;
    row-gap: unset;
  }

  .benefit-list-custom .item-list {
    flex: 0 0 auto;
    width: 100%;
  }
}

#section-25e18f89-1bcc-4c64-943b-3222adc21af0 {
  margin-top: 35px;
}

.heading-shopping-flow-custom {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  margin-top: 3%;
}

.shopping-flow-custom {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  font-size: 18px;
}

.shopping-flow-custom .links-button a {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 14px;
}

.shopping-flow-custom .links-button a:hover {
  background-color: #111;
  color: #efefef;
}

/* .Header{
  background-color: #f9f9f9;
} */

.shopping-flow-custom .links-button a.disabled{
  pointer-events: none;
  background: #707070cf;
}

.shopping-flow-custom .item-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.shopping-flow-custom .item-list h3 {
  margin-bottom: 0;
  font-weight: 700;
}

.shopping-flow-custom .item-list .item-image img {
  max-width: 148px;
}

.title-month{
  background: #000;
  color: #fff;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 24px;
  margin: 15px 0;

}

.title-faq:before{
  content: '';
  width: 100%;
  display: block;
  height: 1px;
  background-color: #000;
  margin-top: 35px;
  margin-bottom: 15px;
}

.title-faq{
  font-size: 34px;
  font-weight: bold;
}
.faq-content{
  margin-top: 15px;
  font-size: 16px;
}

.faq-content .question{
  font-weight: bold;
}

.faq-content .answer{
  margin-bottom: 15px;
}
.shopping-flow-custom .links-title{
  flex: 0 0 70%;
}

@media only screen and (max-width: 640px) {
  .heading-shopping-flow-custom {
    font-size: 30px;
  }

  .shopping-flow-custom {
    flex-flow: wrap;
    row-gap: 15px;
    column-gap: 1;
    justify-content: center;
  }

  .shopping-flow-custom .item-list {
    flex: 0 0 auto;
    width: 50%;
  }
  .search--form .Search__Form {
    padding: 12px 12px !important;
  }
  .modal-custom .Modal__Content {
    width: 90% !important;
  }
}

Button.Button--primary-gray {
  color: #fff;
  border: 1px solid #9d9d9d;
}

Button.Button--primary-gray::before {
  background-color: #9d9d9d;
}

.ProductForm__AddToCart:hover,
.btn-order-summary:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.ProductForm__AddToCart::before,
.btn-order-summary::before {
  transition: unset !important;
}

.color-swatches {
  display: flex;
  flex-wrap: wrap;
  margin-top: .5em;
}

.color-swatches .color-swatch-item {
  position: relative;
  margin-right: 10px;
  background: #F4F4F4;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 6px;
}
.color-swatches.reset .color-swatch-item.active::before{
  background-color: transparent;
  width: 0px;
}
.color-swatches.reset .color-swatch-item.active:hover::before,
.color-swatches .color-swatch-item:hover::before,
.color-swatches .color-swatch-item.active::before{
  background-color: black;
  width: 24px;
}
.color-swatches .color-swatch-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 2px;
  text-align: center;
  transition: .3s ease;
  background-color: transparent;
}
.color-swatches .color-swatch-item .result-swatch-item .swatch-img img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.color-swatches .color-swatch-item.sale-false img {
  opacity: .2;
}
.color-swatches .color-swatch-item.active{
  border-color: black;
}
.search--form .Search__Form {
  border: 1px solid #aeaeae;
  padding: 7px 10px;
}
.search--form input {
  font-size: 16px;
}
.search--form .Search__InputIconWrapper {
  margin-right: 10px;
}
.size-chart--button .ProductForm__LabelLink {
  float: none;
  margin-bottom: 10px;
  color: black;
}
.modal-custom .Modal__Close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bsc-collection {
  margin-top: 20px;
}
.modal-custom .Modal__Content {
  margin: auto;
  width: 50%;
}
.modal-custom .Modal__Content table * {
  text-align: center !important;
}
.modal-custom .Modal__Content h4,
.modal-custom .Modal__Content table th{
  font-weight: bold;
}
.clear-search {
  display: block;
  text-decoration: underline;
  width: fit-content;
  margin: 20px auto;
}
/* .btn-order-summary {
  letter-spacing: normal;
} */

/* .template-page{
  background-color: #1b191a;
} */
/* .template-page h1,
.template-page div,
.template-page p{
  color: white;
} */
.header--flex {
  padding: 20px;
}
.header--logo {
  max-width: 80px;
  margin: auto;
  margin-bottom: 20px;
}
.header--title .PageHeader{
  margin: 0px;
}
.template-page .PageContent {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .header--flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 2px solid;
  }
  .header--logo {
    margin-left: 0;
    max-width: 60px;
    margin-bottom: 0px;
  }
  .header--title{
    margin-top: 10px;
  }
  .template-page .SectionHeader__Heading {
    font-size: 19px;
  }
  .template-page .PageContent {
    font-size: 18px;
  }
}

/* new */
.Footer__Flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.Footer__Menu-links .Linklist {
  display: flex;
  align-items: center;
  gap: 6vw;
}
.Footer__Menu-links .Linklist .Linklist__Item {
  display: inline-block;
  width: fit-content;
  margin-bottom: 0;
  line-height: normal;
}
.Footer__Menu-links .Linklist .Linklist__Item .Link,
.Footer__Socmed .Linklist .Linklist__Item span,
.Footer__Socmed .Icon-text{
  font-family: 'Knockout 30';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.Footer__Socmed .HorizontalList{
  line-height: 0;
}
.Footer__Socmed .HorizontalList__Item {
  margin: 0 5px;
}
.Footer__Socmed .instagram svg {
  width: 12px;
  height: 12px;
}
/* .Footer__Socmed .Icon-text {
  font-style: normal;
  font-size: 18px;
  color: #000000;
  display: block;
  margin-top: -2.5px;
  line-height: 0;
} */
.socmed-list {
  margin-left: 0px;
}
.Footer__Socmed .socmed-list a {
  width: 24px;
  height: 24px;
  background-color: black;
  border-radius: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.Footer__Socmed .Icon-Wrapper--clickable {
  line-height: 0;
}
.Footer__Socmed a svg path {
  fill: white;
}
.Header__FlexItem.Header__FlexItem--fill{
  justify-content: flex-end;
}
.Header__FlexItem.Header__FlexItem--fill .Header__MainNav{
  margin-right: 0;
}
.PageHeader h1{
  text-transform: uppercase;
  color: black;
  font-weight: 365;
  font-size: 36px;
  line-height: 43px;
  font-family: "Knockout 51";
}
.collection-list-custom .item-title{
  font-family: "Knockout 49";
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.collection-list-custom .item-title,
.collection-list-custom .item-title-hover{
  position: absolute;
  margin: auto;
  height: fit-content;
  width: fit-content;
  inset: 0;
  font-size: 30px;
  line-height: 36px;
  color: white;
  transition: .5s ease-in-out;
}
.collection-list-custom .item-title-hover{
  font-family: "Knockout 94";
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 1;
}

.collection-list-custom .item-list.active .item-title{
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.collection-list-custom .item-list.active .item-title-hover{
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.PageContent.Rte img {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.PageContent.Rte div,
.PageContent.Rte p{
  font-weight: 365;
  font-size: 20px;
  line-height: 24px;
  color: black;
}
.stanley1-collection-template {
  margin-bottom: 50px;
}
.stanley-collection-content{
  margin: 35px 0;
  position: relative;
}
.stanley-collection-content h1 {
  font-size: 40px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 35px;
  font-family: "Knockout 71";
  max-width: 650px;
  text-transform: uppercase;
}
.stanley-collection-benefit {
  max-width: 325px;
}
.stanley-collection-description{
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.stanley-collection-list--product .ProductList--grid {
  padding: 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.ProductItem__Title,
.ProductItem .Price{
  font-size: 20px;
  line-height: 24px;
}
.ProductItem .Price{
  color: black;
}
.title-key-features {
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  font-family: "Knockout 91";
  margin-bottom: 45px !important;
}
.stanley-collection-key--features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -26px;
  margin-bottom: 50px;
}
.stanley-collection-key--features .feature-item {
  width: 33.33%;
  padding-left: 26px;
  margin-bottom: 30px;
}
.stanley-collection-key--features .feature-item img {
  width: 100%;
}
.feature-item--title {
  font-weight: 370;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin: 20px 0;
  font-family: "Knockout 49";
}
.feature-item--description {
  font-size: 18px;
  line-height: 24px;
}
.Product__SlideshowNav.Product__SlideshowNav--thumbnails {
  position: absolute;
  left: 0;
  top: 0;
}
.Product__Gallery .Product__SlideshowNav.Product__SlideshowNav--thumbnails .Product__SlideshowNavImage {
  display: block;
  border: 0.5px solid #000000;
  transition: all .2s ease-in-out;
  margin: 0 0 10px 0;
  padding: 7px;
}
.Product__Gallery .Product__SlideshowNav.Product__SlideshowNav--thumbnails .Product__SlideshowNavImage.is-selected {
  border: 1.5px solid black;
}
.Product__Gallery .Product__SlideshowNav.Product__SlideshowNav--thumbnails .Product__SlideshowNavImage img {
  position: relative;
}
.Product__Gallery .Product__SlideshowNav.Product__SlideshowNav--thumbnails .Product__SlideshowNavImage::before{
  display: none;
}
.ProductMeta__Title{
  font-size: 36px;
  line-height: 43px;
  color: #000000;
  font-family: "Knockout 71";
  text-transform: uppercase;
  margin-bottom: 12px;
}
.ProductMeta__PriceList .Price {
  color: black;
  font-size: 24px;
  line-height: 29px;
  font-family: "Knockout 51";
  text-transform: uppercase;
}
.ProductMeta__PriceList .Price.Price--compareAt {
  font-size: 20px;
  line-height: 24px;
  opacity: .7;
}
.tab-sizing .list-navigation-item span{
  font-size: 14px;
  display: block;
  width: fit-content;
}
.color-option--item,
.size-option .SizeSwatch{
  padding: 5px 10px;
  background-color: white;
  color: black;
  border: 0.5px solid black;
  border-radius: 20px;
  display: block;
  width: fit-content;
  text-transform: capitalize;
  transition: .3s ease-in-out;
  font-size: 14px;
}
.color-option--item.current,
.color-option--item:hover{
  background-color: black;
  color: white;
}
.size-option input:checked + .SizeSwatch{
  background-color: black;
  color: white;
}
a.color-option--item{
  cursor: pointer;
}
.variant-option {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 35px;
}
.color-option,
.size-option{
  display: flex;
  align-items: center;
  gap: 15px;
}
.size-option .ProductForm__Variants,
.size-option .ProductForm__Option--labelled{
  margin: 0;
}
.size-option .ProductForm__Label{
  display: none;
}
.size-option .HorizontalList {
  margin: 0;
  display: flex;
  gap: 11px;
}
.size-option .HorizontalList__Item {
  margin: 0;
}
.color-option--list {
  display: flex;
  gap: 11px;
}
.info-swatches {
  display: flex;
  gap: 20px;
}
.ProductForm__AddToCart,
.ProductForm__AddToCart::before{
  border-radius: 40px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: normal;
  text-transform: inherit;
}
.ProductForm__AddToCart span{
  font-family: "Knockout 71";
}
#notify-me--button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 28px;
  border: 1px solid black;
  font-family: "Knockout 71";
  transition: .5s ease;
}
.QuantitySelector{
  border: 0.5px solid #000000;
  border-radius: 40px;
}
.product-detail--benefit {
  margin-top: 30px;
  max-width: 300px;
}
.collection-recommendations {
  margin-bottom: 70px;
}
.collection-recommendations h3 {
  font-family: "Knockout 91";
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #000000;
}
.collection-recommendations--list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.collection-recommendations--item {
  width: 50%;
  position: relative;
}
.collection-recommendations--item img {
  width: 100%;
}
.collection-recommendations--item h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  height: fit-content;
  margin: auto;
  font-size: 28px;
  line-height: 36px;
  color: white;
  font-family: "Knockout 51";
}
.Header--index {
  background-color: transparent;
  position: fixed;
  /* left: 6vw; */
  width: 100%;
  left: 0;
  right: 0;
}
/* .Header--index .Header__FlexItem.Header__FlexItem--fill {
  display: none;
} */
.Header__MainNav .HorizontalList__Item:last-child .DropdownMenu {
  right: 0;
}
.cart-icon{
  margin-left: 42px;
  margin-bottom: 4px;
}
.cart-icon img{
  max-width: 15px;
}
.popup--all{
  position: fixed;
  z-index: 20;
  background: #fff;
  box-shadow: none;
  touch-action: manipulation;
}
.popup--all,
#sidebar-cart.Drawer-stanley {
  overflow: auto;
  inset: 0;
  height: fit-content;
  max-width: 38.281vw;
  width: 100%;
  margin: auto;
  transform: translateY(10%);
  opacity: 0;
  visibility: hidden;
  transition: all .5s cubic-bezier(.645,.045,.355,1), visibility .5s cubic-bezier(.645,.045,.355,1);
}
.popup--all.active,
#sidebar-cart.Drawer-stanley[aria-hidden=false]{
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.popup--all,
#sidebar-cart.Drawer-stanley,
#sidebar-cart.Drawer-stanley:before {
  border-radius: 15px;
}
.popup--all-close{
  left: auto;
  width: fit-content;
}
.popup--all .popup--all-close,
#sidebar-cart.Drawer-stanley .Drawer__Close {
  right: 15px;
  top: 15px;
  background-color: black;
  color: white;
  border-radius: 50%;
  padding: 8px;
}
.popup--all .popup--all-close svg,
#sidebar-cart.Drawer-stanley .Drawer__Close svg {
  width: 12px;
  height: 12px;
}
.popup--all .popup--all-header,
#sidebar-cart.Drawer-stanley .Drawer__Header {
  border-radius: 15px;
  padding: 50px 50px 20px 50px;
  min-height: fit-content;
  max-height: fit-content;
  height: fit-content;
  display: block;
  text-align: left;
  box-shadow: none;
}
.Drawer-stanley::before{
  display: none;
}
.popup--all .popup--all-title,
.Drawer-stanley .Drawer__Title {
  text-transform: uppercase;
  font-family: "Knockout 71";
  font-size: 2.5vw;
  line-height: 43px;
  color: #000000;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.popup--all .popup--all-title{
  text-transform: inherit;
}
.popup--all .popup--all-description,
.Drawer__Description {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-family: "Knockout 49";
}
.Drawer__Description.no-item {
  margin-bottom: 30px;
}
.Button.btn-collection-pre-order::before,
.popup--all-button::before{
  display: none;
}
.popup--all-response .success-message{
  display: block;
  text-align: center;
  padding: 8px 10px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border-radius: 4px;
}
.Button.btn-collection-pre-order,
.popup--all-button,
.Drawer-stanley .Cart__Checkout::before,
.Drawer-stanley .Cart__Checkout{
  border-radius: 40px;
  background-color: black !important;
  color: white !important;
  transform: none;
  transition: none;
}
.Button.btn-collection-pre-order,
.popup--all-button,
.Drawer-stanley .Cart__Checkout {
  letter-spacing: normal;
  padding: 13px 55px;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-family: "Knockout 71";
  color: white;
}
.Button.btn-collection-pre-order {
  font-size: 14px;
  padding: 7px 20px;
  margin-top: 10px;
}
.Drawer-stanley .Drawer__Footer {
  padding-top: 0px;
  box-shadow: none;
}
.stanley-slider .slick-dots {
  display: flex;
  list-style: none;
  gap: 5px;
  margin: 10px;
}
.stanley-slider .slick-track {
  margin-left: 0;
}
.stanley-slider .slick-dots li:only-child {
  display: none;
}
.stanley-slider .slick-dots button {
  content-visibility: hidden;
  background: #B7B7B7;
  border-radius: 10px;
  height: 3px;
  width: 42px;
  transition: .3s ease;
}
.stanley-slider .slick-dots .slick-active button {
  background-color: black;
}
.Cart__Item--info {
  text-align: center;
}
.Drawer-stanley .CartItem__Actions {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: black;
}
.QuantitySelector {
  padding: 3px 14px;
  gap: 5px;
  width: 100%;
}
.ProductForm__QuantitySelector .QuantitySelector {
  padding: 11px 14px;
}
.Cart__ItemList--stanley{
  margin: 0 -15px;
}
.Cart__ItemList--stanley .slick-track {
  margin: auto;
}
.Cart__Item--stanley{
  margin: 0 15px;
}
.Cart__Item--inner {
  position: relative;
  padding: 12px 12px 20px 12px;
  border: .5px solid black;
  border-radius: 14px;
}
.CartItem__Title--stanley{
  margin-bottom: 5px;
}
.CartItem__Title--stanley a{
  font-size: 15px;
  font-family: "Knockout 51";
  line-height: 18px;
  color: #000000;
}
.Drawer-stanley .CartItem__Remove {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: black;
  color: white;
  border-radius: 50%;
}
.Drawer-stanley .CartItem__Remove {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: black;
  color: white;
  border-radius: 50%;
  display: block;
  line-height: 0;
  padding: 7px;
  margin: 0;
}
.Drawer-stanley .CartItem__Remove::before{
  display: none;
}
.Drawer-stanley .CartItem__Remove svg {
  width: 8px;
  height: 8px;
  stroke-width: 2px;
}
.popup--all[data-popup="notify-me"] {
  max-width: 500px;
}
.popup--all-product_name {
  font-family: 'Knockout 51';
}
.popup--all-content {
  padding-bottom: 30px;
}
.popup--all-input_group {
  margin-bottom: 20px;
}
/* .popup--all-input_group:last-child{
  margin-bottom: 0px;
} */
.popup--all-input_group input {
  width: 100%;
  border: 1px solid black;
  border-radius: 100px;
  padding: 15px 30px;
}
.popup--all-input_group input::placeholder {
  color: #00000080;
}
.popup--all-container,
.Drawer-stanley .Drawer__Container {
  padding: 0px 50px;
}
.list-navigation-item.active{
  display: none;
}
.tabs-navigation {
  margin: 0 30px 20px;
  position: relative;
}
.Header__Wrapper .tabs-navigation {
  margin: 0;
}
.current-navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-navigation {
  display: block;
  line-height: 0;
  transition: .7s ease;
}
.active-navigation,
.list-navigation-item{
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.active-navigation{
  font-family: "Knockout 71";
}
.list-navigation-item{
  font-family: "Knockout 49";
}
.list-navigation {
  list-style: none;
  position: absolute;
  top: 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 20px;
  z-index: 11;
  transform: translateY(-10%);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  max-width: 200px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.list-navigation.active{
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.zindex5{
  z-index: 5 !important;
}
.tab-header .active-navigation{
  font-size: 17px;
  line-height: 21px;
}
.tab-header .list-navigation-item {
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
}
.tab-header .list-navigation-item a{
  font-family: "Knockout 49";
}
.info-swatches {
  display: flex;
  gap: 20px;
  margin: 10px 0px 20px 0;
}
.info-swatches span {
  font-size: 12px;
  line-height: 14px;
}
.Container .Header__Wrapper,
.Container .Footer__Aside{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.Container .Product__Gallery {
  margin-left: 10px;
  margin-right: 0px;
}
.stanley-collection-bottom--image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #ededed;
}
.bottom-content {
  width: 55%;
  padding: 40px;
}
.bottom-content .Container {
  padding-right: 0;
}
.bottom-image {
  width: 45%;
}
.bottom-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.content-bottom-image .text-s1{
  margin-bottom: 12px;
}
.content-bottom-image .text-s1 p{
  text-transform: uppercase;
}
.content-bottom-image .text-s1 p,
.content-bottom-image a{
  font-size: 34px;
  line-height: 40px;
  color: #000000;
  font-family: "Knockout 51";
}
.content-bottom-image a {
  background-color: #000;
  color: white;
  border-radius: 40px;
  padding: 6px 40px;
  font-size: 30px;
  display: block;
  width: fit-content;
}
.ProductMeta__Description{
  display: none !important;
}
.Drawer-stanley .Drawer__Content {
  display: block;
  height: fit-content;
}
.stanley-collection-benefit.benefit-aerolight img,
.stanley-collection-benefit.benefit-ice-flow img{
  height: 47px;
}
.product-detail--benefit img {
  max-height: 44px;
}
.collect-quencher .ProductItem__Title {
  margin-left: -9%;
}
.accordion-active .icon-navigation{
  transform: rotate(-180deg);
}
.store--item{
  margin-bottom: 40px;
}
.store--detail {
  text-align: center;
}
.store--description p {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.store--name {
  font-family: "Knockout 51";
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin: 25px 0;
}
.Footer__Socmed {
  display: flex;
  align-items: center;
  gap: 12px;
}
.socmed-section {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tab-sizing .list-navigation {
  min-width: 100px;
}
.tab-coloring .list-navigation {
  right: 0;
}
.item-spec-messi .weight-dimension ul {
  list-style: none;
  margin-top: 15px;
  max-width: 400px;
  column-count: 2;
}
.weight-dimension ul li b {
  display: block;
}
@media only screen and (min-width: 641px){
  .item-spec-messi ul,
  .item-spec-messi ol{
    column-count: 2;
    max-width: 700px;
  }
  .innerItem-v2,
  .innerItem-v2-image-left,
  .innerItem-v2-image-right{
    height: calc(100vh - 76px);
  }
  .Drawer__Footer.no--item {
    padding-bottom: 40px;
  }
  .Drawer-footer {
    padding-bottom: 50px;
  }
  .collection-list-custom .item-list.active{
    width: 44.5%;
    max-width: 44.5%;
  }
  .hovering .item-list:not(.active) {
    width: 27.75%;
  }
  .stanley-collection-benefit{
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 640px) {
  html {
    overflow-x: hidden;
  }
  .collection-list-custom .item-list {
    width: 100%;
    max-width: 100%;
  }
  .collection-list-custom .item-title{
    display: none;
  }
  .collection-list-custom .item-title-hover {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    letter-spacing: 0.03em;
    left: 40px;
    right: auto;
    font-size: 30px;
    line-height: 36px;
    font-family: "Knockout 70";
  }
  .Header__Icon .Icon--nav path {
    fill: black;
  }
  .Footer__Aside {
    padding: 30px;
  }
  .Footer__Flex,
  .Footer__Menu-links .Linklist,
  .Footer__Menu-links .Linklist .Linklist__Item{
    display: block;
  }
  .Footer__Menu-links .Linklist{
    padding-bottom: 5px;
  }
  .Footer__Menu-links .Linklist .Linklist__Item,
  .Footer__Socmed .Linklist .Linklist__Item{
    padding: 0px;
    margin-bottom: 8px;
  }
  .Footer__Menu-links .Linklist .Linklist__Item .Link,
  .Footer__Socmed .Linklist .Linklist__Item span{
    font-size: 15px;
    line-height: 18px;
  }
  .Footer__Socmed .HorizontalList{
    display: flex;
    align-items: center;
  }
  .Footer__Socmed .socmed-list a {
    width: 18px;
    height: 18px;
  }
  .Footer__Socmed .socmed-list a svg.Icon {
    width: 10px;
    height: 10px;
  }
  .Footer__Menu-links .Linklist .Linklist__Item a,
  .PageContent.Rte div, .PageContent.Rte p,
  .ProductItem__Title,
  .ProductItem .Price,
  .stanley-collection-description{
    font-size: 17px;
    line-height: normal;
  }
  .stanley-collection-content{
    display: flex;
    flex-wrap: wrap;
  }
  .stanley-collection-content h1 {
    font-size: 24px;
    line-height: normal;
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
    order: 1;
  }
  .stanley-collection-description{
    margin-bottom: 20px;
    order: 3;
  }
  .stanley-collection-benefit{
    max-width: 200px;
    order: 2;
    margin-bottom: 20px;
  }
  .stanley1-collection-template .stanley-collection-key--features {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .stanley-collection-key--features {
    padding-left: 26px;
  }
  .stanley-collection-key--features .feature-item {
    width: 285px;
  }
  /* .stanley-collection-list--product .ProductItem__Info {
    display: none;
  } */
  .feature-item--title {
    margin: 10px 0;
    font-size: 18px;
    line-height: normal;
  }
  .feature-item--description {
    font-size: 16px;
    line-height: normal;
  }
  /* .collection-recommendations--item{
    width: 100%;
  } */
  .Product__Info {
    max-width: 100%;
  }
  .content .item{
    padding-left: 0px;
    padding-right: 0px;
  }
  .collection-recommendations h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .collection-recommendations--item h4 {
    font-size: 20px;
    line-height: 24px;
    top: 15%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    width: fit-content;
  }
  section.Product {
    padding-top: 30px;
  }
  .ProductForm__AddToCart,
  .ProductForm__AddToCart::before{
    font-size: 16px;
    line-height: 22px;
  }
  .ProductMeta__Title {
    font-size: 25px;
    line-height: normal;
  }
  .product-detail--benefit {
    margin: 30px 0px;
    max-width: 90%;
  }
  .product-detail--benefit img {
    max-height: 44px;
  }
  .tabs-stanley{
    margin-bottom: 50px;
    padding: 30px 0px;
    background-color: #EDEDED66;
  }
  .tabs-stanley .content .item{
    margin-bottom: 0;
    padding: 0;
  }
  .tabs-stanley .content .item:first-child{
    margin-bottom: 0px;
  }
  .tabs-stanley .item.item-padding-m,
  .tabs-stanley .item.item-padding-m{
    padding: 0px 30px 30px;
  }
  .tab-title-stanley {
    font-family: "Knockout 71";
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 30px;
    padding-bottom: 25px;
  }
  .Header--index {
    position: relative;
    inset: 0;
    background-color: white;
  }
  .Header__Wrapper {
    padding: 22px 30px;
  }
  .Header--index .Header__Logo img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .links-mobile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }
  .links-mobile a {
    width: 75%;
  }
  .links-mobile > .Collapsible__Button {
    width: 25%;
  }
  .links-mobile .Collapsible__Inner{
    width: 100%;
  }
  .title-key-features{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px !important;
  }
  .stanley-collection-key--features .feature-item img {
    border-radius: 10px;
  }
  .stanley-collection-key--features .slick-dots {
    display: flex;
    margin-left: 28px;
    list-style: none;
    gap: 5px;
  }
  .stanley-collection-key--features .slick-dots button {
    display: none;
  }
  .stanley-collection-key--features .slick-dots li::before{
    content: "";
    display: block;
    background: #B7B7B7;
    border-radius: 10px;
    height: 2px;
    width: 42px;
    transition: .3s ease;
  }
  .stanley-collection-key--features .slick-dots li.slick-active::before {
    background-color: black;
  }
  .ProductMeta{
    text-align: left;
  }
  .popup--all[data-popup="notify-me"]{
    max-width: 90vw;
  }
  #sidebar-cart.Drawer-stanley {
    max-width: 90vw;
    max-height: 98vh !important;
    min-height: 60%;
  }
  .popup--all .popup--all-header,
  #sidebar-cart.Drawer-stanley .Drawer__Header {
    padding: 30px 30px 20px 30px;
  }
  .popup--all .popup--all-title,
  .Drawer-stanley .Drawer__Title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 5px;
  }
  .popup--all .popup--all-description,
  .Drawer__Description {
    font-size: 16px;
    line-height: 20px;
  }
  .popup--all .popup--all-container{
    padding: 0 30px;
  }
  .popup--all-input_group:last-child{
    margin-bottom: 0px;
  }
  .Drawer-stanley .Drawer__Container {
    padding: 0px 20px;
  }
  .Button.btn-collection-pre-order{
    font-size: 12px;
    line-height: 16px;
    font-family: "Knockout 51";
  }
  .popup--all .popup--all-button,
  .Drawer-stanley .Cart__Checkout {
    font-size: 16px;
    line-height: 19px;
    font-family: "Knockout 71";
  }
  .CartItem__Title--stanley a {
    font-size: 14px;
    font-family: "Knockout 49";
    line-height: normal;
  }
  .Cart__Item--stanley {
    margin: 0 5px;
  }
  .Cart__ItemList--stanley {
    margin: 0px;
  }
  .Cart__Item--inner {
    padding: 10px 10px 20px 10px;
  }
  .QuantitySelector {
    padding: 0px 10px;
    gap: 6px;
  }
  .Drawer-stanley .Cart__Checkout {
    margin: 0;
  }
  .cart-icon{
    margin-left: 10px;
  }
  .cart-icon img {
    max-width: 20px;
  }
  .color-option--item.current {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 20px;
    height: fit-content;
    line-height: normal;
  }
  .tabs-navigation.tab-variants{
    margin: 0;
  }
  .tab-variants .current-navigation {
    border: 0.5px solid black;
    border-radius: 20px;
    padding: 3px 17px;
  }
  .tab-variants .active-navigation {
    font-family: "Knockout 49";
  }
  .list-navigation-item:not(.active) a {
    border: 0;
    background: transparent;
    padding: 0;
    min-width: 100px;
  }
  .collection-recommendations{
    margin-bottom: 30px;
  }
  .collection-recommendations--list {
    margin-left: -30px;
    margin-right: -30px;
  }
  .content-bottom-image .text-s1 p {
    font-size: 26px;
    line-height: 32px;
  }
  .content-bottom-image a{
    font-size: 18px;
    line-height: 22px;
    padding: 5px 17px;
  }
  .size-option .ProductForm__Option.option-selector{
    display: block !important;
    margin: 0;
  }
  .size-option .Select--primary select {
    height: fit-content;
    border: 0.5px solid black;
    border-radius: 20px;
    padding: 3px 30px 3px 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-family: "Knockout 49";
  }
  .size-option .Select.Select--primary svg {
    display: none;
  }
  .size-option .Select--primary:after {
    width: 10px;
    height: 9px;
    background-color: transparent;
    background-image: url(https://cdn.shopify.com/s/files/1/0654/2209/8597/files/Polygon_2.svg?v=1716187188);
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 12px;
  }
  .stanley-collection-bottom--image {
    flex-direction: column-reverse;
  }
  .bottom-column {
    width: 100%;
  }
  .bottom-content {
    padding: 20px;
  }
  .stanley-collection-benefit.benefit-aerolight img,
  .stanley-collection-benefit.benefit-ice-flow img {
    height: 30px;
  }
  #sidebar-cart.Drawer-stanley .Drawer__Close{
    right: 6px;
    top: 6px;
  }
  .collection-list-custom .item-list:first-child{
    order: 2;
  }
  .collection-list-custom .item-list:nth-child(2){
    order: 1;
  }
  .collection-list-custom .item-list:last-child{
    order: 3;
  }
  .tabs-stanley #content-2 ul li,
  .tabs-stanley #content-2 ol li,
  .tabs-stanley #content-3 ul li,
  .tabs-stanley #content-3 ol li{
    list-style-position: outside;
    padding-left: 5px;
  }
  .tabs-stanley #content-2 ul,
  .tabs-stanley #content-2 ol,
  .tabs-stanley #content-3 ul,
  .tabs-stanley #content-3 ol{
    margin-left: 15px;
  }
  .store--name {
    font-family: "Knockout 50";
    font-size: 16px;
    line-height: 20px;
    margin: 15px;
  }
  .store--description p {
    font-size: 15px;
    line-height: 20px;
  }
  .Footer__Socmed {
    gap: 8px;
    flex-wrap: wrap;
  }
  .Footer__Socmed .Linklist {
    width: 100%;
  }
  .socmed-section {
    width: 100%;
    margin-left: -5px;
  }
  .Footer__Socmed .Icon-text {
    line-height: normal;
    margin: 0;
  }
}
@media only screen and (max-width: 400px) {
  .tab-variants .current-navigation{
    padding: 3px 10px;
  }
  .variant-option {
    gap: 15px;
    justify-content: space-between;
  }
  .color-option, .size-option{
    gap: 8px;
  }
  .variant-option label,
  .size-option .Select--primary select{
    font-size: 14px;
  }
}
@media only screen and (max-width: 1138px) {
  .Header:not(.Header--index) .Header__Wrapper {
    flex-direction: row-reverse;
  }
}