/**
 * 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 .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_btn,
body.single-product .e-atc-qty-button-holder .single_add_to_cart_button {
  background-color: #f9ad32 !important;
}

body.single-product .sticky-cart-btn {
  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-cart-btn .content {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

body.single-product .sticky-cart-btn button.sticky_add_to_cart_btn {
  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: 16px 24px;
}

body.single-product
  .sticky-cart-btn
  button.sticky_add_to_cart_btn.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;
  flex-wrap: wrap;
  margin-right: -15px;
}

.indacloud-linked-product-switcher
  .indacloud-attribute-wrapper
  .indacloud-custom-dropdown
  .indacloud-dropdown-menu
  .indacloud-dropdown-item {
  cursor: pointer;
  position: relative;
  width: 31%;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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 {
  width: 31%;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 20px 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.active {
  border: 1px solid #000;
  background-color: #e9f3f8;
}

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

.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: 14px;
  margin: 0;
  font-weight: 700;
  color: #0d9488;
  position: relative;
}

.indacloud-product-bundle-size-switcher
  .product-bundle-size-item
  .bundle-size-additional-offer
  img {
}

.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;
}

.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
  label.autoship-label
  .autoship-type-info {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
}

#autoship-schedule-options
  .autoship-type
  label.autoship-label
  .autoship-type-info
  .autoship-pricing-info {
  flex: 1 1 0;
  text-align: right;
}

#autoship-schedule-options
  .autoship-type
  label.autoship-label
  .autoship-type-info
  .autoship-pricing-info
  .autoship-item-price {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-top: 5px;
  color: #827e7e;
}

#autoship-schedule-options
  .autoship-type
  label.autoship-label
  .indacloud-lps-onetime-price,
#autoship-schedule-options
  .autoship-type
  label.autoship-label
  .indacloud-lps-autoship-price {
  display: inline-flex;
  margin-left: auto;
  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,
#autoship-schedule-options
  .autoship-type
  label.autoship-label
  .indacloud-lps-autoship-price
  s {
  font-weight: 300;
  display: none;
}

#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: fit-content;
  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;
}

/**
* 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-cart-btn .content {
    display: none;
  }
  body.single-product .sticky-cart-btn .btn-wrap {
    flex-grow: 1;
  }
  body.single-product .sticky-cart-btn button.sticky_add_to_cart_btn {
    width: 100%;
  }
  .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
    label.autoship-label
    .autoship-type-info
    .autoship-pricing-info
    .autoship-item-price {
    font-size: 14px;
  }
  #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
    .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;
    bottom: -10px;
  }
  .indacloud-product-bundle-size-switcher
    .product-bundle-size-item
    .unselected-icon {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    bottom: -10px;
  }
  .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;
  }
}

@media (max-width: 380px) {
  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_btn {
    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;
  }
}

@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;
  }
}

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