/** Shopify CDN: Minification failed

Line 1070:16 Expected identifier but found whitespace
Line 1070:17 Unexpected "1px"
Line 1070:28 Unexpected "{"
Line 1070:37 Expected ":"
Line 1081:8 Expected identifier but found whitespace
Line 1081:10 Unexpected "{"
Line 1081:19 Expected ":"
Line 1085:8 Expected identifier but found whitespace
Line 1085:10 Unexpected "{"
Line 1085:19 Expected ":"
... and 18 more hidden warnings

**/
/* Banner */
@font-face {
  font-family: "Antartica-ExpandedBold";
  src: url("https://cdn.shopify.com/s/files/1/0678/1566/9917/files/AntaTrial-ExpandedBold.woff2?v=1728408194")
    format("woff2");
}

@font-face {
  font-family: "Antartica";
  src: url("https://cdn.shopify.com/s/files/1/0678/1566/9917/files/AntaTrial-ExpandedBold.woff2?v=1728408194") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-stretch: expanded;
}

@font-face {
  font-family: "Antartica";
  src: url("https://cdn.shopify.com/s/files/1/0678/1566/9917/files/AntaTrial-Regular.woff2?v=1748792516") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Antartica";
  src: url("https://cdn.shopify.com/s/files/1/0678/1566/9917/files/AntaTrial-SemiBold.woff2?v=1748792521") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Antartica";
  src: url("https://cdn.shopify.com/s/files/1/0678/1566/9917/files/AntaTrial-Bold.woff2?v=1748792433") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Antartica";
  src: url("https://cdn.shopify.com/s/files/1/0678/1566/9917/files/AntaTrial-Light.woff2?v=1748792503") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Antartica";
  src: url("https://cdn.shopify.com/s/files/1/0678/1566/9917/files/AntaTrial-Italic.woff2?v=1748792511") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Antartica";
  src: url("https://cdn.shopify.com/s/files/1/0678/1566/9917/files/AntaTrial-ExtraBold.woff2?v=YOUR_VERSION") format("woff2");
  font-weight: 800;
  font-style: normal;
}

*{
  box-sizing: border-box;
}

button {
    all: unset;
}

html,
body {
  height: 100%;
  font-size: 16px;
  max-width: 1900px;
  margin: auto;
}

img{
  max-width: 100%;
}

#shopify-section-header header{
  background-color: #E73743;
}

.site-header__logo-image img{
  max-width: max-content !important;
  height: auto;
}

/* register */
.register-container {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 50px;
  gap: 25px;
}
.register-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  width: 33vw;
}
.register-header {
  font-size: 3.5rem;
  font-weight: bold;
  /* margin: 15px 0 0px 0; */
  color: black;
}
.register-form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}
.register-label {
  font-size: 1rem;
  font-weight: bold;
  color: black;
  font-family: 'Antarctica', sans-serif!important;
  margin: 15px 0 0 0;
}
.register-input {
  border: 1px solid grey;
  padding: 14px;
  font-size: 1rem;
}
.register-btn {
  background-color: #e12e40;
  border-color: #e12e40;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1pc;
  font-weight: 700;
  line-height: 1.375;
  padding: 1pc 28px;
  text-decoration: none;
  transition: all .25s ease-in-out;
  margin: 40px 20px;
}
#customer_register_link {
  color: rgb(230,48,69);
  font-weight: bold;
}
.input-error-message {
  color: red;
  font-size: 0.9rem;
}
#customer_login_link {
  color: rgb(230,48,69);
  font-weight: bold;
}
#RegisterForm, #ForgotPasswordForm {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.black-btn{
  width: 100%;
  background-color: transparent;
  border-color: #010101;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  color: #010101;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4285714286;
  margin-top: 1pc;
  padding: 1pc 28px;
  text-decoration: none;
  transition: all .25s ease-in-out;
    font-size: 1pc;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
}

.breadcrumb-wrapper {
  display: flex;
  margin: 25px 0 20px 50px;
  gap: 20px;
  align-items: center;
}
.breadcrumb-label {
  font-family: 'Antarctica', sans-serif!important;
  font-weight: 800 !important;
  font-stretch: expanded;
  margin: 0;
}
.breadcrumb-icon {
  width: 22px;
}

/* .errors ul li{
  font-family: Antartica !important;
  font-weight: 700;
} */
@media (max-width: 1050px) {
  .register-container {
    padding: 20px 24px 50px 24px;
  }
  .register-wrapper {
    width: 95%;
  }
  .register-header {
    font-size: 2.5rem;
  }
  .breadcrumb-icon {
    max-width: 3vh;
  }
  .breadcrumb-wrapper {
    gap: 10px;
    /* margin-left: 10px; */
  }
  .breadcrumb-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 200px; */
  }

}

/* login */
.register-link-label, .login-link-label {
  color: black;
  font-family: 'Antartica' !important;
  font-style: normal;
  font-weight: 700;
  font-size: 1pc !important;
  padding: 0 0 60px 0;
}

@media (max-width: 1050px) {
  .register-link-label, .login-link-label {
    font-size: 1pc;
  }
}
/* Site nav */

  .site-header__mobile-nav {
  background-color: rgb(230,48,69);
  border: 1px solid rgb(230,48,69);
}
.site-nav__label {
  color: white;
}

  .globe-icon{
    color: white;
    max-width: max-content;
  }
  /* Style for the country selector button */
  .site-nav--country-selector {
    margin-left: 10px;
  }

  .country-selector-btn {
    background: none;
    border: none;
    color: #c8102e; 
    font-size: 1em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 3px 10px;
  }

  @media (max-width: 767px) {
    .site-nav--country-selector {
      display: none; 
    }
  }
.site-header__icons-wrapper {
  display: flex;
  justify-content: center;
}
.nav-is-active {
  font-weight: 700;
}

#SiteNavLabel-shop {
  width: 50vw;
  margin-top:2.4vw;
}
.site-nav__dropdown {
    position: absolute;
    width: 500px;
    box-shadow: none;
    display: none;
    padding: 10px 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.dropdown-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 90vh;
    background: rgba(0, 0, 0, 0.75);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;
    max-width: 1900px;
    left: 50%;
    transform: translateX(-50%);
}

.site-nav--has-dropdown[aria-expanded="true"] .site-nav__dropdown {
    display: block;
    opacity: 1;
}

.site-nav--has-dropdown[aria-expanded="true"] .dropdown-overlay {
    display: block;
    opacity: 1;
}

.nav-option-group {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 5px;
  width: 100%;
}
.nav-explore-container{
  display:flex;
  background: white;
  gap: 20px;
  padding: 20px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.nav-explore-img {
  width: 50%; 
  height: 100%; 
  overflow: hidden;
}

.nav-explore-img img {
  width: 100%;
  height: 100%; 
  object-fit: contain; 
}

  .nav-explore-wrapper{
    width: 50%;
    background: #fff;
  }
  .nav-wrapper {
    text-decoration: none;
    color: #000;
    display: block;
    justify-content: center;
    align-items: center;
    height: fit-content;
    width: 100%;
  }
  .nav-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    transition: background 0.2s;
  }
  .nav-option:hover {
    background-color: #F7F0EF;
  }
  .nav-option-text {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
  }
  .nav-option-arrow {
    color: #d81e2d;
    font-size: 16px;
  }

body,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Antartica-ExpandedBold";
}
h1,
h2,
h3,
h4,
h5 {
  /* color: black; */
}
body {
  background-color: white;
  margin: 0;
}
.container {
  height: 100%;
  background-color: #ffffff;
  margin-top: -1vh;
}
#home-banner-container {
  background-color: #e73743;

}

