/** Shopify CDN: Minification failed

Line 25:35 Expected identifier but found whitespace
Line 1490:2 Unexpected "}"

**/
h1, h2, h3, a, select, p, input, label, button, th, li, span, td {
  font-family: 'Eurostile-Extended' !important;
  letter-spacing: normal !important;
}
h3 {
  font-size: 14.5px !important;
}
a {
  font-size: 10px !important;
}
/* HEADER */
.header-custom {
  padding-top: 0px;
  row-gap: 0.5rem;
}
.header-custom-transparent {
  background: transparent;
}
.header-custom-transparent::hover . {
  background: transparent !important;
}
.header-icons-color-custom svg {
  color: white;
}
/* .header-custom {
  pointer-events:none !important;
} */
.drawer-menu-custom {
  display: none;
}
.custom-div-header-logo-other-pages {
  display: flex;
  align-items: center;
}
.logo-for-other-pages {
  width: 160px;
}
.custom-header-view-button {
  font-family: 'Eurostile-Extended';
  padding-left: 30px;
  font-size: 12px;
  padding-top: 10px;
}
.custom-header-view-button p a {
  cursor: pointer;
  font-size: 10px;
}
.custom-header-view-button-collection {
  font-family: 'Eurostile-Extended';
  padding-left: 30px;
}
.custom-header-view-button-collection p a {
  cursor: pointer;
  font-size: 10px;
}
.custom-header-button-bold {
  font-weight: 600;
}
.product-page-delivery-info {
  grid-area: secondary-nav;
}
.product-page-delivery-info p {
  font-size: 8px;
  font-family: 'Eurostile-Extended';
  font-weight: 600;
  line-height: 12px;
  color: #D2D2D2;
  margin-bottom: 8px;
}
.header-date-time-product {
  font-family: 'Eurostile-Extended';
  font-size: 8px;
}
.header-date-time-product span {
  display: block;
  line-height: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  .header__logo-custom {
    display: flex;
    align-items: center;
  }
  .header__logo-custom a {
    margin-left: 160px;
  }
  .header__logo-custom a img, .logo-for-other-pages {
    width: 200px;
  }
  .header__logo-center-custom {
    margin-left: 160px;
  }
}
@media screen and (min-width: 700px) {
  .header__logo-custom a img, .logo-for-other-pages {
    width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo-custom a img, .logo-for-other-pages {
    width: 280px;
  }
}
@media screen and (max-width: 750px) {
  .custom-header-view-button {
    grid-column: 1 / span 2;
  }
  .custom-header-view-button-collection {
    grid-column: 1 / span 2;
  }
  .product-page-delivery-info {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .header__logo-custom a img, .logo-for-other-pages {
    width: 570px;
  }
}



/* FOR COLLECTION CUSTOM */
/* THEME.LIQUID */
.custom-adjust-heading {
  margin: 20px 0px;
}
.custom-adjust-heading h1 {
  font-size: 14px;
  background: #ededed;
  padding: 10px;
}
.custom-sliders-main {
  padding-right: 30px;
}
.custom-navbar-h3 {
    padding-bottom: 105px;
}
.custom-collection-background {
    background: white;
  }
  .custom-collection-header {
    padding: 30px 0px;
  }
  .custom-login-bold {
    font-weight: 600;
  }
  .custom-sign-in-bold {
    font-weight: 600;
  }
  .custom-request-appointment-form {
    
  }
  .custom-get-fitted-link {
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
  }
  .custom-collection-header h1 {
    line-height: 1.3;
    font-size: 32px;
    font-family: "Eurostile Next", serif;
    text-align: center;
  }
  .custom-collection-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 0px;
    grid-gap: 0px;
  }
  .custom-collection-image-switching-1 img {
    width: 100%;
    padding: 5px 20px;
  }
  .custom-collection-grid-item {
    list-style: none;
    text-align: left;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 0px !important;
    height: 100%;
  }
  .custom-collection-grid li:nth-child(1) {
    border-left: 1px solid black;
  }
  /* .custom-collection-grid li:nth-child(-n+6) {
    border-top: 1px solid black;
  } */
  /* .custom-collection-grid li:nth-last-child(-n+6) {
    border-bottom: none !important;
  } */
  .custom-collection-grid li:nth-child(5n + 1) {
    border-left: 1px solid black;
  }
  .custom-collection-grid-item p:nth-child(3) {
    font-size: 12px;
    line-height: 8px;
    padding: 0px 10px;
  }
  .custom-collection-grid-item-flex-bottom div:nth-child(1) p:nth-child(1) {
    font-family: "Eurostile Next", serif;
    padding: 0 8px;
    font-size: 10px;
  }
  .custom-collection-grid-item-flex-bottom div:nth-child(1) p:nth-child(2) {
    font-family: "Eurostile Next", serif;
    font-size: 10px;
    font-weight: 600;
    padding: 0px 10px;
  }
  .custom-collection-grid-item h3 {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    line-height: 1.7;
    /* letter-spacing: 3px; */
    padding: 0px 10px;
  }
.custom-collection-grid-item p {
    padding: 0px 10px;
    font-size: 12px;
  }

  .sidepanel  {
    width: 0;
    position: fixed;
    z-index: 10;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    font-family: "Eurostile Next", serif;
    scrollbar-width: thin;
    box-shadow: 0 0 8px 3px #d3d3d3;
    /* overflow: hidden; */
  }
  .sidepanel > a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px !important;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  /* .sidepanel > div {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  } */
  
  .sidepanel > a:hover {
    color: #f1f1f1;
  }
  
  .sidepanel .closebtn {
    position: absolute;
    top: -16px;
    right: 5px;
    font-size: 36px;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    /* background-color: #111; */
    color: #1C1C1C;
    padding: 10px 15px;
    border: none;
    border-right: 1px solid #CFCFCF;
    letter-spacing: 2px;
  }
  
  .openbtn:hover {
    color: black;
  }
  .date-and-logo-div {
    margin: 0px 25px;
    border: 1px solid black;
    border-bottom: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 30px;
  }
  .date-and-logo-div-padding {
    padding-bottom: 0px;
  }
  .date-and-logo-div span:nth-child(2) {
    text-align: right;
  }
  .date-and-logo-div span {
    padding: 10px;
    font-size: 10px;
  }
  .date-and-logo-div p {
    text-align: right;
  }
  .date-and-logo-div h3 {
    background: white;
    padding: 5px;
    margin-left: -1px;
    text-transform: uppercase;
  }
  .custom-welcome-text {
    margin-bottom: -30px;
  }
  .pattern-div {
    border-top: 1px solid black;
    padding: 0px 25px;
  }
  .pattern-div h3 {
    padding: 10px 0px;
    font-weight: 100;
  }
  .account-div {
    border-top: 1px solid black;
    padding: 0px 25px;
  }
  .account-div h3 {
    padding: 10px 0px;
    font-weight: 100;
  }
  .shop-div {
    border-top: 1px solid black;
  }
  .shop-div h3 {
    padding: 10px 25px;
    font-weight: 100;
  }
  .shop-div-custom-for-collection h3 {
    font-weight: 600;
  }
  .get-fitted-div {
    padding: 0px 25px;
    border-top: 1px solid black;
  }
  .get-fitted-div h3 {
    padding: 10px 0px;
    font-weight: 100;
  }
  .get-fitted-div h3 a{
    font-size:14px!important
  }
  .custom-day-appointment {
    width: 20%;
    padding: 10px;
    background: #EDEDED;
    border-bottom: 1px solid black;
  }
  .custom-month-appointment {
    width: 40%;
    padding: 10px;
    background: #ededed;
    margin-left: 10px;
    border-bottom: 1px solid black;
  }
  .custom-time-appointment {
    margin-left: 10px;
    width: 200px;
    font-size: 12px;
    padding: 14.5px;
    background: #ededed;
    border-bottom: 1px solid black;
  }
  .custom-date-appointment {
    width: 200px;
    font-size: 12px;
    padding: 10px;
    background: #ededed;
    border-bottom: 1px solid black;
  }
  .custom-button-appointment button {
    padding: 15px 50px;
    display: inline-block;
    font-size: 12px !important;
    letter-spacing: 3px;
    font-weight: 600;
    background: #000;
    color: #fff;
  }
  .custom-button-appointment {
    text-align: end;
    margin-top: 65px;
    border-top: 1px solid black;
  }
  .custom-drop-in-toggle {
    display: flex;
    align-items: center;
  }
  .custom-drop-in-toggle img {
    width: 60%;
    height: 170px;
    object-fit: cover;
    object-position: top;
  }
  .custom-drop-in-p {
    margin: 15px 0px;
    font-weight: 600
  }
  .custom-appointment-address-div {
    padding: 15px;
  }
  .toggle-buttons {
    width: 50%;
  }
  .toggle-btn.selected {
    font-weight: bold;
    border-color: #333;
  }
  .custom-drop-in-toggle div p {
    font-size: 10px;
    font-weight: 600;
  }
  .custom-drop-in-toggle div p:nth-child(3) {
    margin-top: 10px;
  }
  .custom-fitting-sub-text {
    font-size: 10px;
    padding: 20px 0px 5px 0px;
  }
  .enblem-div {
    border-top: 1px solid black;
    padding: 0px 25px;
    padding-bottom: 3rem;
  }
  .enblem-div h3 {
    padding: 5px 0px;
    font-weight: 100;
  }
  .enblem-div p {
    padding-top: 20px;
    font-size: 8px;
    line-height: 0px;
  }
  .custom-links-div {
    padding: 0px 25px;
    padding-bottom: 1rem;
    border-bottom: 1px solid black;
    margin-bottom: 1rem;
  }
  .custom-links-div > a:nth-child(1) {
    width: 100%;
    display: block;
    font-size: 20px;
    padding: 0px;
    color: black;
    line-height: 30px;
    font-size: 18px;
  }
  .custom-links-div > a:nth-child(2) {
    width: 100%;
    display: block;
    font-size: 20px;
    padding: 0px;
    color: black;
    line-height: 30px;
    font-size: 18px;
  }
  .custom-links-div > a:nth-child(3) {
    width: 100%;
    display: block;
    font-size: 20px;
    padding: 0px;
    color: black;
    line-height: 30px;
    font-size: 18px;
  }
  .custom-links-div a:hover {
    color: #CFCFCF;
  }
  .custom-links-div h3 {
    font-weight: 100;
  }
  .accordion-custom:hover {
    color: #cfcfce;
  }
  .custom-sub-links-div {
    padding: 0px 25px;
  }
  .custom-sub-links-div a {
    font-weight: 100;
    display: block;
    font-size: 16px;
  }
  .filter-item {
    /* width: 50%; */
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    /* padding: 0px 25px; */
  }
  .filter-item p {
    border-bottom: 1px solid black;
    padding-left: 25px;
    font-weight: 600;
    font-size: 12px;
  }
  .custom-filter-select-main-div {
    border-top: 1px solid black;
  }
  .filter-item button {
    width: 100%;
    text-align: left;
    padding-left: 25px;
    font-size: 12px;
  }
  .filter-item-background {
    background: #EBEBEB;
  }
  .fabric-heading-background {
    background: white;
  }
  .custom-div-for-flex-style {
    display: flex;
  }
  .custom-div-for-flex-style-no-border div {
    border-bottom: none !important;
  }
  .custom-flex-item-width {
    width: 100%;
    /* border-bottom: 1px solid black; */
  }
  .custom-flex-item-width button span {
    /* padding: 0px 25px; */
    width: 22px;
    height: 30px;
    display: block;
  }
  .filter-items-color-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    border-top: 1px solid black;
  }
  .filter-items-color-div button {
    padding: 10px 8px !important;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }
  .custom-collection-top-bar {
    position: fixed;
    top: 0px;
    left: 0px;
    background: white;
    z-index: 8;
    height: 233px;
    padding: 6px;
    box-shadow: 0px 0px 8px 15px lightgrey;
    /* border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between; */
    font-family: "Eurostile Next", serif;
  }
  .custom-collection-top-bar-inner {
    border: 1px solid black;
    padding: 5px;
    text-align: center;
  }
  .custom-collection-top-bar-inner > h3:nth-child(2) {
    line-height: 40px;
    font-size: 22px !important;
  }
  .custom-collection-top-bar-inner > h3:nth-child(3) {
    line-height: 14px;
    font-size: 22px !important;
    padding-bottom: 74px;
  }
  .custom-hamburger-icon {
    padding-bottom: 133px;
  }
  .custom-collection-top-bar-inner a {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .custom-collection-top-bar p {
    font-size: 24px;
    padding: 6px 25px;
    border-left: 1px solid #CFCFCF;
  }
  @media screen and (max-width: 750px) {
    .custom-collection-grid {
      grid-template-columns: 1fr 1fr;
    }
    .custom-collection-grid li:nth-child(odd) {
      border-left: 1px solid black;
    }
    .custom-collection-grid li:nth-last-child(-n+2) {
      border-bottom: none !important;
    }
  }
  @media screen and (min-width: 751px) {
    .custom-collection-content {
      padding: 0px 2rem;
    }
    .custom-collection-grid li:nth-last-child(-n+5) {
      border-bottom: none !important;
    }
  }
  .panel {
  display: none;
  background-color: white;
  overflow: hidden;
  }
  .pattern-panel-custom ul {
    list-style: none;
    margin: 0px;
  }
  /* .account-panel-custom a:nth-child(5) {
    font-weight: 600;
  } */
  .account-panel-custom a:nth-child(6) {
    font-weight: 600;
  }
  .custom-collection-grid-item-flex {
    display: flex;
    margin-top: 1rem;
  }
  .custom-collection-grid-item-flex div:nth-child(1) {
    width: 55%;
  }
  .custom-collection-grid-item-flex div:nth-child(2) {
    width: 45%;
    margin-right: 15px;
  }
  .custom-collection-grid-item-flex div p:nth-child(1) {
    font-size: 8px;
    color: #CBCBCB;
    font-family: "Eurostile Next", serif;
    padding: 0px 10px;
  }
  .custom-collection-grid-item-flex div p:nth-child(4) {
    font-size: 10px;
    font-family: "Eurostile Next", serif;
    padding: 0px 10px;
  }
  .custom-collection-grid-item-flex-bottom {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .custom-collection-grid-item-flex-bottom div:nth-child(2) span {
    width: 20px;
    height: 30px;
    display: block;
        border: 1px solid gray;
  }
  .custom-collection-grid-item-flex-bottom div:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    display:flex;
  }
  .custom-collection-grid-item-flex-bottom div:nth-child(2) p {
    padding: 6px;
    border: 1px solid black;
    border-right: none;
    border-bottom: none;
  }
  .shop-div-displayed {
    display: block !important;
  }
  .side-panel-others {
    display: none !important;
  }
  .no-sidepanel-for-password {
    display: none !important;
  }
  .side-panel-collection {
     display: block !important;
  }
  .remove-from-other-pages {
    display: none;
  }
  .shop-accordion-button {
    display: flex;
    justify-content: space-between;
  }
  .shop-accordion-button button {
    padding: 10px 25px;
    font-size: 10px;
    color: #cbcbcb;
    font-weight: 600;
  }
  .btn-primary-bold {
    font-weight: 600;
  }
  .filter-item-browse-button button {
    text-align: right;
    padding: 10px 10px 0px 10px;
    font-weight: 600;
    font-size: 12px;
  }
.custom-collection-image-switching-2 img {
  width: 100%;
  padding: 5px 20px;
}
.custom-collection-image-switching-2 {
  display: none;
}
@media screen and (max-width: 500px) {
  /* .custom-collection-grid-item-flex-bottom div:nth-child(1) p:nth-child(1) {
    font-size: 12px;
  }
  .custom-collection-grid-item-flex-bottom div:nth-child(1) p:nth-child(2) {
    font-size: 10px;
  } */
  .custom-collection-grid-item-flex-bottom div:nth-child(2) span {
    width: 15px;
    height: 25px;
  }
  .custom-collection-grid-item-flex-bottom div:nth-child(2) p {
    padding: 8px;
  }
}


/* SLIDESHOW.LIQUID */
/* .content-over-media-custom picture img {
    height: 37rem;
} */
@media screen and (max-width: 750px) {
.slideshow__slide-content-custom {
  left: 45% !important;
  transform: translate(-50%) !important; 
  }
}

/* FOOTER.LIQUID */
/* .custom-footer-border-top {
  border-top: 1px solid black;
} */

/* .force-refresh {
    transition: none !important;
} */



/* MAIN-CUSTOMERS-ACCOUNT */
#properties-container {
  display: block !important;
}
.veliora_reorder_button {
  color: white !important;
  background: black !important;
  border: 1px solid black !important;
  padding: 14px 60px 12px 60px !important;
  border-radius: 0px !important;
  font-size: 10px;
}
.custom-customer-account-order {
  margin: 0px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  font-family: "Eurostile Next", serif;
}
.custom-customer-account-order li {
  background: white;
  border-radius: 8px;
  text-align: center;
  padding: 15px;
}
.custom-customer-account-order li a img {
  margin: auto;
}
.custom-track-order-btn {
  padding: 13px;
  background: black;
  color: white;
  border-radius: 8px;
}
.custom-order-btn-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .custom-customer-account-order {
  grid-template-columns: 1fr 1fr;
  }
  .custom-track-order-btn {
    padding: 10px;
    font-size: 12px;
  }
  .veliora_reorder_button {
    padding: 9px !important;
    font-size: 12px !important;
  }
  .custom-order-btn-flex {
    justify-content: space-around;
  }
}

