/** Shopify CDN: Minification failed

Line 437:26 Expected "}" to go with "{"

**/

/* Global Css */

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0px;
}
.ctm_heading_prose :is(.h0,.h1,.h2,h1,h2)+* {
    margin-block-start: 1.6rem;
  }
@meia screen and (min-width:1024px) {
 .ctm_heading_prose :is(.h0,.h1,.h2,h1,h2)+* {
    margin-block-start: 3.2rem;
  } 
}

.section_grid {
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
  gap:clamp(1.125rem, 0.6467rem + 2.3913vw, 5rem);
}
.section_grid .page-width {
  width: 100%;
}
.reversed-link {
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 0 1px no-repeat;
    transition: background-size .3s ease-in-out;
}
.group:hover .reversed-link, .reversed-link:hover {
  background-size: 100% 1px;
}
.group:hover .svg-wrapper.group-hover\:colors:not([disabled]), .svg-wrapper.hover\:colors:hover:not([disabled]) {
  background: #000;
  color:#fff;
}

/* Global Css END */

/* Header Section */

.header-wrapper .header {
    padding-block: 0px;
}
.header summary.list-menu__item, nav ul > li > .list-menu__item {
    padding: 35px 10px;
}
.header summary.list-menu__item .icon-caret {
    display: none;
}
summary.list-menu__item, nav ul > li > a, .animated_link {
    width: max-content;
    position: relative;
}
summary.list-menu__item::after, nav ul > li > a::after, .animated_link::after {
    content: "";
    transform-origin: center;
    background: #fff;
    width: 100%;
    height: 4px;
    transition: transform .5s;
    position: absolute;
    bottom: 0px;
    left: 0;
    transform: scaleX(0);
}
.mega-menu__list li a::after {
    content: none;
}
details[open] summary.list-menu__item::after,
nav ul > li > a:hover::after, .animated_link:hover::after {
    transform: scaleX(1);
}
.js .mega-menu__content {
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    visibility: hidden;
    transform: none;
}
.mega-menu[open] .mega-menu__content {
    visibility: visible;
}
details[open] .scroll-trigger.animate--slide-in {
    animation: slideIn 0.5s ease-out forwards;
    opacity: 0; /* ensure it starts from hidden */
}

/* Header Mega Mwnu CSS */

.mega-menu .mega-menu__content {
    padding: 0px;
}
.mega-menu__content-inner {
    /* justify-content: safe center; */
    justify-content: space-between;
    column-gap: 64px;
    position: relative;
    z-index: 1;
    padding: 48px;
    display: grid;
    grid-auto-flow: column;
}
.mega-menu__content-inner .mega-menu__list {
    /* margin: calc(-1 * 64px / 2); */
    flex-wrap: wrap;
    display: flex;
    padding: 0px;
}
.mega-menu__images-wrapper  {
    align-items: flex-start;
    gap: 24px;
    grid-auto-flow: column;
    display: grid;
}
.mega-menu__images-wrapper--tight {
    gap: 20px;
}
.mega-menu__image-push {
    text-align: center;
    width: 180px;  
    text-decoration: none;
}
.mega-menu__image-wrapper {
    border-radius: 5px;
    z-index: 0;
    margin-block-end: 18px;
    overflow: hidden;
}
.image-zoom img {
    transition: transform .5s;
    transform: translateZ(0);
    vertical-align: top;
    border-style: none;
    max-width: 100%;
    height: auto;
}
.mega-menu__title  {
    display: block;
    margin-block-end: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
.mega-menu__heading {
    color: rgba(var(--color-foreground));
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0px;
    font-weight: 600;
}

.mega-menu__image-push:hover .mega-menu__heading {
    color: rgba(var(--color-foreground), 0.75);
}
.image-zoom:hover img {
    transform: scale(1.03);
}

/* Header Mega Menu CSS END */

/* Header Section END */

/* Footer Section */

.ctm_footer_service .multicolumn-list__item.center .media--adapt {
    padding-bottom: 0px !important;
}
.ctm_footer_service .multicolumn-list__item.center .media--adapt img {
    width: 30px;
    height: 30px;
    position: relative;
}

.footer .footer__blocks-wrapper .footer-block:nth-child(1) {
    width: 40%;
}
.footer .footer__blocks-wrapper .footer-block:nth-child(2),
.footer .footer__blocks-wrapper .footer-block:nth-child(3),
.footer .footer__blocks-wrapper .footer-block:nth-child(4) {
    width: 15%;
}
.footer .footer-block__image-wrapper img {
    filter: invert(1);
}
.footer__content-bottom  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.footer .footer__content-bottom-wrapper {
    padding: 0px;
}
.footer__content-bottom-wrapper.footer__content-bottom-wrapper--center {
    order: -1;
    justify-content: flex-start;
    padding: 0px;
}
.footer .footer__copyright, .footer .footer__payment {
    margin-top: 0px;
}
.footer .footer__column--info {
    align-items: flex-end !important;
}
.newsletter-form__field-wrapper button .svg-wrapper {
    transform: rotate(-90deg);
    background-color: #1a1a1a1a;
    padding: 6px;
    border-radius: 20px;
} 
.footer .newsletter-form__button .icon {
    width: 1.2rem;
}

/* Footer Section End */


/* Home Page */

.header_info {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  justify-items: start;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 5rem;
}
.text-with-icon {
  gap: 10px;
  align-items: center;
  display: flex;
  text-decoration: none;
  color: #000;
}
.text-with-icon .svg-wrapper {
  width: 24px;
  height: 24px;
  background: #1a1a1a1a;
  flex-shrink: 0;
  place-items: center;
  transition: all .2s ease-in-out;
  display: grid;
  transform: rotate(-90deg);
  border-radius: 50px;
}
.text-with-icon .svg-wrapper svg {
  width: 8px;
  height: 8px;
}
.ctm_feature_collection .swiper-slide {
  height: auto !important;
} 
/* Home Page END */


/* Collection Page */

.mobile-facets__open {
    border: 1px solid #000;
    transition: all 0.3s ease;
    padding: 16px !important;
    border-radius: 4px;
}
.mobile-facets__open:hover {
    background-color: #000;
    color: #fff !important;
}
.mobile-facets__close-button {
   background-color: #000 !important;
    color: #fff !important; 
}
span.facet-checkbox__text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.facets-layout-list .facets__label:hover .facet-checkbox__text-label, .facets-layout-list input:focus~.facet-checkbox__text-label {
    text-decoration: none !important;
   color: rgba(var(--color-foreground), .45);
}
.mobile-facets__label {
    padding-block: 1rem !important;
    transition: all 0.3s ease-in-out;
}
.mobile-facets__details.js-filter {
    border-bottom: 1px solid #dbdee3;
}

/* Collection Page END */

/* POrduct Page */

.icon-with-text .icon-with-text__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    background: #fafafa;
    margin-block:0px;
    border-radius: 6px;
    gap: 8px;
}
.ctm_icon-with-text {
    display: flex;
    align-items: center;
}
.ctm_border_line {
    background-color: #1a1a1a1f;
    margin-block:24px;
}
.custom_content p {
    font-size: 14px;
}
.custom_content p a {
    color: #000;
    transition: all 0.3s ease-in-out;
}
.custom_content p a:hover {
    text-decoration: none;
    color: #ccc;
}