/* .search-header-icon{
  width: 2vw;
}

.site-header__icon{
  width: 2vw;
} */

#icon-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: auto;
}

.header-nav-wrapper{
    padding-right: 0;
}

#storeify-sl-btn-trigger-popup{
    display: none;
}

.seperator{
    margin-right: 0;
}

.wrapper {
  /* height: 90vh; */
  /* padding-left: 5vh; */
  display: flex;
  flex-direction: column;
  background-color: #e73743;
  padding-bottom: 20rem;
  position: relative;
  margin-left: calc((100vw - 48px * 2 - (12 - 1) * 24px) / 12 * 1 + 24px + 48px * 1);
}

.header-text {
  display: flex;
  flex-direction: column;
  color: white;
  width: 75%;
  position: inline-block;
  margin-top: 12vh;
  align-items: start;
}
#active-title {
  font-size: 70px;
  margin-top: 0;
  font-weight: 700;
  font-family: 'Antartica-ExpandedBold' !important;
  margin-bottom: 24px;
  width: 90%;
  z-index: 10 !important;
  line-height: 1.1428571429;
}
#active-header {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Antartica", sans-serif !important;
  margin-bottom: 1.7vh;
  font-weight: 600;
}
.discover-btn {
  text-align: center;
  /* max-width: 150px; */
  width: auto;
  min-height: 50px;
  background-color: #ffffff;
  border: none;
  font-weight: bold;
  cursor: pointer;
  margin-top: 6vh;
  color: black;
  font-size: 1pc;
  /* background-color: var(--slider-hero-button-background-color); */
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  color: #010101;
  display: inline-block;
  grid-column: 1 / 3;
  grid-row: 1;
  padding: 1pc 28px;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.discover-btn:hover {
  background-color: #eeeeee;
}
.banner-img {
  position: absolute;
  right: 0;
  z-index: 1;
  margin-top: 7rem;
  height: 80%;
  width: 65%;
  object-fit: cover;
  filter: grayscale(20%);
  /* margin-left: calc((100vw - 48px * 2 - (12 - 1) * 24px) / 12 * 4 + 6pc + 48px * 1); */
}

/* Carousel */
.carousel-wrapper {
  display: flex;
  margin-top: 16vh;
  justify-content: space-around;
  overflow-x: auto;
}
.carousel-group {
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s ease;
  margin-right: 5vh;
  padding: 1vh 0 1vh 0;
}
.carousel-img {
  width: 100%;
  height: auto;
  min-height: 13vh;
  max-width: 13vh;
  object-fit: cover;
}
.carousel-text-group {
  padding-left: 2vh;
  width: 100%;
  max-width: 30vh;
}
.carousel-text {
  color: white;
  font-size: 0.9rem;
  margin-bottom: 1vh;
  font-family: "Antarctica", sans-serif !important;
}
.carousel-content {
  color: white;
  font-size: 1.1rem;
  margin-top: 1vh;
  font-weight: bold;
}

#Collection {
    margin: 0;
    padding: 0 25px;
}

/* Header */

#AccessibleNav {
  width: 90%;
}
.header-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.site-header {
  width: 100%;
}

.site-header-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 50px;
  height: 118px;
}

.site-header__logo {
  margin: 3vh 0 3vh 0;
  position: relative;
}

.site-header__logo a{
  display: flex;
  max-width: 150px;
}
@media(min-width: 1050px){

  .site-header__logo img{
    width: 150px;
    height: 50px;
    
  }
}

.mobile-explore-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: white;
  justify-content: space-between;
  height: 90%;
  gap: 20px;
}

.mobile-nav-top{
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: white;
  gap:2pc;
}

.mobile-nav-active {
  color: red !important;
}

.mobile-explore-items {
  font-weight: bold;
  font-size: 2.8vw;
  color: black;
  font-family: 'Antarctica', sans-serif!important;
}

.mobile-country-selector{
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  font-family: 'Antartica', sans-serif !important;
  display: flex;
  align-items: center;
  /* position: relative; */
  background-color: white;
  padding-bottom: 15vh;
  cursor: pointer;
  justify-content: space-between;
}

.mobile-country-select-con{
  display: flex;
  justify-content: space-between;
}

.option-group {
  display: flex;
  gap: 0.7vw;
  flex-wrap: wrap;
}
.option-wrapper {
  display: flex;
  position: relative;
  background-color: rgb(241, 241, 241);
  width: 100%;
  height: 100%;
  max-height: 25vh;
  max-width: 18vw;
}

.option {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
  cursor: pointer;
}
.option-wrapper:hover {
  background-color: #F7F0EF;
}
.option-text {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 1pc 1pc 56px 2pc;
  font-weight: bold;
  font-size: 14px;
  color: black;
  height: 42px;
}

.site-header__icon img {
  width: 24px;
  height: 24px;
}

/* mobile nav */
  .site-header__mobile-nav {
    background-color: rgb(230,48,69);
    border: 1px solid rgb(230,48,69);
  }
  .site-nav__label {
    color: white;
  }
  #SiteNav {
    display: flex;
    justify-content: end;
    font-size: 1pc;
    gap: 15px;
    font-family:'Antartica' !important;
  }
  .site-header__icons-wrapper {
    display: flex;
    justify-content: center;
  }
  .nav-is-active {
    font-weight: 700;
  }
  .seperator {
    background-color: white;
    height: 36px;
    width: 1px;
    opacity: 0.55;
  }
  .site-nav__label {
    border-bottom: none;
    font-family: 'Antartica'!important;
  }
  .mobile-nav-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    opacity: 0; 
    transition: opacity 0.3s ease; 
    pointer-events: none;
  }

  .mobile-nav-wrapper[aria-expanded="true"] {
    opacity: 1; 
    pointer-events: auto; 
  }

  .mobile-nav {
    height: 100%; 
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch;
  }

  .mobile-explore-header-shop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    height : 40px;
    font-size: 30px;
    font-family: 'Antartica' !important;
    font-weight: 800;
  }

  .mobile-explore-header,
  .mobile-explore-items {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    height : 40px;
    display: block;
    text-decoration: none;
    font-family: 'Antartica' !important;
  }


  .mobile-explore-header-shop[aria-expanded="true"] .toggle-icon {
    content: "-";
  }

  .mobile-country-icon-text{
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .toggle-icon {
    font-size: 4rem;
    color: #d81e2d;
  }

  @media(min-width: 1050px){
    .grid--table>.grid__item{vertical-align:top !important; }

  }
    @media(max-width: 1050px){
    .grid--table>.grid__item img{padding-top: 1rem}

  }
/* country selector */
.no-scroll {
  overflow: hidden !important;
  height: 100vh; 
}

  .country-close-btn {
    position: absolute;
    top: 24px;
    right: 48px;
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 1001;
    color: #333;
  }

  .country-close-btn .close-icon {
    width: 20px;
    height: 20px;
    display: block;
    filter: invert(0%); 
  }

  .country-close-btn:hover {
    color: #000;
  }

  .country-header{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3333;
  }

  .language-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 200;
  }
  .overlay.active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .country-selector-modal {
    background-color: white;
    width: 100%;
    max-height: 100vh; 
    overflow-y: auto;   
    padding: 15px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    z: 2000;
  }

  .country-container {
    margin-top: 3rem;
    width: 70%;
  }

  .country-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .country-group {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  .country-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .language-item {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    cursor: pointer;
    font-family: Antartica;
  }
  .language-item:hover {
    color: #d81e2d;
  }
  .language-item span {
    font-size: 1em;
  }
  @media (min-width: 768px) {
    .country-selector-modal {
      padding: 30px 30px 70px 30px;
    }
    .country-list {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Submenu Styles */
  .mobile-option-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 20px;
  }

  .mobile-option-wrapper {
    text-decoration: none;
    color: #000;
    display: block;
  }

  .mobile-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    transition: background 0.2s;
    width : 90%;
  }

  .mobile-option:hover {
    background-color: #e737431a;
  }

  .mobile-option-text {
    margin: 0;
    font-size: 14px;
    font-weight: 100;
  }

  .mobile-option-arrow {
    color: #d81e2d;
    font-size: 16px;
  }

  .mobile-nav-wrapper[aria-expanded="true"] .dropdown-overlay {
    display: block;
    opacity: 1;
  }

/* .site-header__account, .site-header__cart {
  padding: 5px;
} */
/* .search-header-icon {
  width: 2.5vh;
} */
.btn--link {
  text-align: right !important;
}
.site-header__account, .site-header__cart {
  padding: 0;
}
.site-header__icons-wrapper {
  justify-content: flex-end;
  gap: 20px;
  max-width: fit-content;
}
@media (max-width: 1050px) {
    #icon-nav {
    width: 100%;
    height: 100%;
  }

  .site-header__icons-wrapper {
    gap: 25px;
  }

  .site-header__icons-wrapper img{
    width: 24px;
    height: auto;
    max-width: max-content;
  }

  .country-selector-modal{
    height:100%;
  }
}
@media (max-width: 1050px) {
  .header-nav-wrapper {
    width: 100%;
  }
  .site-header__icon {
    width: 16px;
    height: 16px;
  }
  .search-header-icon {
    max-width: 100%;
  }
  .site-header__icons {
    margin-right: 2vh;
  }

  #icon-nav {
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
    width: unset;
  }
  .mobile-explore-wrapper {
    padding: 3vh;
  }
  .option-wrapper {
    display: flex;
    max-width: 42vw;
    max-height: 10vh;
    min-height: 0vh;
  }
  .option {
    align-items: center;
    justify-content: start;
  }
  .option-text {
    position: static;
    margin: 0 1vh 0 0;
    text-wrap: wrap;
  }
  .option-logos {
    max-width: 6vh;
    margin: 0 1vh 0 3vw;
  }
  .site-header__logo {
    max-width: 15vh;
  }
}

