.kickback-product-main-default {
  padding: 24px 20px 50px;

  .product-header-mobile {
    @media (min-width: 900px) {
      display: none;
    }
  }

  @media (min-width: 900px) {
    max-width: calc(1600px - 350px);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 32px;
    margin: auto;
  }

  background: transparent;

  >data-island {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    border: transparent;

    @media (max-width: 899px) {
      margin-top: 24px;
    }

    .product-media-container {
      width: 100%;

      @media (max-width: 899px) {
        padding-bottom: 15px;
      }

      @media (min-width: 900px) {
        width: 47%;
        position: sticky;
        top: 100px;
        align-self: start;
        height: fit-content;
      }

      [data-slideshow-navigation] {
        display: none !important;
      }

      .splide--product {
        position: relative;

        >.splide__track {
          border-color: transparent;
          border-radius: 15px;

          @media (min-width: 900px) {
            border-radius: 30px;
          }
        }

        .kickback-product-label {
          position: absolute;
          top: 22px;
          left: 22px;
          z-index: 10;
          background: #000;
          color: #fff;
          border: none;
          font-size: 12px;
          font-weight: 700;
          letter-spacing: 0.08em;
          text-transform: uppercase;
          padding: 2px 6px;
          pointer-events: none;
        }

        .kickback-gallery-arrows {
          position: absolute;
          top: calc(50% - 52px);
          left: 0;
          right: 0;
          transform: translateY(-50%);
          display: flex;
          justify-content: space-between;
          pointer-events: none;
          z-index: 10;
          padding: 0 12px;
          transition: opacity 0.25s ease;

          .kickback-arrow-btn {
            pointer-events: all;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #fff;
            border: none;
            cursor: pointer;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
            color: #0a0a0a;
            transition: background 0.2s ease, transform 0.2s ease;

            &:disabled {
              opacity: 0.3;
              cursor: default;
            }

            svg {
              width: 18px;
              height: 18px;
            }
          }
        }

        @media (hover: hover) and (pointer: fine) {
          .kickback-gallery-arrows {
            opacity: 0;
          }

          &:hover .kickback-gallery-arrows {
            opacity: 1;
          }

          .kickback-arrow-btn:hover {
            transform: scale(1.1);
          }
        }

        .splide--thumbnails {
          border-color: transparent;
          margin-top: 15px;

          @media (min-width: 900px) {
            margin-top: 16px;
          }

          .splide__track {
            background: transparent;

            .splide__list {

              /* column-gap: 8px; */
              .product-thumbnail {
                border-radius: 8%;
                overflow: hidden;

                .bg-scheme-background {
                  >div {
                    --tw-scale-x: 1;
                    --tw-scale-y: 1;
                  }
                }
              }

              .product-thumbnail.is-active {
                border: 1px solid black;
                border-radius: 8%;
              }
            }
          }
        }
      }
    }

    .rating-mobile {
      padding: 10px 0 20px;

      @media screen and (min-width: 900px) {
        display: none;
      }
    }

    .rating-mobile .kickback-star-rating {

      display: flex !important;



    }

    .product-content-container {
      width: 100%;

      @media (min-width: 900px) {
        padding-left: calc(48px - 25px);
        width: calc(100% - 47%);
      }

      @media screen and (max-width: 899px) {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        padding: 0;
      }

      .product-block-area {
        @media screen and (min-width: 900px) {
          padding: 24px 24px 48px;
          border-radius: 30px;
        }

        @media (max-width: 899px) {
          padding: 20px 20px 50px;

        }

        /* @media (max-width: 899px) {
          background-color: transparent !important;
        } */

        .product-title-block {
          font-size: 32px;

          @media (max-width: 899px) {
            display: none;
          }

          @media (min-width: 900px) {
            margin-top: 10px;
          }
        }

        .product-price-block {
          font-weight: bold;

          @media (max-width: 899px) {
            display: none;
          }

          @media (min-width: 900px) {
            margin-top: 10px;
          }
        }

        .product-quantity-block {
          display: flex;
          align-items: center;
          column-gap: 20px;
          margin-top: 24px;

          data-island {
            margin-top: 0;
          }

          label {
            font-size: 16px;
          }

          input {
            font-size: 14px;
            font-weight: 500;
            opacity: 0.85;
            text-align: center;
            background-color: transparent;
            border: 0;
            padding: 0 5px;
          }

          button {
            padding: 0;
            position: relative;
            flex: 0 0 36px;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            flex-shrink: 0;
            font-size: 18px;
            border: 0;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgb(33, 35, 38);
            background-color: rgba(33, 35, 38, 0.06);

            svg {
              width: 10px;
              height: 10px;
            }
          }
        }

        .collapsible-tab {
          margin-top: 23px;

          >data-island {
            border-top: none;
            border-bottom: 1px solid rgba(45, 45, 44, 1);
            margin: 0;
            padding: 16px;

            @media screen and (max-width: 767px) {
              padding: 16px 0;
            }

            /* padding-left: 0;
            padding-right: 0; */
            button {
              .text-base {
                font-size: 16px;
                text-transform: uppercase;
              }

              .inline-block {
                height: 16px;
              }

              svg {
                height: 16px;
              }
            }

            p {
              font-size: 15px;
              margin-top: 10px;
            }

            ul {
              li {
                font-size: 15px;
                margin-top: 10px;
              }
            }
          }
        }

        .collapsible-tab+.collapsible-tab {
          margin-top: 0;
        }
      }

      .product-variant-picker-block {
        @media (max-width: 899px) {
          margin-top: 8px;
        }

        @media (min-width: 900px) {
          margin-top: 12px;
        }

        legend {
          font-weight: 700;

          @media (max-width: 899px) {
            font-size: 14px;
          }

          @media (min-width: 900px) {
            font-size: 16px;
          }

          span {
            font-weight: 400;
          }
        }

        label {
          .block {
            height: 30px;
            width: 30px;

            @media (max-width: 899px) {
              height: 24px;
              width: 24px;
            }
          }
        }
      }

      .add-to-cart-container {
        @media (max-width: 899px) {
          margin-top: 20px;
        }
      }
    }
  }

  .product-title-block {
    @media (max-width: 899px) {
      margin-top: 0;
      font-size: 24px;
    }
  }

  .product-price-block {
    .font-body {
      display: none;
    }

    @media (max-width: 899px) {
      margin-top: 11px !important;
      font-size: 24px;
    }
  }

  .label-only-input {
    label {
      border: 1px solid #000;
    }

    .peer:checked~.peer-checked\:border-scheme-text {
      border-width: 2px;
    }
  }

  .mt-8:not(.collapsible-tab) {
    margin-top: 1.4rem;
  }

  data-island {
    p {
      font-size: 15px;
    }
  }
}

.w-horizontal-thumbnail-4 {
  width: calc((100% - var(--gridline-width, 1px) * 3) / 4);
}

.w-horizontal-thumbnail-5 {
  width: calc((100% - var(--gridline-width, 1px) * 4) / 5);
}

.w-horizontal-thumbnail-6 {
  width: calc((100% - var(--gridline-width, 1px) * 5) / 6);
}