/** Shopify CDN: Minification failed

Line 1147:10 Unexpected "{"
Line 1147:19 Expected ":"
Line 1148:7 Expected identifier but found "{"
Line 1148:8 Unexpected "{"
Line 1148:17 Expected ":"
Line 1148:46 Expected ":"
Line 1153:10 Unexpected "{"
Line 1153:19 Expected ":"
Line 1154:7 Expected identifier but found "{"
Line 1154:8 Unexpected "{"
... and 2 more hidden warnings

**/
.marquee-topbar {
  width: 100%;
  background: #6F6F6F;
  overflow: hidden;
  padding: 18px 0;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 50s linear infinite;
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 40px;
  white-space: nowrap;
}

.marquee-icon img {
  height: 24px;
  width: auto;
  display: block;
}

.marquee-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: Medium;
    line-height: 99%;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.search-modal.modal__content.gradient {
    margin-top: 7.9rem;
}
details[open] .header__icon-close {
    display: none;
}
/* Pause on Hover */
.marquee-topbar:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */

@media (max-width: 768px) {
  .marquee-item {
    padding: 0 20px;
  }

  .marquee-text {
    font-size: 12px;
  }

  .marquee-icon img {
    height: 18px;
  }
  .header__icons {
    padding-right: 2.8rem !important;
}
}
.list-menu__item {
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 99%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000;
}
img.my-icon {
    width: 24px;
    height: 24px;
    opacity: 1;
}
a#cart-icon-bubble span.svg-wrapper {
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 99%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: underline;
}
.header__icon, .header__icon--cart .icon {
    text-decoration: none;
}

.street-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.street-hero-wrapper {
  position: relative;
}

.street-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  opacity: 1;
}

.street-hero-content {
    position: absolute;
    top: 0px;
    left: 6rem;
    transform: translateY(-14%);
    color: #fff;
    max-width: 100%;
}

.street-hero-title {
    width: 100%;
    font-size: 13vw;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 78%;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.street-hero-subtext {
  font-size: 18px;
  margin-bottom: 0px;
  max-width: 450px;
}

.street-hero-btn {
  display: inline-block;
  padding: 15px 50px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  transition: .3s ease;
  width: fit-content;
}

.street-hero-btn:hover {
  background: #000;
  color: #fff;
}

/* Responsive */

.mobile-only {
  display: none;
}

@media (max-width: 1024px) {
  .street-hero-title {
    font-size: 70px;
  }
}

@media (max-width: 768px) {

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .street-hero-image img {
    height: 100%;
  }

  .street-hero-content {
    left: 5%;
    right: 5%;
  }

  .street-hero-title {
    font-size: 70px;
  }

  .street-hero-subtext {
    font-size: 14px;
  }

  .street-hero-btn {
    padding: 10px 18px;
    font-size: 14px;
  }
}

div#shopify-section-template--21104019177724__marquee_topbar_RN7UQW .marquee-topbar {
  background: #040404;
  position: relative;   /* needed for pseudo element */
}

/* Gradient fade border */
div#shopify-section-template--21104019177724__marquee_topbar_RN7UQW .marquee-topbar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;

  background: linear-gradient(
    to right,
    rgba(145, 247, 0, 0),     /* fade left */
    rgba(145, 247, 0, 0.6),
    #91f700,                 /* strong center */
    rgba(145, 247, 0, 0.6),
    rgba(145, 247, 0, 0)     /* fade right */
  );
}

div#shopify-section-template--21104019177724__marquee_topbar_EBH8aN .marquee-topbar {
  background: #040404;
  position: relative;   /* needed for pseudo element */
}

/* Gradient fade border */
div#shopify-section-template--21104019177724__marquee_topbar_EBH8aN .marquee-topbar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;

  background: linear-gradient(
    to right,
    rgba(145, 247, 0, 0),     /* fade left */
    rgba(145, 247, 0, 0.6),
    #91f700,                 /* strong center */
    rgba(145, 247, 0, 0.6),
    rgba(145, 247, 0, 0)     /* fade right */
  );
}
.header-wrapper--border-bottom {
    border-bottom: 1px solid #000000;
}
.split-newsletter {
  padding: 60px 20px;
}

