/** Shopify CDN: Minification failed

Line 8:0 Unexpected "<"
Line 719:27 Expected identifier but found "*"
Line 1896:23 The "-" operator only works if there is whitespace on both sides

**/
<link rel="stylesheet" href="https://unpkg.com/photoswipe@5/dist/photoswipe.css">

h1 {
    font-size: 80px;
     font-family: "Tenor Sans", sans-serif !important;
    font-weight: 400;
letter-spacing: -4px;
}
body.quick-view-open{
    overflow: hidden;
}
body.quick-view-open1{
    overflow: hidden;
}
#quickViewModal{
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0,0,0,.65);

    display: none;
    justify-content: center;
    align-items: center;

    padding: 40px;
    overflow-y: auto;
    overflow-x: hidden;
}

#quickViewModal.active{
    display:flex;
}
body{
   background-color:#fff !important;    
}
.gradient{
    background:#fff !important; 
}
body.template-pagegradient {
    background: #fff;
}
.banner__box.content-container.content-container--full-width-mobile.color-scheme-c9461661-7a7f-430a-91bf-1a0a8d2de748.gradient{
background:transparent !important; 
}
header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
    height: 100px;
}
.header__menu-item:hover span {
text-decoration: none !important; 
}
.header__menu-item,
.header__menu-item:hover {
  text-decoration: none !important;
}
.header__menu-item .icon-caret {
 display: none;
}
sticky-header.header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
    height: 100px;
}
#shopify-section-template--27316214137114__image_banner_74LbtN .banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient {
    background: transparent !important;
}
.header-wrapper--border-bottom {
    border-bottom: none;
}
.header__heading-logo{
 width: 350px;   
}

#MainContent {
    position: relative;
    z-index: 1;
}

.custom-menu-drawer {
    position: fixed;
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh;
    background: #fff;
    z-index: 99999;
   
}
h2{
  font-size:54px;
   font-family: "Tenor Sans", sans-serif !important;
    font-weight: 400;
   /*letter-spacing: -4px;*/
}
p,li{
 color: #2e2d2b;
 font-size:16px;
}
body.template-.policy-pagepolicy-gradient {
    background: #fff;
}
.custom-menu-drawer{
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  background:#f7f7f7;
  z-index:999;
  opacity:0;
  visibility:hidden;
  transition:.35s ease;
  padding:60px;
}
.header-wrapper,
sticky-header{
    position:relative;
    height: 80px;
}
header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-account {
    max-width: 100% !important;
    padding: 0 6.4rem;
    padding-top: 20px;
    padding-bottom: 10px;
}

.custom-menu-drawer.active{
  opacity:1;
  visibility:visible;
}
.custom-menu-toggle{
  position: relative;
  width: 24px;
  height: 24px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
      width: 32px;
    top: 6px;
}

.custom-menu-toggle span{
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background:#2e2b2d;
  transition: all .3s ease;
}

.custom-menu-toggle span:nth-child(1){
  top: 4px;
}

.custom-menu-toggle span:nth-child(2){
  top: 11px;
}

.custom-menu-toggle span:nth-child(3){
  top: 18px;
}

/* Cross State */

.custom-menu-toggle.active span:nth-child(1){
  top: 11px;
  transform: rotate(45deg);
}

.custom-menu-toggle.active span:nth-child(2){
  opacity: 0;
}

.custom-menu-toggle.active span:nth-child(3){
  top: 11px;
  transform: rotate(-45deg);
}
div#desktop-menu-drawer {
    display: none;
}
.custom-menu-header{
  padding:25px 50px;
  border-bottom:1px solid #d9d9d9;
}

.custom-menu-close{
  border:0;
  background:none;
  font-size:34px;
  cursor:pointer;
}

.custom-menu-content{
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr)) minmax(300px, 450px);
    gap: 30px;
    align-items: start;
    padding: 30px 40px;
}

.menu-col h3{
  margin:0 0 30px;
  font-size:34px;
  font-weight:400;
}

.menu-col h3 a{
color: #2E2B2D;
font-size: 25px;
    text-decoration: none;
    font-family: "Tenor Sans", sans-serif !important;
    font-weight: 400;
}
#shopify-section-template--27316214137114__rich_text_NyPhEn .gradient, #shopify-section-template--27316214137114__multicolumn_wYQng9 .gradient{
background: #072e2b !important;
}
.menu-col ul{
  list-style:none;
  margin:0;
  padding:0;
}

.menu-col li{
  margin-bottom:16px;
}

.menu-col a{
  color:#444;
  text-decoration:none;
}

.menu-col a:hover{
  opacity:.7;
}
.menu-image{
    grid-column:4;
    grid-row:1 / span 2;
     width:100%;
}

.menu-image img{
  width:100%;
  display:block;
}
menu-col:nth-child(4){
    grid-column:1;
    grid-row:2;
}

.menu-col:nth-child(5){
    grid-column:2;
    grid-row:2;
}
.menu-product-info{
  display:flex;
  justify-content:space-between;
  margin-top:15px;
  font-size:15px;
}

