/** Shopify CDN: Minification failed

Line 50:35 Expected identifier but found "!"
Line 54:24 Expected identifier but found "!"
Line 85:0 Unexpected "}"

**/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 ,
.button,
.li{
  font-family: Glacial Indifference !important;
  font-size: 16px;
  letter-spacing: 2.5px;
}
a.link-faded {
    font-size: 15px;
    font-family: Glacial Indifference !important;
}
.p,.reals-title-head {
font-family: Glacial Indifference !important;
    letter-spacing: .1px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 100;
    font-size: 22px;
}
.text-center {
    font-size: 25px;
}
h2.h2 {
    font-size: 25px;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: linear !important;
  box-sizing: content-box;
}
.horizontal-textbox-inner {
  transition: transform 0.5s ease; !important
}

.horizontal-textbox-inner:hover {
  transform: scale(1.1);!important
}
/*  insta reel css- 

   .reel-card:hover {
    transform: scale(1.01);
  }
  .reels-wallpaper{
      background-size: cover;
  background-position: center;
  background-attachment: fixed;
        margin-top: -30px;
  }
  .video-reels-card {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.reals-title {
  margin: 30px;
  text-align: center;
  color:white;
}

.inner-sections {
    display: flex;
    gap: .8rem;
    justify-content: space-around;
    padding-bottom: 1rem;
    margin: 20px;
    overflow: hidden; /* Hide main scrollbar */
}

.inner-sections::-webkit-scrollbar {
    display: none; /* Hide scrollbar for WebKit (Chrome, Safari, etc.) */
}

.inner-sections {
    overflow-x: scroll; /* Enable horizontal scrolling */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */
}

.reel-card {
     flex: 0 0 auto; /* Ensures each card takes up its content width */
     max-width: 250px; /* Minimum width of each reel card */
     transition: transform 0.2s ease-in-out;
}


#reel-vid {
  width: 100%; /* Ensures the video fills its container */
      border-radius: 15px;
}

.reels-product-title {
    text-align: center;
    font-family: glacial indifference;
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
 .inner-sections{
      overflow-x: scroll;
 }
  .reel-card {
    max-width: 200px; /* Adjust minimum width for smaller screens */
  }
  
  #reel-vid {
    width: auto; /* Allow videos to resize based on container */
  }
}
.product-name {
    font-size: 15px;
   text-transform: uppercase;
}
.money {
    font-size: 15px;
}
.reels-product-title {
 position: relative;
    bottom: 85px;
    left: 0px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 0 0 10px 10px;
    color: #fff;
}
.video-insta {
    border-radius:10px;
}


/* end */

/* insta-story css */
.instagram-stories {
  margin:10px;
  text-align: center;
  overflow-x: auto; /* Enable horizontal scrolling if needed */
  white-space: nowrap; /* Prevent wrapping of story thumbnails */
}

.story-thumbnails {
  display: inline-flex; /* Display thumbnails in a single line */
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
  overflow-x: auto; /* Enable horizontal scrolling if needed */
  white-space: nowrap; /* Prevent wrapping of story thumbnails */

}

.story {
  position: relative;
     width: 90px;
    height: 90px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
  transition: border-color 0.3s ease;
  flex: 0 0 auto; /* Ensure each story thumbnail does not grow */
}

.story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid white;
    padding: 2px;
}

.story-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

.story:hover .story-overlay {
  opacity: 1;
}

.story:hover {
  border-color: transparent;
}

.popup-modal {
  display: none;
}

.story-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8); /* Darken background */
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.story-modal.show {
  transform: scale(1);
  opacity: 1;
}

.story-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: 30%; /* Adjust width as needed */
  height: auto; /* Adjust height as needed */
  max-width: 1200px; /* Optional: max width */
  max-height: 90%;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden; /* Ensure content stays within modal */
}

.story-modal-content video, .story-modal-content img {
  width: 100%;
  height: auto;
}

/* Hide scrollbar */
.instagram-stories::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.instagram-stories {
  scrollbar-width: none; /* Firefox */
}

@media (max-width: 768px) {
  .story {
    width: 60px;
    height: 60px;
  }
.reels-product-title {
    position: relative;
    bottom: 104px;
}
  .story-modal-content h2 {
    font-size: 20px;
  }

  .story-modal-content .inner-content-popup {
    font-size: 14px;
  }
   .story-modal-content {
     width: 40%;
}
}

@media (max-width: 480px) {
  .story {
    width: 50px;
    height: 50px;
  }

  .story-modal-content h2 {
    font-size: 18px;
  }

  .story-modal-content .inner-content-popup {
    font-size: 12px;
  }
  .story-modal-content {
     width: 85%;
}
}
/* end */

.story-modal-content {
  position: relative;
}

.story-modal-content {
  position: relative;
}

.close-modal {
  position: absolute;
     top: -36px;
    right: 40px;
    font-size: 70px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 10; /* Ensure it's above other modal content */
}
.glide__arrow{
  display:none !important
}

@media (max-width: 768px) {
  .close-modal {
    font-size: 20px; /* Adjust size for smaller screens */
    top: 5px;
    right: 5px;
  }
}






/* ======================== 
DS EDITS 
====================== */

.product-card sale-price {
    font-size: 12px !important;
    letter-spacing: 1px !important;
}
.product-card compare-at-price {
    font-size: 11px !important;
    letter-spacing: 1px !important;
}
.product-info sale-price{
    font-size: 16px !important;
    letter-spacing: 0.5px !important;
}
.product-info compare-at-price {
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
}
cart-drawer button[type=submit] {
    flex-direction: column;
    font-size: 12px;
}
cart-drawer button[type=submit] .cart-drawer__button-price:before {
    display: none;
}
cart-drawer button[type=submit] .cart-drawer__button-price {
    font-size: 12px;
    letter-spacing: 0.5px ;
}
.cart-drawer__items sale-price{
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    line-height: 1.2 !important;
}
.product-card {
    gap: 10px;
}
@media(max-width: 768px){
  .product-card {
    gap: 5px;
  }
  .product-card sale-price{
     line-height: 1.2;
      letter-spacing: 0px !important;
  }
  .product-card compare-at-price{
      letter-spacing: 0px !important;
  }
}