/* Footer */
.site-footer__hr {
  border-bottom: 1px solid {{ section.settings.color_footer_bg | color_darken: 10 }};
}

.site-footer p,
.site-footer__linklist-item a,
.site-footer__rte a,
.site-footer h4,
.site-footer small,
.site-footer__copyright-content a,
.site-footer__newsletter-error,
.site-footer__social-icons .social-icons__link {
  color: {{ section.settings.color_footer_text }};
}

.site-footer {
  color: {{ section.settings.color_footer_text }};
  background-color: {{ section.settings.color_footer_bg }};
}

.site-footer__rte a {
  border-bottom: 1px solid {{ section.settings.color_footer_text }};
}

.site-footer__rte a:hover,
.site-footer__linklist-item a:hover,
.site-footer__copyright-content a:hover {
  color: {{ footer_text_color_hover }};
  border-bottom: 1px solid {{ footer_text_color_hover }};
}

.site-footer__social-icons .social-icons__link:hover {
  color: {{ footer_text_color_hover }};
}


/* Menu */
.explore-wrapper { 
    width: 100%;
    margin-top: 5pc;
    padding: 20px;
    text-align: center;
}
.explore-header {
  font-weight: bold;
  /* margin-top:2vh; */
  margin-bottom: 7vh;
  color: black;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1666666667;
  margin-bottom: 5pc;
}
.option-groups {
    display: grid;
    border-top: 0.5px solid white;
    border-bottom: 5px solid white;
    grid-template-columns: repeat(auto-fit, minmax(calc(100% / 4 - 0.5px), 1fr));
}

@media (min-width: 1001px) {
    .option-groups {
        grid-template-columns: repeat(auto-fit, minmax(calc(100% / 6 - 0.5px), 1fr));
    }
}

.option-wrappers {
    text-decoration: none;
    color: black;
    background-color: white;
    position: relative;
    border-right: 0.5px solid rgba(128, 128, 128, 0.3); 
    border-bottom: 0.5px solid rgba(128, 128, 128, 0.3);
}

.predictive-search-wrapper{
  top: 118px;
  margin-top: 0;
}