.custom-menu-toggle{
  display:flex;
  flex-direction:column;
  gap:5px;
  background:none;
  border:none;
  cursor:pointer;
  padding:0;
}

.custom-menu-toggle span{
  width:22px;
  height:2px;
  background:#2e2b2d;
  display:block;
}


.header__menu-item span {
    font-size: 12px !important;
    color:#2e2b2d  !important;
}

.custom-menu-toggle:hover span:nth-child(2) {
    width: 10px;
}
.header-right{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:32px;
   
}

.header-right > *{
    display: flex;
    align-items: center;
}

.header-right a,
.header-right summary{
    text-decoration: none;
    color: #000;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;}
.header-right .header__search{
    margin-right: 4px;
}

.header-right .header__icon--search{
    padding: 0 !important;
}
.header__icon .icon {
    height: 15px;
    width: 15px; 
}
span.header__icon-name {
    padding-left: 5px;
}
.header-right > *{
    flex-shrink:0;
}
.header-link{
    display:flex;
    align-items:center;
    gap:6px;
    text-decoration:none;
    color:inherit;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1.5px;
}

.header-link svg{
    width:16px;
    height:16px;
}

/*Search Modal **/
.search-modal.modal__content {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: #f8f8f8;
    z-index: 99999;
}

.search-modal__content {
    max-width: 100% !important;
    width: 100%;
    height: 100vh;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.search-modal-logo {
    text-align: center;
    margin-bottom: 60px;
}

.search-logo {
    max-width: 220px;
    height: auto;
}
.search.search-modal__form {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.search-modal .field {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.search-modal .search__input {
    flex: 1;
    border: 0;
    background: transparent;
    font-size: 28px;
    box-shadow: none;
}

.search-modal .field__label {
    display: none;
}
.search-modal__close-button {
    position: absolute;
    top: 40px;
    right: 40px;
}



.search.search-modal__form {
    display: flex;
    align-items: stretch;
    width: 100%;
        max-width: 1600px !important;
    margin: 0;
    gap: 16px;
}
.search-modal__content {
    width: 100%;
    max-width: 100% !important;
}

.search-modal__form {
    width: 100%;
}
.search.search-modal__form .field {
    flex: 1;
    margin: 0;
    position: relative;
}

.search.search-modal__form .search__input {
    width: 100%;
    height:40px;
   
    background: transparent;
    padding: 0 20px;
    font-size: 14px;
    box-shadow: none;
}

.search.search-modal__form .field__label {
    display: none;
}

.search-submit-btn {
    width: 145px;
    min-width: 145px;
    height: 58px;
    border: 0;
    background: #022f2c;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    cursor: pointer;
}

.search-submit-btn:hover {
    opacity: .9;
}

/* Hide Dawn elements */
.search__button,
.reset__button {
    display: none !important;
}
.search-modal-logo {
    text-align: center;
    margin-bottom: 40px;
}

.search-logo {
    max-width: 420px;
    height: auto;
}

/**Account Modal **/
.custom-account-modal{
    position:absolute;
    top:100%;
    right:0;
    width:280px;
    background:#fff;
    border:1px solid #e5e5e5;
    padding:20px;
    z-index:999;
    opacity:0;
    visibility:hidden;
    transition:.3s;
}

.custom-account-modal.active{
    opacity:1;
    visibility:visible;
}

.custom-account-inner{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.custom-register-link{
    text-align:center;
    text-decoration:none;
}
.custom-account-modal{
    display:none;
}

.custom-account-modal.active{
    display:block;
}
.custom-account-modal.active{
border:1px solid #000 !important;

    position: absolute;
    top: 100%;
    right: 10rem;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    max-width: 20rem;
    height: auto;
}
.custom-account-inner a.button.button--primary {
    color: #fff;
}


/**Home Banner css **/
.custom-hero-swiper{
  width:100%;
  overflow:hidden;
}

.custom-hero-swiper .swiper-wrapper{
  align-items:stretch;
}

.custom-hero-swiper .swiper-slide{
  width:100% !important;
  flex-shrink:0;
  overflow:hidden;
  position:relative;
}

.slide-image{
  width:100%;
  height:100%;
  overflow:hidden;
}

.slide-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.custom-slideshow{
  position:relative;
}

.custom-hero-swiper,
.custom-hero-swiper .swiper-slide{
  height:100vh;
}

.swiper-slide{
  position:relative;
}

.slide-image,
.slide-image img{
  width:100%;
  height:100%;
}

.hero-image{
  object-fit:cover;
}

.slide-content{
  position:absolute;
  left:50%;
  bottom:120px;
  transform:translateX(-50%);
  text-align:center;
  z-index:2;
  color:#fff;
}

.slide-content h3{
  font-size:42px;

  font-weight:400;
  margin-bottom:25px;
  color:#fff;
}

.hero-btn{
  display:inline-flex;
  padding:14px 32px;
  
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:2px;
 background-color:#072e2b;
 font-size:13px;
}
.hero-btn:hover{
Background-color:#ac875a;
}
/* Left Arrow */
.custom-prev{
    position:absolute !important;
    left:40px !important;
    top:50% !important;
    transform:translateY(-50%);
    z-index:20;
    color:#fff;
}

.custom-prev::after{
    display:none;
}

/* Right Arrow */
.custom-next{
    position:absolute !important;
    right:40px !important;
    top:50% !important;
    transform:translateY(-50%);
    z-index:20;
    color:#fff;
}

.custom-next::after{
    display:none;
}

/* Arrows */
.custom-prev svg,
.custom-next svg{
    width:24px;
    height:24px;
}

/* Bottom Right Dots */
.custom-pagination{
    position:absolute !important;
    right:40px !important;
    bottom:40px !important;
    top:auto !important;
    left:auto !important;

    width:auto !important;

    display:flex !important;
    flex-direction:row !important;
    align-items:center;
    gap:12px;

    z-index:20;
}

/* Dot Style */
.custom-pagination .swiper-pagination-bullet{
    width:8px;
    height:8px;
    margin:0 !important;
    background:#fff;
    opacity:.4;
    transition:all .3s ease;
}
.custom-hero .swiper-pagination-bullet-active{
  background:#fff;
  box-shadow:0 0 0 7px rgba(255,255,255,.14);
}
.custom-pagination .swiper-pagination-bullet-active{
    opacity:1;
    transform:scale(1.4);
     
    border-radius:20px;
}
.slide-content h3,
.slide-content .hero-btn{
  opacity:0;
  transform:translateX(-120px);
  transition:all 1s ease;
}

.slide-content .hero-btn{
  transition-delay:.25s;
}

.swiper-slide-active .slide-content h3,
.swiper-slide-active .slide-content .hero-btn{
  opacity:1;
  transform:translateX(0);
}

/* Image Zoom */
.slide-image img{
   transform:scale(1.08);
  transition:transform 5s ease;
}

.swiper-slide-active .slide-image img{
  transform:scale(1);
}
#shopify-section-template--27316214038810__image_banner_7tNEzB .banner h2.banner__heading.inline-richtext.h1 {
    color: #fff;
    font-size: 52px;
        letter-spacing: -0.2rem;
    font-family: "Tenor Sans", sans-serif !important;
}

#shopify-section-template--27316214038810__image_banner_7tNEzB .banner__content{
  max-width: 100% !important;
 display: flex !important; */
  justify-content: flex-start !important; 
 text-align: left !important; 
}

#shopify-section-template--27316214038810__image_banner_7tNEzB .banner__box{
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

/* heading + button alignment */
#shopify-section-template--27316214038810__image_banner_7tNEzB .banner__heading{
  text-align: left !important;
}

#shopify-section-template--27316214038810__image_banner_7tNEzB .banner__buttons{
  justify-content: flex-start !important;
}
#shopify-section-template--27316214038810__image_banner_7tNEzB a.button.button--primary {
  border: 1px solid #fff;
text-transform: uppercase;
font-size:13px;
background-color:transparent !important;
}
#shopify-section-template--27316214038810__image_banner_7tNEzB a.button.button--primary:hover {
border: 1px solid #072e2b;
color: #000;
background-color: #fff !Important;
}
#shopify-section-template--27316214038810__collapsible_content_8yLYF7{
  width: 100% !important;
  max-width: 100% !important;
}

