/** Shopify CDN: Minification failed

Line 204:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ============================= */
/* Root Variables (Global Style) */
/* ============================= */
:root {
  /*Fonts*/
  /* Brand Colors */
  --primary-color: 36,36,72;
  --light-color: 232, 234, 235;
  --banner-color: #D2D77E;
  --secondary-color: #ffbc00;
  --text-color: #1a1a1a;
  --dark: 0,0,0;
  --white: #ffffff;
  --selected-color: #1EBDC1;
  --light-bg: #E8EAEB;

  /* Typography */
  --heading-font-size: 60px;
  --subheading-font-size: 40px;
  --single-product-heading: 25px;
  --product-heading: 20px;
  --paragraph-font-size: 16px;
  --font-size-small-heading: 15px;
  --text-font-size: 14px;
  --small-font-size: 12px;
  --button-font-size: 16px;

  /* Layout */
  --button-radius: 6px;
  --button-padding: 12px 30px;
  --hero-padding: 80px 0;
}
body, h1, h2, h3, h4, h5, h6, p, ul, li, a  {
  font-family: var(--font-primary);
  margin: 0;
  padding: 0;
  letter-spacing:0 !important;
  text-decoration: none;
}
*:focus-visible {
  outline: none !important;
      outline-offset: none !important;
    box-shadow: none !important;
}

body {
  letter-spacing: 0;
 
}
.container, .page-width, .rich-text__blocks  {
  padding-left: 16px;
  padding-right: 16px;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.section_padding {

 padding: 60px 0 !important
}
.bg-light, #shopify-section-template--16448743571541__collection_product_home_m9HbiU  {
  background: rgba(var(--light-color),.3);
}

.section_heading {
  font-size: var(--subheading-font-size);
  color: rgb(var(--primary-color));
  font-weight: 600;
  position: relative;
  margin-bottom: 60px;
  letter-spacing: -1px;
}
.section_heading::before {
  Content: "........";
    position: absolute;
    bottom: -20px;
    left: 5px;
    font-size: 35px;
    font-weight: 600;
    color: rgb(var(--primary-color));
    letter-spacing: 1px;
}
.section_heading::after {
  Content: "........";
    position: absolute;
    bottom: -29px;
    left: 0px;
    font-size: 35px;
    font-weight: 600;
    color: rgb(var(--primary-color));
    letter-spacing: 1px;
}
.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  background: rgb(var(--light-color));
  border-radius: 50%;
  z-index: 9;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  position: absolute;
  top: calc(50% - 25px);
  cursor: pointer;
}
.slick-prev {
  left: -75px;
}
.slick-next  {
  right: -75px;
}
.slick-prev:before,
.slick-next:before {
      font-size: 43px;
    color: rgb(var(--primary-color));
    font-weight: 700;
    position: absolute;
    top: -2px;
}

.slick-prev:before {
  content: "‹"; /* left arrow */
  top: -2px;
}

.slick-next:before {
  top: -2px;
  content: "›"; /* right arrow */
}

.slick-prev {
  left: -60px;
}
.slick-next {
  right: -60px;
}
/* ============================= */
/* Header Section           */
/* ============================= */
.topbar {
  background: rgb(var(--primary-color));
  padding:  8px 0;
  display: flex;
  align-items: center;
  
}
.topbar::-webkit-scrollbar { display: none; }
 
.brand-logos {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: center;
  scrollbar-width: none; /* hide scroll for Firefox */
}
.brand-item {
  position: relative;
 }
 .brand-item img {
border-radius: 10px;

}
.brand-logos img {
  height: 26px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: opacity 0.2s;
  flex-shrink: 0;
}
 
.brand-logos img:hover {
  opacity: 1;
}
 
.brand-logos .about {
  margin-left: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: .03em;
  white-space: nowrap;
}
.custom-header.section_padding {
    padding: 16px 0 0!important;
}
.cart-box {
    display: flex;
    gap: 10px;
}
}
.cart-count-bubble {
    background-color: #ff0000 !important;
    top: -1px !important;
    right: -2px !important;
}
.cart-box a .svg-wrapper {
  border-radius: 50px;
  transition: all ease-in-out 500ms
}
.cart-box a:hover .svg-wrapper {
  background: rgb(var(--primary-color));
  transition: all ease-in-out 500ms
}
.cart-box a .svg-wrapper svg path {
  fill: rgb(var(--primary-color));
  transition: all ease-in-out 500ms
}
.cart-box a:hover .svg-wrapper svg path {
  fill: #f0f0f0;
  transition: all ease-in-out 500ms
}
.header {
  background: #1e1e2a;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.logo_cart_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.logo_cart_container a {
  line-height: 0;
  display: block;
}
.logo {
  font-size: 1.5em;
  font-weight: 700;
}

.nav .menu {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  position: relative;
}

.menu li {
  margin: 0 13px;
  display: flex;
}

.menu li a {
  text-decoration: none;
  color: rgba(var(--primary-color), .7);
  font-weight: 500;
  padding: 10px;
  transition: 0.3s;
}

.menu li:hover.dropdown a {
  color: var(--selected-color) !important;
  background: #F3F3F3;
  border-radius: 7px;
}
.back-color {
  position: relative;
  z-index: 0
}
.back-color::after {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0,0,0,.35);
      z-index: -1;
}
/* Mega Menu Base */
.dropdown:hover .mega-menu {
  display: block;
}

.mega-menu {
  position: absolute;
  left: 0;
      top: calc(100% + 2px);
  width: 100%;
  background: #fff;
  color: #000;
  display: none;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,.05);

}

.mega-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mega-columns {
  display: grid;
  gap: 20px 40px;
  width: 100%;
  flex-shrink: 1;
  grid-template-columns: repeat(4, 1fr);
}
.col h4 {
  margin-bottom: 10px;
  font-size: var(--paragraph-font-size);
  color: rgb(var(--primary-color));
  font-weight: 600;
  letter-spacing:0;
}

.menu li:hover.dropdown .mega-columns .col a {
    display: block;
    text-decoration: none;
    color: rgb(var(--primary-color), .7) !important;
    padding: 0px 0 6px 18px !important;
    transition: 0.3s;
    position: relative;
    background: transparent;
    border-radius: 0;
    font-size: 14px;

}
.menu li:hover.dropdown .mega-columns .col a::after {
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 7px;
    content: '';
    background: url(/cdn/shop/files/nav_arrow.svg?v=1763463779);
}
.menu li:hover.dropdown .mega-columns .col a:hover {
  color: var(--selected-color) !important;
 
  
}
.menu li:hover.dropdown .mega-columns .col a:hover::after {
   background: url(/cdn/shop/files/nav_arrow_select.svg?v=1763464151);
}
.grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;   /* Two columns */
  /*grid-template-rows: 1fr 1fr;       Two rows */
  gap: 6px;
  width: 450px;
  flex-shrink: 0;
}
.grid-layout-2 {
  display: grid;
  /*grid-template-columns: 1fr 1fr;   Two columns */
  grid-template-rows: 1fr 1fr;      /* Two rows */
  gap: 6px;
  
}
.mega-columns.Brands {
  display: flex;
  align-items: start;
  gap:30px;
}
.mega-columns.Brands .col:first-child {
  flex: 0 0 25%
}.mega-columns.Brands .col:nth-child(2) {
  flex: 0 0 calc(75% - 60px);
}
.mega-columns.Brands .other {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.empty_cart {
  text-align: center;
}
.empty_cart h1, .empty_cart h3{
  font-size: var(--product-heading);
    font-weight: 700;
    line-height: 23px;
    color: rgb(var(--primary-color));
    margin: 0 !important;
}
.empty_cart p {
    font-size: var(--paragraph-font-size);
    line-height: 31px;
    margin-top: 16ppx;
    color: rgba(var(--primary-color), .7);
}

.grid-item {
  border-radius: 10px;
  overflow: hidden;
}
.grid-item.item1, .grid-item.item2 {
  height: 200px;
}
.grid-item.item3 {
   height: 412px;
}
.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Make right image span both rows */
.item3 {
  grid-row: 1 / 3;   /* Start at row 1, end before row 3 */
  grid-column: 2 / 3; /* Ensure it's in the right column */
}
.mega-image-single {
  display: grid;
  width: 450px;
  flex-shrink: 0;
  overflow: hidden;
}

.mega-image-single .grid-item {
   height: 412px;
   position: relative;
   border-radius: 0 20px 20px 0;
}
.mega-image-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}
.mega-image-single .grid-item::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
/* Mobile Toggle */
.mobile-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