/* MAIN-CUSTOMER-REGISTER */
.custom-customers-register-container {
    background: white;
  }
  .custom-customers-register-container h1 {
    padding: 10px 5rem;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    font-size: 18px;
  }
  .custom-customers-register-flex {
    display: flex;
    /* margin: 0px 5rem; */
  }
  .custom-customers-register-item {
    width: 50%;
  }
  .custom-customers-register-item-1-inner {
    padding: 4rem 0px 2rem 0px;
    border-right: 1px solid black;
  }
  .fieldset-register-custom {
    padding-right: 40%;
    padding-left: 15%;
    padding-bottom: 50px;
    border-bottom: 1px solid black;
  }
  .form-register-custom {
    display: block;
    text-align: end;
  }
  .custom-customers-register-item-rel {
    position: relative;
  }
  .custom-customers-register-2-inner {
    /* position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%); */
  }
  .custom-customers-register-button {
    display: flex;
    justify-content: end;
    padding-left: 5rem;
  }
  .custom-customers-register-button button {
    transition: none;
    font-weight: 600;
    margin-top: -1px;
    margin-right: -1px;
    background: black;
    width: 50%;
  }
  .custom-customers-register-button button:hover {
    background: white;
    transition: background 0.5s;
  }
  .custom-customers-register-2-inner a {
    text-decoration: underline;
    color: black;
    font-weight: 600;
  }
  .fieldset-register-custom > div > input {
    background: #F1F3F4;
    border: none;
    border-bottom: 1px solid black;
    font-size: 12px;
  }
  @media screen and (max-width: 650px) {
    .custom-customers-register-flex {
      display: block;
      margin: 0px 2rem 0px 0px;
    }
    .custom-customers-register-item {
      width: 100%;
    }
    .fieldset-register-custom {
      padding-right: 10%;
    }
    .custom-customers-register-2-inner {
      position: initial;
      text-align: center;
      padding-bottom: 1rem;
      transform: none;
    }
    .custom-customers-register-item-1-inner {
      padding: 4rem 0px 1rem 0px;
    }
  }