#shopify-section-template--27316214038810__collapsible_content_8yLYF7 .content-container{
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#shopify-section-template--27316214038810__collapsible_content_8yLYF7 .collapsible-content-wrapper-narrow{
  max-width: 100% !important;
 width:100% !important;
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/* remove theme side spacing */
#shopify-section-template--27316214038810__collapsible_content_8yLYF7 .page-width{
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#shopify-section-template--27316214038810__collapsible_content_8yLYF7 h2{
font-size: 52px;
        letter-spacing: -0.2rem;
    font-family: "Tenor Sans", sans-serif !important;
}
.accordion__title{
 font-size: calc(var(--font-heading-h5-size) - 1rem);
color: #072E2B;
font-family: "Tenor Sans", sans-serif !important;  
text-decoration:none;
}
.accordion__title:hover{
text-decoration:none;

}
.accordion__content p {
    width: 50%;
    color: #072E2B;
    font-size: 13px;
}
.accordion {
border-top: 1px solid #000 !important;
border-bottom: 1px solid #000 !important; 
}
div#shopify-section-template--27316214038810__instagram_Rb8Dbk {
background: #e5e1dafc;
}
.footer{
padding-top:100px;
background: #e5e1da !important;
padding-bottom:80px;
border-top: none !important;
}
.footer-block.grid__item {
    width: 100% !important;
    max-width: 100% !important;
}

.footer-block__details-content {
    width: 100% !important;
}
.footer-block__image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
}

.footer-block__image-wrapper img {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    height: auto;
}
.footer-block__image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
}
.footer__content-top .footer__blocks-wrapper {
    max-width: 100% !important;
    padding: 0 !important;
}