.option-con {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.option {
  transition: background-color 0.3s ease;
}

.option-con:hover .option {
  background-color: #F7F0EF;
}

.arrow-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transform: translateX(5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  color: #e73743;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.option-con:hover .arrow-icon {
  opacity: 1;
  transform: translateX(0);
}

.arrow-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.last-row {
    border-bottom: none;
}

.last-in-row {
    border-right: none;
}
.option {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.option-logos {
  max-width: max-content;
  width: 75pt;
  height: 75pt;
  aspect-ratio: 1/1;
  object-fit: contain;
} 

/* Products */
.products-wrapper {
  display: flex;
  margin-top: 5pc;
  background-color: white;
  padding: 0 40px;
  gap: calc((100vw - 48px * 2 - (12 - 1) * 24px) / 12 * 0 + 24px + 48px * 0);
  /* grid-template-columns: repeat(3, 1fr); */
}
.product-img {
  width: 100%;
  height: 300px;
  /* max-height: 50vh; */
  object-fit: cover;
}
.product-card {
  display: flex;
  flex-direction: column;
  /* max-width: 35vw; */
  background-color: #BECDB9;
  display: flex;
  height: 100%;
  width: 100%;
}
.product-body {
  padding: 25px 20px;
}
.product-header {
  margin: 0;
  font-size: 25px;
  font-weight: 800;
  color: black;
  line-height: 1.375;
}
.product-description {
  margin-top: 3vh;
  margin-bottom: 3vh;
  font-size: 18px;
  font-family: "Antartica" !important;
  color: black;
  height: 150px;
  line-height: 1.625;
}
.product-btn {
  min-height: 6vh;
  background-color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  padding: 0 25px 0 25px;
  font-size: 1pc;
  color: black;
  margin-top: 20px;
}
.product-btn:hover {
  background-color: #eeeeee;
}

@media (max-width: 1050px) {
  .product-description{
    height: auto;
  }
 }


  /* product recommend */
  .recommendation-header {
    color: black;
    font-size: 2rem;
    text-transform: none;
    letter-spacing: normal;
    margin: 20px 0 10px 0;
  }
  .product-recommendations__inner .section-header {
    margin: 0;
  }
  .product-recommendations__inner {
    padding: 0 0 130px 80px;
  }
  .grid--view-items {
    margin-left: 0 !important;
  }

  @media (max-width: 1050px) { 
    .product-recommendations__inner {
      padding: 20px 30px 60px 30px;
    }
  }

/* product-template */
  .product-form--payment-button-no-variants, .product-form__item--no-variants {
    max-width: none;
  }
  .product-single__description ul li {
    list-style: initial !important;
    margin-left: 20px;
  }
  .product-single-type {
    font-family: 'Antarctica', sans-serif!important;
    font-size: 1.5rem;
    color: red;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .pickup-group {
    display: flex;
    margin-top: 20px;
    margin-bottom: 5px;
    gap: 5px;
  }
  .pickup-message {
    font-family: 'Antarctica', sans-serif!important;
    font-size: 1.3rem;
    text-wrap: nowrap;
  }
  .storefinder-redirect {
    font-family: 'Antarctica', sans-serif!important;
    font-size: 1.1rem;
    color: red;
    cursor: pointer;
    padding-left: 30px;
  }
  .grid__item.medium-up--one-half {
    /* padding-left: 20px; */
  }
  /* label {
    font-family: 'Antarctica', sans-serif!important;
    font-weight: bold;
    font-size: 1.3rem;
  } */
  .page-width {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .product-single__media-wrapper {
    margin: 0 20px 0 20px;
  }

  .product-single__media {
    height: 391px;
    border: 1px solid #d9d9d9;
  }
  .product-template__container {
    /* padding: 20px 100px 60px 30px; */
  }
  .product-form__input--out-of-stock {
    font-family: 'Antarctica', sans-serif!important;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .product-single__title {
    font-family: 'Antarctica', sans-serif!important;
    font-size: 2.1rem;
    font-weight: bold;
    color: black;
    margin: 0;
  }
  .price__regular, .price__sale {
    margin: 12px 0 12px 0;
    font-size: 1.5rem;
  }

  .grid.product-single{
    position: relative;
  }
  
  .product-single__media-group {
    /* position: sticky;
    top: 0; */
    gap:1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    width: 40%;
    margin-left: 50px;
  }

    @media (max-width: 768px) {
    .product-single__media-group{
      margin-left: 0;
    }
    .grid__item.medium-up--one-half {
      padding-left: 24px;
      padding-right: 24px;
    }
  }
  
  .product-single__thumbnails {
    flex-direction: column;
    margin-top: 0;
  }
  .product-single__thumbnails-slider-track {
    flex-direction: column;
  }
  .thumbnails-wrapper {
    /* margin-right: 20px; */
  }
  .product-single__thumbnail-image {
    border: 1px solid #d9d9d9;
    /* height: 100%; */
    height: 91px;
    object-fit: cover;
    width: auto;
    overflow: visible;
  }
  .tax-label {
    font-size: 1.3rem;
    font-family: 'Antarctica', sans-serif!important;
    color: black;
  }
  .product-form {
    padding-top: 0;
  }
  label[for=Quantity-product-template] {
    display: none;
  }
  .product-form__controls-group {
    /* margin-top: 25px; */
    flex-direction: column;
  }
  .shopify-payment-button {
    display: none;
  }
  .product-form__cart-submit {
    background-color: rgb(230,48,69);
    border: none;
    color: white;
    font-size: 1.3rem;
    margin: 0;
  }
  .thumbnails-wrapper.slider-active {
    overflow: scroll;
    height: 392px;
    width: 110px;
    padding: 1px 10px 0 10px;
    scroll-behavior: smooth;
  }
  .thumbnails-wrapper.slider-active::-webkit-scrollbar {
    display: none;
  }
  .product-single__thumbnail.active-thumb {
    border-color: white;
  }
  /* Stock Styling */
  .custom-quantity {
    display: flex;
    align-items: center;
    border: 1px solid #010101;
    font-size: 16px;
    justify-content: space-around;
  }
  .quantity-decrease,
  .quantity-increase {
    /* width: 3vw; */
    height: 100%;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    cursor: pointer;
    background-color: #FFFFFF;
    border: none;
    /* border: 1px solid #00000080; */
  }
  .quantity-decrease {
    border-right: none;
  }
  .quantity-increase {
    border-left: none;
  }
  .quantity-decrease:hover,
  .quantity-increase:hover {
    background-color: #e0e0e0;
  }
  .product-form__input--quantity {
    width: 50%;
    text-align: center;
    max-width: none;
    height: 4rem !important;
    font-size: 14px;
    padding: 0;
    border:none;
  }
  .qty-increase-icon, .qty-decrease-icon {
    max-width: 2vh;
  }
  .pickup-icon {
    max-width: 2vh;
  }

  /* Collections */

  .scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333; /* Adjust to match your theme */
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(100px);
  z-index: 1000;
}

.scroll-to-top.visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background-color: #555; /* Hover effect */
}

  select, input {
    border: 1px #00000080 solid;
  }
  .filter-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    /* height: 56px;
    overflow: hidden; */
  }
  #Collection {
    padding: 0 60px 0 25px;
  }
  #installation-filters, #material-filters, #bowl-filters, #shape-filters, #version-filters, #hood-installation-filters, #hood-type-filters, #hob-type-filters {
    display: none;
  }
  .grid {
    margin-left: 0;
  }
  .product-search-bar {
    width: 25%;
    border: 1px solid black;
    color: black;
    min-height: 6vh;
  }
  .mobile-product-search-bar {
    width: 25%;
    border: 1px solid black;
    color: black;
    min-height: 6vh;
    margin: 60px 0px 0px 0px;
    display: none;
  }
  #search-results-count {
    margin-top: 35px;
    font-size: 1rem;
    font-family: "Antarctica", sans-serif !important;
    font-weight: bold;
    color: black;
  }
  .match-count {
    color: rgb(230,48,69);
  }
  .collection-card {
    padding: 0;
    margin-top: 10px;
  }

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

  /* Filter */
  .filter-group {
    position: relative;
  }
  .collection-filter-group {
    display: flex;
    align-items: flex-end;
    /* flex-wrap: wrap; */
    gap: 15px;
    margin-top: 30px;
  }
  .group-select {
    position: relative;
  }
  .category-filter {
    font-size: 1.25rem;
    border: 1px solid #00000080;
    padding-right: 100px;
    min-height: 6vh;
  }
  .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .filter-checkboxes {
    display: none;
    flex-direction: column;
    position: absolute;
    border: 1px #00000080 solid;
    background-color: white;
    padding: 20px;
    z-index: 50;
    width: 100%;
    gap: 20px;
  }
  .filter-checkboxes label {
    font-family: "Antarctica", sans-serif !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .active-checkbox-count {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    padding: 0 7px;
    background-color: black;
    color: white;
    font-family: "Antarctica", sans-serif !important;
  }
  #no-matching-products-message {
    margin: 300px 0;
    font-family: "Antarctica", sans-serif !important;
    font-weight;
  }
  /* .grid--uniform .medium-up--one-quarter {
    clear: unset;
  } */
  .filter-checkboxes label {
    display: flex;
    /* flex-direction: row-reverse; */
    gap: 10px;
    accent-color: white;
    justify-content: space-between;
  }
  .filter-checkboxes label input {
    border: none;
    background-color: white;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    display: none;
  }
  .checkbox-container {
    position: relative;
    /* margin-bottom: 12px; */
    cursor: pointer;
    user-select: none;
  }
  .checkmark {
    position: absolute;
    /* top: -5px; */
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: transparent; /* No background, no border */
  }

  .checkbox-container input:checked ~ .checkmark:after {
    content: "✓"; /* Display a checkmark when selected */
    position: absolute;
    /* left: 4px; */
    top: 50%;
    transform: translateY(-50%);
    color: black;
    font-size: 16px;
  }
    
  .filter-apply-btn {
    padding: 5px 0 5px 0;
    background-color: black;
    color: white;
    border: 1px black solid;
  }
  .mobile-filter-apply-btn {
    display: none;
    width: 100%;
    background-color: transparent;
    border-color: #010101;
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    color: #010101;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4285714286;
    margin-top: 1pc;
    padding: 1pc 28px;
    text-decoration: none;
    transition: all .25s ease-in-out;
      font-size: 1pc;
    font-weight: 700;
    line-height: 1.375;
    text-align: center;
  }

  /* Breadcrumb */
  .breadcrumb-wrapper {
    display: flex;
    margin: 30px 0 0px 0px;
    gap: 9pt;
    align-items: center;
    padding: 0 50px;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    overflow-x: auto;
    padding-top: 2pc;
  }
  .breadcrumb-label {
    font-family: 'Antarctica', sans-serif!important;
    font-weight: bolder;
    margin: 0;
    color: black;
    font-size: 14px;
    /* font-weight: 800; */
    line-height: 1.4285714286;
  }
  /* Mobile Filter */
  .mobile-filter-btn {
    display: none;
  }
  .mobile-filter-header {
    display: none;
  }

  /* More Filters & Reset Filters */
  /* .group-select:nth-child(3),
  .group-select:nth-child(4),
  .group-select:nth-child(5) {
    display: block;
  }
  .group-select:nth-child(n+6) {
    display: none !important;
  } */
  .more-filter-wrapper {
    display: flex;
    width: fit-content;
    gap: 30px;
    margin-left: auto;
  }
  .reset-filter-btn, .more-filter-btn {
    cursor: pointer;
    max-width: 100px;
  }

  /* Pagination */
  #pagination-container {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .pagination-btn {
    padding: 10px 14px;
    margin: 7px;
    cursor: pointer;
    background-color: white;
    color: red;
    border: none;
    border-radius: 3px;
    font-size: 1.25rem;
    font-family: 'Antarctica', sans-serif!important;
  }
  .pagination-btn.active {
    background-color: #E73743;
    color: white;
  }
  .grid--view-items {
    margin-bottom: 20px;
  }

  .hide {
    display: none;
  }

  .contact-container {
    padding-bottom: 2.5vw;
    padding-top: 54px;
    padding-left: calc((100vw - 48px * 2 - (12 - 1) * 24px) / 12 * 1 + 24px + 48px * 1);
    padding-right: calc((100vw - 48px * 2 - (12 - 1) * 24px) / 12 * 1 + 24px + 48px * 1);
  }
  .contact-header-group {
    margin-bottom: 5vh;
  }
  .contact-header-title {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1428571429;
    font-stretch: expanded;
    font-family: 'Antartica-ExpandedBold' !important;
    color: #000;
  }
  .contact-header-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4166666667;
    color: #010101;
  }

  .form-message--error{
    font-family: 'frankefont', sans-serif !important;
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .contact-form-group {
    padding-left: 64px;
    width: 54%;
  }
  .contact-content-group {
      height: 110.4px;
  }
  .contact-input-label {
    font-family: 'Antartica', sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important; 
    line-height: 1.4285714286 !important;
    margin-bottom: 9pt;
  }

  .contact-subtotal{
    font-family: 'Antartica' !important;
    font-size: 20px !important;
    font-weight: 400 !important;
  }
  .contact-input,
  .contact-textarea,
  .contact-select {
    min-height: 2vh;
    padding: 1.5vh;
    width: 100%;
    border: 1px solid black;
    background-color: white;
    border: 1px solid #010101;
    position: relative;
    color: #010101;
    padding: 9pt;
    font-size: 16px;
  }

  .contact-select{
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    background-position: right 9pt center;
    background-repeat: no-repeat;
    background-size: 9pt;
    border: 1px solid #010101;
    border-radius: 0;
    color: #787878;
    font-size: 1pc;
    font-weight: 200;
    line-height: 1.625;
    padding: 9pt;
  }

  .contact-select:invalid{
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FF0000' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E"); */
    /* color: #ff7473; */
  }

  .contact-textarea {
    min-height: 10vh;
  }
  .contact-checkbox-wrapper {
    display: flex;
    flex-direction: column;
    margin: 5vh 0 5vh 0;
    gap: 2.5vh;
  }
  .contact-checkbox-group {
    display: flex;
    font-size: 1.8vh;
    align-items: center;
  }
  .contact-checkbox-input {
    margin-left: 5px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #010101;
    border-radius: 0;
    cursor: pointer;
    flex-shrink: 0;
    height: 24px;
    margin: 0 1pc 0 0;
    width: 24px;
    padding: 0;
    position: relative;
  }
  .contact-checkbox-label {
    font-size: 1rem;
    color: black;
    font-family: 'frankefont', sans-serif !important;
    font-size: 1pc;
    font-weight: 200;
    line-height: 1.625;
  }
  .contact-btn {
    background-color: #e12e40;
    border-color: #e12e40;
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1pc;
    font-weight: 700;
    line-height: 1.375;
    padding: 1pc 28px;
    text-decoration: none;
    transition: all .25s ease-in-out;
  }
  mark.red {
    color: rgb(230,48,69);
    background: none;
  }

  .contact-thank {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35vh;
  }

  .contact-thank h3 {
    text-align: center;
    font-weight: 700;
  }

  .account-container {
    padding-bottom: 2.5vw;
    padding-top: 54px;
    padding-left: calc((100vw - 48px * 2 - (12 - 1) * 24px) / 12 * 1 + 24px + 48px * 1);
    padding-right: calc((100vw - 48px * 2 - (12 - 1) * 24px) / 12 * 1 + 24px + 48px * 1);
  }
  .account-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
  .account-header {
    font-size: 3.6rem;
    text-align: center;
  }
  .account-logout-btn {
    height: 100%;
    min-height: 5.5vh;
    font-size: 1rem;
    color: white;
    cursor: pointer;
    padding: 0 50px 0 50px;
    background-color: rgb(230,48,69);
    font-family: 'Antarctica', sans-serif !important;
    border: none;
  }
  .account-details-card{
    border: 1px #d9d9d9 solid;
    margin: 24px 0;
  }
  .account-details-wrapper {
    display: flex;
    
  }

  .account-details-card > .account-details-wrapper{
    display: flex;
    flex-direction: column;
    padding: 24px;
  }

  .account-details-card > .account-details-wrapper > .account-details-group{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .account-hr {
    margin: 0 30px 0 30px;
    border: 1px #d9d9d9 solid;
  }
  .account-details-group {
    display: flex;
    flex-direction: column;
    padding: 15px 0 50px 0;
  }
  .account-details-header {
    font-size: 2rem;
    margin-bottom: 20px;
    font-family: 'Antarctica', sans-serif !important;
    font-weight: bold;
  }
  .account-details-content {
    font-size: 1.2rem;
    font-family: 'Antarctica', sans-serif !important;
  }
  .view-address-btn {
    height: 100%;
    height: 5vh;
    font-size: 1rem;
    color: white;
    cursor: pointer;
    padding: 0 90px 0 90px;
    background-color: black;
    border: none;
    font-family: 'Antarctica', sans-serif !important;
    margin-top: 30px;
  }
  td {
    font-family: 'Antarctica', sans-serif !important;
    /* font-size: 1.1rem; */
  }
  th,
  td {
    border: black 1px solid;
  }

  h3 {
    margin-bottom: 0;
  }

  .search-bar__form{
    max-width: none;
  }

  @media (max-width: 1050px) {
    .group-select .black-btn{
        display: none;
    }

    #Collection {
      margin: 0 0 100px 0 !important;
      padding: 0 22px;
    }
    .product-search-bar {
      display: none;
    }
    .group-select {
      /* display: none !important; */
    }
    .breadcrumb-wrapper {
      gap: 10px;
      margin-left: 0;
      /* margin-top: 20px; */
      /* padding: 0; */
    }
    .breadcrumb-label {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 9pt;
      /* font-weight: 700; */
      line-height: 1.5;
    }
    #search-results-count {
      margin-top: 40px;
    }
    .checkbox-container {
      padding: 0 20px;
    }
    .filter-checkboxes {
      padding: 20px 0 0 0;
    }

    /* Mobile filter */
    .mobile-filter-btn {
      display: block;
      margin-bottom: 5px;
      cursor: pointer;
    }
    /* .product-search-bar {
      display: none;
    } */
    .collection-filter-group {
      /* position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; */
      display: flex;
      align-items: center;
      margin-top: 20px;
      /* flex-direction: column;
      background-color: white;
      z-index: 20;
      padding: 0 10px 0 10px;
      gap: 10px; */
    }
    .filter-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 20;
      padding: 0 15px 0 15px;
      background-color: white;
      align-content: flex-start;
      height: 100%;
      margin-top: 10px;
      display: none;
    }
    .group-select {
      width: 100%;
    }
    .category-filter {
      width: 100%;
    }
    .mobile-filter-header {
      display: flex;
      justify-content: space-between;
      width: 100%;
    }
    .mobile-filter-header-text {
      font-family: 'Antarctica', sans-serif!important;
      font-size: 1.5rem;
      font-weight: bold;
      margin: 0;
    }
    .filter-checkboxes label {
      font-size: 1.2rem;
    }
    .mobile-filter-apply-btn {
      display: block;
      margin-top: 0;
    }
    .filter-apply-btn {
      display: none;
    }
    .mobile-product-search-bar {
      display: block;
      margin-top: 0;
      width: 85%;
    }

    /* Reset & More filter */
    .reset-filter-btn, .more-filter-btn {
      display: none;
    }
    .mobile-reset {
      display: block;
    }

    .breadcrumb-label {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      /* width: 200px; */
    }

    .contact-header-text {
      font-size: 20px;
      font-weight: 400;
      line-height: 1.5;
    }
    .contact-form-group {
      padding: 0;
      width: 100%;
    }
    .contact-checkbox-wrapper {
      margin: 30px 0;
    }
    .contact-btn {
      margin-top: 20px;
      max-width: none;
      margin-bottom: 50px;
    }
    .contact-header-title {
      font-size: 30px;
      font-weight: 700;
      line-height: 1.3333333333;
      color: #010101;
    }

    .responsive-table thead {
      display: contents;
    }
    .responsive-table th,
    .responsive-table td {
      border: black 1px solid;
      padding: 10px 14px;
      float: unset;
      width: auto;
      text-align: left;
    }

  }

  @media(max-width: 769px){
    .account-container {
      padding: 15px;
      margin-bottom: 20px;
    }
    .account-details-wrapper {
      flex-direction: column;
    }
    .account-logout-btn {
      display: none;
    }
    .account-header-wrapper {
      margin-bottom: 0;
    }
    .account-hr {
      margin: 0px 0px 0px 0px;
    }
  }

  /* Template */
  .features-text {
    font-size: 2rem;
    font-family: 'Antarctica', sans-serif!important;
    color: black;
    font-weight: bold;
    margin-top: 50px;
  }
  .hr-features {
    margin-top: 15px;
    margin-bottom: 5px;
    border-bottom: 1px black solid;
  }
  .product-single__description {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Antarctica', sans-serif!important;
  }
  /* .product-single__description > p:first-child {
    display: none;
  }
  .product-single__description strong {
    display: block;
    font-size: 2rem;
    margin-top: 50px;
    padding-bottom: 20px;
    color: black;
    border-bottom: black 1px solid;
  }
  .product-single__description p {
    margin-bottom: 40px;
    margin-left: 0 !important;
    font-size: 1.2rem;
    color: black;
  }
  .product-single__description ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
  }
  .product-single__description ul li {
    margin-bottom: 15px;
  } */
  .scrollable-wrapper {
    overflow: unset;
  }
  td {
    border: 1px solid black;
  }

  /* Color Selector */
  .product-form__item label {
    font-family: 'Antarctica', sans-serif!important;
    font-weight: bold;
    color: black;
    font-size: 1.2rem;
  }
  .product-form__item {
    padding: 0;
    margin: 0;
  }
  .color-preview {
    width: 5vh;
    height: 5vh;
    background-color: black;
    border: 1px solid #D9D9D9;
    cursor: pointer;
  }
  .color-wrapper {
    display: flex;
    gap: 8px;
  }
  .color-preview.active-color {
    border: 1px solid black;
  }
  .product-qty-cart-con {
    display: flex;
    align-items: center;
    margin-top: 24px;
  }
  .product-form__controls-group{
    width: 35%;
  }

  .product-form__controls-group~.product-form__controls-group--submit {
    width: 65%;
    margin-top: 0;
    margin-left: 20px;
  }

  /* Carousel Arrow */
  .slider-up, .slider-down {
    position: absolute;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00000080;
    padding: 0 12px 0 12px;
    cursor: pointer;
  }
  .slider-wrapper {
    position: relative;
  }
  .slider-down {
    bottom: 0;
  }
  #SingleOptionSelector-0 {
    min-height: 2vh;
    padding: 1.5vh;
    width: 25rem;
    border: 1px solid black;
    background-color: white;
    border: 1px solid #010101;
    position: relative;
    color: #010101;
    padding: 9pt;
    font-size: 16px;
  }

  @media (min-width: 768px) {
  .product-single {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
  }
}
/* Newsletter */
.newsletter-wrapper {
  display: flex;
  margin: 40px;
  background-color: #AFC3C3;
  margin-top: 5pc;
  font-family: Antartica !important;
  max-height: 500px;
}
.newsletter-left {
  display: flex;
  flex-direction: column;
  padding: 7rem;
  width: 50%;
  justify-content: center;
}

