/** Shopify CDN: Minification failed

Line 1276:32 Unexpected "{"
Line 1276:41 Expected ":"
Line 1276:48 Unexpected "{"
Line 1281:31 Unexpected "{"
Line 1281:36 Expected ":"
Line 1281:40 Unexpected "{"
Line 1285:30 Unexpected "{"
Line 1285:35 Expected ":"
Line 1285:53 Unexpected "{"
Line 1285:58 Expected ":"
... and 37 more hidden warnings

**/
/* 
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/* ─────────────────────────────────────────
   Sticky Header Base Styles (integrated)
───────────────────────────────────────── */

body {
    overflow-x: hidden;
    user-select: none;
}

.jdgm-rev-widg{

      padding: 20px !important;

}

.disabled {
    color: red;
    text-decoration: line-through;
    opacity: 0.5;
}

/* .product_freeShipping_section{

  padding: 0px 20px;

} */



.popup-QWLATC-section {

  /* padding: 20px; */

}


.nl_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000bd;
    z-index: 14;
}

.newsletter-footer-section{

  position: relative;

}

.quickbuy_test {
    display: none !important;
}

#MainContent{

  overflow-x: hidden;

}

.header__navigation{

  position: relative;
  z-index:10000;

}

.jdgm-rev-widg{

    display: flex !important;
    width: 1600px !important;
    flex-direction: column !important;

}

#judgeme_product_reviews{
    display: flex; 
     width: 100vw; 
    justify-content: center;
}


.header {
  top: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 24px 36px 24px 54px;
  justify-content: space-between;

  /* ensure background covers content beneath */
  background-color: #ffffff;
  /* light border + subtle shadow */
  border-bottom: 0.5px solid #000000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;

  font-family: "Space Grotesk", sans-serif;
}

/* intensify shadow once scrolled */
.header.scrolled {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      position: relative;
}

/* ─────────────────────────────────────────
   Typography & Icons (unchanged)
───────────────────────────────────────── */
@font-face {
  font-family: "Segoe UI";
  src: url('{{ "Segoe UI.ttf" | asset_url }}') format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Segoe UI", sans-serif;
}

.header__menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #6c7275;
}

.active-link {
  color: #141718 !important;
}

.header__icons {
  display: flex;
  gap: 16px;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: color 0.5s ease;
}

.header__menu-link {
  transition: color 0.3s ease;
}

.header__menu-link:hover {
  color: #141718;
}

.header__logo {
  max-width: 210px;
}

.header__icons svg {
  width: 22px;
}

.header__cart-icon--mobile {
  display: none;
}

.header__hamburger {
  display: none;
}

/* ─────────────────────────────────────────
   Mobile Slide‑Out Menu Base Styles
───────────────────────────────────────── */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  box-shadow: 2px 0 12px #0000001a;
  transition: transform 0.3s ease;
  z-index: 100000;
  overflow-y: auto;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  transform: translateX(-100%); /* hide off‑screen left */
}

/* When menu is open */
.mobile-menu.open {
  transform: translateX(0);
}

/* Header (logo + close) */
.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu__logo img {
  max-height: 64.5px;
  max-width: 185.33px;
}

/* Close button */
.mobile-menu__close {
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

/* Wrapper for positioning */
.search-input-wrapper {
  position: relative;
  width: 100%;
}

/* Style the icon */
.search-input-wrapper svg {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 24px;
  height: auto;
  transform: translateY(-50%);
  /* fill: #6c7275; */
  pointer-events: none;
}

/* Push the input text over so it doesn't overlap the icon */
.search-input-wrapper input {
  width: 100%;
  padding: 14px 12px 14px 44px;
  border: 1px solid #ccc;
  color: #000;
}

/* (Optional) Change placeholder color */
.search-input-wrapper input::placeholder {
  color: #999;
}

/* Search */
.mobile-menu__search {
  border-bottom: 1px solid #e5e5e5;
}

/* WebKit browsers (Chrome, Safari, newer Edge) */
.search-input-wrapper input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

/* Selector */
.mobile-menu__selector {
  border-bottom: 1px solid #e5e5e5;
}

.mobile-menu__selector select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 8px; /* if you have two selects */
}