.footer-block.grid__item {
    width: 100% !important;
    flex: 0 0 100% !important;
}
.footer .page-width {
    max-width: 100%; 
}
.custom-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

/* Logo full width */
.custom-footer .footer__blocks-wrapper {
    grid-column: 1 / -1;
    display: contents;
}

/* First logo block */
.custom-footer .footer__blocks-wrapper > .footer-block:first-child {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 30px;
}

/* Newsletter */
.custom-footer .footer-block--newsletter {
    width: 100%;
    margin: 0 !important;
}

.footer-block__image-wrapper {
    max-width: 100% !important;
}

.footer-block__image-wrapper img {
    width: 100%;
    display: block;
}
ul.list-unstyled.list-social.footer__list-social {
    padding-left: 0 !important;
    justify-content: start;
}
.footer-block--newsletter {
    display: block !important;

    margin-top: 0 !important;
}
.news-head{
    font-size: 24px;
    text-align: left;
    font-family: "Tenor Sans", sans-serif !important;
}
.newsletter__subtitle {
    margin-top: 1.2rem;
    margin-bottom: 2.4rem;
    line-height: calc(var(--font-body-line-height) + 10%);
    max-width: 37rem;
    text-align: left;
    letter-spacing: normal;
}
.custom-newsletter-form .newsletter-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.custom-newsletter-form .newsletter-input {
    flex: 1;
    height: 60px;
    border: 0;
    background: #ffffff;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #777;
    outline: none;
}

.custom-newsletter-form .newsletter-submit {
    width: 120px;
    border: 0;
    background: #003c3c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.custom-newsletter-form .newsletter-submit:hover {
    opacity: .9;
}

.custom-newsletter-form .newsletter-input::placeholder {
    color: #8d8d8d;
    text-transform: uppercase;
}
.newsletter-form {
max-width: 100% !important;
 }
 .footer__content-bottom-wrapper {
    display: flex;
    justify-content: flex-end;
}

.footer__copyright {
    text-align: right;
}
.copyright__content {

    text-transform: uppercase;
    font-size: 14px !important;
}
.collapsible-content summary:hover {
    background: none !important;
}
/* Remove underline on hover */
.accordion summary:hover,
.accordion summary:hover .accordion__title,
.accordion__title:hover {
    text-decoration: none !important;
}

/* Remove any link-style hover effects */
.accordion summary {
    text-decoration: none !important;
}

.accordion__title {
    text-decoration: none !important;
}
.accordion {
    border: 0 !important;
}

.accordion details {
    border-top: 1px solid #000 !important;
    border-bottom: 0 !important;
}

.accordion:last-child details {
    border-bottom: 1px solid #000 !important;
}
@media (max-width: 767px) {
    .custom-newsletter-form .newsletter-row {
        flex-direction: column;
    }

    .custom-newsletter-form .newsletter-submit {
        width: 100%;
        height: 60px;
    }
}
/***responsive Css **/



@media(max-width:1200px){

  .custom-menu-content{
    grid-template-columns:repeat(3,1fr);
  }

  .menu-image{
    display:none;
  }

}
@media(max-width:990px){

#shopify-section-template--27316214038810__collapsible_content_8yLYF7 .collapsible-content-wrapper-narrow {

    padding-left: 20px !important;
    padding-right: 20px !important;
}
h2.collapsible-content__heading.inline-richtext.h0 {
    font-size: 30px !important;
}
header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-account {
padding-left: 20px !important;
padding-right:20px !important;
padding-top: 20px;
padding-bottom: 20px;
}
}
@media(max-width:768px){

  .custom-menu-content{
    grid-template-columns:1fr;
    padding:30px;
    gap:30px;
  }

  .menu-col h3{
    font-size:24px;
  }
 .custom-prev{
    left:15px !important;
  }

  .custom-next{
    right:15px !important;
  }

  .custom-pagination{
    left:50% !important;
    right:auto !important;
    bottom:25px !important;
    top:auto !important;
    transform:translateX(-50%) !important;
    gap:10px;
  }
  .slide-content h3 {
    font-size: 24px; 
  }
  .hero-btn {
padding: 23px 19px; 
  }
}

@media(max-width:768px){


.custom-footer {
    display: block; 

}
    .footer-logo{
        grid-column:1/-1;
    }

    .footer-block--newsletter{
        grid-column:auto;
    }
#shopify-section-template--27316214038810__image_banner_7tNEzB .banner h2.banner__heading.inline-richtext.h1 {
font-size: 30px; 
    }
}

/* Desktop */
.footer-menu-mobile {
  display: none;
}