/* Offcanvas Menu */
.offcanvas {
  position: fixed;
  top: 0;
  left: -100%;
  width: 290px;
  height: 100%;
  background: #fff;
  color: rgba(var(--primary-color));
  transition: left 0.3s ease;
  padding: 20px 0;
  z-index: 1001;
}

.offcanvas.active {
  left: 0;
}

.offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.offcanvas-menu {
  padding-left: 20px;
  height: calc(100vh - 100px);
  overflow-y: auto;
      padding-right: 10px;
} 
.offcanvas .close {
  font-size: 28px;
  cursor: pointer;
}

.offcanvas ul {
  list-style: none;
}

.offcanvas ul li {
  margin: 15px 0;
   line-height: 24px;
}
.offcanvas ul li:first-child {
  margin-top: 0;
}
.offcanvas ul li .offcanvas-child {
  margin-top: 15px;
}
.offcanvas ul li .offcanvas-grandchild {
   margin-bottom: 19px;
    border-bottom: 1px solid #f1f1f1; 
}
.offcanvas ul li.offcanvas-child:last-child .offcanvas-grandchild{
   margin-bottom: 0;
    border-bottom: 0;
}
.offcanvas ul li .offcanvas-grandchild li {
   line-height:16px;
   margin-top: 15px;
}
.offcanvas ul li .offcanvas-grandchild  li a{
  color: rgba(var(--primary-color), .6);
  font-size: var(--text-font-size);
  position: relative;
  padding-left: 16px;
}
.offcanvas ul li .offcanvas-grandchild  li a::after {
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 7px;
    content: '';
    background: url(/cdn/shop/files/nav_arrow.svg?v=1763463779);
}
.offcanvas ul li a {
  color: rgba(var(--primary-color));
  text-decoration: none;
  font-size: var(--paragraph-font-size);
  font-weight: 500;

}
.offcanvas ul li .child-title {
  color: rgba(var(--primary-color));
  text-decoration: none;
  font-size: var(--paragraph-font-size);
  font-weight: 500;
}

.cart-count-bubble {
    position: absolute;
    background-color: #ff0000 !important;
    top: -4px;
    bottom:auto !important;
    right: -4px;
    left: auto !important;
}
/* ============================= */
/* Hero Banner Section           */
/* ============================= */
.hero-banner {
  
  padding: var(--hero-padding);
  background: no-repeat center/cover;
  min-height: 600px;

}
.banner_box {
display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0
}
.banner_box .custom-hero-inner{
    max-width: 100%;
    padding: 60px 0;

}
/* Text Content */
.hero-content h1 {
  font-size: var(--heading-font-size);
  font-weight: 800;
  color: rgb(var(--primary-color));
  letter-spacing: -3px;
}

.hero-content h1 span {
  font-weight: 400;
  display: block;
  letter-spacing: 0;
}

.hero-content p {
  margin: 15px 0 25px;
  font-size: var(--paragraph-font-size);
  max-width: 450px;
  color: var(--text-color);
  line-height:27px;
}

.hero-content .btn {
  display: inline-block;
  padding: var(--button-padding);
  background: var(--primary-color);
  color: var(--white);
  font-size: var(--button-font-size);
  border-radius: var(--button-radius);
  background: rgb(var(--primary-color));
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.hero-content .btn:hover {
  opacity: 0.8;
}

/* Product Image + Discount Circle */
.hero-image-block {
  position: relative;
}

.hero-image-block img {
  width: 100;
  max-width: 100%;
}

.discount-badge {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  background: transparent;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  
  transform : rotate(45deg)
  border: 3px solid var(--banner-color);
}
.discount-badge h3 {
color: var(--primary-color);
  font-weight: 700;
  font-size: var(--heading-font-size);
}
/* Brand Section */
.brands-section {
  padding: 80px 0;
  background: #fff;
}

.brands-header {
  text-align: center;
  margin-bottom: 50px;
}

.brands-header h2 {
  font-size: var(--subheading-font-size);
  font-weight: 700;
  margin-bottom: 8px;
}

.brands-header p {
  font-size: 16px;
  color: #666;
}

/* Brand logos grid */
.brands-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
  gap: 40px;
}
.brands-grid .brand-item {
  width: 100%;
  border-radius: 10px;
    overflow: hidden;
    position: relative
}
.product_image img,
.brand-item img {
  width: 100%;
  display: block;
  transition: 0.3s;
 object-fit: cover;

}


.brands-btn {
  position: absolute;
    bottom: 0;
    padding: 12px 40px !important;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    transition: .3s;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    left: 0;
    line-height: 26px;
    text-align: center;
    opacity:0;
    background: rgba(var(--primary-color),.8);
    transition: all ease-in-out 500ms;

}

.brand-item:hover .brands-btn {
  
  opacity: 1;
  transition: all ease-in-out 500ms;
}