.mobile-menu__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.mobile-menu__nav ul > li:first-child {
  padding: 0px 0px 20px 0px;
}

.mobile-menu__nav li {
  border-bottom: 1.15px solid #e8ecef;
  padding: 20px 0px;
}

.mobile-menu__nav a {
  text-decoration: none;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.mobile-menu__nav a.active-link {
  color: #000;
}

/* Cart */
.mobile-menu__cart {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0px;
}

.mobile-menu__cart a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.mobile-menu__cart a svg,
.mobile-menu__cart a .icon {
  margin-right: 8px;
}

/* Social Icons */
.mobile-menu__social {
  display: flex;
  gap: 12px;
}

.mobile-menu__social a {
  display: inline-block;
  text-decoration: none;
  font-size: 20px; /* or size of your SVG icons */
  color: #333;
}

/* Optional: hide scrollbar on webkit */
.mobile-menu::-webkit-scrollbar {
  width: 6px;
}

.mobile-menu::-webkit-scrollbar-track {
  background: transparent;
}

.mobile-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.mobile_logo_menu_wrapper {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

#carousal_product_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 16px;
}

#carousal_product_price {
  font-size: 32px;
  font-weight: 300;
  line-height: 16px;
}

.product-detail-wrapper {
  display: flex;
  height: 240px;
  flex-direction: column;
}

.product-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
}

.product-short-description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.product-price-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.splide__arrows {
  display: flex;
  gap: 24px;
}

.carousal-pagination-wrapper {
  display: flex;
  justify-content: center;
}

.carousal-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 30px 0px !important;
}

.carousal-title-custom {
  text-align: center;
  font-size: 40px;
}

.view-all-wrapper {
  padding: 10px 0px 0px !important;
  width: 100%;
  text-align: center;
}

.image-text-btn {
  background: #c6f91f !important;
  color: #000 !important;
  font-size: 18px;
  font-weight: 600;
  font-family: inter;
  border: none;
  padding: 20px 25px;
}

.image-text-para {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.image-text-heading {
  font-family: unset;
  font-size: 70px;
  color: #fff;
}

.image-text-image-wrapper {
  padding: 40px;
}

.image-text-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #00000096, transparent);
  z-index: 1;
}

.carousal-subtitle {
  max-width: 56%;
  padding: 32px 32px 10px 32px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}

.rich-text-cust-title {
  font-family: unset;
  font-size: 72px;
  font-weight: 400;
}

.rich-text-cust-para {
  font-family: unset;
  font-size: 24px;
  font-weight: 400;
}

.rich-text-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 84px 0 0;
  width: 50%;
}


.custom_product_slider_overlay {
  position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000b3;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s linear;
    z-index: 100;
}

.custom_add_to_cart_btn {
    padding: 16px 24px;
    background: #fff;
    color: #000;
    border: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0px;
    transition: transform .2s ease;
    font-family: inter;
}

.custom_add_to_cart_btn:hover {
  transform: scale(1.05);
}

/* Show overlay on hover */
.custom_product_card:hover .custom_product_slider_overlay {
  opacity: 1;
}


/* Star Snippets css Starts here */

  .rating-card {
        top: 20px;
        position: absolute;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #ffffff;
        border: 1px solid #ececec;
        border-radius: 0px;
        padding: 10px 12px;
        font-family: 'inter';
        right: 20px;
        z-index: 100;
        font-weight: bold;
    }

    .rating-card .star {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        display: inline-block;
    }

    .rating-card .rating {
        font-size: 14px;
        font-weight: bolder;
        color: #3f3f43;
        line-height: 1;
    }

