.site-content:has(.faq-block) { padding-bottom: 0; }

.sp__section {
    margin-bottom: 1.5rem;
    padding-bottom: calc(1.5rem - 1px);
    border-bottom: 1px solid #D9D7D5;
}
.sp__section:last-child { margin-bottom: 0; }

.sp__intro { margin-bottom: 5.5rem; }

.sp__price {
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 2.25rem;
    color: var(--color-dark);
}

.sp__price ins { text-decoration: none; }

.sp__price del {
    order: 2;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-inactive);
}

.sp__inbank img { width: 6.375rem; }

.sp__section.loading {
    position: relative;
    min-height: 5rem;
}

.sp__add-to-cart { width: 13rem; }

.sp__description {
    font-size: 1rem;
    line-height: 1.375rem;
}

.sp__description p:has(iframe) { margin-block: 1.5rem; }

.sp__badges {
    position: absolute;
    top: 0;
    left: 0;
}

@media ( min-width: 1100px ) {
    .sp__offset { padding-left: 2.5rem; }

    .sp__main { padding-top: 1rem; }
}

.simple-dropdown {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.015em;
}

.simple-dropdown__trigger {
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-align: left;
    letter-spacing: 0.015em;
}

.simple-dropdown .ic-chevron-down { --ic-h: 0.438rem; }

.simple-dropdown__options {
    display: none;
    position: absolute;
    z-index: 20;
    top: calc(100% + 0.25rem);
    right: 0;
    min-width: 12rem;
    padding: 0.5rem 0;
    border: 1px solid #D9D7D5;
    border-radius: 0.25rem;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.simple-dropdown.is-open .simple-dropdown__options {
    display: block;
}

.simple-dropdown__option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
}

.simple-dropdown__option:hover {
    background: #f5f4f3;
}

.simple-dropdown__option input {
    flex-shrink: 0;
    margin: 0;
}

.sp-specs__group {
    border-bottom: 1px solid #D9D7D5;
}

.sp-specs__group + .sp-specs__group {
    margin-top: 1.438rem;
}

.sp-specs__header { cursor: pointer; }

.sp-specs__collapse {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    width: 1.375rem;
    height: 1.375rem;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    color: inherit;
}

.sp-specs__collapse[aria-expanded="true"] {
    justify-content: flex-start;
    transform: rotate(180deg);
}

.sp-specs__table {
    width: 100%;
    border-collapse: collapse;
}

.sp-specs__table th,
.sp-specs__table td {
    padding: 0.75rem 0 0.688rem;
    vertical-align: top;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: left;
    border-bottom: 1px solid var(--color-medium-light);
}

.sp-specs__table tr:last-child th,
.sp-specs__table tr:last-child td { border-bottom: 0; }

.sp-specs__table tr:first-child th,
.sp-specs__table tr:first-child td { padding-top: 0; }

.sp-specs__table th {
    width: 60%;
    padding-right: 1rem;
    color: var(--color-medium-dark);
}

.sp-specs__table td {
    color: var(--color-dark);
    text-align: right;
}

.sp-specs__check .ic-checkmark {
    --ic-h: 0.875rem;
    --ic-color: var(--color-primary);
}


.product-gallery__img { padding-bottom: 95.542%; }

#product-gallery-slider > li:first-child .product-gallery__img img { object-fit: contain; }

.product-gallery .lSAction > a {
    transform: translateY(-50%);
    width: 2.375rem;
    height: 2.375rem;
    margin: 0;
    background: var(--color-dark);
    border-radius: 0.5rem;
    opacity: 1;
    transition: all .2s;
}

