/** Shopify CDN: Minification failed

Line 1034:17 Unexpected "0.h1"

**/
.feature-item p {
    font-size: 12px;
}
.product_banner .feature-item {
    text-align: center;
    max-width: 200px;
    flex: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_banner .feature-item img {
  width: 45px;
  height: auto;
  margin-bottom: 1px;
}

.product_banner h3 {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #000;
  margin: 0;
  font-weight: normal;
}

.product_banner h3 strong {
  font-weight: bold;
}
.product_banner {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  padding: 14px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
@media (max-width: 500px) {
  .product_banner {
    flex-direction: column;
  }
  
  .product_banner .feature-item {
    margin-bottom: 20px;
  }
}


/* Container for the entire benefits section */
.benefits-section {
padding: 0px 0px;
}

/* Heading style */
.benefits-section h2 {
font-size: 1.09em;
margin-bottom: 5px;
font-weight: 700;
color: #333;
text-align: left; /* Align heading to the left */
}

/* Grid layout for benefits */
.benefits-grid {
display: grid;
grid-template-columns: repeat(2, 1fr); /* Two columns */
gap: 5px;
width: 100%; /* Set to full width */
margin: 0; /* No auto margin to avoid centering */
padding: 0; /* Remove padding to align with the heading */
}

/* Individual benefit item */
.benefit-item {
display: flex;
align-items: center;
text-align: left; /* Align text to the left */
padding: 0; /* Remove padding */
width: 100%; /* Ensure full width for each item */
}

/* Icon style */
.benefit-item img {
width: 20px;
height: 20px;
margin-right: 5px;
flex-shrink: 0;
}

/* Text style */
.benefit-item p {
font-size: 1.05em;
margin: 0;
font-weight: 500;
color: #555;
text-align: left; /* Ensure text is left-aligned */
width: 100%; /* Ensure text takes full width */
}

/* Responsive Adjustments */
@media (max-width: auto) {
.benefits-grid {
grid-template-columns: 1fr 1fr; /* Maintain two columns on smaller screens */
gap: 5px;
}

.benefit-item {
padding: 0px;
}

.benefit-item img {
width: 40px;
height: 40px;
margin-right: 10px;
}

.benefit-item p {
font-size: 1em;
}
}
/* ----------- */
.more-info {
  text-align: center;
  width: 100%;
  text-decoration: underline;
  font-size: 14px;
  font-family: "Muli";
}
#bundle-section {
  border: none !important;
  padding: 20px;
  max-width: 1440px;
  margin: 0 auto !important;
}
#bundle-section .product-item {
  display: flex;
  padding: 10px !important;
  border-radius: 5px;
}
.model_content_data {
  width: 50%;
}
.model_content_data.drawer::part(body) {
  padding: 20px;
}
.main-variant-options {
  display: inline-block;
}
.main-variant-options label.variant_label_custom {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}
.main-variant-options input.m-variant-selector {
  position: absolute;
  left: -9999px;
}
.main-variant-options label span:hover {
  background-color: #d9967e;
  color: #fff;
}
.main-variant-options label span {
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 99em;
  transition: 0.25s ease;
  font-size: 14px;
}
.main-variant-options label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #00005c;
}
.main-variant-options label input:checked + span {
  background-color: #d9967e;
  color: #fff;
}
button.m-add-to-bundle {
  background-color: #d9967e;
  cursor: alias;
  color: #fff;
  border: 2px solid;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
  font-family: "Muli";
  font-weight: 600;
  width: 100%;
  padding: 10px;
}
label.model_custom_list {
  font-weight: 800;
  font-size: 16px;
  margin-right: 5px;
}
.custom_product_price {
  width: 57%;
  padding-left: 20px;
}
.selected-product {
  height: 100px;
  width: 100px !important;
  border-radius: 8px;
}
div#selected-products {
  width: 700px;
  margin: 0 auto;
  justify-content: center;
}
button#proceed-to-checkout {
  display: block;
  margin: 40px auto 0;
  background-color: transparent;
  cursor: alias;
  color: #000;
  border: 2px solid;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
  font-family: "Muli";
  font-weight: 600;
  padding: 10px 50px;
}
#bundle-summary h3 {
  text-align: center;
  padding-bottom: 15px;
  font-family: "Muli";
  font-size: 18px;
  font-weight: 600;
}
.custom_model_data {
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-family: "Muli";
  font-weight: 600;
}
.selected-product img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  border-radius: 8px;
}
.modal_img img.thumbnail {
  background-color: #ccc;
  margin-bottom: 10px;
  border-radius: 10px;
}
.main-modal-custom {
  display: flex;
}
.modal_img {
  max-height: 90vh;
  overflow: auto;
}
.modal_content {
  width: 71%;
  padding-left: 50px;
}
.modal_content h1.product-info__title.h1 {
  margin-bottom: 30px;
  font-size: 42px;
}
#bundle-section .product-item .product_img img {
  width: 277px !important;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
}
#bundle-section h2.h2 {
  text-align: center;
}
#bundle-section div#product-list {
  justify-content: center;
  padding-top: 50px;
}
#bundle-section p.custom_paragraph {
  text-align: center;
  font-size: 17px;
  font-family: "Muli";
}
#bundle-section .custom_product_price h3 {
  font-size: 20px;
  font-family: "Muli";
  font-weight: 600;
  color: #2a555a;
  margin-bottom: 5px;
}
.custom_product_price .custom_variant_list label {
  font-size: 14px;
  font-family: "Muli";
  width: 100%;
  display: block;
}
#bundle-section .custom_product_price .variant-selector {
  width: 50%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  font-size: 15px;
  font-family: "circular";
  border-radius: 5px;
  padding: 5px 0;
}
#bundle-section .custom_product_price .add-to-bundle {
  background-color: transparent;
  cursor: alias;
  color: #000;
  border: 2px solid;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
  font-family: "Muli";
  font-weight: 600;
}
#bundle-section .product_img {
  background-color: #ccc;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
}
div#date_day_timer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background: #1e1e20;
}
div#bundle-summary {
  background-color: #dfdcd7;
  padding: 10px 40px;
  border: 1px solid #bbb;
  border-radius: 10px;
  margin-top: 20px;
}
div#date_day_timer .days_counter .day_count_sec {
  padding: 5px;
  background: red;
  margin: 0 10px;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 3px;
  position: relative;
  flex-direction: column;
}