/* cart_ */


    .cart_rating-card {
        top: 10px;
        right: 10px;
        gap: 2px;
        padding: 8px 8px;
        font-family: 'inter';

        position: absolute;
        display: inline-flex;
        align-items: center;
        background: #ffffff;
        border: 1px solid #ececec;
        border-radius: 0px;
        z-index: 100;
        font-weight: bold;

    }

    .cart_star {
        width: 16px !important;
        height: 16px !important;
    }

    .cart_star svg {
        height: 16px;
        width: 16px;
    }

    .cart_rating-card .cart_rating {
        font-size: 12px;
        font-weight: bold;
        color: #3f3f43;
        line-height: 1;
    }



    @media screen and (max-width: 500px) {

      .rating-card .rating {
            font-size: 12px;
            font-weight: bold;
        }

        .rating-card {
            top: 10px;
            right: 10px;
            gap: 2px;
            padding: 8px 8px;
            font-family: 'inter';
        }

        .star {
            width: 16px !important;
            height: 16px !important;
        }

        .star svg {
            height: 16px;
            width: 16px;
        }

    }

/* Star Snippets css Ends here */




/* ─────────────────────────────────────────
   Responsive Breakpoints (unchanged)
───────────────────────────────────────── */

@media screen and (max-width: 1440px) {
  .hero__title {
    font-size: 52px;
  }

  .hero__text {
    font-size: 20px;
  }

  .hero__text-content {
    gap: 40px;
    padding-right: 80px;
  }

  #carousal_product_title {
    font-size: 20px;
    width: 100%;
  }

  .product-short-description {
    font-size: 16px;
  }
}

/* Tablets (portrait and smaller, e.g., 1024px and below) */
@media screen and (max-width: 1024px) {
  .header {
    padding: 24px 16px;
  }

  .header__menu {
    gap: 22px;
    font-size: 14px;
  }

  .header__logo {
    max-width: 180px;
  }

  .hero__text-content {
    gap: 40px;
    padding-right: 0px;
  }

  .hero__content {
    max-width: 50%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .hero__text-content {
    gap: 32px;
    padding-right: 0px;
  }

  .hero__title {
    font-size: 46px;
    line-height: 50px;
  }

  .hero__text {
    font-size: 18px;
    line-height: 26px;
  }

  #carousal_product_price {
    font-size: 24px;
  }

  .product-short-description {
    font-size: 14px;
  }

  .carousal-subtitle {
    max-width: 80%;
    padding: 32px 32px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
  }

  .carousal-prod-title-class {
    font-size: 24px !important;
  }

  .rich-text-content-wrapper {
    width: 90%;
}

}

@media screen and (max-width: 768px) {
  .hero__title {
    line-height: 72px;
  }

  .hero__text-content {
    padding: 0px;
    gap: 30px;
  }

  .hero__content {
    max-width: 100%;
    padding: 32px;
    gap: 20px;
  }

  .hero__text {
    font-size: 20px;
  }

  .hero__content {
    text-align: center;
    align-items: center;
  }

  .hero__inner {
    flex-direction: column-reverse;
  }

  .image-text-image-wrapper {
    padding: 0px;
  }

  .carousal-subtitle {
    max-width: 93%;
    font-size: 18px;
  }
  .rich-text-content-wrapper{

        width: 80%;

  }
}

/* Mobile devices (e.g., 640px and below) */
@media screen and (max-width: 640px) {
  .header__cart-icon--mobile {
    display: block;
  }
  .header__cart-icon--lgD {
    display: none;
  }
  .header__menu--lgD {
    display: none;
  }
  .header__hamburger {
    display: block;
  }

  .header__search-icon {
    display: none;
  }

  .hero__title {
    line-height: 43px;
    font-size: 37px;
  }

  .hero__text {
    font-size: 16px;
    line-height: 20px;
  }

  .carousal-title-custom {
    font-size: 32px;
  }

  .view-all-wrapper a {
    font-size: 14px;
  }

  #carousal_product_price {
    font-size: 22px;
  }

  .btn .hero__btn {
    padding: 12px 22px 12px 12px;
    font-size: 12px;
  }

  .product-short-description {
    font-weight: 300;
  }

  #carousal_product_title {
    font-size: 18px;
    width: 100%;
  }

  .hero__content {
    padding: 26px 14px;
  }

  .image-text-heading {
    font-size: 46px;
  }

  .rich-text-cust-title {
    font-size: 48px;
  }

  .rich-text-cust-para {
    font-size: 18px;
  }

  .rich-text-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 60px 8px 0;
    width: 100%;
  }
}