/* Mobile */
@media screen and (max-width: 749px) {
.footer-block--menu h2.footer-block__heading.inline-richtext {
    display: none;
}
  .footer-menu-desktop {
    display: none;
  }
.footer-menu-mobile:first-of-type {
  border-top: 1px solid #2e2d2b33;
}
  .footer-menu-mobile {
    display: block;
   
  }

  .footer-menu-mobile summary {
    list-style: none;
    cursor: pointer;
   
    position: relative;
     
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.2;
  }

  .footer-menu-mobile summary::-webkit-details-marker {
    display: none;
  }
.footer-menu-mobile .footer-block__heading {
margin-top: 20px !important;
margin-bottom:0 !important;
}
  /* Arrow */
  .footer-menu-mobile summary::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-right: 5px;
  }

  /* Open state */
  .footer-menu-mobile[open] summary::after {
    transform: rotate(-135deg);
  }

  .footer-menu-mobile .footer-block__details-content {
    padding-bottom: 15px;
  }

  /* Multiple accordion items */
  .footer-menu-mobile + .footer-menu-mobile {
    border-top: 0;
  }
  .newsletter-form {
    display: block !important; 
  }
  .custom-newsletter-form .newsletter-input {
    flex: auto !important;
  }
}




/****About Page **/

@media screen and (min-width: 750px) {
#Banner-template--27316214137114__image_banner_74LbtN.banner--large:not(.banner--adapt) {
min-height:900px !important;
    }
}
#Banner-template--27316214137114__image_banner_74LbtN h2.banner__heading.inline-richtext.h1{
color: #fff;
font-size: 52px;
letter-spacing: -0.2rem;
font-family: "Tenor Sans", sans-serif !important;
}
#shopify-section-template--27316214137114__rich_text_NyPhEn h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in{
color: #fff;
font-size: 52px;
letter-spacing: -0.2rem;
font-family: "Tenor Sans", sans-serif !important;
}
#shopify-section-template--27316214137114__rich_text_NyPhEn .rich-text__blocks.center {
max-width: 70% !important;
margin: 0 auto !important;
}
#shopify-section-template--27316214137114__rich_text_NyPhEn .rich-text__text.rte.scroll-trigger.animate--slide-in p {
font-size: 15px !important;
color: #ffffff;
margin: auto;
text-align: left;
line-height: 140%;
font-weight: 400;
}
#shopify-section-template--27316214137114__rich_text_NyPhEn .page-width {
max-width: 100% !important; 
}
#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text {
    max-width: 1600px;
    margin: 0 auto;
}
#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__media-item {
    padding-right: 80px;
}
#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__content {
    padding-left: 80px;

}
#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__heading {
    margin-bottom: 50px;
    font-size: 46px;
    line-height: 1.1;
    font-family: "Tenor Sans", sans-serif !important;
}

/*#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__text {
    max-width: 550px;
}*/
#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__media {
    height: auto !important;
}
#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__text p {
    margin: 0;
    padding: 1.2rem 0;
    line-height: 140%;
    letter-spacing: 0;
    font-size: 16px;
    color: #2e2d2b;
}
#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__media img {
     object-fit: contain !important;
    position: static !important;
    width: 100%;
    height: auto !important;
}
/* Section spacing */
.multicolumn .page-width {
    max-width: 1600px;
    padding: 150px 80px;
}

/* 3 columns spacing */
.multicolumn-list {
   
}

/* Icon size */
.multicolumn-card__image-wrapper {
    width: 60px !important;
    margin-bottom: 35px !important;
}

/* Heading */
.multicolumn-card__info h3 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-family: "Tenor Sans", serif;
    font-weight: 400;
}

/* Text */
.multicolumn-card__info .rte {
    max-width: 420px;
}

.multicolumn-card__info .rte p {
font-size: 15px;
    line-height: 1.2;
    margin: 0;
    color:#fff;
}

/* Remove default card styles */
.multicolumn-card {
    background: transparent !important;
    box-shadow: none !important;
}

/* Align content left */
.multicolumn-card__info {
    text-align: left;
}



@media screen and (min-width: 990px) {
      .multicolumn-list__item {
        padding: 0 20px;
    }
#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__media-item{
 width: 42% !important;
  }
#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__text-item{
      width: 58% !important;
  }
#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__media{
      max-width: 650px;
      margin: 0 auto;
  }
#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__grid {
      align-items: center;
     /* gap: 120px;*/
  }
#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__media {
      margin-left: 40px;
  }
#shopify-section-template--27316214137114__image_with_text_rrWC6E .page-width {
      max-width: 1700px;
      padding: 0 80px;
  }

#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__media-item {
      width: 48% !important;
  }

#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__text-item {
      width: 52% !important;
  }
      .section-template--27316214137114__image_with_text_rrWC6E-padding {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
}
/* Mobile */
@media(max-width: 989px){
h1 {
    font-size: 35px;

}
h2{
  font-size:30px;

}
    .multicolumn .page-width {
        padding: 70px 25px;
    }
#shopify-section-template--27316214137114__rich_text_NyPhEn h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {

    font-size: 30px; 
}
    .multicolumn-list {
        gap: 60px !important;
    }

    .multicolumn-card__info h3 {
        font-size: 24px;
    }

    .multicolumn-card__info .rte p {
        font-size: 16px;
    }

#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__content {
      padding: 40px 20px 0;
  }

#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__heading {
      font-size: 36px;
      margin-bottom: 25px;
  }