.newsletter-right {
  width: 50%;
}

.newsletter-header {
  font-weight: bold;
  font-size: 25px;
  margin: 0;
  color: black;
  width: 90%;
  margin-bottom: 19.44444px;
}
.newsletter-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.newsletter-content {
  /* padding: 2vh 0 2vh 0; */
  max-width: 80%;
  line-height: 1.5;
  font-size: 20px;
  font-family: "Antartica", sans-serif !important;
  color: black;
  padding-top: 0;
}
.flex-group {
  display: flex;
  gap: 1.5vh;
}
.subscribe-input {
  padding: 2vh;
  min-width: 60%;
  border: none;
  outline: none;
  font-size: 1pc;
}
.subscribe-btn {
  font-family: 'Antartica-ExpandedBold';
  font-weight: bold;
  border: none;
  cursor: pointer;
  min-width: fit-content;
  /* min-height: 6vh; */
  background-color: white;
  padding: 16px;
  font-size: 1pc;
  color: black;
}
.subscribe-btn:hover {
  background-color: #eeeeee;
}

@media (max-width: 480px){
  .newsletter-left{
    padding: 4rem;
  }
}

@media screen and (max-width: 400px) {
    .option-groups {
        grid-template-columns: 1fr 1fr;
    }

    .option-groups > * {
        min-width: 0; 
    }
}