/* Mobile devices (e.g., 430px and below) */
@media screen and (max-width: 500px) {
  .product-price-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
  }

  .carousal_shop_btn {
    width: 100% !important;
  }

  .product-title-wrapper {
    gap: 14px;
  }

  .image-text-btn {
    font-size: 14px;
    padding: 18px 23px;
  }

  .carousal-subtitle {
    max-width: 100%;
    padding: 22px 10px 0px;
    font-size: 14px;
  }
  .carousal-title-price-wrapper {
    padding: 10px 10px !important;
  }

  .carousal-prod-title-class {
    font-size: 16px !important;
  }

  .rich-text-cust-title {
    font-size: 38px;
  }

  .rich-text-content-wrapper {
    gap: 12px;
    padding: 50px 8px 0;
  }

  .rich-text-cust-para {
    font-size: 16px;
  }
}





































.psp_version {
    width: 100% !important;
    padding: 20px !important;
}

.popup-freeShipping{

  /* padding: 0px 16px; */

}

.wishlist_button_section {
                  width: 100%;
                  height: 42px;
                  display: flex;
                  flex-direction: column;
                  justify-content: center;
                  align-items: center;
                  border: 1px solid #141718;
                  cursor: pointer;
                  transition: color 0.2s, background 0.2s;
                }

                .wishlist_button_section:hover {
                  background: #c6f91f;
                }

                .atc_btn_section {
                  width: 100%;
                  display: flex;
                  flex-direction: column;
                  justify-content: center;
                  align-items: center;
                  border: 1px solid #141718;
                  cursor: pointer;
                  transition: color 0.2s, background 0.2s;
                  background: #c6f91f;
                  padding: 10px 0;
                }

                .atc_btn_section:hover {
                  background: #000000;
                  color: #ffffff;
                }

                .wishlist_button {
                  gap: 10px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                }

                .q_btn {
                  cursor: pointer;
                }

                .q_class {
                  user-select: none;
                  display: flex;
                  background: #f5f5f5;
                  width: 44px;
                  height: 42px;
                  justify-content: center;
                  align-items: center;
                }

                .main_product_section_wrapper {
                  display: flex;
                  flex-direction: row;
                  background: #ffffff;
                  padding: 50px 0px;
                }

                .product-gallery-column {
                  width: 50%;
                }

                .product_info_column {
                  display: flex;
                  flex-direction: column;
                  align-items: start;
                  justify-content: start;
                  padding: 0px 10% 20px 20px;
                  width: 50%;
                  max-width: 960px;
                  gap: 16px;
                }

                .product_RTDP_section {
                  display: flex;
                  flex-direction: column;
                  align-items: start;
                  justify-content: start;
                  width: 100%;
                  border-bottom: 1px solid #e8ecef;
                  padding-bottom: 16px;
                  gap: 16px;
                }

                .product_size_section {
                  display: flex;
                  flex-direction: column;
                  align-items: start;
                  justify-content: start;
                  gap: 0px;
                  width: 100%
                }
                .gender_select_wrapper::-webkit-scrollbar {
                  display: none; /* Chrome, Safari, Opera */
                }

                .gender_select_wrapper {
                  overflow-x: auto;
                  scrollbar-width: none; /* Firefox */
                  -ms-overflow-style: none;  /* Internet Explorer 10+ */
                }

                .product_gender_picker {
                  display: flex;
                  flex-direction: column;
                  align-items: start;
                  justify-content: start;
                  width: 100%;
                }

                .drag-scroll {
                  overflow-x: auto;
                  white-space: nowrap;
                }
                /* .drag-scroll:active {
                  cursor: grabbing;
                } */


                .gender_select_wrapper {
                width: 100%;
                display: flex;
                flex-direction: row;
                align-items: start;
                justify-content: start;
                font-size: 12px;
                font-weight: 600;
                /* border: 0.5px solid #939393; */
                gap: 8px;
                overflow-x: auto;
                padding: 10px 0px;
                }

                .product_QWLATC_btn_section {
                  display: flex;
                  width: 100%;
                  flex-direction: row;
                  align-items: start;
                  justify-content: start;
                  gap: 10px;
                }

                .quantity_selector_WLbtn_section {
                  display: flex;
                  flex-direction: row;
                  align-items: start;
                  justify-content: start;
                  gap: 10px;
                  /* width: 100%; */
                }

                .quantity_selector_section {
                  display: flex;
                  flex-direction: row;
                  align-items: start;
                  justify-content: start;
                  font-size: 16px;
                  font-family: inter;
                  font-weight: 600;
                  color: #121212;
                }

                .product_title_section {
                  font-size: 40px;
                  font-weight: 500;
                  font-family: poppins;
                  letter-spacing: -0.4px;
                }

                .product_description_section {
                  font-family: inter;
                  font-size: 16px;
                  font-weight: 400;
                  color: #3b3b3b;
                  line-height: 26px;
                }

                .product-price {
                  font-size: 28px;
                  font-family: 'Poppins';
                  font-weight: 500;
                  color: #121212;
                  letter-spacing: -0.6px;
                }

                .product_gender_picker p {
                  font-size: 15px;
                  font-weight: 600;
                }

                .gender_btns {
                  padding: 8px 24px;
                  cursor: pointer;
                  border: 0.5px solid #00000012;
                }

                .gender_active {
                  background: #c6f91f;
                }

                .size-list-pop li {
                  padding: 12px 12px;
                  border: 1px solid #141718;
                  height: 36px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  font-size: 12px;
                  font-weight: 400;
                  transition: color 0.2s, background 0.2s;
                  cursor: pointer;
                  white-space: nowrap
                }

                .size_render_section{

                  width: 100%;

                }

                .size-list-pop {
                  display: flex;
                  gap: 10px;
                  width: 100%;
                  padding: 10px 0px;
                }

                .size-list-pop {
                overflow-x: auto;
                scrollbar-width: none; /* Firefox */
                -ms-overflow-style: none;  /* Internet Explorer 10+ */
              }


                
              .size-list-pop::-webkit-scrollbar {
                display: none; /* Chrome, Safari, Opera */
              }





                .size-list--women {
                  display: none;
                }

                .product_freeShipping_section {
                  display: flex;
                  gap: 8px;
                  font-size: 16px;
                  font-family: inter;
                  font-weight: 400;
                  align-items: center;
                  justify-content: flex-start;
                }

                .accordion {
                  border-top: 1px solid #e5e5e5;
                  max-width: 600px;
                  margin: 20px auto;
                  font-family: sans-serif;
                }

                .accordion-item {
                  border-bottom: 1px solid #e5e5e5;
                }

                .accordion-header {
                  cursor: pointer;
                  padding: 1rem;
                  display: flex;
                  justify-content: space-between;
                  align-items: center;
                  font-weight: 600;
                  font-size: 16px;
                  font-family: 'Inter';
                }

                .accordion-header .icon {
                  transition: transform 0.3s ease;
                }

                .accordion-item.open .icon {
                  transform: rotate(45deg);
                }

                .accordion-content {
                  overflow: hidden;
                  height: 0;
                  padding: 0 1rem;
                  font-size: 14px;
                  line-height: 1.6;
                  font-family: 'Inter';
                  font-weight: 400;
                }

                 /* Container */
              .product-gallery-{{ section.id }} {
                width: 100%;
                margin: 0 auto;
              }

             .product-gallery-{{ uid }} {
              max-width: 600px;
              margin: 0 auto;
            }
            .product-gallery-{{ uid }} .swiper-main-{{ uid }} {
              width: 100%;
              height: 600px;
              margin-bottom: 25px;
            }
            .product-gallery-{{ uid }} .swiper-main-{{ uid }} .swiper-slide img {
              width: 100%;
              height: 100%;
              object-fit: contain;
            }
            .product-gallery-{{ uid }} .swiper-thumbs-{{ uid }} {
              width: 100%;
              height: 100px;
            }
            .product-gallery-{{ uid }} .swiper-thumbs-{{ uid }} .swiper-slide {
              width: 25%;
              opacity: 1;
              cursor: pointer;
            }
            .product-gallery-{{ uid }} .swiper-thumbs-{{ uid }} .swiper-slide-thumb-active {
              opacity: 1;
            }
            .product-gallery-{{ uid }} .swiper-thumbs-{{ uid }} .swiper-slide img {
              width: 100%;
              height: 100% !important;
              object-fit: contain;
            }

            .size_active {
            border: 1.5px solid #000000;
            background: #c6f91f;
        }


        @media screen and (max-width: 1024px) {

            .product_info_column {
            padding: 0px 20px 20px 20px;
        }
      }

        @media screen and (max-width: 768px) {

            .main_product_section_wrapper {
                     flex-direction: column;
                    gap: 50px;
        }

            .product_info_column {
            width: 100%;
        }

        .product-gallery-column
         {
            width: 100%;
        }

        .accordion {
        border-top: 1px solid #e5e5e5;
        max-width: unset;
        font-family: sans-serif;
        width: 100%;
    }

        }


         @media screen and (max-width: 500px) {

              .product-gallery-{{ uid }} .swiper-main-{{ uid }}
    {
        height: 410px;
    }

    .testimonial_slider_btn svg {
    width: 50px !important;
    height: 80px;
}

          .main_product_section_wrapper {
                     flex-direction: column;
                    gap: 0px;
          }

          .product_info_column {
        padding-top: 20px;
    }

            .product_title_section {
                font-size: 32px;
    }

    .product_description_section {
        font-size: 14px;
    }

    .product-price {
        font-size: 26px;
    }

    .product_RTDP_section {
        gap: 10px;
    }

    .main_product_section_wrapper {
        padding: 0px;
    }


            .main_product_section_wrapper {
        padding: 0px ;
    }

     .product-gallery-{{ uid }} .swiper-main-{{ uid }} {
                      margin-bottom: 20px;
            } 



        }

        @media screen and (max-width: 375px) {

            .product-gallery-{{ uid }} .swiper-main-{{ uid }} {
                        margin-bottom: 15px;
            } 

            .product_title_section {
                font-size: 28px;
            }

            .psp_version {
              padding: 14px !important;
          }

          .product_title_section {
        font-size: 20px;
    }
            .product-price {
                font-size: 22px;
            }

            .product_freeShipping_section {
            font-size: 12px;
        }

        }



        .btn.hero__btn {
    display: inline-block;
    padding: 20px 30px 20px 20px;
    background-color: #c6f91f;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    font-family: inter;
    width: fit-content;
    transition: color .3s ease;
}

.go681896951{

display: none !important;

}


.popup-size-item.sold-out {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
    position: relative;
    text-decoration: line-through;
    color: red;
}

.popup-size-item.sold-out::after {
  /* content: 'Sold Out'; */
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: red;
}


.popup-size-item.sold-out {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  position: relative;
}

.popup-size-item .sold-out-label {
  font-size: 12px;
  color: red;
  margin-left: 4px;
}



.popup-atc-section:disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

#product-grid{

  border-bottom: 1px solid #000;
  margin-bottom: 40px;

}