div#date_day_timer .days_counter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div#date_day_timer .days_counter span {
  font-size: 8px;
  color: #fff;
  margin: 2px 0;
  text-transform: capitalize;
}

div#date_day_timer .days_counter .day_count_sec:before {
  content: ":";
  position: absolute;
  right: -11px;
  font-size: 20px;
}

div#date_day_timer .days_counter:nth-of-type(4) .day_count_sec:before {
  content: none !important;
}

div#date_day_timer .counter_content_text {
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
}

div#date_day_timer .date_main_counter {
  display: flex;
}

/* .product-info fieldset.variant-picker__option label.media-swatch img.object-cover {
    transform: scale(5);
} */

.product-info fieldset.variant-picker__option label.media-swatch {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.style_swatches label.block-swatch {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  padding: 5px 10px !important;
  border-radius: 4px;
  gap: 0;
}

.style_swatches label.block-swatch img {
  width: 98px;
  height: 98px;
}

.style_swatches label.block-swatch span {
  font-size: 12px;
}

.main-collection-services .desktop-view ul.service-list {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.main-collection-services {
  padding: 30px 0;
}

.main-collection-services .desktop-view ul.service-list li.service-list-item {
  display: flex;
  align-items: center;
  gap: 11px;
}

.main-collection-services
  .desktop-view
  ul.service-list
  li.service-list-item
  img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.service-text {
  font-size: 18px;
}

@media (max-width: 480px) {
  div#date_day_timer {
    flex-direction: column;
  }
  div#date_day_timer .counter_content_text {
    margin-left: 0;
    margin-top: 5px;
  }
  .product-card-view-button a.button {
    padding: 10px 20px;
  }
  .style_swatches {
    flex-wrap: nowrap;
  }
  .style_swatches label.block-swatch img {
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width: 750px) {
  .main-collection-services .mobile-view {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .main-collection-services .desktop-view {
    display: none;
  }
  .main-collection-services .mobile-view li.service-list-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .main-collection-services .mobile-view li.service-list-item img {
    width: 27px;
  }
  .main-collection-services .mobile-view li.service-list-item .service-text {
    font-size: 16px;
  }
  ul.service-list button.owl-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0000005c;
  }
  ul.service-list .owl-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center;
    padding: 10px 0;
  }
  ul.service-list button.owl-dot.active {
    background: #000;
  }
}