/* Storefinder */
.storefinder-wrapper {
  display: flex;
  background-color: #F0E1E1;
  margin: 5pc 40px;  
  max-height: 500px;
}
.storefinder-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.storefinder-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10vh 10vh 10vh 5vh;
  max-width: 50%;
}
.storefinder-header {
  font-weight: bold;
  font-size: 25px;
  margin: 0;
  color: black;
}
.storefinder-img {
  width: 100%;
  height: 100%;
  max-width: 50vw;
  object-fit: cover;
}
.storefinder-content {
  /* padding: 2vh 0 2vh 0; */
  font-size: 20px;
  width: 95%;
  line-height: 1.5;
  font-family: "Antartica" !important;
  color: black;
  /* margin-top: 1vh; */
  margin-top: 19.44444px;
}

.grid--view-items {
    overflow: auto;
    margin-bottom: 24px;
    margin-left: -6px;
    margin-right: -6px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

@media(max-width: 769px){
  .grid--view-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width: 426px){
  .grid--view-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid__item{
  width: 100%;
}

.storefinder-btn {
  font-weight: bold;
  border: none;
  cursor: pointer;
  /* min-height: 6vh; */
  background-color: white;
  padding: 1pc 28px;
  font-size: 1pc;
  margin-top: 3vh;
  color: black;
  max-width: max-content;
}
.storefinder-btn:hover {
  background-color: #eeeeee;
}

.price-item{
  font-family: 'Antarctica', sans-serif!important;
  font-size: 2.1rem;
  font-weight: bold;
  color: black;
  margin: 0;
}

/* Footer */
.footer-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 7vh 4vw 1vh 3vw;
  background-color: #2D324B;
  align-items: center;
}
.footer-hr {
  margin-top: 5vh;
  margin-bottom: 2vh;
  width: 100%;
  border: white solid 1px;
}
.footer-logo {
  width: 100%;
  height: auto;
  max-width: 13vh;
}

.footer-link-con{
  display: flex;
  /* width: 60%; */
  justify-content: space-evenly;
  gap: 5rem;
}

.footer-items-support{
  display: flex;
  flex-direction: column;
}

.social-media {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-media > div{
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

@media(max-width: 769px){
  .social-media > div{
    justify-content: flex-start;
  }
}

.social-media > div > a{
  width: 100%;
  height: 100%;
}

.social-media-text {
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1vh;
}
.social-media-icon {
  /* margin-right: 0.8vh; */
  width: 24px;
  height: 24px;
  max-width: 3.5vh;
  cursor: pointer;
}
.top-footer {
  display: flex;
  justify-content: space-between;
}
.left-footer {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.right-footer {
  display: flex;
  justify-content: end;
  width: 70%;
}
.footer-link-group {
  margin-left: 3vh;
}
.footer-header {
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  /* margin-bottom: 2vh; */
  text-wrap: nowrap;
  margin-top: 0;
  color: #b2b1b1;
  font-size: 9pt;
  font-weight: 600;
  letter-spacing: .09em;
  line-height: 1.5;
  padding-bottom: 20px;
  text-transform: uppercase;
  margin: 0;
}
.footer-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
}

.footer-item {
  color: white;
  margin: 0 2vh 1.5vh 0;
  width: max-content;
  text-decoration: none;
  font-family: "Antartica", sans-serif !important;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4285714286;
  text-decoration: none;
}

.top-footer{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-footer{
  display: flex;
  align-items: center;
  margin-top: 5vh;
}

.copyright-text {
  color: white;
  font-size: 14px;
  font-family: "Antarctica", sans-serif !important;
  margin: 0 2vh 1.5vh 0;
  margin-bottom: 0;
  /* padding-bottom: 20px; */
}

.footer-logo-social{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 768px){
  .collection-price{
    font-size: 1.9vh;
  }

  .footer-header{
    margin-top: 24px !important;
  }
  .top-footer{
    flex-direction: column-reverse;
    width: 100%;
  }
  .footer-link-con{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .footer-items{
    width: 80%;
  }
  .footer-logo-social{
    align-items: flex-start;
  }
  .social-media{
    align-items: flex-start;
  }

  .footer-logo-social > .footer-logo{
    margin: 24px 0;
  }

  .bottom-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .copyright-text{
    margin-bottom: 32px;
  }
}

@media (max-width: 394px){
  .bottom-footer > div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid.product-single.product-single--medium-media{
    margin-top: 3rem;
    overflow: visible;
}

.product-single__media-group {
    position: sticky;
    top: 0; /* or another value like 20px to adjust the offset */
    z-index: 10; /* Ensures the element is above others when scrolling */
}

.shopify-challenge__container {
  padding: 100px 0 100px 0;
}

.login-container {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
.login-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  width: 33vw;
}
.login-header {
  font-size: 3.5rem;
  font-weight: bold;
  /* margin: 15px 0 0px 0; */
  color: black;
}
.login-form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 110.4px;
}
.login-label {
  font-size: 1rem;
  font-weight: bold;
  color: black;
  font-family: 'Antarctica', sans-serif !important;
  margin: 15px 0 0 0;
}
#customer_login {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.forgot-label {
  font-size: 1pc;
  color: black;
  font-family: 'Antarctica', sans-serif !important;
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.login-input {
  border: 1px solid grey;
  padding: 14px;
  font-size: 1rem;
}
.login-btn {
  width: 100%;
  padding: 12px;
  border: none;
  background-color: rgb(230,48,69);
  color: white;
  margin: 40px 0 20px 0;
  background-color: #e12e40;
  border-color: #e12e40;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1pc;
  font-weight: 700;
  line-height: 1.375;
  padding: 1pc 28px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  text-align: center;
}

@media (max-width: 394px){
  .login-wrapper{
    gap: 0;
  }
  .login-btn{
    width: 100% !important;
    padding: 0.5pc 14px;
    margin-top: 24px;
  }
  .account-header-wrapper{
    flex-direction: column;
    gap: 12px;
  }
  .account-header-wrapper .contact-header-title{
    text-align: center;
  }
  .login-form-group{
    height: auto;
    margin-bottom: 24px;
  }
}

  .register-link-label {
    color: black;
    font-size: 1pc;
    font-family: 'Antarctica', sans-serif !important;
    font-weight: bold;
    padding: 0 0 60px 0;
  }
  #customer_register_link {
    color: rgb(230,48,69);
    font-weight: bold;
  }

/* promotion */
.template-page {
  /* background-color: #e73743; */
}
.container {
  height: 100%;
  background-color: white;
  margin-top: -1vh;
  border: 5px;
}

#hero-category-container {
  background-color: #e73743 !important;
}
.category-header-text {
  display: flex;
  flex-direction: column;
  color: white;
  width: 60%;
  position: inline-block;
  margin-top: 12vh;
}

.category-banner-img {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 150px);
  /* max-height: 80%; */
  max-width: 65%;
  object-fit: cover;
  filter: grayscale(20%);
}

.category-wrapper {
  display: flex;
  background-color: white;
  padding: 100px 30px 30px 30px;
  gap: 10px;
}
.category-img {
  width: 100%;
  height: 100%;
  max-height: 45vh;
  object-fit: cover;
}
.category-card {
  width: 100%;
  max-width: 50vw;
  background-color: #f5f5f5;
  /* height: 600px; */
}
.category-body {
  padding: 4vh;
}
.category-header {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  color: black;
}
.category-description {
  margin-top: 3vh;
  margin-bottom: 3vh;
  font-size: 2vh;
  font-family: 'Antarctica', sans-serif !important;
  /* height: 55px; */
}
.category-btn {
  padding: 0 3vh 0 3vh;
  font-weight: bold;
  border: none;
  cursor: pointer;
  min-height: 6vh;
  max-width: 22vh;
  background-color: white;
  font-size: 1.7vh;
  margin-top: 3vh;
  color: black;
}
.category-btn:hover {
  background-color: #eeeeee;
}

.type-wrapper {
  display: flex;
  background-color: white;
  /* padding: 4vh; */
  gap: 2vh;
  /* margin-bottom: 15vh; */
  padding: 100px 48px;
  /* margin-bottom: 100px */
}
.type-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.type-card {
  width: 100%;
  background-color: #f5f5f5;
}
.type-body {
  display: flex;
  flex-direction: column;
  padding: 4vh;
}
.type-header {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  color: black;
  height: 60px;
}
.type-description {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'Antartica' !important;
  height: 140px;
}
.type-btn {
  padding: 0 3vh 0 3vh;
  font-weight: bold;
  border: none;
  cursor: pointer;
  min-height: 6vh;
  max-width: 22vh;
  background-color: white;
  font-size: 1.7vh;
  color: black;
  margin-top: 20px;
}
.type-btn:hover {
  background-color: #eeeeee;
}
@media (max-width: 1050px) {

  .category-banner-img {
    position: static;
    max-width: 100vw;
    max-height: 45vh;
  }
  .category-header-text {
    margin-top: 20px;
    padding-left: 10px;
    width: 100%;
  }
  h1 {
    font-size: 8vw;
  }

  .category-wrapper {
    padding: 70px 20px 20px 20px;
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
  }
  .category-card {
    max-width: 100vw;
  }
  .category-btn {
    max-width: 40vw;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0 20px 0 20px;
  }

  .type-wrapper {
    padding: 100px 24px 100px;
    flex-direction: column;
  }
  .type-card {
    max-width: 100vw;
  }
  .type-btn {
    max-width: 40vw;
    font-size: 0.9rem;
    font-weight: bold;
  }
  .type-header,
  .type-description {
    height: auto;
  }
  .type-body {
    padding: 20px;
  }
}

@media (max-width: 1050px) {
  html,
  body {
    /* font-size: 12px; */
  }
  .footer-items{
    /* max-height:25vh; */
  }

  .active-carousel{
    position: relative;
  }
  /* Hero */
  .wrapper {
    flex-direction: column !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    height: auto !important;
    padding-bottom: 8rem !important;
    margin-left: 0;
  }

  .banner-img {
    position: static !important;
    width: 100% !important;    
    height: auto;
    max-height: 500px !important;
    margin-top: 0;
  }
  .header-text {
    /* position: absolute;
    top : 82.5%; */
    margin-top: 20px !important;
    width: 100% !important;
    padding: 16px 50px;
    /* padding: 0 calc((100vw - 44px * 2 - (12 - 1) * 24px) / 12 * 0 + 24px + 44px * 1); */
  }

  .discover-btn {
    max-width: max-content;
    margin-top: 0;
    min-height: 45px;
  }

  #active-title {
    font-size: 4rem;
    width: 100%;
  }
  /* #home-banner-container {
    padding-bottom: 50px;
  } */
  .discover-btn, .product-btn, .subscribe-btn, .storefinder-btn {
    font-size: 14px;
    text-align : center;
    padding: 14px;
  }

  /* Carousel */
  .carousel-img {
    display: none;
  }
  .carousel-group {
    flex-shrink: 0;
    scroll-snap-align: start;
    margin-right: 1.5vh;
  }
  .carousel-wrapper {
    padding: 1vh;
    scroll-snap-type: x mandatory;
    margin-top: 5vh;
  }
  /* .carousel-text {
    font-size: 0.75rem;
  }
  .carousel-content {
    font-size: 0.85rem;
  } */

  .explore-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
  .explore-header {
    font-size: 4vw;
    /* margin-top:4vh; */
    margin-bottom: 3vh;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 3pc;
  }
  .option-wrapper {
    display: flex;
    max-width: 48%;
    max-height: 10vh;
    min-height: 0vh;
    align-items: center;
    width: 100%;
  }
  .option {
    align-items: center;
    flex-direction:column-reverse;
  }
  .option-text {
    position: static;
    margin: 0 1vh 0 0;
    text-wrap: wrap;
  }
  .option-logos {    
    margin: 0 1vh 0 3vw;
  }

  /* Products */
  .products-wrapper {
    padding: 32px;
    flex-direction: column;
    margin-top: 40px;
    gap: 35px;
  }
  .product-card {
    max-width: 100vw;
  }
  .product-btn {
    max-width: max-content;
    min-height: 4.5vh;
  }
  /* Newsletter */
  .newsletter-wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin: 36px;
    margin-top: 40px;
    max-height: none;
  }
  .newsletter-left {
    /* padding: 20px; */
    max-width: 100%;
    width: 100%;
  }
  .newsletter-right {
    width: 100%;
  }
  .newsletter-img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  .flex-group {
    flex-direction: column;
  }
  .subscribe-btn {
    max-width: max-content;
    /* min-height: 4.5vh; */
  }

  /* Storefinder */
  .storefinder-wrapper {
    display: flex;
    flex-direction: column;
    margin:40px 36px;
    max-height: none;
  }
  .storefinder-left {
    padding: 20px;
    width: 100%;
  }
  .storefinder-right {
    padding: 20px;
    max-width: 100%;
  }
  .storefinder-img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  .storefinder-btn {
    /* min-height: 4.5vh; */
    margin: 0;
  }

  /* Footer */
  .footer-wrapper {
    flex-direction: column;
  }
  .left-footer {
    width: 100%;
  }

  .right-footer {
    flex-direction: column;
    width: 100%;
  }
  .footer-link-group {
    margin: 0;
  }
  .footer-header {
    margin-top: 5vh;
    font-size: 1.5rem;
  }
  .copyright-text {
    text-align: center;
    /* font-size: 1.15rem; */
  }
  .footer-item {
     /* font-size: 1.15rem; */
  }

  .login-container {
    padding: 20px 24px 50px 24px;
  }
  .login-wrapper {
    width: 95%;
  }
  .login-header {
    font-size: 2.5rem;
  }
  .register-link-label {
    font-size: 1pc;
  }

  .site-nav__dropdown {
    position: absolute;
    width: 500px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
    padding: 10px 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
  }

  .social-media{
    margin: 0;
  }
}