/* CUSTOM-PRODUCT.LIQUID */
.custom-product-background {
    background: white;
    border-top: 1px solid black;
  }
  .custom-product-flex {
    display: flex;
  }
  .custom-product-flex-item {
    width: 100%;
  }
  .custom-product-flex-item-lft {
    width: 50%;
  }
  .custom-product-img-container {
    padding: 26px 70px 30px 40px;
  }
  .custom-product-flex-item img {
    width: 100%;
  }
  .custom-product-item-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    font-family: "Eurostile Next", serif;
    /* align-items: start; */
  }
  .custom-product-form {
    display: contents;
  }
  .custom-product-item-grid-item-1 {
    grid-column: span 12;
    border: 1px solid black;
    padding: 5px 10px 5px 30px;
    border-top: none;
  }
  .custom-product-item-grid-item-1 p {
    color: #B42F32;
    font-weight: 600;
  }
  .custom-product-item-grid-item-2 {
    grid-column: span 8;
    padding: 10px 20px 10px 30px;
    border: 1px solid black;
    border-top: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .custom-product-item-grid-item-1 h1 {
    font-family: "Eurostile Next", serif;
    line-height: 30px;
    font-weight: 100;
    font-size: 18px;
  }
  .custom-product-item-grid-item-3 {
    grid-column: span 4;
    display: flex;
    align-items: center;
    border: 1px solid black;
    border-top: none;
    border-left: none;
    justify-content: space-between;
  }
  .custom-product-item-grid-item-3 p {
    font-size: 8px;
    padding: 10px;
    width: 75px;
    font-weight: 600;
  }
  .custom-product-item-grid-item-4 {
    grid-column: span 12;
    padding: 10px 20px 10px 30px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background: #EDEDED;
  }
  .custom-product-item-grid-item-7-upper-text p:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 18px;
  }
  .custom-product-item-grid-item-7-upper-text p:nth-child(2) {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin: 5px 0;
  }
  .custom-product-item-grid-item-5 {
    grid-column: span 8;
    padding: 10px;    
    border: 1px solid black;
    border-top: none;
    align-content: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .custom-product-item-grid-item-5 p:nth-child(1) {
    font-size: 8px;
  }
  .custom-product-item-grid-item-5 p:nth-child(3) {
    font-size: 16px;
  }
  .custom-product-item-grid-item-6 {
    grid-column: span 4;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: white;
    background: black;
    align-content: center;
  }
  .custom-product-item-grid-item-7 {
    grid-column: span 12;
    padding: 10px 30px;
    border: 1px solid black;
    border-top: none;
    background: #EDEDED;
  }
  .custom-dropdown select {
    background: #EDEDED;
  }
  .custom-product-item-grid-item-7-width {
    width: 100%;
    background: #EDEDED;
    display: none;
  }
  #pattern-submissions-dropdown {
    background: #EDEDED;
    width: 165px;
  }
  .custom-product-item-grid-item-7-flex {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
  }
  .custom-product-item-grid-item-7-flex p {
    width: 30%;
    margin-bottom: 25px;
  }
  .custom-product-range-inner {
    margin-left: 21%;
  }
  .custom-product-range-inner-flex {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
  }
  .custom-product-range-inner-flex span {
    font-size: 10px;
  }
  .custom-product-item-grid-item-8 {
    grid-column: span 5;
    padding: 30px;
    border: 1px solid black;
    border-right: none;
    border-top: none;
  }
  .custom-product-item-grid-item-9 {
    grid-column: span 7;
    grid-row: span 2;
    padding: 30px;
    border: 1px solid black;
    border-top: none;
  }
  .custom-product-item-grid-item-10 {
    grid-column: span 5;
    /* margin-top: -80px; */
    padding: 30px;
    border: 1px solid black;
    border-right: none;
    height: 100%;
    border-top: none;
  }
  .color-swatches {
    display: flex;
    height: 100%;
  }
  .color-swatche-div {
    border-left: 1px solid black;
    height: 100%;
    margin: auto;
    align-content: center;
  }
  .swatch {
    display: block;
    cursor: pointer;
    padding: 8px;
    border-left: 1px solid black;
    }
  .swatch div {
    width: 25px;
    height: 40px;
  }  
  .swatch.selected {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .custom-range-slider-for-product-page {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  .custom-range-slider-for-product-page::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: black !important;
    cursor: pointer;
    opacity: 1 !important;
    /* z-index: 999; */
    box-shadow: none;
    border: none;
    background-image: none !important;
    display: block;
    filter: brightness(100%);
  }
  .custom-range-slider-for-product-page::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: black !important;
    cursor: pointer;
  }
  .custom-product-range-div {
    width: 100%;
    position: relative;
    bottom: 3px;
    margin-bottom: 25px;
  }
  .product-description p {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .slider-ticks {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 18px;
}

.slider-ticks span {
  position: relative;
  font-size: 10px;
  font-weight: 100;
}

.slider-ticks span::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 10px;
  background: #4C4C4C;
}
.custom-product-range-full-line {
  position: absolute;
  width: 100%;
  top: 15px;
}
.custom-product-range-full-line-div {
  width: 100%;
  position: relative;
}
.custom-product-range-full-line span {
  position: relative;
  font-size: 12px;
  width: 100%;
  display: block;
  }
