/** Shopify CDN: Minification failed

Line 473:0 Unexpected "{"
Line 473:1 Unexpected "{"
Line 473:3 Expected identifier but found "'custom.css'"

**/
/* #shopify-section-emailPopup div.popupWrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 20px);
    max-width: 500px;
    z-index: 999;
    height: fit-content;
    min-height: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
#shopify-section-emailPopup div.popupWrapper .popupSubheading {
    margin-bottom: 50px;
}
#shopify-section-emailPopup div.popupWrapper #contact_form {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    justify-content: center;
    align-items: center;
}
#shopify-section-emailPopup div.popupWrapper #contact_form .mail-wrap {
    display: flex;
    align-items: end;
    gap: 15px;
}
#shopify-section-emailPopup div.popupWrapper #contact_form .mail-wrap .newsletter__label {
    line-height: 28px;
}
#shopify-section-announcement-bar p.announcement-bar__message {
    font-weight: 600;
}
#shopify-section-emailPopup .input-group__btn.newsletter-signup-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
#shopify-section-emailPopup div.popup-input-group {
    margin: 0;
} */


.bannerbutton {
    position: unset !important;
}
div#shopify-section-home-banner {
    height: 100%;
    display: flex;
    position: relative;
}
/* #shopify-section-home-banner a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: #00000047;
    white-space: pre-wrap;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */
#he-lock-up a {
    color: unset;
}
.mobile-view {
  display: none;
}
h2.titleTexts {
    color: white;
    font-size: 30px;
}
#shopify-section-home-banner a:hover {
    opacity: 1;
}
span.btn__text {
    color: white;
}
.featured-product__details-content {
    max-width: 360px;
}
.featured-product__details {
    display: flex;
    align-items: center;
    justify-content: end;
}
html {
    padding-bottom: 0 !important;
}
.featured-product .productDescription p {
    font-size: 13px;
}
.featured-product p.product__price {
      margin-top: -9px;
    font-size: 13px;
}
.featured-product .detailsWrapper {
    font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .featured-product__details-content {
    max-width: unset;
  }
  h2.titleTexts {
    font-size: 25px;
  }
  .mobile-view {
    display: block;
  }
  #shopify-section-emailPopup .popupWrapper {
    display: none!important;
  }
  .site-footer__linklist {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  footer.site-footer {
    padding: 10px 10px;
  }
  .site-footer__linklist a {
    padding: 5px 10px;
  }
  .site-footer__linklist a {
    font-size: 10px;
  }
  .index-section--featured-product {
    margin-top: 0;
  }
}


/* Loader
======================================== */
#loader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100%;
	background-color: inherit;
	-ms-touch-action: none;
		 touch-action: none;
	z-index: 998;
}

/* Lock–up
======================================== */
#he-lock-up_wrapper{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 8fr 1fr;
	grid-template-rows: 1fr 4fr 1fr;
	color: white;
	mix-blend-mode: difference;
	-webkit-user-select: none;
		-moz-user-select: none;
		 -ms-user-select: none;
			  user-select: none;
	pointer-events: none;
	z-index: 999;
}
#he-lock-up_wrapper.visible{
	z-index: 8;
}
#he-lock-up{
	grid-column: 2;
	grid-row: 2;
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	grid-template-rows: repeat(2, 1fr);
	align-items: center;
	justify-items: center;
	font-size: var(--fs-logo);
}
@media (max-width: 490px) and (orientation: landscape){
	#he-lock-up_wrapper{
		display: grid !important;
		opacity: 1 !important;
	}
	#he-lock-up_wrapper ~ *{
		display: none !important;
	}
}

.banner-inner-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: difference;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    padding: 20px;
    justify-content: space-between;
    display: flex;
}

.banner-inner-left-top {
    position: sticky;
    top: 20px;
    left: 20px;
    margin-bottom: 50px;
}
.banner-inner-row * {
    height: fit-content;
}
.banner-inner-row a {
    color: unset;
}

