/**
 * Perks banner — this feature's own styles.
 *
 * Lives with the feature, so deleting features/perks-banner/ takes its CSS with
 * it. These rules used to sit in a shared 2,076-line public.css, where removing
 * the feature would have orphaned them silently and forever.
 *
 * Image URLs are relative to THIS file's folder.
 */

.icsp-subscription-perks-banner {
  background-image: url(../../../assets/public/img/ic-subscription-perks-bg-desktop.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  padding: 50px 15px;
  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 .banner-content > p.extra-info {
  display: none;
}
.icsp-subscription-perks-banner .perks {
  display: flex;
  justify-content: center;
  gap: 25px;
  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-icon [class*="icon"] {
  width: 45px;
  height: 45px;
}
.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;
  margin: 0;
}
.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: 10px;
}
.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;
}
/**
* 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-pdp-packs
    .indacloud-pdp-pack
    .indacloud-pdp-pack-label {
    font-size: 16px;
    line-height: 18px;
  }
  .indacloud-pdp-packs
    .indacloud-pdp-pack
    .indacloud-pdp-pack-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-pdp-packs .indacloud-pdp-pack {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 8px;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    padding: 10px 10px;
  } */
  /* .indacloud-pdp-packs .indacloud-pdp-pack.grid-1,
  .indacloud-pdp-packs .indacloud-pdp-pack.grid-2,
  .indacloud-pdp-packs .indacloud-pdp-pack.grid-3 {
    width: 100%;
  } */
  /* .indacloud-pdp-packs
    .indacloud-pdp-pack
    .indacloud-pdp-pack-price-wrapper {
    flex-basis: 100%;
    text-align: left;
    padding-left: 33px;
    display: flex;
    align-items: center;
    gap: 8px;
  } */
  /* .indacloud-pdp-packs
    .indacloud-pdp-pack
    .selected-icon {
    position: relative;
    top: auto;
    right: auto;
  } */
  /* .indacloud-pdp-packs
    .indacloud-pdp-pack
    .unselected-icon {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
  } */
  /* .indacloud-pdp-packs
    .indacloud-pdp-pack.active
    .unselected-icon {
    display: none;
  } */
  /* .indacloud-pdp-packs
    .indacloud-pdp-pack
    .indacloud-pdp-pack-label
    br {
    display: none;
  } */
  /* .indacloud-pdp-packs
    .indacloud-pdp-pack
    .indacloud-pdp-pack-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-pdp-packs .indacloud-pdp-pack-list {
    flex-direction: column;
    gap: 15px;
    margin-right: 0px;
  } */
  .indacloud-linked-product-switcher {
    padding: 25px 15px;
  }
  .indacloud-pdp-packs {
    padding: 25px 15px;
  }
  .icsp-subscription-perks-banner {
    background-image: url(../../../assets/public/img/ic-subscription-perks-bg-mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 15px;
    background-size: cover;
  }
  .icsp-subscription-perks-banner .banner-content > h2 {
    font-size: 22px !important;
    line-height: 24px;
  }
  .icsp-subscription-perks-banner .banner-content > p {
    font-size: 10px;
    line-height: 14px;
    margin: 10px 0;
  }
  .icsp-subscription-perks-banner .banner-content > p.extra-info {
    display: block;
    color: #000;
    margin: 18px 0;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .icsp-subscription-perks-banner .perks {
    gap: 25px;
    margin-bottom: 0px;
  }
  .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: 10px;
  }
  .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-pdp-packs .indacloud-pdp-pack.grid-1 {
    width: 95%;
  }

  .indacloud-pdp-packs .indacloud-pdp-pack.grid-2 {
    width: 47%;
  }

  .indacloud-pdp-packs .indacloud-pdp-pack.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;
  }
  .indacloud-linked-product-switcher
    .indacloud-attribute-wrapper
    .indacloud-custom-dropdown
    .indacloud-dropdown-menu
    .indacloud-dropdown-item
    svg {
    width: 20px;
    height: 20px;
  }
  .indacloud-linked-product-switcher
    .indacloud-attribute-wrapper
    .indacloud-custom-dropdown
    .indacloud-dropdown-menu
    .indacloud-dropdown-item
    .term-badge {
    font-size: 8px;
    padding: 1px 4px;
  }
}
