/** Shopify CDN: Minification failed

Line 348:0 All "@import" rules must come first

**/
   /* AS SEEN IN SECTION  */
  @keyframes horTicker {
    100% {
      transform: translate(-50%);
    }
  }
        /* section.custom_as_seen_in {
    padding: 60px 0;
} */

.custom_as_seen_in .wrapper .section_heading {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

  .custom_as_seen_in .horizontal-ticker__container {
   display: flex
;
    align-items: center;
    width: max-content;
column-gap: 8px;
    animation: horTicker 50s 
linear infinite;
  }
section.custom_as_seen_in .page-width {
    max-width: 1200px !important;
}

.custom_as_seen_in .wrapper {
       width: 100%;
    display: grid
;
    grid-template-columns: 1fr;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;

}
.custom_as_seen_in .horizontal-ticker__container .horizontal-ticker__item {
white-space: nowrap;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    margin: 0;
}
.custom_as_seen_in .horizontal-ticker__container .horizontal-ticker__item img {
    width: 100%;
    height: 100%;
}

.custom_as_seen_in .icon_wrapper_block {
    width: 100%;
    overflow: hidden;
    position:relative;
}
.custom_as_seen_in .icon_wrapper_block::after, .custom_as_seen_in .icon_wrapper_block::before {
    content: "";
    position: absolute;
    top: 0;
    width: 43px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}
.custom_as_seen_in .icon_wrapper_block::before {
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}

.custom_as_seen_in .icon_wrapper_block::after {
  right: 0;
  background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}
.custom_as_seen_in h2.heading {
    font-weight: 400;
    font-size: 15px;
    line-height: 19.5px;
    letter-spacing: 0px;
    text-align: end;
    color: #000000;
    margin: 0;
    width: 50%;
}
.custom_as_seen_in .wrapper .section_heading a.insta {
    width: 50%;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    line-height: 19.5px;
    letter-spacing: 0;
    font-weight: 500;
    font-family: 'Montserrat';
}
.product-attribute ul.value.g-variant-color label.swatch-anchor {
    border-radius: 100%;
}

@media screen and (max-width: 1280px) {

.custom_as_seen_in h2.heading {
    font-size: 15px;
    line-height: 50px;
}
.custom_as_seen_in .wrapper {
    gap: 20px;
}
}

@media screen and (max-width: 840px) {
  
    .custom_as_seen_in .horizontal-ticker__container {
     column-gap: 8px;
    }
   
}
@media screen and (max-width: 768px) {
    
.custom_as_seen_in .icon_wrapper_block::after, .custom_as_seen_in .icon_wrapper_block::before {
     width: 43px;
  }
 
}



/* CUSTOM META DATA */

.custom_meta_data {
    width: 100%;
    padding: 0px 0px;
    padding-bottom: 45px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(210, 146, 15, 0.22) 100%);
}
.custom_meta_data .page-width {
    width: 100%;
    max-width: 1200px;
}
.custom_meta_data .page_warpper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.custom_meta_data .page_warpper .section_header h2.data_head {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 40px;
    letter-spacing: 0;
      margin-top:70px;
}
.custom_meta_data .page_warpper .block_data {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}
.custom_meta_data .page_warpper .block_data .data_blocks img.block_images {
    width: 100%;
    max-width: 110px;
}
.custom_meta_data .page_warpper .block_data .data_blocks p.data_text {
   margin: 0;
    color: #000000;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.custom_meta_data .page_warpper .middle_content *:not(h2) {
   font-size: 20px;
   line-height: 25px;
   color: #000000;
   letter-spacing: 0;
   font-family: 'Helvetica Neue';
   font-weight: 400;
}
.custom_meta_data .page_warpper .horizontal_images {
    width: 100%;
}
.custom_meta_data .page_warpper .horizontal_images {
    display: flex;
    flex-direction: column;
    width: 100%;
        gap: 30px;
}
.custom_meta_data .page_warpper .horizontal_images .upper_block {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 30px;
    
}
.custom_meta_data .page_warpper .horizontal_images .upper_block:nth-child(2) {
    margin-bottom: 64px;
}
.custom_meta_data .page_warpper .horizontal_images .upper_block img.daata_main {
    width: 100%;
     max-width: 40%;
    display: inline-block;
    object-fit:cover!important;
    border-radius:15px;
    
}
.custom_meta_data .page_warpper .horizontal_images .upper_block img.second_image {
    width: 100%;
    max-width: 60%;
    display: inline-block;
    object-fit:cover!important;
    border-radius:15px;

}
.custom_meta_data .main_button {
    text-align: center;
}
.custom_meta_data .main_button a.data_button {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}
.custom_meta_data .main_button {
    text-align: center;
    width: 404px;
    height: 64px;
    opacity: 1;
    padding-top: 20px;
    padding-right: 85px;
    padding-bottom: 20px;
    padding-left: 85px;
    margin: 0 auto;
    background: #7C593A;
    transition:all 0.3s ease;
}