#shopify-section-template--27316214137114__image_with_text_rrWC6E .image-with-text__grid {
      gap: 30px;
  }
}
@media(max-width:990px){
#Banner-template--27316214137114__image_banner_74LbtN h2.banner__heading.inline-richtext.h1{
font-size: 30px;

}
}

@media screen and (max-width:575px){
.header__heading-logo {
width: 140px !important;
 max-width: 140px !important;
height: auto;
}
a.custom-account-trigger {
    DISPLAY: NONE;
}
span.header__icon-name {
    DISPLAY: NONE;
}
.header-right {
   gap: 0px; 
    padding-left: 30px;
}
}



/*Product Page */
body.template-productgradient{
  background:#fff;

}
section#shopify-section-template--27316214169882__feature_icons_NVCnrJ {
    padding-top: 80px;
    padding-bottom: 50px;
}
body.template-productgradient .header-wrapper {
background-color: #fff;
}

body.template-productgradient section#shopify-section-template--27316214169882__main {
    background-color: #fff !important;
}

body.template-productgradient product-info#MainProduct-template--27316214169882__main {
    background: #fff !important;
}

body.template-productgradient div#shopify-section-sections--27316214497562__header {
    background: #fff !important;
}

/* Quantity + Add To Cart Row */
.custom-quantity-form{
    display:grid;
    grid-template-columns: 150px 1fr;
    gap:15px;
    width:100%;
}
.product-form__input {
margin: 27px 0px !Important;
min-height: 44px !important;

}
.custom-quantity-form .product-form{
    width:100% !important;
    max-width:100% !important;
}

.custom-quantity-form .product-form__buttons{
    width:100% !important;
    max-width:100% !important;
}
quantity-input.quantity {
    border: 1px solid #ac875a;
    background:#fff;
}
.custom-quantity-form .product-form__submit{
    width:100% !important;
    max-width:100% !important;
    text-transform:uppercase;
    font-size:13px;
    background:#072e2b;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover{
   background: transparent;
    color: #072e2b;  
}
.product-form__submit:hover {
    background: transparent;
    color: #072e2b;
}
.product-form__quantity .form__label {
display: none !Important;
}
body.template-productgradient .product__title h1 {
font-size: 24px !important;
letter-spacing: 0;
}
.custom-product-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    width:100%;
    gap:20px;
}

.custom-product-header .product__title{
    margin:0;
    flex:1;
}

.custom-product-header share-button{
    flex-shrink:0;
    margin-left:auto;
}

.custom-product-header .share-button__button{
    display:flex;
    align-items:center;
    gap:6px;
    color: #2e2d2b99;
    font-size: 16px;
}
body.template-productgradient variant-selects#variant-selects-template--27316214169882__main {
    border-top: 1px solid #ac875a;
    border-bottom: 1px solid #ac875a;
}
/* Buy Now Full Width */
.shopify-payment-button{
    width:100% !important;
    max-width:100% !important;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    margin-top: -28px !important;
    text-transform:uppercase;
     font-size:13px;
     background:#072e2b;
}
.shopify-payment-button__button{
    width:100% !important;
}
button#ProductSubmitButton-template--27316214169882__main {
    display: none;
}
.product-form__buttons {
max-width: 92rem !important;
}
.product-form__input--pill input[type=radio]:checked+label {
    background-color: transparent !important;
    color: #000 !important;
    border: none !important;
}
.product-form__input--pill input[type=radio]:disabled+label, .product-form__input--pill input[type=radio].disabled+label {
    border-color: transparent !important;
    color: #000 !important;
    background: transparent !important;

}
body.template-productgradient .accordion__content p {
  width: 100%; 
}


/* PRODUCT PAGE LAYOUT */
@media screen and (min-width: 990px){
body.template-productgradient .page-width{
  max-width:100% !important;
}
  .product--thumbnail .product__media-wrapper,
  .product:not(.product--no-media) .product__media-wrapper{
      width: 60% !important;
      max-width: 60% !important;
     /* flex: 0 0 62% !important;*/
  }

  .product--thumbnail .product__info-wrapper,
  .product:not(.product--no-media) .product__info-wrapper{
      width: 40% !important;
      max-width: 40% !important;
      /*flex: 0 0 38% !important;*/
      padding-left: 50px !important;
  }

  .product{
      align-items:flex-start !important;
      gap:0 !important;
  }

  /* Sticky Right Side */
  .product__info-container{
      position:sticky;
      top:120px;
      max-width:100% !important;
  }

  /* Main Image */
  .product__media-list{
      margin:0 !important;
  }

  .product__media-item{
      width:100% !important;
      max-width:100% !important;
  }

  .product__media{
      background:none !important;
  }
 /* Gallery Layout */
  media-gallery.product__column-sticky{
      display:flex !important;
      flex-direction:row !important;
      align-items:flex-start;
      gap:20px;
  }

  /* Thumbnail Left */
  .thumbnail-slider{
      order:1;
      width:100px !important;
      flex:0 0 100px !important;
      display:block !important;
  }

  .thumbnail-list{
      display:flex !important;
      flex-direction:column !important;
      gap:12px;
  }

  .thumbnail-list__item{
      width:100%;
  }

  /* Main Image Right */
  #GalleryViewer-template--27316214169882__main{
      order:2;
      flex:1;
      width:calc(100% - 120px);
  }

  .product__media-list{
      margin:0 !important;
  }

  .product__media-item{
      width:100% !important;
  }

  .product__media img{
      width:100%;
      height:auto;
      display:block;
  }

  /* Hide slider arrows under thumbnails */
  .thumbnail-slider .slider-button{
      display:none !important;
  }


  /* Left thumbnails */
 /* Thumbnail Gallery */