.custom-product-range-full-line span::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 51.25%;
  transform: translateX(-50%);
  width: 2px;
  height: 110px;
  background: #4C4C4C;
  opacity: 1;
  }
.metafield-image-switch-2 {
  display: none;
}
.custom-product-item-grid-item-11 {
  grid-column: span 12;
  border: 1px solid black;
  border-top: none;
  display: flex;
}
.custom-product-item-grid-item-11 div {
  padding: 5px;
  font-size: 12px;
  width: 33.33%;
  text-align: center;
  position: relative;
  width: 220px;
}
.custom-product-item-grid-item-11 div:nth-child(2) {
  border-right: 1px solid black;
}
.custom-product-item-grid-item-11 div:nth-child(3) {
  border-right: 1px solid black;
}
  .custom-product-item-grid-item-11 div select {
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
    outline: none;
    text-align: left;
  }
  .custom-product-item-grid-item-11 div::after {
    content: "\f078"; /* Font Awesome chevron-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* So the select underneath is clickable */
    color: #000;
    font-size: 14px;
  }
   @media screen and (max-width: 750px) {
     .custom-product-flex {
       display: block;
     }
     .custom-product-flex-item {
       width: 100%;
     }
     .custom-product-item-grid-item-1 {
       border-top: 1px solid black;
       padding: 20px 10px 5px 15px;
     }
     .custom-product-item-grid-item-2 {
       grid-column: span 12;
       padding: 10px 20px 10px 15px;
     }
     .custom-product-item-grid-item-3 {
       grid-column: span 12;
       border-left: 1px solid black;
     }
     .custom-product-item-grid-item-3 p {
       padding: 10px 10px 10px 15px;
     }
     .custom-product-item-grid-item-4 {
       padding: 10px 10px 10px 15px;
     }
     .custom-product-item-grid-item-4 p:nth-child(1) {
       font-size: 12px;
     }
     .custom-product-item-grid-item-4 p:nth-child(2) {
       font-size: 10px;
     }
     .custom-product-item-grid-item-5 {
       font-size: 14px;
     }
     .custom-product-item-grid-item-6 {
       font-size: 14px;
     }
     .custom-product-item-grid-item-7-width {
       width: 100%;
     }
     .custom-product-item-grid-item-8 {
       grid-column: span 12;
       border-right: 1px solid black;
     }
     .custom-product-item-grid-item-9 {
       grid-column: span 12;
     }
     .custom-product-item-grid-item-10 {
       grid-column: span 12;
       border-right: 1px solid black;
     }
   }
  @media screen and (max-width: 450px) {
    .custom-product-item-grid-item-5 {
       grid-column: span 2;
       padding: 5px;
     }
    .custom-product-item-grid-item-4 {
       padding: 10px 5px 10px 10px;
       grid-column: span 6;
     }
  }