.slick-track {
  display: flex;
  gap:24px;
  padding-bottom: 20px;
}
.product_card  {
  background: var(--white);
  box-shadow: 0 0 5px rgba(0,0,0,.05);
  border-radius: 6px;
  padding: 10px; 
  height: 100%;
  display: grid;
  transition: all ease-in-out 500ms;
}
.product_card  a {
  height: 100%;
  text-decoration: none;
}
.product_card:hover  {
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  transition: all ease-in-out 500ms;
}
.new-product-card img {
  width: 100%;
}
.product_info .vendor { font-size: var(--small-font-size); color: rgb(var(--primary-color)); text-decoration: none;  }
.product_info h4 { font-size: var(--text-font-size); color: rgb(var(--primary-color)); line-height: 23px;  text-decoration: none; }
.product_info .price .sale-price, .product_info .price .regular-price{ letter-spacing: -1px;
  font-size: var(--paragraph-font-size); color: rgb(var(--primary-color)); font-weight:700; line-height: 23px;
}.product_info .price .compare-price { letter-spacing: -1px;
  font-size: var(--paragraph-font-size); color: rgba(var(--primary-color),.7); font-weight:700; text-decoration-line: line-through;  line-height: 23px;
}
.product-grids {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.product-grids .product-card  {
  background: var(--white);
  box-shadow: 0 0 5px rgba(0,0,0,.05);
  border-radius: 6px;
  padding: 10px; 
  height: 100%;
  display: grid;
  transition: all ease-in-out 500ms;
}
.product-grids .product-card  a {
  height: 100%;
  text-decoration: none;
}
.product-grids .product-card:hover  {
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  transition: all ease-in-out 500ms;
}
.product-grids a img {
  width: 100%;
}
.product-grids .brand { font-size: var(--small-font-size); color: rgb(var(--primary-color)); text-decoration: none;  }
.product-grids h3 a, .product-grid  h3 a.full-unstyled-link { font-size: var(--text-font-size); color: rgb(var(--primary-color)); line-height: 23px;  text-decoration: none; }
.product-grids .price .current, .product-grid .card__information .price-item { letter-spacing: -1px;
  font-size: var(--paragraph-font-size); color: rgb(var(--primary-color)); font-weight:700; line-height: 23px;
}.product-grids .price .old,  .product-grid .card__information s.price-item{ letter-spacing: -1px;
  font-size: var(--paragraph-font-size); color: rgba(var(--primary-color),.7); font-weight:700; text-decoration-line: line-through;  line-height: 23px;
}
.view-more,  .contact__button {display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;}
.view-more .view-more-btn, .contact__button .button {
  display: inline-block;
    padding: var(--button-padding);
    background: var(--primary-color);
    color: var(--white);
    font-size: var(--button-font-size);
    border-radius: var(--button-radius);
    background: rgb(var(--primary-color));
    text-decoration: none;
    transition: .3s 
ease-in-out;
}
.contact__button .button::before, .contact__button .button::after {
 display: none;
}
/* ============================= */
/* Footer Css        */
/* ============================= */
.footer {
    background: rgb(var(--primary-color));
    color: var(--white);
    font-size: 16px;
    padding: 0 !important;
    margin:0 !important;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 40px;
}
.footer-left {
    flex: 1.2;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
}
.footer-block__newsletter {
   background: var(--white);
    max-width: 1000PX;
    display: flex;
    position: relative;
    margin-top: -100PX;
    border-radius: 10PX;
    padding: 40px 20px;
    box-shadow: 0 10PX 20PX RGBA(0,0,0, .15), 0 -10PX 20PX RGBA(0,0,0,.15);
    align-items: center;
   

}
/* div#shopify-section-template--16448743571541__collection_product_home_m9HbiU section.trending-bestseller.section_padding {
    padding-bottom: 120px !important;
} */
 section.trending-bestseller.section_padding.instagram_head_title {
    padding: 60px 0px 0px 0px !important;
}
.instagram_head_title .container {
    text-align: center;
}
.instagram_head_title .section_heading::before {
  left:calc(50% - 37px);
}
.instagram_head_title .section_heading::after {
  left:calc(50% - 42px);
}
body .shopify-section #insta-feed {
  margin-bottom: 20px !important
}
.newsletter-form__field-wrapper .field:after {
  display: none !important;
}
.instafeed-bottom-link-wrapper[data-feed-id="0"] a {
  background: #242857;
    color: #ffff  !important;
    display: flex  !important;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 25px !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px !important;
}
.footer-block__newsletter .footer_newsletter_head_title {
 color: rgb(var(--primary-color));
    text-align: left;
}
.footer-block__newsletter .footer_newsletter_head_title h2 {
  font-size: var(--paragraph-font-size);
  color: rgb(var(--primary-color));
  margin-bottom:10px;
  font-weight:600;
}
.footer-block__newsletter .footer_newsletter_head_title p {
  font-size: var(--text-font-size);
  color: rgba(var(--primary-color), .7)
}
.newsletter-form__button {
       background: rgb(var(--primary-color)) !important;
    width: auto !important;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: 0 4px 4px 0;
    font-size: 18px;
    font-weight: 600;
}
.newsletter-form__field-wrapper .field__input {
  box-shadow: none !important;
  border: 1px solid #000 !important;
  padding: 2px !important;
  border-radius: 5px;
}
.newsletter-form__field-wrapper .field__input .svg-wrapper {
  margin-left: 5px;
}
.field__input {
  margin:0 !important
}

.social ul li.list-social__item:before {
    content: unset !important;
    color: unset !important;
    padding-right: unset !important;
}
.social ul.list-unstyled.list-social {
    flex-wrap: unset !important;
    margin: 0;
}
.list-social__item .icon, .list-social__item .svg-wrapper {
    min-height: 24px;
    min-width: 24px;
    height: 24px !important;
    width: 24px !important;
}
.list-social__link {
  color: #fff !important;
  padding:0 !important
}
.logo img {
    width: 110px;
}

.contact {
    margin-bottom: 20px;
}

