/** Shopify CDN: Minification failed

Line 649:0 Unexpected "}"

**/
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #1e1e1e; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1e1e1e;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1e1e1e; 
}

::selection {
  color: #fff;
  background: #1e1e1e;
}
@font-face {
  font-family: MonumentRegular;
  src: url("/cdn/shop/files/MonumentExtended-Regular.otf?v=1728990189");
}
@font-face {
  font-family: KrishaRegular;
  src: url("/cdn/shop/files/KrishaRegular-518Zx.otf?v=1728991596");
}
@font-face {
  font-family: MonsterratMedium;
  src: url("/cdn/shop/files/Montserrat-Medium.ttf?v=1723785830");
}
@font-face {
  font-family: RobotoBold;
  src: url("/cdn/shop/files/Roboto-Bold.ttf?v=1726815886");
}
:root {

  --gradient_color: linear-gradient(90deg, #FF7E5C 0%, #AAAA53 66.5%, #00C1AC 100%);
  --font_regular: MonumentRegular;
  --font_medium: MonsterratMedium;
  --font_bold: RobotoBold;
  --font_krisha: KrishaRegular;
  --color_dark_blue: #141037;
  --color_white:#ffffff;
}

.color_dark_blue{
  color:var(--color_dark_blue);
}
.color_white{
  color:var(--color_white);
}
.font_xs {
  font-size: 14px;
}
.font_sm {
  font-size: 16px;
}
.font_reg{
  font-size: 18px !important;
}
.font_md {
  font-size: 22px !important;
}
.font_lg {
  font-size: 24px ;
}
.font_xl {
  font-size: 28px !important;
}

.font_xxl {
  font-size: 40px;
}

.font_xxxl {
  font-size: 48px;
}

.font_xxxl {
  font-size: 64px;
}

.font_heading {
  font-family: var(--heading-font-family) !important;
}
.font_text {
  font-family: var(--text-font-family) !important;
}
.font_regular{
  font-family: var(--font_regular) !important;
}
.font_medium{
  font-family: var(--font_medium) !important;
}
.font_bold{
  font-family: var(--font_bold) !important;
}
font_krisha{
  font-family:var(--font_krisha) !important;
}
.font_monst{
  font-family: var(--text-font-family) !important;
}

.title_color_text{
 background: var(--gradient_color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-transform{
  text-transform: unset;
}
.letter-spacing-main{
  letter-spacing: var(--heading-letter-spacing);
}

.letter-spacing{
  letter-spacing:0;
}
.font_weight_bold{
  font-weight:800;
}
.section-title{
  text-align:left;
  font-size:24px;
}
.section-title span,
.section-title .color_text{
  /* background: var(--gradient_color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.section-header{
 justify-self: flex-start;
}
.text-uppercase{
  text-transform:uppercase;
}
.line-height{
  line-height:1.2;
}

/* header */

.header__primary-nav-item:hover .main_menu{
  background: var(--gradient_color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  letter-spacing:0;
}
.header__menu-disclosure .mega-menu {
    width: 75%;
    justify-content: flex-start;
    margin: 0px 13%;
        background: rgba(255, 255, 255, 0.9);
}
.mega-menu__linklist{
  flex-direction:column;
      row-gap: 22px;
}
.mega-menu__linklist .the-ight-edition{
  text-transform:unset;
}
/* header */

/* featured-collection */

.shopify-section--featured-collections .v-stack {
  width:100%;
}
.featured-collections-carousel scroll-carousel{
  /* column-gap:0; */
}
.autoplay_carousel_sec .product-list{
  --product-list-default-column-gap: clamp(var(--container-gutter) / 4, var(--product-list-default-column-gap)* var(--product-list-horizontal-spacing-factor, 1), var(--container-gutter)* 2);
}
/* featured-collection */


.text-with-icons__item .text-with-icons-block{
  grid-template-columns: 50px 1fr;
    gap: 2px;
}

.text-with-icons{
      justify-content: space-between;
    gap: 0;
}
.text-with-icons__item {
  flex-basis: min(21.75rem, calc(100% / var(--text-with-icons-items-per-row) - var(--text-with-icons-column-gap, 0px)*(var(--text-with-icons-items-per-row) - 1) / var(--text-with-icons-items-per-row)));
}

@media(max-width:767px){
  .text-with-icons__item .text-with-icons-block{
          display: flex;
    flex-direction: column;
    align-items: center;
  }
.text-with-icons{
  row-gap: 25px;
}
}

/* timer */

.countdown_content{
      display: flex;
    align-items: center;
    column-gap: 20px;
}
.countdown_content p{
      margin: 0 !important;
    font-size: 28px;
    text-transform: uppercase;
}

.countdown__timer{
  display:none;
}
@media(max-width:767px){
  .countdown_btn_sec{
  text-align:center;
    margin:0;
}
  .shopify-section--countdown .content-over-media{
    place-items: baseline;
  }
  .shopify-section--countdown .countdown {
        row-gap: 5px;
  }
  .countdown__content h2{
        font-size: 22px !important;
    line-height: 1.2;
  }
}


/* scrolling text */

/* .scrolling-content__text{
      background: var(--gradient_color);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #fff;
  text-transform: unset;
    letter-spacing: 0;
      margin: 0 15px;
} */

/* shop the look */

.shop-the-look__item-content .prose,
.shop_look_mobile_sec .prose{
  text-align:left;
}

.shop-the-look__item-content .h6,
.shop_look_mobile_sec .h6{
  text-transform: unset;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
      font-family: var(--font_regular);
  color:var(--color_white);
}
.shop_look_mobile_sec .h6{
  text-align:center;
}
.shop-the-look__item-content .h6.text-on-sale{
  color:var(--color_white);
}

.shop-the-look__item-content{
  gap:12px;
}

.shop-the-look__item-content .section-title,
.shop_look_mobile_sec .section-title{
    font-family: var(--font_krisha);
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}
.shop-the-look__item-content .section-header{
    max-width: 16.875rem;
    width: 100%;
    margin: 0 auto;
}
.shop_look_mobile_sec .section-title{
  max-width:195px;
  text-align:center;
  margin:0 auto;
}
.shop-the-look__popover .h4{
      letter-spacing: 0;
    font-weight: 800;
}
.shop-the-look__item-content .section-header .prose{
  display: flex;
    flex-direction: column-reverse;
}

.shop_look_mobile_sec .section-header{
  width:100%;
}

@media(max-width:767px){
  .shop-the-look__carousel{
    /* grid: auto / auto-flow 80%; */
    background:#132514;
  } 
.carousel_btn{
      display: flex;
    justify-content: space-between;
}
}

/* blog post */

  .shopify-section--blog-posts .section-title{
    font-family:var(--font_regular);
    letter-spacing:0;
  }

/* blog post */
/* rotating_tilt_text */

.gradient_color_bg, .faded_gradient_color_bg{
  overflow:hidden;
  position:relative;
  padding:4rem 0;
}

.main_scrolling_sec{
  position: relative; 
  z-index: 10;
}
.rotating_bg_text {
      background: var(--gradient_color);
      padding: 0;
      transform: rotate(-3deg);
      margin: 0 -10px;
  
 overflow:hidden;
  
  
}

.rotating_bg_text.color_text{
  position: relative;
    z-index: 15;
  top: -8px;
}

.rotating_bg_text .scrolling-content__text{
      color: #fff;
    background: transparent;
    font-family: 'MonsterratMedium';
    font-weight: 700;
      display: flex;
    align-items: center;
      margin: 0 75px;
}
.rotating_bg_text.faded_text {
  transform: rotate(5deg);  
    opacity: 0.5;    
  
}
.content_img_sec{
      margin-right: 20px;
}
@media(max-width:767px){
  .content_img_sec img{
    width:50%;
    margin:0 auto
  }
  .content_img_sec {
    margin-right: 0;
}
  .rotating_bg_text .scrolling-content__text{
        margin: 0 25px;
  }
  .scrolling-content__item{
    padding-top: 0px;
  }
  .gradient_color_bg{
    padding: 2rem 0;
  }
}

/* product card */

.price-list sale-price{
  font-family: var(--text-font-family);
    font-weight: 800;
    letter-spacing: 0;
    font-size: 20px;
  color: var(--color_dark_blue);
}
.price-list compare-at-price{
  font-family: var(--text-font-family);
    font-weight: 800;
    letter-spacing: 0;
    font-size: 16px;
}

/* footer */
.footer{
  padding-bottom:0;
}
.shopify-section--text-with-icons .section-spacing {
      padding: 35px 0;
}
.footer__aside{
      background: var(--color_dark_blue);
    padding: 20px 30px;
      margin-top: 15px;
}
.localization-selectors button{
  color:var(--color_white);
  padding: 10px 20px;
    border: 1px solid var(--color_white);
    border-radius: 50px;
}
.social-media--list{
  justify-content: end;
}
/* About us */

.template-page-about_us .multiple-media-with-text__content-wrapper .h6,
.template-page-about_us .images-with-text-scroll__item .h3{
  font-family:var(--font_regular);
}
.template-page-about_us .multiple-media-with-text__content-wrapper .h6{
      text-transform: unset;
}
.template-page-about_us .multiple-media-with-text__content-wrapper .h3{
      font-family: var(--font_medium);
}

.template-page-about_us .shopify-section--testimonials h2{
      letter-spacing: 0;
    font-weight: 700;
   /* background: var(--gradient_color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  font-family:var(--font_regular);
}

.testimonial_sec{
      background-color: #F5F5F5;
    gap: 1rem;
  position: relative;
}

.testimonial_sec .section-header {
  justify-self: center;
      margin-top: 20px;
}
.testimonial_sec .testimonial-item{
    max-width: 90%;
    margin: 0 auto 30px;
}
.quote_icon_start{
      position: absolute;
    top: -35px;
    left: 40px;
}
.quote_icon_end{
  position: absolute;
    right: 40px;
    bottom: -35px;
}
.template-page-about_us .shopify-section--featured-collections .section-title{
  text-align:center;
}
@media(max-width:767px){
  .testimonial_sec .quote_icon_start{
        left: 15px;
  }
  .testimonial_sec .quote_icon_start svg{
        width: 50px;
  }
  .testimonial_sec .quote_icon_end{
        right: 15px;
  }
  .testimonial_sec .quote_icon_end svg{
        width: 50px;
  }
  .testimonial_sec p{
    font-size:14px;
  }
}

/* product */
.product .accordion__content{
   padding-left: 15px;
}
.product .accordion__content .metafield-rich_text_field{
 
          margin-block-start: 0;
}

.thumbnail-swatch{
      width: 54px;
}
/* blog accordion */

.article__image{
    padding-top: 80px;
}
.article__image img{
    object-fit: contain;
}
.blog-post-card img{
      height: 260px;
    object-fit: cover;
}

.footer__inner .branding-colors--facebook,
.footer__inner .branding-colors--twitter{
  display:none;
}
#cart-drawer .button-group {
	flex-direction: column-reverse;
}
@media(max-width:767px){
  .article__image {
    padding-top: 0;
    height: 150px;
}
  .article__image img{
    height:200px;
  }
}

.product-card .product-title.ight_text{
  text-transform:unset;
}

cart-drawer#cart-drawer .docapp-free-gift-progress .docapp-fg-progress-goal.docapp-fg-goal-completed .docapp-fg-goal-bubble {
    background: #ec8a62!important;
    color: #fff !important;
    font-size: 10px !important;
    filter: brightness(118%);
}
cart-drawer#cart-drawer .docapp-free-gift-progress .docapp-fg-progress-container.docapp_progress_left-of-target {
    overflow: visible;
}

span.sale_mega {
    position: absolute;
    z-index: 3;
    left: 0;
    background:#ff0000b3;
    color: #fff;
    padding: 3px 7px;
    font-size: 10px;
    display: inline-block;
    color: white !important;
    padding: 6px 20px 6px 10px;
    font-weight: bold;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
    font-family: sans-serif;
}
span.sale_mega.get_offer_cstm.product_count_left {
    left: inherit;
    right: 0;
    top: 29px;
    font-size: 8.5px;
    clip-path: inherit;
    padding: 6px 9px 6px 8px;
}
.product-gallery__image-list{
      position: relative;
}
.offer_mega_july {
    border: 1px solid;
    padding: 20px;
    border-radius: 12px;
}
.offer_mega_july li {
    margin-bottom: 5px;
      display: inline-block;
  padding: 0;
}
.offer_mega_july ul {
    margin-left: 0;
}
.offer_mega_july {
    border: 2px solid #ec8a62;
    padding: 20px;
    border-radius: 12px;
    border-style: dotted;
    margin-top: 20px;
}
.docapp-free-gift-progress .docapp-fg-progress-label {
    margin-top: 7px;
}
/* @keyframes slide-gradient {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: 0% center;
  }
} */
nav[aria-label="Primary navigation"]
  ul.contents > li.header__primary-nav-item:nth-child(3) > a , #sidebar-menu
  .header-sidebar__linklist > li:nth-child(3) > a.header-sidebar__linklist-button  {
  background: linear-gradient(90deg, #f26b45, #fcbf69 25%, #4ebaaa 50% 75%, #8fd3a0);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
      animation: slide-gradient 4s ease infinite;
}
li.header__primary-nav-item[data-title="Diwali Flash Sale"] {
    background: #ec8a62;
    padding: 5px 7px;
}
li.header__primary-nav-item[data-title="Diwali Flash Sale"] a {
    color: #141037 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: inherit !important;
}
/* 
@keyframes slide-gradient {
  0% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  } */
}


.docapp-fg-progress-goal.docapp-bubble-hidden.docapp-fg-goal-completed {
    display: none;
}
cart-drawer#cart-drawer {
    z-index: 999999;
}
.product-gallery__media.snap-center video-media::part(play-button) {
    display: none;
}
span.sale_mega.sale_mega_best_seller {
    left: inherit;
    right: 0;
    max-width: max-content;
    clip-path: polygon(0 0,85% 0,100% 50%,85% 100%,0 100%);
    clip-path: none;
    padding-right: 19px;
    padding-left: 19px;
}
product-card.product-card {
    margin: 0 4px;
}
span.sale_mega.sale_mega_best_seller.cstm-new-launch {
    right: inherit;
    top: 5px;
    left: 6px;
    max-width: max-content;
    font-size: 12px;
    background: #ec8a62;
}
span.sale_mega.sale_mega_best_seller.cstm-best-seller{
      font-size: 10px;
    background: #ec8a62;
}
span.sale_mega.get_offer_cstm, .product-card__info sale-price.h6.text-on-sale {
    color: #ff0000b3;
}
price-list.price-list.price-list--product {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 9px;
}
.product-card__info .price-list {
    flex-direction: row-reverse;
}
.price-list compare-at-price {
    text-decoration-color: #ff0000b3;
}
sale-price.h4.text-on-sale {
    display: flex;
    align-items: center;
}
span.discount-percentage {
    background-color: #bb0400;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 10px;
    margin-left: 8px;
}
.product-sticky-bar .price-list {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.template-index .section-spacing.hide_only_home {
    display: none;
}
.pxFormGenerator {
    width: 100%;
}
.contact_us_sec .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .form-control {
    padding: 25px 12px;
}
.pxFormGenerator p.hulk-powered-wrapper.text-right {
    display: none;
}
.announcement_bar_cart {
    background: #ec8a62;
    margin: 0 -32px;
    padding: 6px 11px;
    text-align: center;
    line-height: normal;
    font-size: 12px;
}
#cart-drawer .docapp-free-gift-progress .docapp-fg-progress-container {
    padding: 0 00 0;
    position: relative;
    text-align: center;
}
#cart-drawer .cart-drawer__items {
    padding: 0;
}