.split-container {
  max-width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.split-content {
  flex: 1;
}

.split-heading {
    width: 50%;
    font-weight: 300;
    font-style: Light;
    font-size: 32px;
    line-height: 99%;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin:0px;
}

.split-subtext {
    color: #767676;
    width: 50%;
    font-weight: 300;
    font-size: 20px;
    line-height: 99%;
    letter-spacing: 0px;
    text-transform: capitalize;
    float: left; /* 👈 add this */
    margin:0px;
    margin-top: 10px;
    margin: 10px 0 0;
    margin-left: auto;
    width: fit-content;
}

.split-form {
  display: flex;
  gap: 15px;
  align-items: center;
}

.split-input {
  flex: 1;
  padding: 12px 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  outline: none;
}

.split-btn {
  padding: 15px 50px;
  background: transparent;
  border: 1px solid #000;
  cursor: pointer;
  transition: 0.3s ease;
  font-weight: 600;
  color: black;
}

.split-btn:hover {
  background: #000;
  color: #fff;
}

.split-image {
  flex: 1;
}

.split-img {
  width: 100%;
  height: auto;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .split-container {
    flex-direction: column;
    text-align: center;
  }

  .split-form {
    flex-direction: column;
  }

  .split-btn {
    width: 100%;
  }
  .search-modal.modal__content.gradient {
    margin-top: 5.9rem;
}

}
.split-one {
    width: 50%;
}
.split-image {
    width: 50%;
}
.split-content.my {
    display: flex;
}
.split-one {
  display: flex;
  flex-direction: column;
  gap: 15rem;
}

@media (max-width: 768px) {
  .split-one {
    gap: 25px;
  }
}

.wyht-footer {
  background: #fff;
  padding: 20px 0 0;
}

.my-social p a {
    font-weight: 700;
    color: #767676;
}
/* TOP LINKS */
.wyht-footer-top {
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}

.my-social p {
    font-style: Light;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin: 0;
    color: #767676;
}

.my-social h2 {
    margin: 0;
}

.wyht-footer-left {
    display: grid !important;
    gap: 10px !important;
}

.wyht-footer-left,
.wyht-footer-right {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.socila-media {
    max-width: 100%;
    margin: auto;
    padding: 0 20px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wyht-footer-link {
    color: #000;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration:none;
}

.wyht-footer-link:hover {
  opacity: 0.6;
}

/* FULL WIDTH LOGO */
.wyht-footer-logo-wrap {
  width: 100%;
  line-height: 0;
}

.wyht-footer-logo-img {
  width: 100%;
  height: auto;
  display: block;
}
.qf-section {
  background: #000;
  padding: 0px 20px;
}

.qf-container {
  max-width: 100%;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: center;
}

.qf-left {
  flex: 1;
  color: #fff;
}

.qf-heading {
    font-weight: 300;
    font-size: 72px;
    line-height: 99%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #FFFFFF;
    width:50%;
}

.qf-heading span {
  color: #8aff00;
}

.qf-images {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  width: 50%;
}

.qf-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.qf-desc {
    color: #ccc;
    margin-bottom: 25px;
    max-width: 450px;
    font-family: Archivo;
    font-weight: 400;
    font-style: SemiBold;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.qf-desc span {
    color: #91F700;
}

.qf-btn {
    width: 100%;
    display: inline-block;
    padding: 12px 28px;
    border: 2px solid #8aff00;
    color: #8aff00;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    text-align: center;
}

.qf-btn:hover {
  background: #8aff00;
  color: #000;
}

.qf-right {
  flex: 1;
}

.qf-right img {
  width: 100%;
  height: auto;
  display: block;
}
.top-image-head img {
    width:auto;
    height:auto;
}
.top-image-head {
    display: flex;
}
.secong {
    display: flex;
    gap: 20px;
}
p.qf-desc img {
    width: 100%;
    height: auto;
}
.image-pi {
    width: 50%;
}
.image-pi img {
    width: 100%;
    height: auto;
}
.last-image-option {
    display: flex;
    gap: 20px;
    padding-bottom: 40px;
}
.last-one {
    width: 50%;
}
.last-two {
    width: 50%;
}
.last-image-option img {
    width: 100%;
    height: 100%;
}
.my-social.mob {
    display: none;
}
menu-drawer.mobile-facets__wrapper.medium-hide.large-up-hide {
    display: none;
}
.product-count.light.medium-hide.large-up-hide {
    display: none;
}

/* ======================
   MOBILE
====================== */
@media (max-width: 768px) {
  .qf-container {
    flex-direction: column;
  }

  .qf-heading {
    font-size: 32px;
  }

  .qf-images {
    flex-direction: column;
  }

  .qf-images img {
    width: 100%;
    height: auto;
  }

  .qf-desc {
    max-width: 100%;
  }
}
@media (max-width: 749px) {
menu-drawer.mobile-facets__wrapper.medium-hide.large-up-hide {
    display: block !important;
}
.product-count.light.medium-hide.large-up-hide {
    display: block !important;
}
.section-template--21104019341564__related-products-padding {
    padding-top: 0px !important;
}
.related-products__heading {
    font-size: 24px !important;
}
.wyht-footer {
    padding: 0px 0 0 !important;
}
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .wyht-footer-top {
    flex-direction: column;
    gap: 15px;
    text-align: start !important;
    padding: 0 20px 20px;
  }
.street-hero-image img {
  padding: 20px 20px 20px;
  opacity: 1;
}
.street-hero-content {
    top: 0;
    left: 2rem !important;
    transform: translateY(0%)  !important;
}
.header {
    padding: 4px 3rem!important;
}
.secong {
    display: block !important;
}
.qf-images {
    width: 100% !important;
}
.image-pi {
    width: 100% !important; 
}
.qf-desc {
    font-size: 17px !important;
    line-height: 20px !important;
}
.last-image-option {
    display: grid !important;
}
.last-one, .last-two {
    width: 100% !important;
}
.qf-right {
    padding-bottom: 20px !important;
}
.split-newsletter {
    padding: 20px 20px !important;
}
.split-one, .split-image {
    width: 100% !important;
}
.split-content.my {
    display: grid !important;
}
.split-heading {
    width: 100% !important;
    text-align: start !important;
}
.split-subtext {
    width: 100% !important;
    text-align: start !important;
}
.split-input {
    border-bottom: 2px solid #ccc !important;
    width: 100% !important;
}
.socila-media {
    display: grid !important;
    gap: 10px !important;
}
.wyht-footer-left {
    display: flex !important;
}
.my-social p {
    line-height: 20px !important;
}
.street-hero-content {
    min-height: 65vh; /* full screen */
  }

  .street-hero-subtext {
    position: absolute;
    bottom: 80px;   /* space above button */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
  }

  .street-hero-btn {
    position: absolute;
    bottom: 30px;   /* bottom space */
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
}.collection-hero__title+.collection-hero__description p {
    font-weight: 300;
    font-style: Light;
    font-size: 28px;
    padding: 5px 0rem;
    line-height: 99%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.collection-hero__title+.collection-hero__description p {
    font-size: 28px !important;
    padding: 5px 0rem !important;
}
.my-social {
    display: none;
}
.my-social.mob {
    display: block !important;
}
}
h1.collection-hero__title {
    display: none;
}
.collection-hero__title+.collection-hero__description p{
    font-weight: 300;
    font-style: Light;
    font-size: 80px;
    padding: 10px 10rem;
    line-height: 99%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
span.facets__summary-label {
    font-style: Light;
    font-size: 18px;
    line-height: 99%;
    letter-spacing: 0px;
    text-transform: uppercase;
    COLOR: #000000;
}
span.facet-checkbox__text {
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 99%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #767676;
}
.facets-vertical .facets__summary{
    font-style: Light;
    font-size: 18px;
    line-height: 99%;
    letter-spacing: 0px;
    text-transform: uppercase;
    COLOR: #000000;
}
.facets-vertical .active-facets-vertical-filter {
    display: none !important;
}
.product-count-vertical {
    display: none;
}
.facets-vertical {
  padding-top: 3rem;
}
.card--card, .card--standard .card__inner {
    border: 1px solid #000000 !important;
}
/* .grid {
    column-gap: 0px !important;
} */
h3.card__heading.h5 {
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 99%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000;
}
.price__container {
    font-weight: 600;
    font-size: 14px;
    line-height: 99%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #000000;
}
h2.facet-filters__label.caption-large.text-body {
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 99%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
}
.facet-filters__field .select__select, .mobile-facets__sort .select__select {
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 99%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
}
.product__title {
    font-weight: 300;
    font-style: Light;
    font-size: 72px;
    line-height: 99%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000;
}
section.product__info-container.product__column-sticky .price__container {
    font-weight: 400;
    font-size: 28px;
    line-height: 99%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000;
}
:is(.product-form__input--pill,.product-form__input--swatch) .form__label {
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 99%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000;
}
.product-form__input--pill input[type=radio]+label {
    border-radius: 10px !important;
    margin: 0.7rem 1.5rem .2rem 0 !important;
}
.cart-count-bubble {
    font-size: .9rem !important;
    bottom: 1.5rem !important;
    left: 5.2rem !important;
}
.product-form__submit {
    margin-bottom: 1rem;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 99%;
    letter-spacing: 0px;
    text-transform: uppercase;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 99%;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.product-form__input {
    margin: 0px 0 2.2rem !important;
}
.related-products__heading {
    margin: 0 0 0rem;
    font-weight: 300;
    font-style: Light;
    font-size: 32px;
    line-height: 99%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

/* responsive */

@media(max-width:768px){
  .acc-btn{
    font-size:13px;
    padding:16px 0;
  }
}
.my-social h2{
  display: flex;
  align-items: center;
  gap: 8px; /* space between text and image */
}

.my-social h2 p{
  margin: 0;
}

.my-social h2 img{
  width: auto;
  height: auto;
}
.template-search__header.page-width.scroll-trigger.animate--fade-in h1 {
    font-weight: 300;
    font-style: Light;
    font-size: 32px;
    line-height: 99%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.template-search__header.page-width.scroll-trigger.animate--fade-in p {
    font-weight: 300;
    font-size: 20px !important;
    line-height: 99%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.cart-notification__heading {
    font-weight: 300;
    font-size: 16px !important;
    line-height: 99%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
button.link.button-label {
    font-weight: 300;
    font-size: 16px !important;
    line-height: 99%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.cart-notification-product__name {
    margin-bottom: .5rem;
    margin-top: 0;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 99%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #000000;
}
.product-option {
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 99%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #000000;
}
.cart-items thead th {
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 99%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: black;
}
h1.title.title--primary {
    font-weight: 300;
    font-style: Light;
    font-size: 32px;
    line-height: 99%;
    letter-spacing: 0px;
    text-transform: uppercase;
}
a.underlined-link {
    font-weight: 300;
    font-style: Light;
    font-size: 15px;
    line-height: 99%;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: black;
    text-decoration: none;
    border: 1px solid black;
    padding: 10px;
    background: black;
    color: white;
}
a.underlined-link:hover{
    font-weight: 300;
    font-style: Light;
    font-size: 15px;
    line-height: 99%;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: black;
    text-decoration: none;
    border: 1px solid black;
    padding: 10px;
    background: white;
    color: black;
}
    .main-page-title {
        margin-bottom: 4rem;
        text-align: center;
        font-family: Archivo;
        font-weight: 300;
        font-style: Light;
        font-size: 26px;
        line-height: 99%;
        letter-spacing: 0px;
        text-transform: uppercase;
}
#page-loader{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:#f5f5f5;
display:flex;
align-items:center;
justify-content:center;
z-index:9999;
opacity:0;
visibility:hidden;
transition:0.3s;
}

#page-loader.active{
opacity:1;
visibility:visible;
}

.loader-logo img{
width:80px;
animation:logoSpin 1.8s linear infinite;
}

@keyframes logoSpin{
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
p.cart__login-paragraph.new {
    COLOR: BLACK;
    font-size: 16px;
}
header.header.header--middle-center.header--mobile-left.page-width.header--has-menu.header--has-account {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: transparent;
  transition: all 0.3s ease;
}

/* When scrolled */
header.header.header--middle-center.header--mobile-left.page-width.header--has-menu.header--has-account.scrolled {
  background-color: #ffffff; /* change your color */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-bottom: 1px solid white;
}
a#cart-icon-bubble path {
    display: none;
}
.dual-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:0px;
}

.dual-item{
position:relative;
overflow:hidden;
}

.dual-image{
width:100%;
height:100%;
display:block;
object-fit:cover;
}

.dual-btn{
position:absolute;
left:50%;
bottom:30px;
transform:translateX(-50%);
background:#fff;
color:#000;
padding:15px 70px;
text-decoration:none;
font-size:14px;
letter-spacing:.5px;
text-transform:uppercase;
transition:.3s;
}

.dual-btn:hover{
background:#000;
color:#fff;
}

.section-{{ section.id }} .dual-item{
height:{{ section.settings.desktop_height }}px;
}

@media(max-width:768px){

.section-{{ section.id }} .dual-item{
height:{{ section.settings.mobile_height }}px;
}

.dual-grid{
gap:6px;
}

.dual-btn{
bottom:25px;
padding:15px 20px;
font-size:14px;
width:75%;
text-align:center;
}
.dual-grid {
    display: block;
}
.product-popup-modal__content {
    height: auto !important;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
    margin-top: 18rem !important;
}
}
modal-opener.product-popup-modal__opener.quick-add-hidden {
    margin: 0rem 0;
}