/* SHOP-NOW-MODAL.LIQUID */
.custom-modal-banner {
  position: fixed;
  top: 0;
  left: 400px;
  width: calc(100vw - 400px); /* remaining space */
  height: 100%; /* Set your desired banner height */
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  display: none;
}

.custom-modal-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 30px;
  font-size: 35px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}
.custom-modal-shop-button {
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: white;
  padding: 5px 25px;
  border: 2px solid white;
  border-radius: 5px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.4);
}

/* SHIPPING-ESTIMATOR */
.post-code-label-custom {
    /* position: absolute;
    top: -9px;
    left: 12px;
    background: #EFEFEF; */
    display: none;
}
@media screen and (min-width: 700px) {
  .shipping-estimator__form {
      justify-content: space-between;
      align-items: center;
  }
}

/* MAIN-PASSWORD.LIQUID */
.custom-password-div-txt {
  text-align: center;
  width: 90%;
  margin: auto;
  color: black;
  font-family: 'Eurostile-Extended';
}
.custom-password-div-txt h4:nth-child(2) {
  padding: 30px;
  border-bottom: 1px solid black;
}
.custom-password-div-txt h4:nth-child(3) {
  padding: 40px 50px 20px 50px;
}
.password__inner-custom {
    row-gap: 1rem;
}
.custom-password-div-txt p:nth-child(4) {
  font-size: 12px;
      font-family: Arial Nova Light !important;
}
.custom-password-logo {
  width: 70%;
}
.custom-password-form-div {
  width: 100%;
  margin: auto;
  color: black;
}
.custom-password-form-div h4 {
  font-family: 'Eurostile-Extended';
  font-size: 12px;
}
.custom-password-form-div p {
  font-size: 10px;
}
.custom-password-form {
  display: flex;
  gap: 0;
}
.custom-password-form div {
  width: 70%;
  color: black;
}
.custom-password-form button {
  width: 30%;
  padding: 6px;
  color: white;
  background: black;
  border: 1px solid black;
}
.custom-password-form div input {
  padding: 6px;
}
.custom-password-form div input::placeholder {
  color: black;
}
.custom-password-form div label {
  display: none;
}
.custom-password-footer {
  margin: auto;
  margin-top: 6rem;
  width: 600px;
  text-align: center;
}
.custom-password-footer-flex {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: black;
  padding: 20px 0px;
  border-top: 1px solid black;
}
.custom-password-footer-flex div a {
  padding: 15px;
}
.custom-password-footer-flex div a:nth-child(1) {
  padding-left: 0px;
}
.banner-success-custom {
  width: 100% !important;
  color: white !important;
  background: black !important;
}
@media screen and (min-width: 550px) {
  .custom-password-form-div {
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .custom-password-logo {
    width: 100%;
  }
  .custom-password-div-txt {
    width: 100%;
  }
  .custom-password-footer {
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  .custom-password-logo {
    width: 570px;
  }
  .custom-password-div-txt {
    width: 570px;
  }
}

/* GET-FITTED-PATTERN */
.custom-get-fitted-background {
    background: #fff;
  }
  .custom-get-fitted-container {
    display: flex;
  }
  .custom-get-fitted-header {
    /* padding: 10px 20px 10px 30px; */
    display: flex;
    border: 1px solid black;
    align-items: center;
    border-right: none;
    border-left: none;
  }
  .custom-get-fitted-header .custom-get-fitted-grid-item-2:last-child {
        padding-left: 20px;
            border-left: 1px solid black;
            }
  }
  .custom-get-fitted-container-left {
    width: 50%; 
  }
  .custom-get-fitted-container-left-inner {
    padding-left: 75px;
    /* padding-right: 30px; */
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }
  .custom-get-fitted-container-left-inner h3 {
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 12px;
  }
  .custom-get-fitted-grid-item-2 h2 {
    font-size: 18px;
  }
  .custom-get-fitted-container-right {
    width: 50%;
  }
  .custom-get-fitted-container-left {
    width: 50%;
  }
  .female-only-dropdown {
    margin: 8px 10px 15px 0px;
  }
  .female-only-dropdown select {
    padding: 10px;
    background: #ededed;
    border-bottom: 1px solid black;
    text-align: left;
    width: 100px;
  }
  .female-only {
    display: none;
  }
  .custom-physical-stats input {
    padding: 8px;
    background: #ededed;
    border-bottom: 1px solid black;
    text-align: center;
    width: 100px;
    color: black;
    margin: 15px 7px 8px 0px;
    font-size: 12px;
  }
  .custom-size select {
    padding: 10px;
    background: #ededed;
    border-bottom: 1px solid black;
    text-align: left;
    width: 210px;
    margin-bottom: 15px;
    margin-top: 8px;
    font-size: 12px;
  }
  .custom-sliders-first {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    margin-left: 25%;
  }
  .custom-sliders-first-element {
    width: 100%;
    position: relative;
    bottom: 3px;
    margin-bottom: 25px;
  }
  .custom-sliders-first-element input {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    background: #d3d3d3;
    outline: none;
    opacity: .7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  .custom-slider-ticks {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 18px;
  }
  .custom-slider-ticks span {
    position: relative;
    font-size: 10px;
    font-weight: 100;
    margin-left: 0;
  }
  .custom-slider-ticks span::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 55%;
    transform: translate(-55%);
    width: 2px;
    height: 10px;
    background: #4c4c4c;
  }
  .custom-sliders-first-element input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: black !important;
    cursor: pointer;
    opacity: 1 !important;
    /* z-index: 999; */
    box-shadow: none;
    border: none;
    background-image: none !important;
    display: block;
    filter: brightness(100%);
  }
  .custom-sliders-first-element input::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: black !important;
    cursor: pointer;
  }
  .custom-sliders-first-main {
    display: flex;
  }
  .custom-sliders-first-main > p {
    width: 25%;
    font-size: 12px;
    font-weight: 600;
    font-size: 10px;
  }
  .custom-sliders-first-main > div {
    width: 75%;
  }
  .custom-get-pattern-button {
    display: flex;
    justify-content: space-between;
  }
  .custom-get-pattern-button > div {
    margin-left: 75px;
    padding: 6px 0px;
  }
  .custom-get-pattern-button > div > p:nth-child(2) {
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
  }
  .custom-get-pattern-button button {
    border: 1px solid black;
    padding: 10px 50px;
    color: white;
    background: black;
    font-size: 12px;
    font-weight: 600;
  }
  .custom-get-pattern-not-logged-in {
    padding-left: 70px;
    padding-top: 30px;
  }
  .custom-get-pattern-not-logged-in a {
    text-decoration: underline;
  }
  .custom-next-submission-name {
    padding: 10px 70px 10px 10px;
    background: #EFEFEF;
    display: inline-block;
  }
  .custom-get-fitted-grid-item-2 {
    padding-left: 45px;
    font-weight: 600;
    width: 50%;
    padding: 10px 20px 10px 75px;
    border-right: 1px solid black;
  }
  .custom-get-fitted-instore-txt {
    padding: 10px 20px;
  }
  .custom-get-fitted-instore-txt  h2{
    font-size: 18px;
  }
  .custom-get-fitted-grid-item-2 h1 {
    font-weight: 600;
  }
  .custom-appointment-inputs-div {
    margin-left: 20px;
  }
  .custom-nickname {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ededed;

  }
  .custom-nickname label {
    font-weight: 600;
    margin-right: 10px;
  }
  .custom-nickname input {
    padding: 8px;
    background: white;
    border-bottom: 1px solid black;
    text-align: left;
    color: #000;
    font-size: 12px;
    border: 5px solid #ededed;
  }
  @media screen and (max-width: 750px) {
    .custom-get-fitted-container {
      display: block;
    }
    .custom-get-fitted-container-left {
      width: 100%;
    }
    .custom-get-fitted-container-right {
      width: 100%;
      padding-left: 40px;
    }
  }
  @media screen and (max-width: 550px) {
    .custom-date-appointment {
      width: 170px;
    }
    .custom-time-appointment {
      width: 170px;
    }
  }
  @media screen and (max-width: 420px) {
    .custom-appointment-inputs-div {
      margin-right: 20px;
    }
    .custom-date-appointment {
      width: 100%;
    }
    .custom-time-appointment {
      width: 100%;
      margin-left: 0px;
      margin-top: 10px;
    }
  }


  .toggle-group {
    display: flex;
    gap: 10px;
  }

  .toggle-group input[type="radio"] {
    display: none; /* hide the default radio */
  }

  .toggle-group label {
    padding: 10px 20px;
    cursor: pointer;
    user-select: none;
    background-color: #ededed;
    transition: all 0.2s ease;
    font-family: sans-serif;
    width: 100px;
    text-align: center;
    font-size: 12px;
  }

  .toggle-group input[type="radio"]:checked + label {
    background-color: white;
    color: black;
    border-color: black;
    border: 1px solid black;
  }

  .toggle-group input[type="radio"]:focus + label {
    outline: 2px solid black;
  }
  .custom-get-fitted-flex-item-1 {
    padding: 20px 20px 0px 20px;
    border-bottom: 1px solid black;
  }
  .custom-get-fitted-flex-item-1 h3 {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .custom-get-fitted-flex-item-2 {

  }
  .custom-get-fitted-flex-item-2 h3 {
    font-size: 14px;
    margin: 30px 0px;
    margin-left: 20px;
  }
  .custom-get-fitted-flex-item-3 {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid black;
  }
  .custom-get-fitted-flex-item-3 p {
    padding: 15px 28px;
    background: #ededed;
    line-height: 16px;
    font-size: 11px;
    font-weight: 600;
  }
  .custom-get-fitted-flex-item-4 {
    text-align: end;
  }
  .custom-get-fitted-flex-item-4 a {
    padding: 15px 42px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 600;
    background: black;
    color: white;
  }

  /* LINE-ITEM.LIQUID */
.text-subdued-custom li {
  font-size: 12px;
}

/* RELATED-PRODUCTS */
.related-products-bg-custom {
    background: white;
    border: none;
}

/* MAIN-CUSTOMERS-ACCOUNT */
.account-section-spacing-custom {
    padding: inherit;
    background: white;
  }
  .account-section-container-main h1 {
    padding: 10px 0px 10px 75px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-family: Eurostile Next, serif;
    line-height: 35px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 3px;
  }
  .section-header-custom {
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    max-width: 100%;
    padding-left: 75px;
  }
  .account-section-container-custom {
    margin: inherit;
  }
  .account-text-with-icon-custom {
    padding-left: 25px;
  }
  .custom-account-section-orders-main {
    padding-left: 75px;
    display: flex;
  }
  .custom-account-section-orders-main ul {
    list-style: none;
    margin: 0px;
  }
  .custom-account-section-orders-inner {
    padding: 20px 0px 20px 0px;
    border-right: 1px solid black;
    width: 47%;
  }
  .custom-account-section-order-number {
    margin: 10px 0px;
    font-size: 10px;
  }
  .custom-account-order-inner-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .custom-account-order-inner-flex a {
    display: block;
    padding: 5px 40px;
    border: 1px solid black;
    color: white;
    background: black;
    width: 230px;
    text-align: center;
    margin-bottom: 20px;
  }
  .custom-account-section-order-date p:nth-child(1) {
    font-weight: 600;
    color: #d2d2d2;
  }
  .custom-account-section-order-date p:nth-child(2) {
    margin-bottom: 20px;
  }
  .custom-account-section-order-date p:nth-child(3) {
    font-weight: 600;
    color: #d2d2d2;
  }
  .custom-account-section-order-status p:nth-child(1) {
    color: #d2d2d2;
  }
  .custom-account-section-order-status p {
    font-size: 10px;
    font-weight: 600;
  }
  .custom-account-section-order-date p {
    font-size: 10px;
  }
  .custom-account-section-orders-inner ul li {
    padding: 30px 30px 30px 0px;
    border-bottom: 1px solid black;
  }
  .custom-account-order-flex-item-2 {
    width: 53%;
    padding: 30px 0px 0px 0px;
    /* border-bottom: 1px solid black; */
  }
  .custom-account-order-flex-item-2 div ul li {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .custom-account-order-flex-item-2 div ul li div:nth-child(1) {
    padding: 10px;
  }
  .custom-account-order-flex-item-2 div ul li div:nth-child(2) {
    padding: 10px;
  }
  .custom-account-order-flex-item-2 div ul li div:nth-child(3) {
    padding: 40px 30px;
  }
  .custom-account-order-flex-item-2 div ul li div img {
    width: 100%;
  }
  .custom-account-order-grid-item-1 p:nth-child(1) {
    font-size: 10px;
    font-weight: 600;
    color: #d2d2d2;
  }
  .custom-account-order-grid-item-1 p:nth-child(2) {
    font-weight: 600;
    font-size: 10px;
  }
  .custom-account-order-grid-item-2 p:nth-child(1) {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .custom-account-order-grid-item-2 p:nth-child(2) {
    font-size: 10px;
  }
  .custom-account-order-grid-item-2 span {
    text-transform: uppercase;
    font-size: 10px;
  }
  .custom-account-order-grid-item-2 p:nth-child(8) {
    font-size: 10px;
    font-weight: 600;
    color: #d2d2d2;
    margin-bottom: 20px;
  }
  .custom-account-order-grid-item-2 p:nth-child(9) {
    font-size: 10px;
    font-weight: 600;
    color: #d2d2d2;
  }
  .custom-account-order-grid-item-2 p:nth-child(10) {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .custom-account-order-grid-item-2 p:nth-child(11) {
    font-size: 10px;
    font-weight: 600;
    color: #d2d2d2;
  }
  .custom-account-order-grid-item-2 p:nth-child(12) {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
  }
  .custom-account-order-flex-item-2-bottom {
    text-align: end;
    font-weight: 600;
  }
  .custom-account-order-flex-item-2-bottom a {
    border: 1px solid black;
    padding: 15px 50px;
    margin-right: -4px;
    border-bottom: none;
    text-align: center;
  }
  .custom-account-left-btn {
    padding: 5px 40px;
    color: black;
    background: #EFEFEF;
    width: 230px;
    text-align: center;
    font-size: 10px;
  }
  .detail-section {
    border-bottom: 1px solid black;
    padding-left: 30px;
  }
  .customer-orders-v-stack-custom {
    padding-left: 75px;
  }
  @media screen and (max-width: 750px) {
    .custom-account-section-orders-main {
      display: block;
    }
    .custom-account-section-orders-inner {
      width: 100%;
    }
    .custom-account-order-flex-item-2 {
      width: 100%;
      padding: 0px;
    }
  }
   @media screen and (max-width: 650px) {
     .custom-account-order-inner-flex {
       display: block;
     }
     .custom-account-section-order-status p:nth-child(2) {
       margin-bottom: 20px;
     }
     .custom-account-order-inner-flex a {
       width: 100%;
     }
     .custom-account-left-btn {
       width: 100%;
     }
     .custom-account-order-flex-item-2 div ul li div:nth-child(1) {
       padding: 0px;
     }
     .custom-account-order-flex-item-2 div ul li {
       display: block;
     }
     .custom-account-order-flex-item-2 div ul li div:nth-child(2) {
       padding: 0px;
     }
     .custom-account-order-flex-item-2 div ul li div img {
       margin-top: 30px;
       width: 50%;
     }
     .custom-account-order-flex-item-2-bottom {
       padding-right: 30px;
     }
     .custom-account-order-flex-item-2-bottom a {
       display: block;
       border-bottom: 1px solid black;
       margin-bottom: 20px;
       margin-right: 0px;
       padding: 7px;
     }
     .veliora_reorder_button {
       width: 100%;
     }
     .custom-account-order-flex-item-2 {
       border-bottom: none;
     }
     .custom-account-section-orders-inner {
       border-right: none;
     }
   }

   /* PRODUCT-CARD.LIQUID */
.product-title-related-custom {
    font-weight: 600;
}
.product-card__info-custom {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid black;
}
.product-card-related-custom {
    padding: 0px 20px;
}

/* SECTION-HEADER.LIQUID */
.section-header-related-custom {
    padding: 12px 75px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 100%;
    max-width: 100%;
    text-align: left;
}
.section-header-related-custom div h2 {
    font-size: 18px;
    font-weight: 600;
}
.floating-controls-container-custom {
    padding: 0px 55px;
}
.container-related-custom {
    margin: 0px;
}
.color-swatch-related-custom {
    width: 20px;
    height: 30px;
    --swatch-offset: 0px;
    border-bottom: 0px;
}
.sale-price-related-custom {
    font-family: 'Eurostile-Extended';
    font-size: 10px;
    letter-spacing: normal;
    color: black;
}
.slideshow__slide-content-custom div div a {
    background: transparent;
    color: white;
}
.slideshow__slide-content-custom div div a:hover {
    background: transparent !important;
    color: white;
}

/* BUTTON.LIQUID */
.custom-button-rem-transition {
    transition: none;
}
.custom-button-rem-transition:hover {
  background: black !important;
  color: white !important;
}


.gc__input_label{
  display:none;
}

.gc__input_container>.gc__input_field,
.gc__input_area,
.gc__radio_buttons_container>.gc__radio_button_container input.gc__radio_input:checked+label.gc__radio_label{
      background: #F1F3F4 !important;
    border: none;
    font-size: 12px;
}

[data-theme=simple] .gc__layout_wrapper>div:first-of-type .gc__giftcard_page{
padding:0!important;
}

.gc__content-top>div{
  padding-left:1rem!important;
}
.gc__section {
    padding:1rem!important;
}

.gc__content-top>div>span{
  font-size:1rem !important;
}

#wishlisthero-product-page-button-container{
  display:none !important;
}