/** Shopify CDN: Minification failed

Line 559:4 Unexpected "}"

**/
.menu-drawer__close,
.font-size-0 {
  font-size: 0;
}


/*Header*/
header.header {
    gap: 10px;
}
header .header__logo {
    width: 100px;
    margin-bottom: -4px;
}
header .header__icons {
    gap: 15px;
}
.header__menu-item {
  font-family: "Helvetica", sans-serif;
  font-size: 15px;
}
.header__menu-list {
    justify-content: start !important;
}
.header__mega-menu {
  max-height: calc(100vh - 155px);
  overflow-y: scroll;
  border-bottom: 1px solid #000;
}
.outer-header-wrapper:has(.header__mega-menu-wrapper:hover) {
    z-index: 1000;
}
.header__mega-menu-container {
    align-items: unset !important;
}
.header__mega-menu-container {
  padding: 60px 0px 60px 0 !important;
}
.header__menu {
  font-family: "Helvetica", sans-serif;
}
.header__mega-menu-container h3 {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 60px;
}
.header__mega-menu-group-links a:hover {
    font-weight: 500;
    text-decoration: underline;
}
.header__mega-menu-group-links a {
    font-family: "Helvetica", sans-serif;
    font-size: 15px;
}

/* .header__menu-list .header__mega-menu-wrapper:nth-of-type(2) .header__mega-menu-group:nth-child(2) .header__mega-menu-group-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
} */







.header__menu-list .header__mega-menu-wrapper:nth-of-type(2) .header__mega-menu-links {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 650px; 
  gap: 0 !important;
}
.header__menu-list .header__mega-menu-wrapper:nth-of-type(2) .header__mega-menu-group {
  width: 20%;
  margin-bottom: 70px;
}
.header__menu-list .header__mega-menu-wrapper:nth-of-type(2) .header__mega-menu-group:nth-child(1) { 
  order: 0; 
}
.header__menu-list .header__mega-menu-wrapper:nth-of-type(2) .header__mega-menu-group:nth-child(2) { 
  order: 1; 
}
.header__menu-list .header__mega-menu-wrapper:nth-of-type(2) .header__mega-menu-group:nth-child(3) { 
  order: 2; 
}
.header__menu-list .header__mega-menu-wrapper:nth-of-type(2) .header__mega-menu-group:nth-child(4) { 
  order: 3; 
}
.header__menu-list .header__mega-menu-wrapper:nth-of-type(2) .header__mega-menu-group:nth-child(5) { 
  order: 1; 
}
.header__menu-list .header__mega-menu-wrapper:nth-of-type(2) .header__mega-menu-group:nth-child(6) { 
  order: 3; 
}
.header__menu-list .header__mega-menu-wrapper:nth-of-type(2) .header__mega-menu-group:nth-child(7) { 
  order: 2; 
}
.header__menu-list .header__mega-menu-wrapper:nth-of-type(2) .header__mega-menu-links::before,
.header__menu-list .header__mega-menu-wrapper:nth-of-type(2) .header__mega-menu-links::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}





.header__menu-list .header__mega-menu-wrapper:nth-of-type(6) .header__mega-menu-group:nth-child(1) .header__mega-menu-group-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}
.header__menu-list .header__mega-menu-wrapper:nth-of-type(6) .header__mega-menu-group:nth-child(2) .header__mega-menu-group-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}




.header__menu-list .header__mega-menu-wrapper:nth-of-type(7) .header__mega-menu-group:nth-child(1) .header__mega-menu-group-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}
.header__menu-list .header__mega-menu-wrapper:nth-of-type(7) .header__mega-menu-group:nth-child(2) .header__mega-menu-group-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}