.address,
.phone {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.icon {
    margin-right: 7px;
}

.map-btn {
    display: inline-block;
    background: #ececec;
    color: #222646;
    padding: 11px 23px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
}

.footer-right {
    flex: 3;
}

.footer-cols {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-col {
    min-width: 180px;
}

.footer-col h4 {
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.footer-col ul li a {
    color: #ececec;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    transition: all ease-in-out 500ms;
}
.footer-col ul li.list-social__item {
  margin-right:16px;
  padding-left:0;
}
.footer-col ul li a:hover {
  color: var(--selected-color);
  transition: all ease-in-out 500ms;
}
.phone a {
    color: #fff;
}
.footer-col ul li a::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 7px;
    content: '';
    background: url(/cdn/shop/files/nav_arrow_footer.svg?v=1763465098);
    transition: all ease-in-out 500ms;
}
.footer-col ul li a:hover::before {

    background: url(/cdn/shop/files/nav_arrow_select.svg?v=1763464151);
    transition: all ease-in-out 500ms;

}
.social {
    display: flex;
        gap: 9px;
    flex-direction: column;
    justify-content: space-around;
    align-items: self-start;
}
.social span {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}
.social img {
    width: 23px;
}

.footer-bottom {
    background: #20cad3;
    color: #222646;
    font-size: 13px;
    text-align: center;
    padding: 8px 0;
}
/* ============================= */
/* Single Product Page        */
/* ============================= */

.single-product-page p.caption-with-letter-spacing {
  font-size: var(--font-size-small-heading);
  font-weight: 500;
  color: rgb(var(--dark));
  margin-bottom:5px;
}
.single-product-page .product__title {
margin:0;
}
.single-product-page .product__title h1{
  font-size: var(--product-heading);
  font-weight: 700;
  line-height: 23px;
  color: rgb(var(--primary-color));
  margin:0 !important;
}
.single-product-page .main-collections-title {
  margin-top:0;
}
.single-product-page .main-collections-title p{
  font-size: var(--small-font-size);
  font-weight: 400;
  color: rgb(var(--primary-color));
  margin:0;
}
.single-product-page .product__info-container .price--large, .single-product-page .product__info-container .price-item {
  letter-spacing:0;
  font-size: var(--single-product-heading);
  font-weight: 600;
  color: rgb(var(--primary-color));
}
 .single-product-page .product__info-container .price--on-sale .price-item--regular {
  opacity:.6;
  font-size: var(--single-product-heading);
 }
.single-product-page .product__info-container .product__description {
  margin-top: 0;
}
.single-product-page .product__info-container .product__description p {
 font-size: var(--paragraph-font-size);
 color: rgba(var(--primary-color), .7);
 line-height:28px;
 letter-spacing: 0 !important;
}
.single-product-page fieldset:first-child.product-form__input--pill input[type=radio]+label {
  padding:0;
  line-height:0;
      border-radius: 5px;
    background: var(--light-bg);
    border: 1px solid rgba(var(--primary-color), .1);
}
.single-product-page fieldset:first-child.product-form__input--pill input[type=radio]+label img {
  border-radius: 5px;
}
.single-product-page fieldset {
  position: relative;
}
.single-product-page fieldset .form__label {
  font-size: var(--small-font-size);
  color: rgba(var(--primary-color));
  font-weight: 400
}
.single-product-page fieldset .form__label span {
  font-weight: 600
}
.single-product-page fieldset:nth-child(2) .variant-label-title {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap:12px 24px;
}
.single-product-page fieldset:nth-child(2).product-form__input--pill input[type=radio]+label {
  border-radius:5px;
  background: var(--light-bg);
  font-size: var(--paragraph-font-size);
  color: rgba(var(--primary-color), .6);
  border: 1px solid rgba(var(--primary-color), .1);
  margin:0;
}
.single-product-page fieldset:nth-child(2).product-form__input--pill input[type=radio]:checked+label {
  background: rgb(var(--primary-color));
  color: var(--white);
}
.single-product-page .variant-size-chart {
  display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.single-product-page .variant-size-chart button.size-chart-button {
  background: transparent;
  color: rgb(var(--dark));
  font-size: var(--small-font-size);
  font-weight: 600;
  border:0;
      padding: 0 0px 0 16px;
  position: relative;
  cursor: pointer;
}
.single-product-page .variant-size-chart button.size-chart-button::after {
  background: url(/cdn/shop/files/size-chart.png?v=1763445503);
  position: absolute;
  top:0;
  left:0;
  width: 14px;
  height: 14px;
  content:'';
  
}
.single-product-page .product-form__input--pill input[type=radio]:disabled+label, .product-form__input--pill input[type=radio].disabled+label {
  opacity:.25;
}
.product-form__input--pill input[type=radio]+label {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}
more-payment-options-link {
  display: none;
}
.accelerated-checkout-button {
background:#000 !important}
#modal-size-chart {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    align-items: center;
    justify-content: center;
    z-index: 9;
    flex-direction: column;
    pointer-events: none;
}
.single-product-page .product-form__buttons {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 20px;
  justify-content: start;
}
.single-product-page .product-form__buttons .product-form__submit {
    border-radius: 5px !important;
    background: var(--white);
    color: rgb(var(--primary-color));
    border: 1px solid rgba(var(--primary-color), 1) !important;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
    padding: 0 20px 0 40px !important;
    width: auto;
}
.single-product-page .product-form__buttons .product-form__submit::after {
          border: 0 !important;
    background: url(/cdn/shop/files/cart.png?v=1763452392);
    width: 18px;
    height: 18px;
    content: '';
    top: 13px;
    left: 12px;
    outline: none !important;
    box-shadow: none !important;
    background-size: 100%;

}
.single-product-page .product-more-btn {
  margin: 0 auto;
  font-size: var(--paragraph-font-size);
  font-weight: 600;
  color: rgba(var(--primary-color));
  background: transparent;
  border:0 !important;
  font-family: var(--font-primary) !important;
}
.product-logo {
  background: var(--light-bg);
}
#modal-size-chart .sizeChartSlider {
  max-width: 100%;
}
#modal-size-chart .Modal__Header h2 {
  color: var(--white);
  font-size: var(--subheading-font-size);
  font-weight:600;
}
#modal-size-chart .Modal__Close {
      width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    pointer-events: auto;
    cursor: pointer;
}
#modal-size-chart .Modal__Close svg {
  width: 15px;
  height: 15px;
}
#modal-size-chart .sizeChartSlider, #modal-size-chart .sizeChartDots {
  pointer-events: auto;
    cursor: pointer;
}
.product-logo .logos_box {
  display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.product-logo .product-logo-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.product-logo .product-logo-title h3 { font-size: var(--text-font-size); font-weight: 600; color: rgb(var(--primary-color))}
.product-logo .product-logo-title p { font-size: var(--small-font-size); font-weight: 400; color: var(--dark)}
.breadcrumb {
  
gap: 10px;
display: flex;
justify-content: center;
 align-items: center;
    color: rgba(var(--primary-color),.7);
    font-size: var(--small-font-size); font-weight: 500;
}
.single-product-page .breadcrumb {
   justify-content: start;
   padding: 0px 0 25px 0;
    
}
 .single-product-page  .tabs-section {
   margin-top:60px;
 }
.single-product-page .tabs-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.single-product-page .tab_discount_main {
  display: flex;
  /* align-items: center; */
  gap:24px;
  width: 100%;
  justify-content:space-between;
}
.single-product-page .tab-link {
  border: none;
  background-color: transparent;
  padding: 0px 16px;
  font-size: var(--product-heading);
  line-height: 27px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
  color: rgba(var(--primary-color), .6);
}

.single-product-page .tab-link.active {
  color: rgba(var(--primary-color), 1);
}

.single-product-page .tabs-content p {
  font-size: var(--text-font-size);
  line-height: 31px;
  color: rgba(var(--primary-color), .6);
}

.single-product-page .tab-panel {
  display: none;
  padding: 16px;
}

.single-product-page .tab-panel.active {
  display: block;
}
.single-product-page .tab-panel table {
  width: 100% !important;
  table-layout:auto;
}
.discont-box {
  flex-shrink: 0;
  max-width: 100%;
  width: 350px;
}
.discont-box img{
 width: 100%;
}
.breadcrumb a {
  font-size: var(--small-font-size); font-weight: 500; color: rgb(var(--primary-color));
  text-decoration: none;
}
.breadcrumb .home-link span {
  display: flex;
    align-items: center;
    gap: 10px;
}
.breadcrumb .home-link span img {
  width: 10px;
}
/* ============================= */
/* Collectoin Page Css     */
/* ============================= */
.banner_box_image {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  margin-bottom: 30px;
}
.banner_box_image .SectionHeader__Description.Rte, .banner_box_image p {
      font-size: 18px;
    margin-top: 24px;
    line-height: 36px;
    font-weight: 400;
    color: rgba(var(--primary-color), .8);
}
.banner_box_image .breadcrumb {
  margin-top: 24px;
}
.filter_heading_box {
  display: flex;
  align-items: center
}
.banner_box_image .SectionHeader__Heading, .banner_box_image .about-hero-content h1  {
    font-weight: 600;
    letter-spacing: 0;
}
.CollectionInner {
  display: flex;
  align-items: start;
  gap: 30px;
 }

.CollectionInner__Sidebar.hidden-pocket, .facets-wrapper {
    width: 250px;
    flex-shrink: 0;
    position: sticky;
    top: 30px;
}
  .filter-tags label {
   
    font-size: var(--small-font-size);
    margin-bottom: 4px;
    cursor: pointer;
    color: rgba(var(--primary-color), .6);
    font-weight: 500;
  }
/* Container */
.filter-section {
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

/* H4 as button */
.filter-header {
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(var(--primary-color))
}

/* Arrow icon */
.filter-header::after {
  background: url(/cdn/shop/files/next_arrow_breadcrumb.png?v=1763461348);
  width: 6px;
  height:9px;
  content:'';
    transform: rotate(0deg);
  transition: transform 0.2s ease;
}

/* When open */
.filter-header.active::after {
  content:'';
    transform: rotate(90deg);
}

/* Collapsible content */
.filter-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/* Inside content spacing */
.filter-tags label {
  display: block;
  margin-bottom: 4px;
}
  .filter-tags input {
    margin-right: 6px;
  }
  .selected-filters-sort-custom {
        display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:30px;
  }
  .step_custom {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
  .step_custom img {
    width: 100%; 
    border-radius: 5px;
  }
.load-More-Wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 25px;

}
.load-More-Btn, .show-Less-Btn{
          font-size: var(--paragraph-font-size);
    font-weight: 600;
    color: var(--white);
    border: 0 !important;
    font-family: var(--font-primary) !important;
    background: rgba(var(--primary-color));
    padding: 8px 20px 8px 20px;
    border-radius: 6px;
    cursor: pointer;
   
     transition: all ease-in-out 500ms
}
.load-More-Btn, .show-Less-Btn {
  position: relative;
}
.load-More-Btn::after {
    content: '...';
    padding-left: 5px;
    animation: flash 1000ms ease infinite alternate;
}
.show-Less-Btn::after {
    content: '...';
    content: '...';
    padding-left: 5px;
    animation: flash 1000ms ease infinite alternate;
}
@keyframes flash {
	0% { opacity: 0; }	
  30% { opacity: 1; }	
	70% { opacity:0; }
  100% { opacity:1; }
}
.ProductItem__Image  {
  width: 100%;
}

.ProductList, .product-grid {
  display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.single-product-page .product-grid {
   grid-template-columns: 1fr 1fr 1fr 1fr;
}
.product-grid .grid__item {
  width: 100% !important;
    max-width: 100% !important;
        background: var(--white);
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    border-radius: 6px;
    padding: 10px;
    height: 100%;
    display: grid;
    transition: all 
ease-in-out 500ms;
}
.ProductItem {
      background: var(--white);
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    border-radius: 6px;
    padding: 10px;
    height: 100%;
    display: grid;
    transition: all 
ease-in-out 500ms;
}
.ProductItem__Info a p {
    font-size: var(--small-font-size);
    color: rgb(var(--primary-color));
    text-decoration: none;
}
.ProductItem h2.ProductItem__Title {
  display: flex;
}
.ProductItem h2.ProductItem__Title a {
    font-size: var(--text-font-size);
    color: rgb(var(--primary-color));
    line-height: 23px;
    text-decoration: none;
}
.ProductItem__Image  {
  width: 100%;
}
.ProductItem .ProductItem__Price  {
    letter-spacing: -1px;
    font-size: var(--paragraph-font-size);
    color: rgb(var(--primary-color));
    font-weight: 700;
    line-height: 23px;
}

.ProductItem .ProductItem__Price.Price--compareAt{
    color: rgba(var(--primary-color), .7);
    text-decoration-line: line-through;
}
.filter-tags.filter-size {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
.filter-tags.filter-size input[type=checkbox]+label {
    border-radius: 5px;
    background: var(--light-bg);
    font-size: var(--small-font-size);
    color: rgba(var(--primary-color), .6);
    border: 1px solid rgba(var(--primary-color), .1);
    margin: 0;
    font-weight: 600;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4px 8px;
    margin-bottom:2px;
    height: 100%;
    
}
.label_box {
  position: relative;
}
.filter-tags.filter-size input[type=checkbox]:checked+label {
  background: rgb(var(--primary-color));
  color: var(--white);
}
.filter-tags.filter-size input[type=checkbox] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
/* Wrapper */
.sort-by-container {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #F4F4F4; 
  border: 0; 
  width: fit-content;
  border-radius: 6px;
}


.sort-label-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}

.sort-icon {
  font-size: 16px;
  opacity: 0.6;
}


.collection-sort-label {
  font-size: 14px;
  color: #949494;
}
.CollectionInner__Products {
  width: 100%;
}
.collection-count {
  font-size: 14px;
    font-weight: 500;
    color: rgb(var(--primary-color));
}
/* Dropdown */
.collection-sort-by {
  border: none;
  background: transparent;
  font-size: var(--small-font-size);
  font-weight: 600;
  color: var(rgb(--primary-color)); /* dark purple like screenshot */
  padding: 4px 6px;
  outline: none;
  cursor: pointer;
  box-shadow: none;
}
.filter-heading-main {
  display: flex; 
  align-items: center;
  margin-bottom:24px;
  justify-content: space-between;
}
.filter-heading-main h3{
  font-size: var(--product-heading);
  color: var(--dark);
  font-weight:500;
}
.filter-tags.filter-color {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}


.color-swatch {
      width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0;
    display: inline-block;
}
.color-filter-label input[type=checkbox]+label {
    border-radius: 50px;
    background: var(--light-bg);
    font-size: var(--small-font-size);
    color: rgba(var(--primary-color), .6);
    border: 1px solid rgba(var(--primary-color), .1);
    margin: 0;
    font-weight: 600;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4px 8px;
    margin-bottom:2px;
    gap: 5px;
    
}
.color-filter-label input[type=checkbox]:checked+label {
  background: rgb(var(--primary-color));
  color: var(--white);
}
.color-filter-label input[type=checkbox] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
.single_filter {
  display: flex; 
  align-items: center;
  gap:10px;
}
.single_filter_list{
  display:flex; gap:8px; flex-wrap:wrap; align-items: center;
}
.single_filter strong {
  font-size: var(--small-font-size);
    font-weight: 600;
    color: rgb(var(--primary-color));
}
/* Override default dropdown arrow (hide) */
.collection-sort-by::-ms-expand {
  display: none;
}

.collection-sort-by:focus {
  outline: none;
}

/* Caret icon (custom arrow) */
.Caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  margin-left: -4px;
  pointer-events: none;
}
.single-product-page .rte table {
  table-layout: auto !important;
  width: 100% !important;
}
/* ============================= */
/* About Page Css        */
/* ============================= */
.who-main {
  display: flex; 
  align-items: center;
  justify-content: space-between;
  gap:30px;
}
.who-image-wrapper {
  flex-shrink:0;
  width: 50%;
  position: relative;
}
.who-image-wrapper img {
  width:500px;
  max-width: 100%;
  border: 9px solid #fff;
    border-radius: 12px;
    box-shadow: -10px -10px 20px rgba(0, 0, 0, .05), 10px 10px 20px rgba(0, 0, 0, .05);
}
.who-description {
  font-size: var(--paragraph-font-size);
  font-weight: 400;
  color: rgba(var(--primary-color), .7);
  line-height: 30px;
}
.who-overlay {
      position: absolute;
    bottom: 50px;
    right: 0;
    display: flex;
    flex-direction: column;
    background: rgb(232 234 235 / 90%);
    padding: 12px 20px;
    border: 4px solid #fff;
    border-radius: 10px;
    box-shadow: -10px -10px 20px rgba(0, 0, 0, .05), 10px 10px 20px rgba(0, 0, 0, .05);
}
.who-text {
  font-size: 22px;
  line-height:32px;
  color: rgb(var(--primary-color));
  font-weight: 600
}
.who-years{
        font-size: 36px;
    line-height: 40px;
    color: var( --selected-color);
    font-weight: 700;
    align-items: baseline;
}
.note-container {
    width: 100%;
    padding: 60px;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-radius: 21px;
    z-index:0;

}
.note-container::after {
  position: absolute;
  content:'';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #242448;
background: -webkit-linear-gradient(90deg,rgba(36, 36, 72, 1) 49%, rgba(0, 0, 0, 0.5) 100%);
background: -moz-linear-gradient(90deg,rgba(36, 36, 72, 1) 49%, rgba(0, 0, 0, 0.5) 100%);
background: linear-gradient(90deg,rgba(36, 36, 72, 1) 49%, rgba(0, 0, 0, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#242448",
  endColorstr="#000000",
  GradientType=1
);
z-index:-1;
}
.note-container .note-content .section_heading {
  color: #fff;
}
.note-container .section_heading::before, .note-container .section_heading::after {
  color: #fff;
}

.note-container .note-content p {
  font-size: var(--paragraph-font-size);
  font-weight: 400;
  color: rgba(255,255,255, .7);
  line-height: 30px;
  max-width: 700px;
}
.note-container .note-content p.note-president {
  font-size: 26px;
  line-height:32px;
  color: rgba(255,255,255,.7);
  font-weight: 600;
      margin-top: 30px;
}
.note-container .note-content p.note-president span {
  font-size: 16px;
  line-height:32px;
  color: rgba(255,255,255,.7);
  font-weight: 600;
  display: flex;
}
.about-slide .section_heading {
  text-align: center;
}
.about-slide .section_heading::before {
    left: calc(50% - 37px);
}
.about-slide .section_heading::after {
    left: calc(50% - 42px);
}
.about-logo-container .slick-prev, .about-logo-container  .slick-next {
top: calc(50% - 24px);
}
/* ============================= */
/* Login Register Page Css      */
/* ============================= */
.login_register_main{
  background: #fff;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    display: flex;
    border-radius: 20px;
    align-items: center;
    margin-top: 30px;
    /* gap: 30px; */
    background: rgb(var(--primary-color));
    /* overflow: hidden; */
}
.left_side_box {
  padding: 38px 44px;
  color: rgba(255,255,255,.7)
}
.left_side_box .section_heading {
 color: var(--white);
}

.left_side_box .section_heading::before, .left_side_box .section_heading::after{
  color: var(--white);
}
.login, .register, .left_side_box {
  flex-shrink: 0;
  width: 50%;
  flex: 0 0 50%
}
.customer.login .field, .customer.register .field {
  border: 2px solid rgba(0,0,0,.25);
}
.customer.login .field:focus-within , .customer.register .field:focus-within {
  border: 2px solid rgb(var(--primary-color));
}
.customer.login .field:after, .customer.register .field:after {
 box-shadow: none !important; 
}
.customer.login .field input:focus, .customer.register .field input:focus {
 box-shadow: none !important; 
}
.customer.login, .customer.register {
      background: #fff;
    padding: 44px;
    border-radius: 0 17px 17px 0;
}
.login h1, .register h1 {
  margin: 0;
  text-align: left;
  font-size: var(--paragraph-font-size);
  color: rgba(var(--primary-color));
}
.customer.login button.login-btn, .customer.register button.login-btn{
      display: inline-block;
    padding: var(--button-padding);
    color: var(--white);
    font-size: var(--button-font-size);
    border-radius:0;
    background: rgb(var(--primary-color));
    width: 100%;
    letter-spacing: 0;
    font-weight: 600;
    text-decoration: none;
    transition: .3s 
ease-in-out;
}
.customer button.login-btn::after{
  display: none;
}
.forgot_password {
   display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}
.login_new_account {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
 p.login_new_account {
  font-size: var(--paragraph-font-size);
  color: rgba(var(--primary-color), .7);
  font-weight: 400;
}
.login p.login_new_account a, .forgot_password a, .login a {
  font-size: var(--paragraph-font-size);
  color: rgb(var(--primary-color));
  font-weight: 600;
  text-decoration: none;
  margin: 0 !important
}
.alternavite_opiton {
        font-size: var(--paragraph-font-size);
    color: rgba(var(--primary-color), .7);
    font-weight: 400;
    position: relative;
    z-index: 1;
    text-align: center;
}
.alternavite_opiton::after {
     content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .25);
    z-index: -1;
}
.alternavite_opiton span {
  background: var(--white);
  padding: 0 10px;
}
/* ============================= */
/* Sales Page Css        */
/* ============================= */
.custom-team {
  background-size: 100%;
}
.custom-hero-team {
  position: relative;
  padding: 70px 0
}
.custom-hero-team h1 {
  font-size: 62px;
  font-weight: 400;
}
.custom-hero-team h1 span {
  display: block;
  font-weight: 700;
}
.custom-hero-team .breadcrumb {
  justify-content: start;
  color: rgba(255,255,255,.7);
  position: absolute;
  left: -20px;
  bottom:-45px;
}
.custom-hero-team .breadcrumb a {
  color: #fff;
}
.team-brands-section .section_heading {
  text-align:center
}
.team-brands-section .section_heading::before {
  left:calc(50% - 37px);
}
.team-brands-section .section_heading::after {
  left:calc(50% - 42px);
}
.team-brands-section  p {
    font-size: 16px;
    color: #666;
}
.team-brands-header {
  margin-bottom: 50px;
}
.team-brands-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-items: center;
    gap: 40px;
}
.team-brand-item {
  width: 100%;
      width: 100%;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    transition: all ease-in-out 500ms
}
.team-brand-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  transition: all ease-in-out 500ms
}
.team-brand-item img.main_image {
  width: 100%;
}
.team-brands-title-head {
      display: flex;
    justify-content: space-between;
    align-items: center;
}
.team-brands-title-head a {
  display: flex;
   align-items: center;
}
.team-title-head a{
  font-size: var(--small-font-size);
  font-weight: 700;
  line-height:23px
  color: rgba(var(--primary-color));
}
.team-title-head p{
  font-size: var(--small-font-size);
  font-weight: 400;
  line-height:20px
  color: rgba(var(--primary-color),.7);
}
.team-brand-item .image_selected{
 display: none;
}
.team-brand-item:hover .image_default{
 display: none;
}
.team-brand-item:hover .image_selected{
 display: block;
}
.store-container, .choose-sv-row {
 display: flex;
 align-items: center;
 gap: 30px;
}
.store-container .store-container-right, .choose-sv-row .choose-sv-img{
  flex: 0 0 55%
}
.store-container .store-content-left p, .choose-sv-row p{ 
  font-size:var(--paragraph-font-size);
  line-height: 30px;
  color: rgba(var(--primary-color, .7))
}
.store-container .store-content-left .view-more, .choose-sv-row  .view-more{
    justify-content: flex-start;
}
.store-container-right img, .choose-sv-row .choose-sv-img img {
  width: 100%;
}
.choose-sv-features {
      display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}
.choose-sv-features .choose-sv-feature {
  display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .10);
    padding: 8px;
    border-radius: 8px;
}
.choose-sv-features .choose-sv-feature img {
      width: 60px;
    height: 60px;
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}
.short_content strong {
  font-family:14px;
}
.short_content p{
   font-size:13px ;
  line-height: 30px;
  color: rgba(var(--primary-color, .7))
}
.store-card-location {
      display: flex;
    align-items: center;
    gap: 30px;
}
.store-card__image-location {
  flex: 0 0 50%;
}
.store-card__image-location img{ width: 100%;}
.store-card__content-location {
  padding: 0 0 0 40px
}
.location_address {
  display: flex; align-items: flex-start; gap: 20px;
  margin-bottom: 16px
}
.location_address img{
 width: 16px;
 margin-top: 10px;
 flex-shrink:0
}
.location_address_2 img {
 margin-top: 6px;
}
.location_address_2 a { color: rgba(var(--primary-color))}
.store-card__title {
  font-size: var(single-product-heading);
  color: rgba(var(--primary-color));
  font-weight: 600
}
.location_address .store_address_box {
 width: 100%;
     display: flex;
    flex-direction: column;
    justify-content: center;
}
.store-card__links {
      flex-direction: column;
    gap: 20px;
    align-items: self-start;
}
.page-title-shipping-amp-return-policy-shipping-methods h1.main-page-title, 
.page-title-terms-of-service-amp-rewards-program h1.main-page-title,
.page-title-privacy-policy h1.main-page-title,
.page-title-shipping-policy-shipping-methods h1.main-page-title   {
  font-size: var(--subheading-font-size);
  color: rgb(var(--primary-color));
  font-weight: 600;
  position: relative;
  margin-bottom: 60px;
  letter-spacing: -1px;
}
.page-title-shipping-amp-return-policy-shipping-methods h1.main-page-title::before,
.page-title-terms-of-service-amp-rewards-program h1.main-page-title::before,
.page-title-privacy-policy h1.main-page-title::before,
.page-title-shipping-policy-shipping-methods h1.main-page-title::before  {
  Content: "........";
    position: absolute;
    bottom: -20px;
    left: 5px;
    font-size: 35px;
    font-weight: 600;
    color: rgb(var(--primary-color));
    letter-spacing: 1px;
}
.page-title-shipping-amp-return-policy-shipping-methods h1.main-page-title::after, 
.page-title-terms-of-service-amp-rewards-program h1.main-page-title::after,
.page-title-privacy-policy h1.main-page-title::after,
.page-title-shipping-policy-shipping-methods h1.main-page-title::after  {
  Content: "........";
    position: absolute;
    bottom: -29px;
    left: 0px;
    font-size: 35px;
    font-weight: 600;
    color: rgb(var(--primary-color));
    letter-spacing: 1px;
}
.page-title-shipping-amp-return-policy-shipping-methods .scroll-trigger h3,
.page-title-terms-of-service-amp-rewards-program .scroll-trigger h3, 
.page-title-privacy-policy .scroll-trigger h2,
.page-title-shipping-policy-shipping-methods .scroll-trigger h2,
.page-title-shipping-policy-shipping-methods .scroll-trigger h3 {
  margin:10px 0;
  color: rgba(var(--primary-color));
  font-size: var(--product-heading);
      font-weight: 600;
}
.page-title-shipping-amp-return-policy-shipping-methods .scroll-trigger p,
.page-title-terms-of-service-amp-rewards-program .scroll-trigger p, 
.page-title-privacy-policy .scroll-trigger p,
.page-title-shipping-policy-shipping-methods .scroll-trigger p {
  color: rgba(var(--primary-color), .6);
  font-size: var(--paragraph-font-size);
  line-height: 24px;
}
.filter-toggle {
  display: none;
}
.filter-sidebar {
        position: sticky;
    top: 30px;
    width: 250px;
    flex-shrink: 0;
  }
  .overlay2 { display: none !important; }
  .filter-close {
    display: none;
  }
  .search-box {
    width: 100%;
    max-width: 500px;
  }
  .search-box .field__label, .search-box  .field__input:not(:placeholder-shown)~.field__label, .search-box .field__input:focus~.field__label {
    left: 60px;
  }
  .search-box .field__input:focus {
    box-shadow : none;
  }
  .search-box  .field__button.search__button  {
    
    background: rgba(var(--primary-color)) !important;
    color: var(--white);
    position: unset;
    width: 5.4rem;
    height: auto;

  }
    .search-box  .field__button.reset__button {
    right: 0;
  }
    .search-box  .field__button>.svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-box  .search__button .icon {
  margin-right: 0
}
   .search-box .field{
    border: 1px solid rgba(var(--primary-color), 1);
    border-radius: 6px;
  }
  .search-box .field::after, .search-box .field::before {
    display: none;
  }
  .search-box .search__input.field__input {
    padding-left: 12px;
    padding-right: 45px;
    border-radius: 5px;
  }
  .search-box .template-search__search .search {
    margin: 0;
  }
  .search-box .template-search__search,.search-box .template-search__header {
    margin-bottom: 0;
  }
  .rte a {
    text-decoration: underline;
    font-weight: 600;
  }
  .search_icon_mobile {
    display: none;
  }