.product-gallery .lSAction > a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.375rem;
    height: 0.625rem;
    background: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.32862 5L0.202772 1.11333C-0.0675907 0.858641 -0.0675907 0.445706 0.202772 0.191017C0.473135 -0.063673 0.91148 -0.0636731 1.18184 0.191017L5.79723 4.53884C5.93241 4.66619 6 4.83309 6 5C6 5.16691 5.93241 5.33381 5.79723 5.46116L1.18184 9.80898C0.91148 10.0637 0.473135 10.0637 0.202772 9.80898C-0.0675907 9.55429 -0.0675907 9.14136 0.202772 8.88667L4.32862 5Z" fill="white"/></svg>') no-repeat center/contain;
    content: '';
}

.product-gallery .lSAction > a.lSPrev::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.product-gallery:has(.lslide.active:first-child) .lSAction > a.lSPrev,
.product-gallery:has(.lslide.active:last-child) .lSAction > a.lSNext {
    opacity: .25;
    pointer-events: none;
}

@media ( hover: hover ) {
    .product-gallery .lSAction > a:hover { background: var(--color-primary); }

    .product-gallery .lSAction > a:hover::before {
        background: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.32862 5L0.202772 1.11333C-0.0675907 0.858641 -0.0675907 0.445706 0.202772 0.191017C0.473135 -0.063673 0.91148 -0.0636731 1.18184 0.191017L5.79723 4.53884C5.93241 4.66619 6 4.83309 6 5C6 5.16691 5.93241 5.33381 5.79723 5.46116L1.18184 9.80898C0.91148 10.0637 0.473135 10.0637 0.202772 9.80898C-0.0675907 9.55429 -0.0675907 9.14136 0.202772 8.88667L4.32862 5Z" fill="%231C1C19"/></svg>') no-repeat center/contain;
    }
}

.product-gallery .lSPager { margin-top: 0.75rem !important; }

.product-gallery .lSPager li { width: 5.917rem !important; }

.product-gallery .lSPager a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 84.51%;
    border-radius: 0.5rem;
    overflow: hidden;
}

.product-gallery .lSPager img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.sp__recommended {
    margin-top: 8.75rem;
    padding-top: 8.688rem;
    border-top: 1px solid var(--color-medium-light);
}

.sp__recommended .slick-list { overflow: visible; }

/* Recommended products slider (Slick) */
.sp__recommended .js-sp-rec-slider { margin: 0; padding: 0; list-style: none; }

.sp__recommended .slick-list { margin: 0 -0.5rem; }
.sp__recommended .slick-slide { padding: 0 0.5rem; }

.sp__recommended .slick-track { display: flex; }
.sp__recommended .slick-slide > div { height: 100%; }
.sp__recommended .slick-slide li { height: 100%; }

.sp-rec__arrow--prev { transform: rotate(180deg); }


.video-js {
    height: 0 !important;
    padding-top: 56.37% !important;
    border-radius: 1rem;
    overflow: hidden;
}

.video-js .vjs-big-play-button {
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 4rem;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(28, 28, 25, .8);
}

.video-js .vjs-big-play-button span { display: none; }

.video-js .vjs-big-play-button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    margin-left: 2px;
    border-style: solid;
    border-width: 13px 0px 13px 22px;
    border-color: transparent transparent transparent #fff;
    content: '';
}


.sp-rec__nav { margin-top: 3rem; }