.banner-inner-left-bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.banner-inner-right-top {
    position: sticky;
    right: 20px;
    top: 20px;
    margin-bottom: 50px;
}

.banner-inner-right-bottom {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
@media only screen and (max-width: 768px) {
  .banner-inner-row {
      font-size: 14px;
  }
  .featured-product .productDescription p {
    font-size: 10px;
  }
  .productBottomContainer, .productNumber.colorChangeFont {
        font-size: 10px !important;
        
    }
  .productPrice {
    text-align:left !important;
  }
  .collection-heading {
    display:flex !important;
  }
  .dropDownMenuItemHandle  {
    font-size:12px;
  }
  .dropDownMenuItemCount  {
    font-size:12px;
  }
  .dropDownMenuItem a{
    font-size:12px;
  }
}

.price--sale {
    text-decoration: line-through;
}
.product-tag {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 10px;
    font-family: Zurich Extended !important;
    letter-spacing: 0 !important;
    height: 100px;
    padding: 0px;
    line-height: 20px;
}
.product-tag-new {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 10px;
    font-family: Zurich Extended !important;
    letter-spacing: 0 !important;
    height: 100px;
    padding: 0px;
    line-height: 20px;
}

.stock-available {
    color: black;
}

.stock-out {
    color: red;
}
.announcement-slider {
    display: none;
}

.slick-initialized .announcement-slider {
    display: block;
}

.slick-initialized .product-slider {
    display: block;
}
#cartCountText {
  font-size:12px;
}
.newsletter-sticky-bar {
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    padding: 15px 20px;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); 
    display: flex;
    justify-content: center; 
    align-items: center;
    flex-wrap: wrap;
    transition: transform 0.3s ease-out;
    text-align: center;
}

.newsletter-sticky-bar p {
    margin: 0 20px 10px 20px;
    font-size: 16px;
}

.newsletter-sticky-bar form div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.newsletter-sticky-bar input[type="email"] {
    padding: 10px;
    margin: 5px 10px;
    border: none;
    border-radius: 4px;
    flex-grow: 0;
    min-width: 250px;
    font-size: 14px;
    background-color: #f7f7f7;
    outline: none;
}

.newsletter-sticky-bar button, 
.newsletter-sticky-bar input[type="submit"] {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.newsletter-sticky-bar button:hover {
    background-color: #333333;
}

.newsletter-sticky-bar .close-btn {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #000000;
    font-size: 20px;
    cursor: pointer;
    padding: 5px 10px; 
}

/* ---------- Responsive Styles ---------- */

/* Tablet (768px and below) */
@media (max-width: 768px) {
    .newsletter-sticky-bar {
        flex-direction: column;
        padding: 20px 15px;
    }

    .newsletter-sticky-bar p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .newsletter-sticky-bar form div {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .newsletter-sticky-bar input[type="email"] {
        width: 60%;
        min-width: auto;
        border: none; /* no border on tablet */
    }

    .newsletter-sticky-bar button {
        margin-left: 10px;
        width: auto;
    }

    .newsletter-sticky-bar .close-btn {
        left: auto;
        right: 15px;
        top: 10px;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    .newsletter-sticky-bar {
        padding: 15px 10px;
    }

    .newsletter-sticky-bar p {
        font-size: 14px;
        margin: 0 0 8px 0;
    }

    .newsletter-sticky-bar form div {
        flex-direction: column;
        align-items: center;
    }

    .newsletter-sticky-bar input[type="email"] {
        font-size: 13px;
        width: 100%;
        margin: 8px 0;
        border: none; /* remove border for mobile */
        background-color: #f7f7f7;
    }

    .newsletter-sticky-bar button {
        font-size: 14px;
        width: 100%;
        padding: 10px;
        margin-top: 5px;
    }

    .newsletter-sticky-bar .close-btn {
        right: 10px;
        top: 10px;
        font-size: 22px;
    }
}
{{ 'custom.css' | asset_url | stylesheet_tag }}
