/** Shopify CDN: Minification failed

Line 29:18 Expected identifier but found whitespace
Line 29:20 Unexpected "{"
Line 29:29 Expected ":"

**/
/* START_SECTION:kupolas-produktai (INDEX:27) */
.product-selector {
      background-color: var(--ps-section-bg);
    }
    .product-selector__inner {
      max-width: var(--page-width, 1344px);
      margin: 0 auto;
      padding: 0 16px;
    }
    .product-selector__subheading {
      text-align: center;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: var(--ps-subheading-color);
      margin: 0 0 8px;
    }
    .product-selector__heading {
      text-align: center;
      font-size: var(--ps-heading-size);
      font-weight: {{ section.settings.heading_weight }};
      line-height: 1.25;
      color: var(--ps-heading-color);
      margin: 0 0 32px;
    }
    @media screen and (max-width: 749px) {
      .product-selector__heading {
        font-size: var(--ps-heading-size-mob);
        margin-bottom: 24px;
      }
    }
    .product-selector__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    @media screen and (max-width: 989px) {
      .product-selector__grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
 @media screen and (max-width: 749px) {
      .product-selector__grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }
    }

    .ps-card {
      display: flex;
      flex-direction: column;
      background: var(--ps-card-bg);
      border: 1px solid var(--ps-card-border);
      border-radius: var(--ps-card-radius);
      overflow: hidden;
    }

    .ps-card__banner {
      text-align: center;
      padding: 10px 16px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .ps-card__image-wrap {
      position: relative;
      width: 100%;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      background: #f5f5f5;
    }
    .ps-card__image-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .ps-card__image-wrap .placeholder-svg {
      width: 100%;
      height: 100%;
    }

    .ps-card__body {
      display: flex;
      flex-direction: column;
      flex: 1;
      padding: 24px;
    }

    .ps-card__category {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: var(--ps-category-color);
      margin-bottom: 4px;
    }

    .ps-card__name {
      font-size: 22px;
      font-weight: 500;
      line-height: 28px;
      color: var(--ps-name-color);
      margin: 0 0 10px;
    }
    @media screen and (max-width: 749px) {
      .ps-card__name {
        font-size: 20px;
        line-height: 26px;
      }
    }

    .ps-card__description {
      font-size: 14px;
      line-height: 22px;
      color: var(--ps-desc-color);
      margin: 0;
    }

    .ps-card__price-area {
      margin-bottom: 20px;
      padding-top: 20px;
      border-top: 1px solid var(--ps-card-border);
    }
    .ps-card__price-main {
      display: flex;
      align-items: center;
      gap: 6px;
      flex-wrap: wrap;
    }
    .ps-card__price-prefix {
      font-size: 28px;
      font-weight: 400;
      color: var(--ps-price-color);
    }
    .ps-card__price {
      font-size: 32px;
      font-weight: 500;
      color: var(--ps-price-color);
    }
    .ps-card__price-suffix {
      font-size: 16px;
      color: var(--ps-price-color);
      margin-right: 4px;
    }
    .ps-card__discount {
      display: inline-block;
      border: 1.5px solid var(--ps-discount-text);
      background: transparent;
      color: var(--ps-discount-text);
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding: 4px 12px;
      border-radius: 50px;
    }
    .ps-card__serving {
      font-size: 14px;
      color: var(--ps-serving-color);
      margin-top: 6px;
    }
    @media screen and (max-width: 749px) {
      .ps-card__price-prefix { font-size: 22px; }
      .ps-card__price { font-size: 26px; }
    }

    .ps-card__bullets {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 24px;
    }
    .ps-card__bullet {
      display: inline-flex;
      align-items: center;
      align-self: flex-start;
      gap: 6px;
      background: transparent;
      border: 1px solid var(--ps-bullet-border);
      padding: 8px 13px;
      border-radius: 100px;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.2;
      color: var(--ps-bullet-text);
      max-width: 100%;
    }
    .ps-card__bullet-check {
      flex-shrink: 0;
      width: 13px;
      height: 13px;
    }
    .ps-card__bullet-check svg {
      width: 13px;
      height: 13px;
      display: block;
    }

    .ps-card__form {
      margin-top: auto;
    }
    .ps-card__button {
      display: block;
      width: 100%;
      padding: 12px 2px;
      background: var(--ps-button-bg);
      color: var(--ps-button-text);
      text-align: center;
      font-size: 15px;
      font-weight: 500;
      
      letter-spacing: 1.5px;
      border: none;
      border-radius: 50px;
      text-decoration: none;
      cursor: pointer;
      min-height: 32px;
      transition: opacity 0.2s;
    }
    .ps-card__button:hover {
      opacity: 0.85;
    }

    .ps-card__sub-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      width: 100%;
      margin-top: 18px;
      font-size: 13px;
      font-weight: 500;
      color: var(--ps-name-color);
      text-decoration: underline;
      text-underline-offset: 3px;
      transition: opacity 0.2s;
    }
    .ps-card__sub-link:hover {
      opacity: 0.7;
    }
    .ps-card__sub-link svg {
      width: 14px;
      height: 14px;
      flex-shrink: 0;
    }
/* END_SECTION:kupolas-produktai */