@media ( max-width: 1099px ) {
    .sp__intro { margin-bottom: 4rem; }

    .product-gallery__img { padding-bottom: 96.154%; }

    .product-gallery .lSSlideOuter { overflow: visible; }

    .product-gallery .lSPager {
        transform: none !important;
        display: flex;
        justify-content: flex-start;
        gap: 0.75rem;
        width: auto !important;
        margin-inline: -1.5rem !important;
        padding-inline: 1.5rem !important;
        overflow-x: auto !important;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }
    .product-gallery .lSPager::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

    .product-gallery .lSPager li {
        flex-shrink: 0;
        width: 6.0093rem !important;
        margin: 0 !important;
    }

    .product-gallery .lSPager a { padding-bottom: 66.57%; }

    .product-gallery .lSSlideOuter .lSPager.lSGallery:after,
    .product-gallery .lSSlideOuter .lSPager.lSGallery:before { display: none; }


    .sp__section {
        margin-bottom: 1rem;
        padding-bottom: calc(1rem - 1px);
    }


    .cart__inner {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cart__inner .sp__add-to-cart {
        order: 0;
        width: 100%;
    }

    .cart__inner .quantity { order: 1; }

    .cart__inner .js-compare-add { order: 2; }

    .cart__inner .quantity__input {
        max-width: 3.688rem;
        padding: calc(0.75rem - 1px) calc(0.5rem - 1px);
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .cart__inner .quantity__button {
        width: 2.75rem;
        height: 2.75rem;
    }


    .featured-attribute {
        flex-basis: calc(50% - 0.75rem);
    }


    .sp__price {
        font-size: 1.313rem;
        line-height: 1.688rem;
    }

    .sp__price del {
        font-size: 0.75rem;
        line-height: 1.063rem;
    }


    .sp__inbank img { width: 4.813rem; }

    .sp__inbank .tooltip .ic { --ic-h: 1rem; }


    .extended-warranty .checkbox__label .fs-sm,
    .simple-dropdown__trigger,
    .featured-attribute .fs-sm,
    .shipping-day .fs-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
        letter-spacing: 0;
    }


    .info-toggle__title {
        margin-inline: -1.5rem;
        padding: 1rem 1.5rem;
        cursor: pointer;
    }

    .info-toggle__title::before,
    .info-toggle__title::after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: var(--color-medium-light);
        content: '';
    }

    .info-toggle__title::before { top: 0; }
    .info-toggle__title::after { bottom: 0; }

    .info-toggle:not(.is-first) .info-toggle__title::before { display: none; }

    .info-toggle.is-open .info-toggle__title {
        color: #fff;
        background: var(--color-dark);
    }

    .info-toggle.is-open .info-toggle__trigger .ic-chevron-down { transform: rotate(180deg); }

    .info-toggle:not(.is-open) .info-toggle__trigger { color: var(--color-dark); }

    .info-toggle.is-open .info-toggle__title::before,
    .info-toggle.is-open .info-toggle__title::after { display: none; }

    .info-toggle__content { padding-block: 1.5rem; }


    .sp-specs__group { border-bottom: 0 !important; }

    .sp-specs__table,
    .sp-specs__table * { display: block; }

    .sp-specs__table tbody {
        display: flex;
        flex-wrap: wrap;
        column-gap: 1rem;
        row-gap: 0.75rem;
    }

    .sp-specs__table tr {
        flex-basis: calc(50% - 0.5rem);
    }

    .sp-specs__table th,
    .sp-specs__table td {
        width: 100% !important;
        padding: 0 !important;
        text-align: left !important;
        border-bottom: 0 !important;
    }

    .sp-specs__table th { margin-bottom: 0.25rem; }

    .sp-specs__check .ic {
        --ic-h: 1.063rem;
        margin-top: 3.2px;
        margin-left: 2px;
    }


    .sp__description {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .sp__description p:has(iframe) { margin-block: 1rem; }

    .video-js .vjs-big-play-button {
        width: 3rem;
        height: 3rem;
    }

    .video-js .vjs-big-play-button::before {
        border-width: 10px 0px 10px 17px;
    }


    .sp__recommended {
        margin-top: 2.5rem;
        padding-top: 0;
        border-top: 0;
    }

    .sp__recommended .slick-slide > div {
        display: flex;
        gap: 0.5rem;
    }
    .sp__recommended .slick-slide > div:not(:last-child) { margin-bottom: 0.5rem; }

    .sp__recommended .product-card {
        display: block !important;
        width: 100% !important;
        flex-basis: calc(50% - 0.25rem) !important;
    }

    .sp__recommended .slick-list { overflow: hidden; }

    .sp-rec__nav { margin-top: 2rem; }
}