.thumbnail-slider {
    display: block !important;
    width: 110px !important;
    flex: 0 0 110px !important;
    overflow: visible !important;
}

.thumbnail-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.thumbnail-list__item {
    width: 100% !important;
}

.thumbnail {
    display: block !important;
    width: 100% !important;
    border: 1px solid #ddd !important;
}

.thumbnail img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

  /* Product title */
  .product__title h1{
      font-size:48px !important;
      line-height:1.1 !important;
      margin-bottom:15px !important;
      font-weight:400 !important;
  }

  /* Price */
  .price{
      font-size:24px !important;
      margin-bottom:25px !important;
  }

  /* Accordion */
  .template-product .accordion{
      border-top:1px solid #cfcfcf !important;
  }

  /* Buttons */
  .product-form__submit{
      min-height:52px !important;
      text-transform:uppercase;
      letter-spacing:1px;
  }
}


/*Collection Page */
#Banner-template--27316213940506__image_banner_Ce48CC .banner__heading {
color: #fff;
font-size: 52px;
 font-family: "Tenor Sans", sans-serif !important;
}
.template-collectiongradient .banner--small:not(.banner--adapt) {
min-height: 28rem !important;
}
.collection.page-width {
max-width: 100% !important;
}

aside#main-collection-filters {
    max-width: 100%  !important;
}
@media screen and (max-width:990px){
#Banner-template--27316213940506__image_banner_Ce48CC .banner__heading {
font-size:30px;
 
}
}


@media screen and (max-width:1300px){
.header__menu-item span {
font-size: 12px !important;
}
.header__heading-logo {
    width: 300px !important;
}
.list-menu--inline {
flex-wrap: nowrap !important; 
}
}


/**Cart Page */

#CartDrawer-CartItems .cart-items th:nth-child(2), #CartDrawer-CartItems .cart-items td:nth-child(2) {
width: auto;
}
#CartDrawer-CartItems .cart-items th:first-child, #CartDrawer-CartItems .cart-items td:first-child {
width: auto;
}
#CartDrawer-CartItems .cart-items th:nth-child(3),#CartDrawer-CartItems .cart-items td:nth-child(3) {
width: auto;
}
body.template-cartgradient .page-width {
max-width: 100%;
}
body.template-cartgradient .title-wrapper-with-link a.underlined-link {
    color: #7d7368 !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
}
.cart-items thead {
    box-shadow: inset 0 .1rem #072e2b;
}
div#shopify-section-template--27316213907738__cart-footer .gradient{
    background: #f9f8f6 !important;
   
}
div#shopify-section-template--27316213907738__cart-footer{
padding: 0 5rem !important;
}
.cart-items th {
padding: 2.1rem 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 140%;
    color: #2e2d2b;
    text-align: left;
}
.cart__items {
 border-bottom: .1rem solid #072e2b !important;
}
.caption-with-letter-spacing {
max-width: 25.5rem; 
}
.caption-with-letter-spacing {
    margin-top: 1rem; 

}
.cart-item__media {
    position: relative;
    width: 8rem;
}
.cart-item__details {
    font-size: 1.6rem;
    line-height: 140%;
}


.cart-items thead th {
  padding: 18px 0;
  font-size: 16px;
  font-weight: 600;
  text-align: left;

}
/* Fixed column widths */


.cart-items th:first-child,
.cart-items td:first-child {
  width:5%
}

.cart-items th:nth-child(2),
.cart-items td:nth-child(2) {
  width: 12%;
}

.cart-items th:nth-child(3),
.cart-items td:nth-child(3) {
  width: 30%;
}

.cart-items th:nth-child(4),
.cart-items td:nth-child(4) {
  width:10%
}
.cart-item__image {
  width: 80px;
  height: 100px;
  object-fit: cover;
}
/* Quantity */
body.template-cartgradient .quantity {
  max-width: 140px;
  min-height: 48px;
}

/* Total */
.cart-item__totals {
  text-align: left;
}

/* Footer */
.cart__footer {
padding-top: 24px;
}
.cart__footer>* {
width: auto !important;
    }
small.tax-note.caption-large.rte {
    font-size: 14px;
    text-align: left;
}
.totals {
  justify-content: flex-end;
  gap: 10px;
}
 .cart-items td {
font-size: 13px;
color: #2E2D2B;
    }
    .cart-item__price-wrapper span.price.price--end {
    font-size: 13px !important;
    color: #2E2D2B;
}
.cart__checkout-button {
  max-width: 260px;
  margin-top: -44px;
  text-transform:uppercase;
  font-size:13px;
}
.cart__blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart__blocks > .js-contents {
  flex: 1;
}