/* #shopify-section-header .icon-close{
  width: 26px;
  height: 26px;
}
@media(max-width: 750px){
  #shopify-section-header .icon-close{
    width: 18px;
    height: 18px;
  }
} */

@media(max-width: 500px){

}

@media (max-width: 1700px) {
  html,
  body {
    /* font-size: 14px; */
  }
}

@media (max-width: 1500px) {
  html,
  body {
    /* font-size: 12px; */
  }
}

@media (max-width: 1300px) {
  html,
  body {
    /* font-size: 10px; */
  }
}

@media (max-width: 1100px) {
  html,
  body {
    /* font-size: 9px; */
  }
}

@media (max-width: 1050px) {
  html,
  body {
    /* font-size: 8px; */
  }
    .seperator {
    display: none;
  }
}


@media (max-width: 1280px) {
  .carousel-img {
    display: none;
  }
  .carousel-wrapper {
    margin-top: 25vh;
  }
}

@media(min-width: 1450px){
  .discover-btn{
    margin-top: 0;
  }
}

@media(min-width: 1920px){
  .wrapper {
    margin-left: calc((1921px - 48px * 2 - (12 - 1) * 24px) / 12 * 1 + 24px + 48px * 1);
  }
}

@media (max-height: 460px) {
  .top-footer {
    min-height: 25vh;
  }

  .site-header__logo img{
    width: 150px;
    height: 50px;  
  }
}