.ctm_pdp_multirow_block .multirow__inner {
    gap: 0px;
    border-radius: 12px;
    overflow: hidden;
}
.ctm_pdp_multirow_block .global-media-settings,
.ctm_pdp_multirow_block .global-media-settings img {
    border-radius: 0px;
}
.ctm_pdp_multirow_block .image-with-text .image-with-text__text-item>*,
.ctm_pdp_multirow_block .image-with-text .image-with-text__media-item>* {
    border-radius: 0px !important;
}
/* POrduct Page END */


/* Responsive Style */

@media screen and (max-width:1280px) {
    .footer .footer__blocks-wrapper .footer-block:nth-child(1) {
        width: 30%;
    }
}


@media screen and (max-width:1150px) {
    .header .header--middle-left {
        column-gap: 1rem;
    }
    .header .header__icons {
        gap: 12px;
    }
    .header .header__icon {
        width: 2rem;
        height: 2rem;
    }
    .header summary.list-menu__item, nav ul>li>.list-menu__item {
        padding: 35px 8px;
    }
}
@media screen and (max-width: 1115px) {
    .footer .page-width {
        padding: 0 2rem;
    }
    .footer .footer__content-bottom  {
      padding-top:20px;
    }
}
@media screen and (max-width: 1024px) {
    .header_info {
      margin-bottom: 3rem;
    }
}
@media screen and (max-width: 989px) {
    summary.list-menu__item, nav ul>li>a {
        width: 100%;
    }
    summary.list-menu__item::after, nav ul>li>.list-menu__item::after {
        content: none;
    }
    .header summary.list-menu__item,
        nav ul>li>.list-menu__item {
        padding: 2rem 3rem;
  
    .mega-menu__images-wrapper {
        grid-auto-flow: row;
        gap: 16px;
        padding: 10px 36px;
    }
    .mega-menu__image-push {
        width: 100%;
    }
    .footer .footer__blocks-wrapper .footer-block:nth-child(1) {
        width: 100%;
    }
    .footer .newsletter-form, .footer .newsletter-form__field-wrapper {
        max-width: 100%;
    }
    .footer .footer__blocks-wrapper .footer-block:nth-child(2), 
    .footer .footer__blocks-wrapper .footer-block:nth-child(3), 
    .footer .footer__blocks-wrapper .footer-block:nth-child(4) {
        width: fit-content;
    }
    .footer__blocks-wrapper {
        justify-content: space-between;
    }
    .footer__content-bottom {
      flex-direction: column-reverse;
    }
    .footer .footer__column--info {
      align-items: center !important; 
    }
    .footer__content-bottom-wrapper.footer__content-bottom-wrapper--center {
      justify-content: center;
    }
    .footer .footer__column--info {
      padding-inline: 0rem;
      padding-top: 0rem !important;
    }
}
@media screen and (max-width:749px) {
    .footer .footer-block__details-content {
      margin-bottom: 2rem;
    }
    .footer .footer-block.grid__item {
      margin: 0rem 0;
    }
    .mobile-facets__wrapper {
        gap: 10px;
    }
}
/* Responsive Style END */