/* 20-06-2024 */

#custom_page_1 p.custom_txt {
  color: #f00;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

div#custom_page_1 {
  padding: 0;
  padding-top: 25px;
}

#custom_page_1 images-with-text-scrolling.images-scrolling-desktop {
  width: 1440px;
  margin: 0 auto;
}

#custom_page_1 .images-scrolling-desktop__media-wrapper > :first-child {
  max-height: 100%;
}

#custom_page_1 .h1 {
  text-align: center;
  color: #000;
  margin: 6px;
  font-size: 40px !important;
  line-height: 40px !important;
  width: 80% !important;
  margin: auto;
  padding: 20px 0;
}

#custom_page_1 .images-scrolling__content p {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 26px;
  margin-top: 5px;
  width: 90%;
  margin: 5px auto 10px;
}

.custom_btn_link a {
  background: #000 !important;
  color: #fff;
  padding: 15px 25px;
  border-radius: 30px;
  font-weight: bolder;
  font-size: 17px;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 40%;
  margin: 0 auto;
}

#custom_page_1 .images-scrolling-desktop {
  column-gap: 0px;
}

/* 2nd section  */

div#custom_page_2 {
  padding: 0;
}

#custom_page_2 .images-scrolling-desktop {
  column-gap: 0px;
}

#custom_page_2 images-with-text-scrolling.images-scrolling-desktop {
  width: 1440px;
  margin: 0 auto;
}

#custom_page_2 .images-scrolling-desktop__media-wrapper > :first-child {
  max-height: 100%;
}

#custom_page_2 p.h1 {
  text-align: center;
  color: #000;
  margin: 6px;
  font-size: 40px !important;
  line-height: 40px !important;
  margin-bottom: 30px !important;
}

#custom_page_2 .images-scrolling__content p {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 26px;
  margin-top: 5px;
  margin-bottom: 30px;
}

/* 3rd section  */

div#custom_page_3 {
  padding: 0;
}

#custom_page_3 .images-scrolling-desktop {
  column-gap: 0px;
}

#custom_page_3 images-with-text-scrolling.images-scrolling-desktop {
  width: 1440px;
  margin: 0 auto;
}

#custom_page_3 .images-scrolling-desktop__media-wrapper > :first-child {
  max-height: 100%;
}

#custom_page_3 p.h1 {
  text-align: center;
  color: #000;
  padding: 20px 0;
  margin: 6px;
  font-weight: 500;
  font-size: 40px !important;
  line-height: 40px !important;
}

#custom_page_3 .images-scrolling__content p {
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  margin-top: 5px;
  margin: 15px 0;
}

#custom_page_3 p.custom_txt {
  color: #f00;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

.imag_data img {
  width: 90%;
  margin: 0 !important;
}

div#page_custom_block {
  background: #f1e4d7;
}

#custom_page_multicolum .prose {
  font-size: 16px;
  text-align: center;
}

#custom_page_multicolum p.h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}

#custom_page_multicolum .multi-column {
  display: flex;
}

#custom_page_multicolum .multi-column__item img {
  height: 40px !important;
  width: 62px;
  margin: 0 auto;
  object-fit: contain;
}

div#custom_page_multicolum {
  padding: 62px;
}

div#page_custom_block {
  background: #f1e4d7;
  padding: 80px 0;
}

#page_custom_block .h2 {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}

#page_custom_block .section-header {
  width: 100% !important;
  display: block;
}