@media (max-width: 750px) {
  .site-header {
    padding: 0;
  }
  .site-nav__label {
    font-size: 1.5rem;
  }
  #SiteNavLabel-shop {
      top: 5.5vw;
    }

  .site-header-container{
    padding: 10px 30px;
  }

  .breadcrumb-wrapper{
    padding-left: 30px;
    padding-right: 30px;
  }

  .site-header__icons-wrapper{
    gap: 15px;
  }

  .site-header-container img{
    max-width: 100% !important;
  }
  .search-bar__interior{
    padding: 0 20px;
  }
  .header-text{
    padding: 0 20px !important;
  }
}

@media (min-height: 625px) and (max-width: 807px) {
  .carousel-img {
    display: none;
  }
}

@media screen and (max-width: 768px) {

  .option-logos {    
    width: 3pc;
    height: 3pc;
  }

  .option-groups {
    grid-template-columns: repeat(2, 1fr);
  }
  .option-wrappers:nth-child(2n) {
    border-right: none;
  }

  .product-description {
    height:auto;
  }

  .product-header, .newsletter-header, .storefinder-header{
    font-size: 1pc !important;
  }

  .storefinder-btn, .subscribe-btn{
    font-size: 14px;
  }

  .product-description, .newsletter-content, .storefinder-content, .type-description {
    font-weight:200;
    font-size: 16px;
  }
}

.gr-search-slt{
  float: left !important;
}