.cart__blocks > .cart__ctas {
  margin-left: 20px;
}

h2.totals__total {
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 700;
}

p.totals__total-value {
    font-size: 14px !important;
}

.totals {
    margin-left: 0 !important;
    justify-content: left !Important;
}

@media screen and (max-width: 749px) {

  .cart-item {
    display: flex !important;
    flex-wrap: wrap  !important;
    align-items: flex-start  !important;
    gap: 10px;
  }

  /* Image */
  .cart-item__media {
    width: 90px  !important;
    flex: 0 0 90px  !important;
  }

  /* Right side */
  .cart-item__details,
  .cart-price-custom,
  .cart-item__totals.small-hide,
  .cart-item__quantity,
  .cart-item td:last-child {
    flex: 0 0 calc(100%-0px)  !important;
  }
  .cart-items thead {
display: none !important;
    }
 .cart-items th:nth-child(4), .cart-items td:nth-child(4) {
    width: 20%;
}
}

@media (max-width: 749px) {
  .cart__blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .cart__ctas {
    width: 100%;
  }

  .cart__checkout-button {
    width: 100%;
  }
}
@media screen and (min-width: 990px) {
    .cart-item:last-child {
        box-shadow: inset 0 .1rem #072e2b;
    }
}

@media screen and (min-width: 990px) {
        .cart-items {
        border-spacing: 0;
        border-collapse: separate;
        box-shadow: none;
        width: 100%;
        display: table;
    }
    .cart-items td {
        vertical-align: middle;
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
        font-size: 13px;
        color: #2E2D2B;
    }
    .cart-item>td.cart-item__details {
        padding-left: 1.6rem;
        letter-spacing: 0;
    }

        .cart-item .cart-item__quantity, .cart-items .cart-items__heading--wide {
        padding-left: 10rem;
    }

.template-list-collectionsgradient .page-width {
  max-width: 100%;
}

.template-list-collectionsgradient .card__inner {
  position: relative;
  overflow: hidden;
}

.template-list-collectionsgradient .card__inner .card__content {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex !important;
  align-items: flex-start; /* TOP */
  justify-content: flex-start; /* LEFT */
  padding: 20px;
  
}

.template-list-collectionsgradient .card__inner .card__information {
  display: block !important;
  width: 100%;
}

.template-list-collectionsgradient .card__inner .card__heading,
.template-list-collectionsgradient .card__inner .card__heading a {
  color: #fff !important;
  margin: 0;
 font-size: 24px;
}
}
@media screen and (max-width:991px){
.template-list-collectionsgradient .card__inner .card__heading,
.template-list-collectionsgradient .card__inner .card__heading a {
font-size: 16px;
} 
}
.variant-wrapper{
  margin:25px 0;
}

.variant-label{
  font-size:14px;
  margin-bottom:12px;
  font-weight:500;
}

.variant-swatches{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.variant-swatch{
  min-width:30px;
  height:30px;
  padding:0 18px;
  border:none;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:.3s;
  background:#fff;
  color:#072E2B;
  font-size: 14px;
border-radius: 50px;
}

.variant-swatch:hover{
  border-color:#072E2B;
}

.variant-swatches input:checked + .variant-swatch{
  background:#e5e1da;
  color:#072e2b;
border-radius: 50px;
border:1px solid #072e2b8c;
}

/* Sizechart */
.size-chart-modal{
    position: fixed;
   inset:0;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;   /* top & bottom spacing */
    background: rgba(0,0,0,.7);
    z-index: 999999;
    overflow-y: auto;

}

.size-chart-modal.active{
    display: flex;
}

.size-chart-popup{
    position: relative;
    width: min(900px, 100%);
    max-height: calc(100vh - 80px);
    overflow-y: auto;
   /* background: #fff;*/
    padding: 20px;
   top: 80px;
}

.close-size-chart{
    position: sticky;
    top: 0;
    float: right;
    font-size: 32px;
    cursor: pointer;
    z-index: 10;
    /*background: #fff;*/
    padding: 5px 10px;
    color:#fff;
}

.size-chart-popup img{
    width: 100%;
    height: auto;
    display: block;
}


a.size-chart-trigger {
    color: #072e2b;
    text-decoration: none;
}

@media (max-width: 749px){

  .size-chart-popup{
      width:95%;
      max-height:85vh;
      padding:15px;
  }

  .close-size-chart{
      top:8px;
      right:10px;
      font-size:28px;
  }
.size-chart-popup{
 top: 0px;
}
}

@media (max-width: 1700px){

    .custom-menu-content{
        grid-template-columns: repeat(3, 1fr) 350px;
        gap: 20px;
    }

    .menu-col h3{
        font-size: 18px;
        margin-bottom: 12px;
    }

    .menu-col li{
        margin-bottom: 6px;
    }

    .menu-image img{
        width: 100%;
        height: auto;
        max-height: 500px;
        object-fit: contain;
    }

}