#page_custom_block .floating-controls-container {
  position: relative;
  width: 1440px !important;
  margin: auto;
}

#page_custom_block .image-link-blocks {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

#page_custom_block .text-custom {
  flex-basis: 20%;
}

#page_custom_block .content-over-media {
  width: 75px;
  background: #0000000d !important;
  padding: 13px;
  border-radius: 50% !important;
  margin: 0 auto 25px;
}

#page_custom_block img.zoom-image {
  border-radius: unset !important;
  position: unset !important;
  width: 28px !important;
  float: left;
  object-fit: contain;
  max-width: unset !important;
}

#page_custom_block .text-custom .multi_txt {
  font-size: 20px;
  font-family: "ITC Berkeley Old Style";
  color: black;
  text-align: center;
}

/*  */

div#custom_page_3 {
  padding: 10px 0 80px;
}

#custom_page_3 img.rounded-sm {
  margin-left: auto !important;
  width: 80%;
}

#custom_page_2 img.rounded-sm {
  width: 89%;
}

/*  */

div#custom_page_2 {
  padding: 0;
  padding: 10px;
}

/*  */

#custom_page_1 .images-scrolling-desktop__media-wrapper {
  width: 89%;
  margin-left: auto;
}

.cust_product .shopify-section--apps .section-full {
  width: 1450px !important;
  margin: auto;
  padding: 0 !important;
}

.cust_product .shopify-section--apps .bundle-3 {
  padding: 0 !important;
}

.cust_product .shopify-section--apps .gbbBodyWrapper {
  margin: 0 !important;
}

.cust_product #looxReviews {
  max-width: 1450px !important;
}

/*  */

.gbbAddProductPageSubtext {
  font-size: 36px !important;
  font-family: "circular" !important;
}

.cust_product .shopify-section--apps .gbbProductImageContainerImg {
  object-fit: contain !important;
}

/* ---------------------------------- */

@media screen and (max-width: 699px) {
  .cust_product .images-scrolling-mobile__item {
    flex-direction: column-reverse !important;
  }
}