/* New Slider Css  */
.brands-sliders .slick-track {
  gap: 0;
  padding: 0
}
.brands-sliders .brand-item img {
  border-radius: 0;
  opacity:1
}
.brands-sliders .brand-item:hover img {
  opacity:.6;
}
/* .brands-sliders .brands-btn
 {
    position: absolute;
    bottom: 0;
    padding: 12px 40px !important;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    transition: .3s;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    left: 0;
    line-height: 26px;
    text-align: center;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    transition: all ease-in-out 500ms;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.brands-sliders .slick-prev, .brands-sliders .slick-next {
 width: 30px;
 height: 30px;
 background: transparent;
 top: calc(50% - 5px);
}
.brand-slider-home.brands-sliders .slick-prev {
    left: 10px;
}
.brand-slider-home.brands-sliders .slick-next {
    right: 10px;
}
.brand-slider-home.brands-sliders .slick-prev::before
 {
    transform: translateY(0%) rotate(180deg)!important;
}
.brand-slider-home.brands-sliders .slick-next::before, .brand-slider-home.brands-sliders .slick-prev::before{
  background: rgba(255,255,255,.9) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMzNzNBNDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0idGFibGVyLWljb24gdGFibGVyLWljb24tY2hldnJvbi1yaWdodCI+PHBhdGggZD0iTTkgNmw2IDZsLTYgNiI+PC9wYXRoPjwvc3ZnPg==') center/80% no-repeat!important;
  color: #000;
    border: none;
    border-radius: 50%;
    direction: ltr;
    width: 30px;
    height: 30px;
    font-size: 20px;
    padding: 0;
    cursor: pointer;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(0%);
    z-index: 999;
    opacity: .8;
    transition: background-color .3s ease, opacity .3s ease;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    line-height: 30px;
    text-align: center;
    min-width: initial;
    min-height: initial;
}
.brand-slider-home.brands-sliders .slick-prev:before {
  content: ""; /* left arrow */
  top: -2px;
}