@media only screen and (max-width: 1024px) {
  .header__logo {
    grid-area: unset;
  }
  .menu-drawer__header {
    border-bottom: 0;
  }
  .menu-drawer__content {
    margin-top: 25px;
  }
  .hamburger-menu-logo {
    width: 90px;
  }
  .menu-drawer__close svg {
    width: 30px;
    margin-top: -15px;
  }
  .mobile-top-level-menu {
    padding: 0;
    margin: 10px 5px;
  }
  .menu-drawer__menu-button {
    font-size: 16px;
    padding: 10px 30px;
    margin: 0;
  }
  .menu-drawer__menu-button svg {
    display: none;
  }
  .menu-drawer__menu li {
    border-bottom: 0 !important;
  }
  .mobile-secondary-nav-title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 20px;
    text-decoration: underline;
  }
  .menu-drawer {
    width: 100%;
  }
  .menu-drawer__secondary-menu {
    position: absolute;
    padding: 0 25px 10px 25px;
    z-index: 100;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
  }
  .menu-drawer__secondary-menu-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0;
    margin-bottom: 0;
  }
  .menu-drawer__menu li.is-open svg {
    width: 12px;
    position: absolute;
    left: 0;
    transform: rotate(270deg);
  }
  .menu-drawer__menu li.is-open .tertiary-menu-toggler.toggler-active svg {
    transform: rotate(0);
  }
  .menu-drawer__tertiary-menu li {
    margin-bottom: 12px;
  }
  .menu-drawer__tertiary-menu li a {
    font-size: 14px;
    letter-spacing: 0;
  }
  .menu-drawer__secondary-menu > li {
    padding-left: 20px;
    position: relative;
  }

  .menu-drawer__tertiary-menu {
    display: none;
    margin-top: 5px;
    margin-bottom: 25px;
  }
  .menu-drawer__tertiary-menu.active {
    display: block;
  }
  .mobile-secondary-menu-popup-close img {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 14px;
  }

  .hamburger-menu-bottom-links ul {
    padding: 0;
    list-style: none;
    padding: 10px 35px;
  }
  .hamburger-menu-bottom-links ul li {
    font-family: Helvetica, sans-serif;
    margin: 10px 0;
    font-size: 15px;
  }
  .hamburger-menu-bottom-links ul li a {
    display: block;
    width: 100%;
  }
}