.custom_meta_data .main_button:hover {
    opacity:0.7;
}


@media screen and (max-width: 991px) {

.custom_meta_data .page_warpper .horizontal_images .upper_block {
    flex-direction: column;
    width: 100%;
}
.custom_meta_data .page_warpper .horizontal_images .upper_block img.daata_main {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    object-fit:cover;
}
.custom_meta_data .page_warpper .horizontal_images .upper_block img.second_image {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    object-fit:cover!important;
    border-radius:15px;
}
.custom_meta_data .page_warpper {
    gap: 60px;
}


}
@media screen and (max-width: 768px) {
.custom_meta_data .page_warpper .block_data {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.custom_meta_data .page_warpper .block_data .data_blocks {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.custom_meta_data .page_warpper .block_data .data_blocks p.data_text {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}
.custom_meta_data .page_warpper .block_data .data_blocks img.block_images {
    width: 80px;
}
.custom_meta_data .page_warpper .section_header h2.data_head {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
}
.custom_meta_data .main_button {
    display: none;
}
.custom_meta_data .page_warpper .horizontal_images .upper_block:nth-child(2) {
    margin-bottom: 0;
}
.custom_meta_data {
    width: 100%;
    padding: 60px 0px;
}
.single_variation_wrap button.single_add_to_cart_button {
    width: 100%!important;
   
}
.single_variation_wrap .quantity input.qty {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 30px;
    border-radius: 7px;
    border: 1px solid;
    padding: 10px;
}

}


@media screen and (max-width: 480px) {

.custom_meta_data {
    width: 100%;
    padding: 0px 0px;
}
.custom_meta_data .page_warpper .section_header h2.data_head {
        text-align: left;
    }
        .custom_meta_data .page_warpper {
        gap: 50px;

    }
}

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');


/* CUSTOM TEXT TICKER */

@keyframes horTicker {
  100% {
    transform: translate(-50%);
  }
}

.custom_horizontal_ticker {
    overflow-x: hidden;
    padding: 16px 0;
    max-width: 100%;
}
  .custom_horizontal_ticker .horizontal-ticker__container {
    animation: horTicker 50s linear infinite forwards;
}
.custom_horizontal_ticker .horizontal-ticker__container {
    display: flex;
    align-items: center;
    width: fit-content;
    column-gap: 60px;
}
.custom_horizontal_ticker .horizontal-ticker__item {
    font-family: 'Outfit';
    line-height: 1;
    white-space: nowrap;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
img.image_tricker {
    width: 100%;
    display: inline-block;
}
.custom_meta_data .page_warpper .block_data .data_blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 223px;
    margin: 0 auto;
    
}
.single_variation_wrap .quantity .qty-plus {
    left: auto;
    right: 10px!important;
    top: 11px!important;
}
.new_data_block_logo {
    display: none;
}
.new_data_flex_box {
    background: #F5F5F7;
    display: none;
}
div#cross-sell {
    display: none !important;
}

@media only screen and (max-width:768px) {
.custom_horizontal_ticker {
    padding: 12px 0;
}
.custom_horizontal_ticker .horizontal-ticker__item {
    font-size: 15px !important;
}
.new_data_block_logo {
    display: inline_block!important;
}
.new_data_flex_box {
    background: #F5F5F7;
     display: inline_block!important;
}
  }
  

  .accordion_item {
  border-bottom: 1px solid #868686;
}
.accordion_item:nth-child(3) {
    margin-bottom: 30px;
}
.info_notes .data_block {
    margin-bottom: 20px;
    border-bottom: 1px solid #868686;
}
.info_notes .data_block p.single_text {
    font-family: Outfit;
    font-weight: 600;
    font-size: 15px;
    line-height: 19.5px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000000;
}


.accordion_title {
  width: 100%;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05em;
    cursor: pointer;
    font-family: 'Helvetica Neue';
}

.accordion_title svg {
  width: 14px;
  height: 14px;
  fill: #000;
  transition: transform 0.3s ease;
}

.accordion_item.open .accordion_title svg {
  transform: rotate(180deg);
}

.accordion_content {
  display: none;
  padding-bottom: 20px;
  font-size: 14px;
  color: #555;
}

.accordion_item.open .accordion_content {
  display: block;
}

.accordion_content ul {
  padding-left: 18px;
}

.accordion_content li {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    color: #868686;
    margin: 0;
}
.custom_meta_data .page_warpper .block_data .data_blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.custom_meta_data .page_warpper .block_data .data_blocks img {
    width: 100%;
    max-width: 110px;
    margin: 0 auto;
}

.jdgm-widget.jdgm-medals-wrapper {
    flex-direction: column;
}

.review_card {
  background: #fff6ee;
  padding: 20px 24px;
  border-radius: 8px;
  max-width: 100%;
  float: right;
    position: relative;
  font-family: 'Outfit', sans-serif;
  margin-top: 48px;
    margin-bottom: 20px;
}

.review_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.review_user {
  display: flex;
  align-items: center;
  gap: 6px;
}

.review_name {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.verified_dot {
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}

.review_date {
  font-size: 12px;
  color: #777;
}

.review_stars {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: #000;
}

.review_text {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
.new_data_figma .jdgm-medal {
    position: relative;
    width: 130px;
    height: 130px;
}
.new_data_figma .jdgm-medal__value {
    position: absolute;
    top: 70px;
    width: 134px;
    text-align: center;
    font-family: "Nunito Sans", "Helvetica", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    bottom: 0;
}
.new_data_figma .jdgm-medal[data-type="mon_rec"] .jdgm-medal__value {
    top: 60px;
    
}
.new_data_figma .jdgm-widget.jdgm-medals-wrapper {
    flex-direction: column-reverse;
}
.new_data_figma h1.product-name-normal {
    margin: 0 0 5px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
        margin-bottom: 20px;
       color: #1E1E1E;
}

.new_data_figma p.simple_content {
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: justify;
    vertical-align: middle;
    color: #000000;
    margin-bottom:0px!important;
    
}
.new_data_figma .quantity__lable--main {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
    vertical-align: middle;
    color: #868686;
    text-transform: uppercase;
    margin: 12px 0px;
}
.new_data_figma .g-image-zoom {
    border: 2px solid;
    border-radius: 10px;
    aspect-ratio:1/1.1;
}
.products-content-layout-2  .jdgm-prev-badge__text {
    visibility: unset;
    color: #868686;
    margin-left:5px;
}
.new_data_figma .label-product {
    right: 10px;
    left: unset !important;
    min-height: unset;
    border-radius: 5px;
    padding: 5px 30px;
    background: #FF0000 !important;
}
.new_data_figma .single_image-product .image-thumb.slick-current img {
    border-radius: 3.4px;
    border-color: #000000;
    border-width: 2px;
}
.products-content-layout-2 .single_image-product button.slick-prev.slick-arrow, .products-content-layout-3 .single_image-product button.slick-prev.slick-arrow {
   
    display: none!important;
}
.products-content-layout-2 .single_image-product button.slick-next.slick-arrow, .products-content-layout-3 .single_image-product button.slick-next.slick-arrow {
  display: none!important;
}


/* .new_data_figma .single_image-product .image-large {
    position: relative;
    border: 2px solid;
    border-radius: 10px;
} */

.single_variation_wrap .quantity input.qty {
    border: 1px solid #000000!important;
}

@media only screen and (max-width:480px) {

.custom_meta_data .page_warpper .block_data .data_blocks img {
    width: 100%;
    max-width: 80px;
    margin: 0 auto;
}
section.custom_product_list .page-width {
    padding-bottom: 20px !important;
}
.dat_widgets .page-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px 40px !important;
    width: 100%;
}
.jdgm-medals-wrapper .jdgm-medals__container {
    padding: 16px 0;
    display: grid!important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
}
.jdgm-medals-wrapper--small .jdgm-medal {
    width: 140px !important;
    height: 140px !important;
}
.jdgm-medals-wrapper--small .jdgm-medal__value {
    top: 78px!important;
    width: 80px!important;
    font-size: 19.2px;
    right: 30px;
}
}
.custom_meta_data .page-width {
    width: 100%;
    max-width: 1200px;
    padding: 50px 15px 10px;
}
.g-related-product.g-dots-style-2 {
    display: none;
}
@media only screen and (max-width:767px) {
.review_card {
    display: none !important;
}
.judge_me_warpper {
    display: none !important;
}
.col-sm-6.col-xs-12.padding-left-55.single-product-right-content {
    margin-top: 30px;
}

}

@media screen and (max-width: 768px){
.sing-product-page.product--page--layout-8 .products-content-layout-2 .single-product-right-content {
    padding-left: 0px!important;
    width:100%!important;
}
.sing-product-page.product--page--layout-8 .products-content-layout-2 .single-product-main-image {
    width: 100%!important;
    padding: 0;
}
.sing-product-page.product--page--layout-8 .page-width {
    padding: 0px 15px!important;
}
.sing-product-page.product--page--layout-8  .container-full {
    padding-left: 0px;
    padding-right: 0px;
}
.products-content-layout-2 .featured_image-product, .products-content-layout-3 .featured_image-product {
 
    width: 100%!important;
}
.products-content-layout-2 .slider-nav {
    float: left;
    width: 100%!important;
    margin-top: 10px!important;
}
.products-content-layout-2 .breadcrumbs__item a {
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 11px;
    leading-trim: CAP_HEIGHT;
    line-height: 36px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1E1E1E;
    text-decoration: none;
}
.products-content-layout-2 .breadcrumbs__item {
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    leading-trim: CAP_HEIGHT;
    line-height: 36px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1E1E1E;
    text-decoration: none;
    padding:4px;
}
.products-content-layout-2  .breadcrumbs {
    margin: 0px;
}
.products-content-layout-2 .image-thumb {
    padding: 0px 2px!important;
    box-sizing:border-box!important;
}


.slider-nav::before {
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 30px;
    background-image: linear-gradient(90deg, #fffffff2 40%, #ffffff12);
    position: absolute;
    z-index: 2;
}
.slider-nav::after{
      content: "";
    right: 0px;
    top: 0px;
    height: 100%;
    width: 30px;
    background-image: linear-gradient(90deg, #ffffff12 40%, #fffffff2);
    position: absolute;
    z-index: 2;
    
}
.products-content-layout-2 del#ComparePrice {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 17px!important;
    color: #868686;
    font-weight: 300;
}
.products-content-layout-2 #ProductPrice {
    font-size: 25px!important;
    color: #000;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.products-content-layout-2 .single_variation_wrap .quantity input.qty {
  
    margin-bottom: 13px;
}
.products-content-layout-2 .single_variation_wrap .quantity {
    position: relative;
    float: left;
    margin-right: 0px;
    width: 100%;
}
.single_variation_wrap button.single_add_to_cart_button {
   
    width: 100%!important;
}
.sing-product-page.product--page--layout-8 .products-content-layout-2 .single-product-right-content {
    padding-left: 0px!important;
    width: 100%!important;
    padding-right: 0px!important;
}

 .sing-product-page.product--page--layout-8 .products-content-layout-2 .slider-for button.slick-prev.slick-arrow
{
    display: flex!important;
    align-items: center;
    justify-content: center;
    top: 19px!important;
    bottom: unset!important;
    background: transparent;
    transform: rotate(0deg)!important;
    right: 55px!Important;
    left: unset!important;
}


.products-content-layout-2 .slider-for button.slick-next.slick-arrow {
    display: flex!important;
    align-items: center;
    justify-content: center;
    top: 19px!important;
    bottom: unset!important;
    background: transparent;
    transform: rotate(0deg)!important;
    right: 14px!Important;
    left: unset!important;
}
.products-content-layout-2 button.slick-arrow svg {
    width: 100%!Important;
    height: 100%;
    background: transparent;
}
}