.brand-slider-home.brands-sliders .slick-next:before {
  top: -2px;
  content: ""; /* right arrow */
}
 .swiper-button-prev:after
 {
    transform: translateY(0%) rotate(180deg)!important;
}

.swiper-button-next:after, .swiper-button-prev:after{
  background: rgba(255,255,255,.9) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMzNzNBNDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0idGFibGVyLWljb24gdGFibGVyLWljb24tY2hldnJvbi1yaWdodCI+PHBhdGggZD0iTTkgNmw2IDZsLTYgNiI+PC9wYXRoPjwvc3ZnPg==') center/80% no-repeat!important;
  color: #000;
    border: none;
    border-radius: 50%;
    direction: ltr;
    width: 30px;
    height: 30px;
    font-size: 20px;
    padding: 0;
    cursor: pointer;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(0%);
    z-index: 999;
    opacity: .8;
    transition: background-color .3s ease, opacity .3s ease;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    line-height: 30px;
    text-align: center;
    min-width: initial;
    min-height: initial;
    font-size:0 !important;
}
.variant-like__item.is-sold-out {
  opacity: 0.4;
  position: relative;
}

.variant-like__item.is-sold-out::after {
  content: "Sold Out";
  position: absolute;
  font-size: 10px;
  color: #fff;
  background: #000;
  padding: 2px 6px;
  top: 4px;
  right: 4px;
}
p.variant-like__label {
    font-size: 12px;
}