@media screen and (min-width: 700px) and (max-width: 767px) {
  .cust_product .images-scrolling-mobile__item {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 340px) {
  .cust_product .shopify-section--apps .gbbProductAddButton {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .cust_product .bg-custom .images-scrolling-mobile__item {
    display: flex;
    width: 80% !important;
    row-gap: 20px;
    flex: 0 0 auto;
    flex-direction: column !important;
  }
  .cust_product .images-scrolling-mobile {
    display: flex !important;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  /* .cust_product .images-scrolling-mobile {
    display: none !important;
  }
  .cust_product .images-scrolling__content.opacity-0 {
    opacity: 1 !important;
  }
  .cust_product .images-scrolling-desktop {
    display: grid !important;
  }
  .cust_product .images-scrolling-desktop__media-wrapper {
    grid-column: 2;
  }
  .cust_product .images-scrolling-desktop__content-list {
    grid-column: 1;
  } */
  .cust_product .prose p.h1 {
    font-size: 32px;
  }
  label.block-swatch {
    padding: 0px 10px;
  }
  /* mobile view on bundle */
  #bundle-section .custom_product_price .variant-selector {
    width: 100% !important;
  }
  div#bundle-summary {
    width: 93% !important;
    padding: 10px 25px !important;
  }
  div#selected-products {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  .modal {
    max-width: 100% !important;
    width: 100% !important;
  }
  .modal_content h1.product-info__title.h1 {
    margin-top: 40px !important;
    font-size: 25px !important;
  }
  .modal_content {
    width: 100% !important;
    padding-left: 19px !important;
  }
  .modal_content .add-to-bundle {
    width: 100% !important;
    font-size: 14px !important;
  }
  .modal_content h1.product-info__title.h1 {
    font-size: 20px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
  .modal_img {
    max-height: 100%;
    overflow: auto;
    display: flex;
    column-gap: 20px;
  }
  .main-modal-custom {
    display: flex;
    flex-direction: column;
  }
  .modal_img img.thumbnail {
    background-color: #ccc;
    margin-bottom: 10px;
    border-radius: 10px;
    object-fit: cover;
    height: 200px;
    width: 200px;
  }
  /* ------------------------------------ */
  #bundle-section .product-item {
    width: 100% !important;
    align-items: flex-start;
  }
  #bundle-section .product-item .product_img img {
    width: 150px !important;
    height: 375px;
    object-position: top center;
  }
  #bundle-section .custom_product_price h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .cust_product .shopify-section--apps .section-full {
    width: 100% !important;
    padding: 0 10px !important;
  }
  .cust_product .shopify-section--apps .gbbAddProductsPageFooterHTML {
    margin: 0px 5px;
  }
  .cust_product #looxReviews {
    max-width: 100% !important;
  }
  div#custom_page_1 {
    padding: 40px 20px;
  }
  .cust_product .images-scrolling-mobile {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .cust_product .images-scrolling-mobile__item {
    display: flex;
    width: 100% !important;
    row-gap: 40px;
  }
  .cust_product .images-scrolling-desktop {
    width: 100% !important;
  }
  .cust_product .images-scrolling-desktop {
    display: none;
  }
  .cust_product .images-scrolling__content {
    width: 95%;
    margin: auto;
  }
  .custom_btn_link a {
    padding: 11px 24px;
    font-size: 16px;
    width: 190px;
  }
  #custom_page_1 .h1 {
    font-size: 28px !important;
    line-height: 36px !important;
    width: 100% !important;
    padding: 5px 0 10px;
    margin: 0 !important;
  }
  .cust_product .images-scrolling__content p {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .cust_product .custom_btn_link {
    margin-top: 30px !important;
  }
  div#custom_page_2 {
    padding: 0 20px 10px;
  }
  /*  */
  .imag_data img {
    margin: auto !important;
  }
  #custom_page_2 img.rounded-sm {
    width: 100%;
  }
  div#custom_page_3 {
    padding: 40px 20px;
  }
  #custom_page_3 img.rounded-sm {
    width: 100%;
  }
  /*  */
  div#page_custom_block {
    padding: 50px 10px;
  }
  #page_custom_block .floating-controls-container {
    width: 100% !important;
  }
  #page_custom_block .image-link-blocks {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    margin-top: 30px;
  }
  /*  */
  #custom_page_multicolum .multi-column {
    flex-direction: column;
  }
  #custom_page_3 p.h1,
  #custom_page_2 p.h1 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  /*  */
  #page_custom_block .content-over-media {
    width: 66px;
    margin: 0 auto 15px;
  }
  #page_custom_block img.zoom-image {
    width: 25px !important;
  }
  #page_custom_block .text-custom .multi_txt {
    font-size: 16px;
  }
  /*  */
  #custom_page_multicolum .multi-column {
    padding: 0;
  }
  #custom_page_3 0.h1 {
    margin-bottom: 0 !important;
  }
  #custom_page_2 p.h1 {
    margin-bottom: 15px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* Product-bundle */
  #bundle-section .product-item {
    width: 48% !important;
    align-items: flex-start;
  }
  #bundle-section .product-item .product_img img {
    width: 150px !important;
    height: 150px;
    object-position: top center;
  }
  #bundle-section .custom_product_price .variant-selector {
    width: 100% !important;
  }
  .modal {
    max-width: 65% !important;
    width: 65% !important;
  }
  .modal_content {
    width: 71%;
    padding-left: 30px !important;
  }
  div#bundle-summary {
    width: 96% !important;
  }
  .modal_content h1.product-info__title.h1 {
    margin-bottom: 10px !important;
    font-size: 34px !important;
    margin-top: 30px !important;
  }
  .modal_content .add-to-bundle {
    width: 64% !important;
  }
  /* --------------- */
  .cust_product .shopify-section--apps .section-full {
    width: 100% !important;
    padding: 0 10px !important;
  }
  .cust_product .shopify-section--apps .gbbAddProductsPageFooterHTML {
    margin: 0px 5px;
  }
  .cust_product #looxReviews {
    max-width: 100% !important;
  }
  div#custom_page_1 {
    padding: 40px 20px;
  }
  .cust_product .images-scrolling-mobile {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .cust_product .images-scrolling-mobile__item {
    display: none;
  }
  .cust_product .images-scrolling-desktop {
    width: 100% !important;
  }
  .cust_product .images-scrolling__content {
    width: 90%;
    margin: auto;
    padding: 0;
  }
  .custom_btn_link a {
    padding: 11px 24px;
    font-size: 15px;
    width: 170px;
  }
  #custom_page_1 .h1 {
    font-size: 26px !important;
    line-height: 32px !important;
    width: 100% !important;
    padding: 10px 0;
  }
  .cust_product .images-scrolling__content p {
    width: 100%;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }
  .cust_product .custom_btn_link {
    margin-top: 30px !important;
  }
  div#custom_page_2 {
    padding: 10px 20px;
  }
  /*  */
  .imag_data img {
    margin: auto !important;
  }
  /* #custom_page_2 img.rounded-sm {
        width: 100%;
    } */
  div#custom_page_3 {
    padding: 40px 20px;
  }
  div#page_custom_block {
    padding: 50px 20px;
    width: 100%;
    float: left;
  }
  #page_custom_block .floating-controls-container {
    width: 100% !important;
  }
  /*  */
  #custom_page_multicolum .multi-column {
    width: 100%;
    margin: auto;
    column-gap: 25px;
  }
  #custom_page_multicolum p.h4 {
    font-size: 16px;
  }
  #custom_page_multicolum .multi-column__item {
    flex-basis: 25%;
  }
  #custom_page_multicolum .prose {
    font-size: 12px;
    text-align: center;
  }
  #custom_page_multicolum {
    padding: 40px 20px !important;
    width: 100%;
    float: left;
  }
  #custom_page_multicolum .section-stack {
    width: 100%;
    display: block;
    float: left;
  }
  #custom_page_3 p.h1,
  #custom_page_2 p.h1 {
    font-size: 26px !important;
    line-height: 36px !important;
    margin: 0 0 10px !important;
    padding: 0;
  }
  /*  */
  #page_custom_block .content-over-media {
    width: 75px;
  }
  #page_custom_block .text-custom .multi_txt {
    font-size: 16px;
  }
  #page_custom_block img.zoom-image {
    width: 30px !important;
  }
  /*  */
  #custom_page_multicolum .multi-column {
    padding: 0;
  }
  #page_custom_block .image-link-blocks {
    padding: 0;
    width: 100%;
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .cust_product .shopify-section--apps .section-full {
    width: 100% !important;
    padding: 0 10px !important;
  }
  .cust_product .shopify-section--apps .gbbAddProductsPageFooterHTML {
    margin: 0px 5px;
  }
  .cust_product #looxReviews {
    max-width: 100% !important;
  }
  div#custom_page_1 {
    padding: 40px 20px;
  }
  .cust_product .images-scrolling-mobile {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .cust_product .images-scrolling-mobile__item {
    display: none;
  }
  .cust_product .images-scrolling-desktop {
    width: 100% !important;
  }
  .cust_product .images-scrolling__content {
    width: 84%;
    margin: auto;
  }
  .custom_btn_link a {
    padding: 14px 28px;
    font-size: 16px;
    width: 200px;
  }
  #custom_page_1 .h1 {
    font-size: 32px !important;
    line-height: 38px !important;
    width: 100% !important;
    padding: 10px 0 20px;
  }
  .cust_product .images-scrolling__content p {
    width: 100%;
  }
  .cust_product .custom_btn_link {
    margin-top: 30px !important;
  }
  div#custom_page_2 {
    padding: 10px 20px;
  }
  /*  */
  .imag_data img {
    margin: auto !important;
  }
  /* #custom_page_2 img.rounded-sm {
        width: 100%;
    } */
  div#custom_page_3 {
    padding: 40px 20px;
  }
  div#page_custom_block {
    padding: 50px 20px;
    width: 100%;
    float: left;
  }
  #page_custom_block .floating-controls-container {
    width: 100% !important;
  }
  /*  */
  #custom_page_multicolum .multi-column {
    width: 100%;
    margin: auto;
    column-gap: 25px;
  }
  #custom_page_multicolum p.h4 {
    font-size: 18px;
  }
  #custom_page_multicolum .multi-column__item {
    flex-basis: 25%;
  }
  #custom_page_multicolum .prose {
    font-size: 16px;
    text-align: center;
  }
  #custom_page_multicolum {
    padding: 40px 20px !important;
    width: 100%;
    float: left;
  }
  #custom_page_multicolum .section-stack {
    width: 100%;
    display: block;
    float: left;
  }
  #custom_page_3 p.h1,
  #custom_page_2 p.h1 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  /*  */
  #page_custom_block .content-over-media {
    width: 75px;
  }
  #page_custom_block .text-custom .multi_txt {
    font-size: 16px;
  }
  #page_custom_block img.zoom-image {
    width: 30px !important;
  }
  /*  */
  #custom_page_multicolum .multi-column {
    padding: 0;
  }
  #page_custom_block .image-link-blocks {
    padding: 0;
    width: 100%;
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .cust_product .shopify-section--apps .section-full {
    width: 100% !important;
    padding: 0 10px !important;
  }
  .cust_product .shopify-section--apps .gbbAddProductsPageFooterHTML {
    margin: 0px 5px;
  }
  .cust_product #looxReviews {
    max-width: 100% !important;
  }
  div#custom_page_1 {
    padding: 40px 20px;
  }
  .cust_product .images-scrolling-mobile {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .cust_product .images-scrolling-mobile__item {
    display: none;
  }
  .cust_product .images-scrolling-desktop {
    width: 100% !important;
  }
  .cust_product .images-scrolling__content {
    width: 84%;
    margin: auto;
  }
  .custom_btn_link a {
    padding: 14px 28px;
    font-size: 16px;
    width: 200px;
  }
  #custom_page_1 .h1 {
    font-size: 36px !important;
    line-height: 40px !important;
    width: 100% !important;
    padding: 10px 0 20px;
  }
  .cust_product .images-scrolling__content p {
    width: 100%;
  }
  .cust_product .custom_btn_link {
    margin-top: 30px !important;
  }
  div#custom_page_2 {
    padding: 10px 20px;
  }
  /*  */
  .imag_data img {
    margin: auto !important;
  }
  /* #custom_page_2 img.rounded-sm {
        width: 100%;
    } */
  div#custom_page_3 {
    padding: 40px 20px;
  }
  div#page_custom_block {
    padding: 50px 20px;
    width: 100%;
    float: left;
  }
  #page_custom_block .floating-controls-container {
    width: 100% !important;
  }
  /*  */
  #custom_page_multicolum .multi-column {
    width: 100%;
    margin: auto;
    column-gap: 25px;
  }
  #custom_page_multicolum p.h4 {
    font-size: 18px;
  }
  #custom_page_multicolum .multi-column__item {
    flex-basis: 25%;
  }
  #custom_page_multicolum .prose {
    font-size: 16px;
    text-align: center;
  }
  #custom_page_multicolum {
    padding: 40px 20px !important;
    width: 100%;
    float: left;
  }
  #custom_page_multicolum .section-stack {
    width: 100%;
    display: block;
    float: left;
  }
  #custom_page_3 p.h1,
  #custom_page_2 p.h1 {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  /*  */
  #page_custom_block .content-over-media {
    width: 75px;
  }
  #page_custom_block .text-custom .multi_txt {
    font-size: 16px;
  }
  #page_custom_block img.zoom-image {
    width: 30px !important;
  }
  /*  */
  #custom_page_multicolum .multi-column {
    padding: 0;
  }
  #page_custom_block .image-link-blocks {
    padding: 0;
    width: 100%;
    margin: 50px auto 0;
  }
}
/* 27-06-2024 */
#product-bundlelandingpage .product-card__badge-list {
  margin: 12px;
}
/* 26-07-2024 */
/* div#shopify-block-14952540001915115444 {
  display: none;
} */
