/**
 * Public-facing styles for the plugin.
 *
 * @package    Indacloud_Linked_Product_Switcher
 */
body.single-product .custom-product-headlines .headline-1 {
  max-height: fit-content !important;
  margin: 0;
}

body.single-product .custom-product-headlines .headline-1 img {
  display: none !important;
}

body.single-product .main-products-tag-wrapper a.pt-reviews {
  text-decoration: none !important;
}

body.single-product
  .e-atc-qty-button-holder
  .single_add_to_cart_button[disabled] {
  background-color: #f3cb41 !important;
  color: #000 !important;
  cursor: not-allowed !important;
}

body.single-product .acf-product-details-wrapper .product-details-list {
  padding-left: 0px;
}

body.single-product .acf-product-details-wrapper .product-details-list li {
  padding-left: 5px;
}

body.single-product
  .acf-product-details-wrapper
  .product-details-list
  li::before {
  content: "";
  background-image: url(../img/green-filled-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 6px;
  left: -15px;
  top: 45%;
}

body.single-product .e-atc-qty-button-holder .quantity {
  display: none !important;
}

body button.sticky_add_to_cart_button,
body.single-product .e-atc-qty-button-holder .single_add_to_cart_button {
  background-color: #f9ad32 !important;
}

body.single-product .sticky-atc-wrap {
  position: fixed;
  display: flex;
  width: 100%;
  z-index: 999;
  padding: 16px;
  background-color: #fff;
  bottom: env(safe-area-inset-bottom, 0px);
  box-sizing: border-box;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

body.single-product .sticky-atc-wrap .content {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.single-product .sticky-atc-wrap .content .thumb {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

body.single-product .sticky-atc-wrap .content .thumb img {
  width: 60px;
  height: 60px;
}

body.single-product .sticky-atc-wrap .content .title h6 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}

body.single-product .sticky-atc-wrap .content .title .price {
  display: block !important;
  margin-left: 0px !important;
  font-weight: 600;
}

body.single-product
  .sticky-atc-wrap
  .content
  .title
  .price
  .indacloud-single-product-regular-price {
  color: #898989;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

body.single-product .sticky-atc-wrap button.sticky_add_to_cart_button {
  transition: 0.2s;
  width: auto;
  border: none;
  border-radius: 100px;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--nd-theme-dark) !important;
  background-color: #f9ad32 !important;
  text-transform: uppercase;
  padding: 15px 25px;
  height: auto;
}

body.single-product
  .sticky-atc-wrap
  button.sticky_add_to_cart_button.button:hover {
  opacity: 0.8;
}

#indacloud-single-product-atc {
  margin: 20px 0;
}

.indacloud-linked-product-switcher {
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Montserrat";
  background-color: #fff;
}
.indacloud-linked-product-switcher .indacloud-attribute-wrapper {
  font-family: "Montserrat";
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-attribute-label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--nd-theme-dark);
  position: relative;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-attribute-label::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
  top: 12px;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-attribute-label
  span {
  position: relative;
  z-index: 1;
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown {
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu {
  font-weight: 500;
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  scroll-behavior: smooth !important;
  padding: 10px 0 20px;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu
  .indacloud-dropdown-item {
  cursor: pointer;
  position: relative;
  flex: 0 0 130px;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper.first-attribute
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu
  .indacloud-dropdown-item.no-image {
  flex: 0 0 22%;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu
  .indacloud-dropdown-item.out-of-stock {
  opacity: 0.5;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu
  .indacloud-dropdown-item.no-image {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  background-color: #fdf5e4;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu
  .indacloud-dropdown-item.no-image
  .strength-unit {
  font-size: 11px;
  font-weight: normal;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu
  .indacloud-dropdown-item
  img {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 10px;
  background-color: #fdf5e4;
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  pointer-events: none;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu
  .indacloud-dropdown-item
  svg {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #fff;
  border-radius: 50px;
  display: none;
  pointer-events: none;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu
  .indacloud-dropdown-item
  span {
  font-size: 12px;
  line-height: 1.4;
  display: inline-block;
  font-weight: 500;
  pointer-events: none;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu
  .indacloud-dropdown-item
  .term-badge {
  font-size: 10px;
  font-weight: bold;
  background-color: #ffcb57;
  padding: 2px 8px;
  border-radius: 100px;
  position: absolute;
  top: -9px;
  left: 50%;
  text-transform: uppercase;
  transform: translate(-50%, 0%);
  overflow: hidden;
  text-overflow: ellipsis;
  width: max-content;
  pointer-events: none;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu
  .indacloud-dropdown-item.no-image.active {
  border: 1px solid #000;
  background-color: #e9f3f8;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu
  .indacloud-dropdown-item.active
  img {
  border: 1px solid #000;
  background-color: #e9f3f8;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu
  .indacloud-dropdown-item.active
  svg {
  display: block;
  pointer-events: none;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu
  .indacloud-dropdown-item.active
  span {
  font-weight: bold;
}

.acf-product-details-wrapper .indacloud-product-details-wrapper {
  text-align: left;
}

.acf-product-details-wrapper
  .indacloud-product-details-wrapper
  .indacloud-product-details-content {
  display: flex;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 26px;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.acf-product-details-wrapper
  .indacloud-product-details-wrapper
  .indacloud-product-details-toggle-btn {
  font-family: "Montserrat";
  font-weight: bolder;
  flex-direction: column;
  font-size: 14px;
  text-transform: capitalize;
  border: none;
  background: none;
  padding: 0px;
  color: var(--nd-theme-dark);
  display: inline-flex;
  border-bottom: 2px solid var(--nd-theme-dark);
  border-radius: 0;
}

.indacloud-product-bundle-size-switcher {
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 25px;
  margin-top: 15px;
  font-family: "Montserrat";
  background-color: #fff;
}

.indacloud-product-bundle-size-switcher .bundle-size-section-heading {
  margin-bottom: 20px;
  position: relative;
}

.indacloud-product-bundle-size-switcher .bundle-size-section-heading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
  top: 12px;
}

.indacloud-product-bundle-size-switcher .bundle-size-section-heading h3 {
  font-weight: bold;
  margin: 0;
  font-family: "Montserrat";
  font-size: 16px;
  color: var(--nd-theme-dark);
  position: relative;
  z-index: 1;
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
}

.indacloud-product-bundle-size-switcher .product-bundle-size-items {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  margin-right: -15px;
}

.indacloud-product-bundle-size-switcher .product-bundle-size-item {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  items-align: center;
  cursor: pointer;
  background-color: #fdf5e4;
}

.indacloud-product-bundle-size-switcher .product-bundle-size-item.grid-1 {
  width: 97%;
}

.indacloud-product-bundle-size-switcher .product-bundle-size-item.grid-2 {
  width: 48%;
}

.indacloud-product-bundle-size-switcher .product-bundle-size-item.grid-3 {
  width: 31%;
}

.indacloud-product-bundle-size-switcher .product-bundle-size-item.active {
  border: 1px solid #000;
  background-color: #e9f3f8;
}

.indacloud-product-bundle-size-switcher
  .product-bundle-size-item
  .bundle-size-label {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 24px;
}

.indacloud-product-bundle-size-switcher
  .product-bundle-size-item
  .bundle-size-label
  br {
  display: none;
}

.indacloud-product-bundle-size-switcher
  .product-bundle-size-item.active
  .bundle-size-label {
  font-weight: 700;
}

.indacloud-product-bundle-size-switcher
  .product-bundle-size-item
  .bundle-size-additional-offer {
  font-size: 12px;
  margin: 0;
  /* font-weight: 700; */
  /* color: #0d9488; */
  position: relative;
}

.indacloud-product-bundle-size-switcher
  .product-bundle-size-item
  .bundle-size-additional-offer
  img {
  display: none;
}

.indacloud-product-bundle-size-switcher
  .product-bundle-size-item
  .unselected-icon {
  display: none;
}

.indacloud-product-bundle-size-switcher
  .product-bundle-size-item
  .selected-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #fff;
  border-radius: 50px;
  display: none;
}

.indacloud-product-bundle-size-switcher
  .product-bundle-size-item.active
  .selected-icon {
  display: block;
}

.indacloud-product-bundle-size-switcher
  .product-bundle-size-item
  .bundle-size-price {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.indacloud-product-bundle-size-switcher
  .product-bundle-size-item.active
  .bundle-size-price {
  font-weight: 700;
}

.indacloud-product-bundle-size-switcher
  .product-bundle-size-item
  .bundle-size-price
  s {
  font-weight: 300;
}

.indacloud-product-bundle-size-switcher
  .product-bundle-size-item
  .bundle-size-badge {
  font-size: 10px;
  font-weight: 700;
  background-color: #ffcb57;
  position: absolute;
  padding: 3px 6px;
  border-radius: 10px;
  text-transform: uppercase;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0%);
  margin: 0;
  line-height: 1;
}

/**
* Autoship option styles
*/
#autoship-schedule-options {
  margin: 15px 0;
}

#autoship-schedule-options .autoship-type {
  text-align: left;
  border-radius: 18px;
  border: 1px solid #ddd;
  padding: 15px 20px;
  font-family: "Montserrat" !important;
  cursor: pointer;
}

#autoship-schedule-options .autoship-type.active {
  background-color: #e9f3f8;
  border-color: #000;
}

#autoship-schedule-options .autoship-type.autoship-yes {
  margin-bottom: 15px;
  position: relative;
}

#autoship-schedule-options .autoship-type.autoship-yes .badge {
  background-color: #ffcb57;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  padding: 3px 8px;
  position: absolute;
  border-radius: 100px;
  top: -15px;
  left: 20px;
  z-index: 9;
}

#autoship-schedule-options .autoship-type label.autoship-label {
  font-size: 20px;
  font-family: "Montserrat" !important;
  cursor: pointer;
  display: flex;
}

#autoship-schedule-options .autoship-type label.autoship-label .label {
  margin-top: 2px;
  display: inline-flex;
  flex: 1 1 auto;
}

#autoship-schedule-options .autoship-type.autoship-no .label {
  margin-bottom: 0 !important;
}

#autoship-schedule-options .autoship-type.autoship-yes .autoship-label {
  margin-bottom: 15px;
}

#autoship-schedule-options
  .autoship-type.autoship-yes
  .autoship-recurring-info {
  color: #333;
  font-family: Poppins;
  font-size: 14px;
  border-left: 4px solid #c4e5f6;
  padding-left: 10px;
}

#autoship-schedule-options
  .autoship-type
  label.autoship-label
  .autoship-type-info {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}

#autoship-schedule-options
  .autoship-type
  label.autoship-label
  .autoship-type-info
  .autoship-pricing-info {
  flex: 1 1 0;
  margin-left: -28px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

#autoship-schedule-options
  .autoship-type
  label.autoship-label
  .autoship-type-info
  .autoship-pricing-info
  .autoship-item-price {
  font-weight: 400;
  display: inline-block;
  border-radius: 100px;
  background: #beffaa;
  padding: 4px 8px;
  color: #027e00;
  font-family: Poppins;
  font-size: 12px;
}

#autoship-schedule-options
  .autoship-type
  label.autoship-label
  .autoship-type-info
  .autoship-pricing-info
  .autoship-discount {
  border-radius: 110px;
  background: #d0e4ee;
  color: #333;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 4px 12px;
}

#autoship-schedule-options
  .autoship-type
  label.autoship-label
  .indacloud-lps-onetime-price {
  display: inline-flex;
  margin-left: auto;
  gap: 5px;
}

#autoship-schedule-options
  .autoship-type
  label.autoship-label
  .indacloud-lps-autoship-price {
  color: #333;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

#autoship-schedule-options .autoship-type.active label.autoship-label {
  font-weight: bold;
}

#autoship-schedule-options
  .autoship-type
  label.autoship-label
  .indacloud-lps-onetime-price
  s {
  font-weight: 300;
}
#autoship-schedule-options
  .autoship-type
  label.autoship-label
  .indacloud-lps-autoship-price
  s {
  color: var(--color-grey-67, #adb1a5);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}

#autoship-schedule-options
  .autoship-type
  label.autoship-label
  input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-bottom: -5px;
}

#autoship-schedule-options
  .autoship-type
  label.autoship-label
  input[type="radio"]:hover {
  border-color: #999;
}

#autoship-schedule-options
  .autoship-type
  label.autoship-label
  input[type="radio"]:checked {
  border-color: #000;
  background-color: #fff;
}

#autoship-schedule-options
  .autoship-type
  label.autoship-label
  input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000;
}

#autoship-schedule-options
  .autoship-type
  label.autoship-label
  .autoship-features {
}

#autoship-schedule-options .autoship-frequency.active {
  display: none !important;
}

#autoship-schedule-options
  .autoship-type.autoship-yes
  .autoship-options-dropdown {
  position: relative;
  width: 100%;
  margin: 0px 0px 10px;
  font-size: 18px;
}

#autoship-schedule-options
  .autoship-type.autoship-yes
  .autoship-options-dropdown
  .autoship-options-selected {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px 40px 10px 10px;
  background-image: url("../img/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  cursor: pointer;
}

#autoship-schedule-options
  .autoship-type.autoship-yes
  .autoship-options-dropdown
  .autoship-options-items {
  display: none;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 8px 10px;
  position: absolute;
  z-index: 99999;
  width: 100%;
  top: 55px;
  max-height: 150px;
  overflow-y: scroll;
}

#autoship-schedule-options
  .autoship-type.autoship-yes
  .autoship-options-dropdown
  .autoship-options-items.show {
  display: flex;
}

#autoship-schedule-options
  .autoship-type.autoship-yes
  .autoship-options-dropdown
  .autoship-options-items
  .autoship-options-item {
  padding: 5px 0;
  opacity: 0.7;
  cursor: pointer;
}

#autoship-schedule-options
  .autoship-type.autoship-yes
  .autoship-options-dropdown
  .autoship-options-items
  .autoship-options-item:hover {
  opacity: 1;
}

#autoship-schedule-options .autoship-type.autoship-yes .autoship-features {
  font-size: 18px;
}

#autoship-schedule-options .autoship-type.autoship-yes .autoship-features p {
  margin: 0;
  padding-left: 24px;
  margin-bottom: 10px;
  background-image: url(../img/green-filled-check.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
}

#autoship-schedule-options .autoship-type.autoship-yes .autoship-features p a {
  text-decoration: underline;
  color: #1481b7;
  font-weight: 400;
}

#autoship-schedule-options .autoship-additional-info {
  font-family: "Montserrat";
}

#autoship-schedule-options .autoship-additional-info p.notice {
  font-size: 13px;
  display: inline-block;
  background-image: url(../img/exclamation.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  padding-left: 20px;
}

#autoship-schedule-options .autoship-additional-info .rewards-info-wrapper {
  margin: 10px 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .rewards-heading {
  position: relative;
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .rewards-heading:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background: #ddd;
  left: 50%;
  top: 13px;
  transform: translate(-50%, 0px);
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .rewards-heading
  h4 {
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: #f6f7f8;
  display: inline-block;
  padding: 0 15px;
  margin: 0;
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .rewards-info-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 150px;
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .rewards-info-items.show {
  max-height: 1000px;
  position: static;
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .rewards-info-items::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.5s ease;
  background-image: linear-gradient(rgb(245 247 248 / 10%), #f5f7f8);
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .rewards-info-items.show::after {
  opacity: 0;
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .rewards-info-items
  .reward-item {
  display: flex;
  gap: 15px;
  align-items: center;
  text-align: left;
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .rewards-info-items
  .reward-item
  .reward-thumb {
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .rewards-info-items
  .reward-item
  .reward-thumb
  img {
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .rewards-info-items
  .reward-item
  .reward-text {
  font-size: 18px;
  flex: 1;
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .rewards-info-items
  .reward-item
  .reward-text
  span {
  background-color: #f5e1b6;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 10px;
  display: inline-block;
  border-radius: 100px;
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .rewards-info-items
  .reward-item
  .reward-text
  p {
  margin: 5px 0 0 0;
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .check-out-rewards {
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .check-out-rewards
  p {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid #caa7a7;
  padding-right: 15px;
  margin: 0;
  font-weight: 500;
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .check-out-rewards
  p:after {
  content: "";
  position: absolute;
  background-image: url(../img/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  width: 12px;
  height: 12px;
  right: 0;
  top: 6px;
  transition: transform 0.3s ease;
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .check-out-rewards.active
  p:after {
  transform: rotate(180deg);
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .subs-details {
}

#autoship-schedule-options
  .autoship-additional-info
  .rewards-info-wrapper
  .subs-details
  p {
  display: inline-block;
  background-image: url(../img/clock.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  padding-left: 30px;
  margin: 0;
}

.icsp-subscription-perks-banner {
  background-image: url(../img/ic-subscription-perks-bg-desktop.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  padding: 50px 0;
  border: 1px solid #ddd;
  background-size: cover;
  margin: 0 15px;
}
.icsp-subscription-perks-banner .banner-content {
}
.icsp-subscription-perks-banner .banner-content > h2 {
  font-size: 32px !important;
  margin: 0;
  line-height: 38px;
}
.icsp-subscription-perks-banner .banner-content > p {
  color: #797979;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
  margin: 15px 0;
}
.icsp-subscription-perks-banner .perks {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-bottom: 30px;
}
.icsp-subscription-perks-banner .perks .perk {
}
.icsp-subscription-perks-banner .perks .perk .perk-icon {
  font-size: 45px;
  margin: 0;
}
.icsp-subscription-perks-banner .perks .perk .perk-text {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.icsp-subscription-perks-banner .perks .perk .perk-subtext {
  color: #797979;
  text-align: center;
  font-family: Montserrat;
  font-size: 15.004px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.813px;
}
.icsp-subscription-perks-banner .perks-info {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.icsp-subscription-perks-banner .perks-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.icsp-subscription-perks-banner .perks-info ul li {
}
.icsp-subscription-perks-banner .perks-info a {
  color: #7532bc;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

/* ===== CUSTOM SLIDER FUNCTIONALITY (5-20-2026) ===== */

.indacloud-custom-slider {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.indacloud-custom-slider::-webkit-scrollbar {
  height: 8px;
}
.indacloud-custom-slider::-webkit-scrollbar-thumb {
  background: var(--nd-scrollbar-thumb);
  border-radius: 100px;
}
.indacloud-custom-slider::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 0px;
}
.indacloud-custom-slider::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
.indacloud-custom-slider-nav {
  background: none !important;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  transition: opacity 0.2s;
}
.indacloud-custom-slider-nav:hover {
  background: none !important;
}
.indacloud-custom-slider-nav img {
  display: block;
}
.indacloud-custom-slider-nav .nav-prev {
  transform: rotate(180deg);
}
.indacloud-slider-nav-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}
.indacloud-slider-nav-top-right {
  position: absolute;
  top: -40px;
  right: 0;
  display: flex;
  gap: 8px;
}
.indacloud-custom-slider.dragging {
  cursor: grabbing;
}
.indacloud-custom-slider.dragging .slide * {
  pointer-events: none !important;
}
.indacloud-custom-slider .slide img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

.main-image-container .custom-badges-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.main-image-container .custom-badges-wrapper a {
  background-color: #e7e7e7;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 8px;
  border-radius: 20px;
  color: #000;
  text-transform: capitalize;
}

.main-image-container .custom-badges-wrapper a .signals-wrapper {
  margin-right: 5px;
}

.rank-math-breadcrumb a {
  color: #000 !important;
}

.indacloud-single-product-price {
  display: flex;
  gap: 10px;
  align-items: center;
}

.indacloud-single-product-price .indacloud-single-product-original-price {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  font-family: Poppins;
}

.indacloud-single-product-price .indacloud-single-product-regular-price {
  color: #898989;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.indacloud-single-product-price .autoship-item-price {
  border-radius: 50px;
  background: #beffaa;
  padding: 4px 8px;
  color: #027e00;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;  /* jahanggir updated to 600 from 500*/
}


.indacloud-single-product-short-feature-list {
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
  border-radius: 8px;
  padding: 12px;
}

.indacloud-single-product-short-feature-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.indacloud-single-product-short-feature-list ul li {
  width: 47%;
  text-align: left;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.autoship-recurring-info.indacloud-single-product-recurring-info {
  color: #333;
  font-family: Poppins;
  font-size: 14px;
  border-left: 4px solid #c4e5f6;
  padding-left: 10px;
  text-align: left;
  margin-top: 10px;
}

.indacloud-single-product-dope-rope-callout-1 {
  border-radius: 16px;
  border: 1px solid #b338bc;
  background: #f8f1ff;
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  margin-bottom: 15px;
}

.indacloud-single-product-dope-rope-callout-1 .callout-icon {
  font-size: 24px;
  margin: 0;
  display: flex;
}

.indacloud-single-product-dope-rope-callout-1 .callout-text {
  margin: 0;
  font-weight: 600;
  text-align: left;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  letter-spacing: -0.48px;
}

.indacloud-single-product-dope-rope-callout-1 .callout-text span {
  font-weight: 400;
}

.indacloud-single-product-dope-rope-callout-2 {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #d2c26b;
  background: #fefbe7;
  margin-bottom: 15px;
}
.indacloud-single-product-dope-rope-callout-2 .callout-icon {
  font-size: 24px;
  margin: 0;
  display: flex;
}
.indacloud-single-product-dope-rope-callout-2 .callout-text {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  margin: 0;
  text-align: left;
  letter-spacing: -0.48px;
}

.indacloud-single-product-baked-goods-callout-1 {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #83d26b;
  background: #fcffe7;
  margin-bottom: 15px;
}
.indacloud-single-product-baked-goods-callout-1 .callout-icon {
  font-size: 24px;
  margin: 0;
  display: flex;
}
.indacloud-single-product-baked-goods-callout-1 .callout-text {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  margin: 0;
  text-align: left;
  letter-spacing: -0.48px;
}

.indacloud-single-product-prerolls-callout-1 {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #83d26b;
  background: #fcffe7;
  margin-bottom: 15px;
}
.indacloud-single-product-prerolls-callout-1 .callout-icon {
  font-size: 24px;
  margin: 0;
  display: flex;
}
.indacloud-single-product-prerolls-callout-1 .callout-icon svg {
  width: 24px;
  height: 24px;
}
.indacloud-single-product-prerolls-callout-1 .callout-text {
  color: #226a06;
  font-family: Poppins;
  font-size: 16px;
  margin: 0;
  text-align: left;
  letter-spacing: -0.48px;
}

.indacloud-custom-add-to-cart .indacloud-custom-add-to-cart-button {
  border-radius: 32px !important;
  border: 2px solid #791099 !important;
  background: #fff !important;
  color: #791099 !important;
  text-align: center;
  font-family: Poppins !important;
  font-size: 14px !important;
  width: 100%;
  padding: 16px 0 !important;
  margin-bottom: 15px !important;
}

.indacloud-custom-add-to-cart .added_to_cart.wc-forward {
  display: none !important;
}

.indacloud-single-product-50soda-shop-jar-banner {
  padding: 50px 0;
}
.indacloud-single-product-50soda-shop-jar-banner .banner-heading {
  color: #1e1f26;
  text-align: center;
  font-family: Poppins;
  font-size: 34px !important;
}
.indacloud-single-product-50soda-shop-jar-banner .banner-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 50px;
}
.indacloud-single-product-50soda-shop-jar-banner .banner-content .banner-item {
  border-radius: 16px;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 40px 15px;
  width: 23%;
  text-align: center;
}
.indacloud-single-product-50soda-shop-jar-banner
  .banner-content
  .banner-item
  .item-icon {
  font-size: 44px;
}
.indacloud-single-product-50soda-shop-jar-banner
  .banner-content
  .banner-item
  .item-text {
  color: #1e1f26;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
}
.indacloud-single-product-50soda-shop-jar-banner
  .banner-content
  .banner-item
  .item-text
  span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu#pa_strength_slider
  .indacloud-dropdown-item {
  flex: 0 0 31%;
}

.indacloud-single-product-callout {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 16px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 15px;
  font-size: 15px;
  text-align: left;
}

.indacloud-single-product-callout svg {
  width: 40px;
  height: 40px;
}

/* Jahanggir */
.indacloud-linked-product-switcher .indacloud-attribute-wrapper .indacloud-custom-dropdown .indacloud-dropdown-menu .indacloud-dropdown-item span {
    font-weight: 600;
}
a.general-benefit-item.extreme .signal-dot {
    background-color: #ff8f8f;
}
a.general-benefit-item.extreme .signal-dot.active {
    background-color: #B62627;
}

a.general-benefit-item.extreme {
    background-color: #FFC3C3;
    border: 1px solid #B62627;
    color: #B62627;
}
a.general-benefit-item.high .signal-dot {
    background-color: #f5d689;
}
a.general-benefit-item.high .signal-dot.active {
    background-color: #B66726;
}

a.general-benefit-item.high {
    background-color: #FFEEC3;
    border: 1px solid #B66726;
    color: #B66726;
}

/* End Jahanggir */
/**
* Responsive styles
*/
@media (max-width: 480px) {
  body.single-product .custom-product-headlines .headline-1 {
    font-size: 28px;
    line-height: 1.2;
  }
  body.single-product .custom-product-headlines .headline-1 .headline-icon {
    width: 32px;
    height: 32px;
    top: 6px;
  }
  body.single-product .sticky-atc-wrap .content .thumb {
    display: none;
  }
  body.single-product .sticky-atc-wrap .btn-wrap {
    flex-grow: 1;
    width: 100%;
  }
  body.single-product .sticky-atc-wrap button.sticky_add_to_cart_button {
    width: 100%;
  }
  body.single-product .sticky-atc-wrap {
    flex-direction: column;
  }
  body.single-product .sticky-atc-wrap .content .title {
    display: flex;
    gap: 5px;
  }
  .indacloud-product-bundle-size-switcher
    .product-bundle-size-item
    .bundle-size-label {
    font-size: 16px;
    line-height: 18px;
  }
  .indacloud-product-bundle-size-switcher
    .product-bundle-size-item
    .bundle-size-price {
    font-size: 14px;
  }
  .indacloud-product-bundle-size-switcher
    .product-bundle-size-item
    .bundle-size-additional-offer {
    font-size: 12px;
  }
  #autoship-schedule-options
    .autoship-type
    label.autoship-label
    input[type="radio"] {
    width: 20px;
    height: 20px;
  }
  #autoship-schedule-options
    .autoship-type
    label.autoship-label
    input[type="radio"]:checked::after {
    width: 10px;
    height: 10px;
  }
  #autoship-schedule-options .autoship-type label.autoship-label {
    font-size: 16px;
  }
  #autoship-schedule-options
    .autoship-type.autoship-yes
    .autoship-options-dropdown {
    font-size: 15px;
  }
  #autoship-schedule-options .autoship-type.autoship-yes .autoship-features {
    font-size: 15px;
  }
  #autoship-schedule-options
    .autoship-additional-info
    .rewards-info-wrapper
    .rewards-heading
    h4 {
    font-size: 18px;
  }
  #autoship-schedule-options
    .autoship-additional-info
    .rewards-info-wrapper
    .rewards-info-items
    .reward-item
    .reward-text {
    font-size: 16px;
  }
  #autoship-schedule-options
    .autoship-additional-info
    .rewards-info-wrapper
    .check-out-rewards
    p {
    font-size: 15px;
  }
  #autoship-schedule-options
    .autoship-additional-info
    .rewards-info-wrapper
    .subs-details
    p {
    background-size: 18px;
    padding-left: 22px;
    font-size: 14px;
  }
  .indacloud-linked-product-switcher
    .indacloud-attribute-wrapper
    .indacloud-custom-dropdown
    .indacloud-dropdown-menu
    .indacloud-dropdown-item {
    width: 30%;
  }
  /* .indacloud-product-bundle-size-switcher .product-bundle-size-item {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 8px;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    padding: 10px 10px;
  } */
  /* .indacloud-product-bundle-size-switcher .product-bundle-size-item.grid-1,
  .indacloud-product-bundle-size-switcher .product-bundle-size-item.grid-2,
  .indacloud-product-bundle-size-switcher .product-bundle-size-item.grid-3 {
    width: 100%;
  } */
  /* .indacloud-product-bundle-size-switcher
    .product-bundle-size-item
    .bundle-size-price-wrapper {
    flex-basis: 100%;
    text-align: left;
    padding-left: 33px;
    display: flex;
    align-items: center;
    gap: 8px;
  } */
  /* .indacloud-product-bundle-size-switcher
    .product-bundle-size-item
    .selected-icon {
    position: relative;
    top: auto;
    right: auto;
  } */
  /* .indacloud-product-bundle-size-switcher
    .product-bundle-size-item
    .unselected-icon {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
  } */
  /* .indacloud-product-bundle-size-switcher
    .product-bundle-size-item.active
    .unselected-icon {
    display: none;
  } */
  /* .indacloud-product-bundle-size-switcher
    .product-bundle-size-item
    .bundle-size-label
    br {
    display: none;
  } */
  /* .indacloud-product-bundle-size-switcher
    .product-bundle-size-item
    .bundle-size-badge {
    top: -8px;
    left: 15px;
    transform: none;
  } */
  #autoship-schedule-options .autoship-type {
    padding: 15px;
  }
  #autoship-schedule-options .autoship-type.autoship-yes .autoship-label {
    margin-bottom: 8px;
  }
  /* .indacloud-product-bundle-size-switcher .product-bundle-size-items {
    flex-direction: column;
    gap: 15px;
    margin-right: 0px;
  } */
  .indacloud-linked-product-switcher {
    padding: 25px 15px;
  }
  .indacloud-product-bundle-size-switcher {
    padding: 25px 15px;
  }
  .icsp-subscription-perks-banner {
    background-image: url(../img/ic-subscription-perks-bg-mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0;
    background-size: cover;
  }
  .icsp-subscription-perks-banner .banner-content > h2 {
    font-size: 20px !important;
    line-height: 24px;
  }
  .icsp-subscription-perks-banner .banner-content > p {
    font-size: 9px;
    margin: 10px 0;
  }
  .icsp-subscription-perks-banner .perks {
    gap: 25px;
    margin-bottom: 10px;
  }
  .icsp-subscription-perks-banner .perks .perk .perk-icon {
    font-size: 20px;
  }
  .icsp-subscription-perks-banner .perks .perk .perk-text {
    font-size: 12px;
  }
  .icsp-subscription-perks-banner .perks .perk .perk-subtext {
    font-size: 8px;
  }
  .icsp-subscription-perks-banner .perks-info {
    display: none;
  }
  .indacloud-single-product-50soda-shop-jar-banner .banner-content {
    margin-top: 30px;
    gap: 10px;
  }
  .indacloud-single-product-50soda-shop-jar-banner .banner-heading {
    font-size: 24px !important;
  }
  .indacloud-single-product-50soda-shop-jar-banner
    .banner-content
    .banner-item {
    padding: 20px 15px;
    width: 43%;
  }
  .indacloud-single-product-50soda-shop-jar-banner
    .banner-content
    .banner-item
    .item-icon {
    font-size: 32px;
  }
  .indacloud-single-product-50soda-shop-jar-banner
    .banner-content
    .banner-item
    .item-text {
    font-size: 14px;
  }
  .indacloud-single-product-50soda-shop-jar-banner
    .banner-content
    .banner-item
    .item-text
    span {
    font-size: 12px;
  }
  .indacloud-single-product-short-feature-list ul {
    gap: 5px;
  }
  .indacloud-linked-product-switcher
    .indacloud-attribute-wrapper.first-attribute
    .indacloud-custom-dropdown
    .indacloud-dropdown-menu
    .indacloud-dropdown-item.no-image {
    flex: 0 0 22%;
  }
  .indacloud-product-bundle-size-switcher .product-bundle-size-item.grid-1 {
    width: 95%;
  }

  .indacloud-product-bundle-size-switcher .product-bundle-size-item.grid-2 {
    width: 47%;
  }

  .indacloud-product-bundle-size-switcher .product-bundle-size-item.grid-3 {
    width: 29%;
  }

  .indacloud-linked-product-switcher
    .indacloud-attribute-wrapper
    .indacloud-custom-dropdown
    .indacloud-dropdown-menu#pa_strength_slider
    .indacloud-dropdown-item {
    flex: 0 0 30%;
  }
  .indacloud-single-product-short-feature-list ul li {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  body.single-product .custom-product-headlines .headline-1 {
    font-size: 24px;
    line-height: 1.2;
  }
  body.single-product .e-atc-qty-button-holder .single_add_to_cart_button {
    font-size: 14px !important;
  }
  body button.sticky_add_to_cart_button {
    font-size: 14px !important;
  }
  .indacloud-linked-product-switcher
    .indacloud-attribute-wrapper
    .indacloud-custom-dropdown
    .indacloud-dropdown-menu
    .indacloud-dropdown-item {
    width: 120px;
  }
  .indacloud-linked-product-switcher
    .indacloud-attribute-wrapper
    .indacloud-custom-dropdown
    .indacloud-dropdown-menu {
    margin-right: 0;
    justify-content: center;
  }
  /* .indacloud-product-bundle-size-switcher .product-bundle-size-items {
    margin-right: 0px;
    justify-content: center;
  } */
  .indacloud-single-product-short-feature-list ul li {
    font-size: 11px;
  }
  .indacloud-linked-product-switcher
    .indacloud-attribute-wrapper
    .indacloud-custom-dropdown
    .indacloud-dropdown-menu#pa_strength_slider
    .indacloud-dropdown-item {
    flex: 0 0 30%;
  }
  .indacloud-linked-product-switcher
    .indacloud-attribute-wrapper.first-attribute
    .indacloud-custom-dropdown
    .indacloud-dropdown-menu
    .indacloud-dropdown-item.no-image {
    flex: 0 0 20%;
  }
  .indacloud-product-bundle-size-switcher .product-bundle-size-item.grid-1 {
    width: 93%;
  }

  .indacloud-product-bundle-size-switcher .product-bundle-size-item.grid-2 {
    width: 45%;
  }

  .indacloud-product-bundle-size-switcher .product-bundle-size-item.grid-3 {
    width: 27%;
  }
}

@media (max-width: 320px) {
  .indacloud-linked-product-switcher
    .indacloud-attribute-wrapper
    .indacloud-custom-dropdown
    .indacloud-dropdown-menu
    .indacloud-dropdown-item {
    width: 110px;
  }
  #autoship-schedule-options
    .autoship-additional-info
    .rewards-info-wrapper
    .rewards-info-items
    .reward-item {
    gap: 5px;
  }
  .indacloud-linked-product-switcher
    .indacloud-attribute-wrapper
    .indacloud-custom-dropdown
    .indacloud-dropdown-menu#pa_strength_slider
    .indacloud-dropdown-item {
    flex: 0 0 27%;
  }
  .indacloud-linked-product-switcher
    .indacloud-attribute-wrapper.first-attribute
    .indacloud-custom-dropdown
    .indacloud-dropdown-menu
    .indacloud-dropdown-item.no-image {
    flex: 0 0 40px;
  }
}

/* Important sizes */
/* 384,390,414,393,430,360 */