a.variant-like__item img {
    border-radius: 5px;
    background: var(--light-bg);
    border: 1px solid #2424481a;
}


a.variant-like__item.is-active img {
  border: 1px solid #242448;
}





/* Swatch wrapper */
.variant-like {
  margin-top: 6px;
}

.variant-like__items.amazon-color-swatches {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* Swatch link */
.variant-like__items.amazon-color-swatches a {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

/* Color circle */
.variant-like__items .color-swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
}

/* Active swatch */
.variant-like__items.is-active {
  border: 2px solid #111 !important;
}

/* Hover effect */
.variant-like__items.amazon-color-swatches a:hover {
  border-color: #111;
}

/* Sold out style */
.variant-like__items.is-sold-out {
  opacity: 0.4;
  pointer-events: none;
}

/* Sold out cross line */
.variant-like__items.is-sold-out::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1.5px;
  background: #666;
  transform: rotate(-45deg);
}


.mega-columns.Sale {
    display: block !important;
}
.mega-menu.Sale {
    left: auto;
    width: 20% !important;
    padding-bottom: 14px;
}

.mega-menu.Sale .mega-content {
    display: block;
}





.product-grid-container {
  width: 100%;
}



/* ============================= */
/* Responsive Breakpoints        */
/* ============================= */