/*Footer*/
#shopify-section-footer {
  background: #fff;
  padding-top: 15px;
}
.footer-top-part {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.footer-newsletter-text {
  width: 60%;
}
.footer-newsletter-form {
  width: 40%;
  display: flex;
  justify-content: end;
  margin-top: 30px;
}
.newsletter-form__field-wrapper .field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsletter-form__field-wrapper .field input {
  padding: 12px 25px;
}
.newsletter-form__field-wrapper .field button {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  padding: 12px 25px;
  margin-left: 10px;
}
.footer-nav-part {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.footer-nav-part .col-2-5 {
  width: 20%;
}
.footer-nav-part .col-7 {
  width: 60%;
}
.footer-nav-part .col-5 {
  width: 40%;
}
.footer-nav-part h3 {
  font-family: "Helvetica";
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 22px;
}
.footer-nav-part ul {
  font-family: "Helvetica";
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  list-style: none;
}
.footer-nav-part ul li {
  margin-bottom: 16px;
  width: max-content;
}
.footer-bottom-content {
  display: none;
}

@media only screen and (min-width: 768px) {
  .footer-nav-part .footer-3-column-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-nav-part .footer-2-column-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .footer.container {
    position: relative;
    padding-bottom: 200px;
  }
  .footer-top-part {
    margin-top: 0;
    display: block;
    margin-bottom: 25px;
  }
  .footer-top-part .footer__text {
    display: none;
  }
  .footer-newsletter-text {
    width: 100%;
  }
  .footer-newsletter-form {
    width: 100%;
    margin-top: 20px;
  }
  .footer-nav-part {
    display: block;
    margin-top: 0;
  }
  .footer-nav-part .col-2-5 {
    width: 100%;
  }
  .footer-nav-part .col-7 {
    width: 100%;
  }
  .footer-nav-part .col-5 {
    width: 100%;
  }
  .footer-nav-part h3 {
    padding-left: 20px;
    margin-bottom: 35px;
    position: relative;
  }
  .footer-nav-part h3::before {
    content: " ";
    position: absolute;
    left: 2px;
    top: 8px;
    background-image: url('/cdn/shop/files/down-arrow.svg?v=1744138388');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 10px;
    height: 5px;
    transform: rotate(270deg);
  }
  .footer-nav-part h3.active::before {
    transform: rotate(0);
  }
  .footer-nav-part ul {
    font-size: 14px;
    padding-left: 20px;
    padding-bottom: 25px;
    margin-top: -10px;
    display: none;
  }
  .footer-nav-part ul.active {
    display: block;
  }
  .footer-bottom-content {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    width: calc(100% - 40px);
  }
  .footer-bottom-content p {
    font-size: 10px;
    line-height: 1.5em;
  }
  .footer__top {
    padding: 0;
  }
}


/*Collections Bottom Description Section*/
.collection-bottom-desription {
  padding: 50px 0px;
  padding-bottom: 0;
}
.collection-hero__description.rte .content-container1 {
  max-width: 800px;
  margin: 0;
}

.collection-hero__description.rte .content-container1 h2 {
  font-style: italic;
}

.collection-hero__description.rte .content-container1 .text-content {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Show only 9 lines initially */
  -webkit-box-orient: vertical;
  background: linear-gradient(#000000, #66666600);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.collection-hero__description.rte .text-content.expanded {
  display: block;
  -webkit-line-clamp: unset;
  background: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.collection-hero__description.rte .read-more-btn {
  margin-top: 10px;
  /* padding: 10px 15px;
  border: 1px solid #000; */
  background: #f9f7f0 !important;
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
 

.collection-hero__description.rte .arrow {
  margin-left: 5px;
  transition: transform 0.3s ease;
}


.collection-hero__description.rte .rotated {
  transform: rotate(180deg);
}
.collection-hero__description.rte .content-h2 {
  font-family: ivypresto-display, serif;
  margin-bottom: 0px;
}
.collection-hero__description.rte .button-div {
  display: flex;
  justify-content: flex-start;
  margin-bottom: -60px;
    position: relative;
    z-index: 1;
}

.collection-hero__description.rte .content-container1 svg {
    /* transform: rotate(270deg); */
}

body.template-collection .content-for-layout {
  border-bottom: 1px solid #000;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
.collection-hero__description.rte .button-div {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
}


/* Blog Post CSS  */

 .blog-product-list {
        display: flex;
        gap: 10px;
        justify-content: center;
        flex-wrap: no-wrap;
    overflow-x:scroll;
    }
    .blog-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; 
    padding: 15px;
    /* width: 220px;  */
    border-radius: 5px;
    background-color: #fff 
      min-height: 300px;
    justify-content: space-between;
    }
    .blog-product img {
        /* max-width: 100%;
        height: auto; */
            width: 190px !important;
        height: auto !important;
    }
    }
    .blog-product h5 {
      margin: 15px;
    }
/* .blog-product-list .blog-product h3{
  
} */
   .blog-product .price {
        margin-top: 10px;
        margin-bottom: 5px;
        text-decoration: bold;
    } 
   .blog-view-details {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 15px;
    background: black !important;
    color: white !important;
    text-decoration: none !important;
    border: 2px solid black !important;
    border-radius: 0 !important;
}
.blog-product-list .blog-product a{
      text-transform: uppercase; 
    font-family: "Helvetica", sans-serif;
}
.blog-product img {
    width: 190px !important;
    height: 190px !important;
}

@media only screen (max-width: 1024px) and (min-width: 768px) {
    .blog-product-list {
        display: flex;
        gap: 16px;
        justify-content: flex-start;         
        overflow-x: scroll !important;                  
        flex-wrap: nowrap;                   
        /* max-width: 100%; */
        margin: 20px;
    }
}

 
@media only screen and (max-width: 767px) {
    .blog-product-list {
        display: flex;
        gap: 16px;
        justify-content: flex-start;
        overflow-x: scroll;                  
        flex-wrap: nowrap;                   
         
        margin: 20px;
    }
  .blog-product h5 {
       font-size:18px;
    }
   .blog-product a {
       font-size:18px;
    }
         .article-template .article-template__content div img {
        max-width: 200px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .article-template .article-template__content.rte iframe {
        width: 100%;
    }
        .article-template .article-template__content div img {
        max-width: 200px;
    }
  .blog-product-list .blog-product .img-new {
        max-width:190px;
    height:190px;
    }
}