/* Tablet */
/* Responsive */
@media (max-width:1399.98px) {
.slick-prev {
  left: 0px;
}
.slick-next {
  right: 00px;
}
}
@media (max-width: 1099.98px){
  .footer-main {
        flex-direction: column;
        padding: 30px 15px;
    }
    .menu li {
  margin: 0px;
}
}
@media (max-width: 991.98px) {
  .shopify-section-group-header-group {
    z-index: 0;
}
#shopify-section-sections--16448740786261__custom_header_QABhci {
  z-index: auto;
}
  .custom-header.section_padding {
    padding: 16px 0!important;
}
  .nav {
    display: none;
  }
  .mobile-toggle {
    display: block
  }
  /* .cart-box {
    position: absolute;
    right: 72px;
}
  .mobile-toggle {
    display: block;
            position: absolute;
        top: 75px;
        right: 16px;
  } */
  .mega-menu {
    position: static;
    width: 100%;
  }
  .mega-content {
    flex-direction: column;
  }

  :root {
    --heading-font-size: 46px;
    --subheading-font-size: 26px;
  }

  .hero-banner {
    flex-direction: column-reverse;
    text-align: center;
    padding: 60px 0;
  }

  .hero-image-block {
    margin-bottom: 25px;
  }
  .brands-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
    
    .footer-cols {
        flex-wrap: wrap;
        gap: 15px;
    }
     .footer-cols .footer-col:first-child {
      order:4;
     }

.slick-prev {
  left:0
}
.slick-next {
  right: 0;
}
.logos_box {
    grid-template-columns: 1fr 1fr ;
}
.ProductList, .product-grid {
   grid-template-columns: 1fr 1fr ;
}
.cart-box a:hover .svg-wrapper {
  background:transparent;
  transition: all ease-in-out 500ms
}.header__icon .svg-wrapper {
    width: 34px;
    height: 34px;
}
.cart-box a:hover .svg-wrapper svg path {
    fill: rgba(var(--primary-color));
}

.header__icon, .header__icon--cart .icon {
   width: 34px;
   height: 34px;
}
.cart-box {
  align-items: center;
  gap:0;
  margin-right:10px;
}
.team-brands-grid {
    align-items: self-start;
    gap: 16px;
}  .brands-section {
    padding-top:30px;
    padding-bottom: 30px;
  }
}
@media (max-width:767.98px){

  .search_icon_mobile {
  display: flex;
   align-items:center;
   width: 34px;
   height: 34px;
}
  .banner_box {
    flex-direction: column;
  }
  .search-box {
  display: none;
        background: #f1f1f1;
        position: absolute;
        bottom: -75px;
        max-width: calc(100% + 32px);
        padding: 10px;
        left: -16px;
                width: calc(100% + 32px);
    }

.logo_cart_container {
  position: relative;
}
  .search-box.active {
    display: block;
  }
.section_padding {

 padding: 30px 0 !important
}
.single-product-page .tabs-section {
  margin-top:30px;
}

section.trending-bestseller.section_padding.instagram_head_title {
    padding: 30px 0px 0px 0px !important;
}
.section_heading {
  margin-bottom: 40px;
}
.footer-block__newsletter .footer_newsletter_head_title p {
    margin-bottom: 10px;
}
    .footer-main
 {
        padding: 30px 0;
    }
    
      .filter-sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100vh;
  background: #fff;
  transition: 0.3s ease;
  z-index: 9999;
  padding: 20px;
}
.CollectionInner__Sidebar.hidden-pocket {
    width: auto;
}
.CollectionInner {
  gap: 0;
}
.filter-sidebar.active {
  left: 0;
  overflow: auto;
}
.mobile_filters {
      display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    background: rgb(var(--primary-color));
    border: 0;
    color: var(--white);
    width: fit-content;
    border-radius: 6px;
        font-size: var(--small-font-size);
    font-weight: 600;
}
.filter-toggle {
  display: flex;
}
.selected-filters-sort-custom {
    flex-direction: column-reverse;
    align-items: start;
    gap: 10px
}

.overlay2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 9998;
}

.overlay2.show {
  display: block !important;
}
.filter-sort-box {
  display: flex; 
    justify-content: space-between;
    width: 100%;
}
.filter-close {
    display: block;
}
.ProductList, .product-grid {
    grid-template-columns: 1fr;
}
.shopify-section-group-header-group {
  z-index: 0;
}
.left_side_box {
    padding-left: 24px;
  padding-right: 24px;
}

.login, .register, .left_side_box {
  width: 100%;
  flex: 0 0 100%
}
.login_register_main {
  flex-direction: column;
}
.customer.login, .customer.register {
  border-radius: 0 0px 17px 17px;
  padding-left: 24px;
  padding-right: 24px;
          padding-bottom: 20px;

}
.single-product-page .tab_discount_main {
  flex-direction: column;
}
.page-title-shipping-amp-return-policy-shipping-methods h1.main-page-title, .page-title-terms-of-service-amp-rewards-program h1.main-page-title, .page-title-privacy-policy h1.main-page-title, .page-title-shipping-policy-shipping-methods h1.main-page-title {
  margin-bottom: 30px;
}
.product-logo .logos_box {
      grid-template-columns: 1fr 1fr 1fr;
    }

    .custom-team {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-hero-team h1 {
    font-size: 32px;
}
.team-brands-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-items: center;
    gap: 20px;
}

.store-container, .choose-sv-row {
  flex-direction: column;
}
}

/* Mobile */
@media (max-width: 575.98px) {
  :root {
    --heading-font-size: 32px;
    --subheading-font-size: 20px;
    --paragraph-font-size: 14px;
  }
.product-logo .logos_box {
      grid-template-columns: 1fr 1fr;
    }
  .hero-banner {
    min-height: auto;
    padding: 40px 0;
    background-position: top;
  }
.login_new_account {
  flex-direction: column;
  gap: 0;
}
  .discount-badge {
    width: 80px;
    height: 80px;
    font-size: 14px;
    top: -10px;
    right: -10px;
  }
  .brands-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .product-grids {
    grid-template-columns: 1fr;
}
.logos_box {
    grid-template-columns: 1fr 1fr ;
}
.sort-label-wrapper img{
 display: none
}
.mobile_filters {
  padding-left: 14px;
  padding-right: 14px;
}
}
/* Overlay */
.offcanvas-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 1000;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Submenu hidden by default */
.offcanvas-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 0px;
}

/* Open state */
.offcanvas-item.active .offcanvas-submenu {
  max-height: fit-content;
}

/* Toggle button */
.offcanvas-toggle {
  width: 100%;
  background: none;
  border: 0;
  color: rgba(var(--primary-color));
  font-size: var(--paragraph-font-size);
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0;
  font-family: var(--font-primary);
  font-weight: 500;
  line-height: 24px
}

/* Arrow rotate */
.offcanvas-item.active .arrow {
  transform: rotate(45deg);
  transition: 0.3s;
}
.landing_page_box h1 {
  color: #fff;
}
.landing_page_box .sv-stats {
  background: #f1f1f1;
}
.landing_page_box .sv-band h2, .landing_page_box .sv-cta h2 {
  color: #fff
}
.sv-stat-card .button_text_box img{
   opacity: .3;
   transition: all ease-in-out 500ms;
}
.sv-stat-card:hover .button_text_box img{
   opacity: 1;
   transition: all ease-in-out 500ms;
}
.landing_page_box .button_text_box {
      width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.landing_page_box .sv-shipping {
  display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.landing_page_box .sv-band .section_heading::before, .landing_page_box .sv-band .section_heading::after  {
  color: #fff;
}
