@charset "UTF-8";

body {
    font-family: 'Nunito', sans-serif !important;
}

.feedback-engagement-button--outlined > .feedback-engagement-button--outlined__icon path, .feedback-engagement-button--text:hover > .feedback-engagement-button--text__icon path {
    fill: #193db0 !important
}

.breadcrumb-root {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 24px
}

.breadcrumb-root__list {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
}

.breadcrumb-root__item {
    display: flex;
    align-items: center;
    line-height: 16px
}

.breadcrumb-root__separator {
    width: 8px;
    height: 8px;
    color: #6c6c6c;
    transform: none;
    margin-left: 8px;
    margin-right: 8px
}

[dir="rtl"].breadcrumb-root__separator {
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 8px
}

.scroll-thin {
    overflow: auto
}

    .scroll-thin::-webkit-scrollbar {
        width: 1px;
        height: 1px
    }

    .scroll-thin::-webkit-scrollbar-track {
        background: #c5c5c7;
        border-radius: 1px
    }

    .scroll-thin::-webkit-scrollbar-thumb {
        background: #25282b;
        border-radius: 1px
    }

@supports not selector(::-webkit-scrollbar) {
    .scroll-thin {
        scrollbar-color: #25282b #c5c5c7;
        scrollbar-width: thin
    }
}

.product-detail__container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 28px;
    margin: 0 auto 50px
}

.product-detail__info {
    display: flex;
    flex-direction: column;
    padding: 0 30px 30px 0
}

.product-detail__title {
    order: 1
}

.product-detail__rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px;
    order: 3
}

.product-detail__color {
    font-weight: 300;
    font-size: 14px;
    margin: 0 0 16px;
    order: 5
}

.product-detail__colors {
    margin: 0 0 16px;
    order: 6
}

.product-detail__drawer-container {
    order: 8
}

.product-detail__image-area.product-detail__image, .product-detail__image-area.product-detail__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block
}

.product-detail__brand {
    margin: 0 5px 0 0;
}

.discover-size__button, .product-detail-colors__toggle {
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
    color: #25282b
}

.product-detail__review {
    font-weight: 300;
    font-size: 10px;
    position: relative;
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0;
    color: #25282b
}

.product-detail-drawer__button, .product-detail-drawer__text {
    font-weight: 300;
    font-size: 14px;
}

.product-detail__review::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #25282b
}

html[dir="rtl"].product-detail__review::after {
    right: 0;
    left: auto
}

.product-detail__color-title, .product-detail__review-count {
    margin: 0 5px 0 0
}

.product-detail__price-container {
    display: flex;
    gap: 14px
}

html[dir="rtl"].product-detail__color-title {
    text-align: left
}

.product-detail__size-explorer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px
}

.product-detail-gallery-mobile__toolbar, .product-detail__add-to-cart {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .product-detail__add-to-cart.add-to-card {
        width: 100%;
        height: 44px;
        flex-shrink: 1;
        border-radius: 1px;
        border: 1px solid #25282b
    }

.product-detail__favorite-toggle {
    height: 44px
}

.product-detail-drawer__button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background: 0 0;
    padding: 0;
    margin-bottom: 16px;
    outline: 0;
    color: #25282b
}

    .product-detail-drawer__button:last-child {
        margin-bottom: 0
    }

.product-detail__drawer.drawer__body {
    padding: 0 32px
}

.product-detail__combos-title {
    ;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 24px !important
}

.product-options-container {
    position: relative;
    margin-top: 4px
}

.product-options-content {
    position: relative;
    display: flex;
    gap: 0.8rem;
    margin-bottom: 20px
}

.product-options-label {
    font-size: 14px;
    font-weight: 300;
    color: #25282b;
    margin-bottom: 12px
}

.product-detail.product-options-content.option-size-boxes {
    column-gap: 22px;
    row-gap: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.discover-size__button {
    background: 0 0;
    border: none;
    font-size: 12px;
    font-weight: 300
}

.product-detail-colors__toggle {
    text-decoration-style: solid;
}

html[dir="rtl"].product-detail-colors__toggle {
    margin: 0 30px 0 0
}

.gallery-thumbnails.thumbnail-item img, .product-detail-colors__option img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.option-size-box-header {
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
    margin-top: 15px
}

.option-size-box-header__label {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px
}

.option-size-boxes {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px
}

@media screen and (max-width:992px) {
    .option-size-boxes {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding-block: 8px;
        margin-top: -6px
    }
}

.lcw-button, .option-size-boxes-desktop {
    display: contents;
    overflow-y: auto;
    width: 100%;
    max-height: 120px
}

.option-size-boxes-mobile {
    display: flex;
    overflow-x: scroll;
    margin: -5px 0 0-5px;
    padding: 5px
}

    .option-size-boxes-mobile::-webkit-scrollbar-track {
        background: 0 0
    }

    .option-size-boxes-mobile::-webkit-scrollbar {
        width: 0
    }

.option-size-box__out-of-stock-bell-icon--selected {
    width: 14px;
    height: 14px
}

.option-size-box__has-campaign-selected {
    z-index: 1
}

.gallery-grid-wrapper {
    position: relative;
    height: 816px;
    overflow: hidden
}

.gallery-split-layout {
    display: grid;
    grid-template-columns: 50%50%;
    width: 100%;
    height: 100%;
    gap: 0
}

.rating-empty-icons, .rating-fill-icons, .simple-star-rating, .star-rating-wrapper {
    display: inline-block
}

.main-image-container {
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .main-image-container .main-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer
    }

.gallery-thumbnails {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth
}

    .gallery-thumbnails .snap-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        scroll-snap-type: y proximity;
        padding-right: 10px
    }

    .gallery-thumbnails .thumbnail-item {
        width: 100%;
        height: 816px;
        cursor: pointer;
        margin-bottom: 0;
        position: relative;
        scroll-snap-align: start;
        flex-shrink: 0
    }

        .gallery-thumbnails .thumbnail-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.gallery-badges {
    position: absolute;
    inset: 8px auto auto 8px;
    z-index: 10
}

.gallery-badge-item {
    background: #25282b;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    width: 52px;
    height: auto;
    padding: 4px;
    ;
    font-weight: 400;
    font-size: 9px;
    line-height: 13px;
    text-transform: capitalize
}

.star-rating-wrapper {
    all: unset;
    touch-action: none
}

.simple-star-rating {
    position: relative;
    overflow: hidden;
    user-select: none;
    touch-action: none
}

.rating-fill-icons {
    position: absolute;
    top: 0;
    overflow: hidden;
    white-space: nowrap
}

.lcw-button, .simple-star-rating {
    user-select: none;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap
}

.lcw-button {
    display: inline-flex;
    justify-content: center;
    box-sizing: border-box;
    font-family: inherit;
    flex-shrink: 0;
    --button-height: 30px;
    height: var(--button-height)
}

.lcw-button--primary:not(:disabled):not([aria-disabled="true"]):hover {
    background-color: rgb(48.79375,52.75,56.70625);
    border-color: rgb(48.79375,52.75,56.70625);
    color: #fff;
    text-decoration: none
}

.lcw-button--primary:not(:disabled):not([aria-disabled="true"]):active {
    background-color: rgb(60.5875,65.5,70.4125);
    border-color: rgb(60.5875,65.5,70.4125)
}

.lcw-button__text {
    line-height: inherit
}

.visually-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px
}

.combination-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 40px
}

.combined-card {
    display: flex;
    gap: 6px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer
}

.combined-card__main-image {
    flex: 1;
    min-width: 0
}

.combined-card__main-img {
    display: block;
    width: 100%;
    height: 401px;
    object-fit: cover
}

.combined-card__grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    gap: 6px;
    flex: 1;
    min-width: 0
}

.combined-card__grid-img {
    display: block;
    width: 100%;
    height: 198px;
    object-fit: cover
}

.swiper-slide, .swiper-wrapper {
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    z-index: 1;
    display: flex;
    box-sizing: content-box
}

.swiper-slide {
    flex-shrink: 0
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    border-radius: 50%;
    border: 4px solid #007aff;
    border-top-color: #fff0;
    animation: 1s linear infinite swiper-preloader-spin
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
    cursor: pointer;
    margin: 0 5px
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%
}

.product-detail-gallery-mobile__swiper.swiper-pagination, .product-detail-gallery-mobile__swiper.swiper-pagination {
    bottom: 27px !important
}

.swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

@media screen and (min-width:768px) {
    .product-detail__add-to-cart {
        margin-bottom: 24px
    }
}

.product-detail-gallery-mobile__favorite-icon path {
    fill: #25282b !important;
    fill: #25282b !important
}

.product-detail-gallery-mobile__swiper.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 6px;
    background: #c4c4c4;
    opacity: 1
}

.product-detail-gallery-mobile__swiper.swiper-pagination-bullet-active {
    background: #25282b !important
}

.product-detail-gallery-mobile--fullscreen__thumbnails {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center
}

.product-detail {
    padding: 8px 0 30px 0;
}

@media (max-width:767px) {
    .breadcrumb-root__list {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        padding-inline: 8px;
        scrollbar-width: none
    }

        .breadcrumb-root__list::-webkit-scrollbar {
            display: none
        }

    .breadcrumb-root__item {
        flex: 0 0 auto
    }

        .breadcrumb-root__item:first-child {
            position: sticky;
            left: 8px;
            z-index: 2;
            margin-right: 8px
        }

    .product-detail__container {
        display: block
    }
}

@media (max-width:992px) {
    .product-detail__add-to-cart {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 98;
        background: #fff;
        box-shadow: 0 0 10px 0 rgb(51 51 51/0.1),0 0 14px 0 rgb(51 51 51/0.05);
        padding: 8px 16px 34px
    }

    .product-detail__drawer.drawer__body, .product-detail__info {
        padding: 16px
    }

    .product-detail__title {
        font-size: 15px;
        margin-bottom: 14px;
        order: 1
    }

    .product-detail .product-options-content .option-size-boxes {
        gap: 16px;
        padding-bottom: 6px
    }

    .product-detail-colors__swatches {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden
    }

    .product-detail__price {
        order: 2
    }

    .product-detail__seller {
        order: 3;
        margin-bottom: 20px
    }

    .product-detail__rating {
        order: 4;
        margin: 0 0 20px
    }

    .product-detail__sizes {
        order: 5
    }

        .product-detail__sizes.product-options-container {
            margin-top: 0
        }

    .product-detail__color {
        order: 6
    }

    .product-detail__colors {
        order: 7
    }

    .product-detail__combos {
        margin: 0 16px
    }

    .new-size-table section {
        overflow-x: auto
    }

    .product-detail {
        padding: 0 16px 16px
    }

    .product-detail__image-area {
        margin: 0-16px 16px
    }
}

.product-detail__info {
    display: flex;
    flex-direction: column
}

.product-detail__body-measurement {
    margin-bottom: 20px
}

    .product-detail__body-measurement.body-measurement {
        display: flex;
        align-items: flex-start;
        justify-content: center
    }

.product-detail__combos {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: 0 auto
}

.product-detail .breadcrumb-root {
    margin: 0 0 24px 30px
}

@media (min-width: 992px) {
    .product-detail .breadcrumb-root {
        margin: 0 0 24px 40px;
    }
}

.product-detail__add-to-cart.lcw-button {
    width: 100%;
    height: 44px
}

.product-detail.product-options-content.option-size-boxes {
    gap: 22px
}

@media (max-width:992px) {
    .product-detail.product-options-content.option-size-boxes {
        gap: 16px;
        padding-top: 8px;
        padding-bottom: 6px
    }
}

.product-detail.product-options-content.option-size-box {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0
}

.option-size-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    padding: 4px 6px;
    border: 0.5px solid #25282b;
    border-radius: 1px;
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    color: #25282b;
    box-sizing: border-box;
    transition: width 0.2s,height 0.2s;
    white-space: nowrap;
    min-width: 36px;
    min-height: 36px
}

.option-size-box--expanded {
    width: 76px;
    height: 48px;
    white-space: normal;
    overflow-wrap: break-word
}

.lcw-button, .lcw-button__text, .product-detail-colors__toggle-text {
    white-space: nowrap
}

.option-size-box__selected {
    color: #fff;
    background: #25282b
}

.option-size-box__selected--notify-when-available {
    border: 0.5px solid #25282b !important;
    color: #25282b
}

.option-size-box__out-of-stock {
    color: #ababad;
    background: #eee;
    border: 0.5px solid #fff0
}

.body-measurement__height, .body-measurement__value {
    color: #000;
    ;
    font-size: 12px
}

.option-size-box__out-of-stock-bell-icon {
    content: "";
    width: 18px;
    height: 18px;
}

.option-size-box__out-of-stock-bell-icon, .option-size-box__has-campaign-icon, .option-size-box__has-campaign-selected {
    position: absolute;
    top: -8px;
    right: -5px;
}

.product-detail__body-measurement.body-measurement {
    min-height: auto;
    background: 0 0;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.product-detail__body-measurement.body-measurement__info-wrap {
    font-weight: 300;
    font-size: 12px
}

.body-measurement {
    min-height: auto;
    background: 0 0;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem
}

    .body-measurement[data-radix-hover-card-trigger] {
        pointer-events: none
    }

        .body-measurement[data-radix-hover-card-trigger]:focus {
            pointer-events: auto
        }

    .body-measurement* {
    }

.body-measurement__height {
    font-weight: 300
}

.body-measurement__value {
    font-weight: 700
}

.body-measurement__info-wrap {
    font-weight: 300;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px
}

.body-measurement__info-wrap--right {
    flex-direction: row-reverse
}

.body-measurement__info-wrap--left {
    flex-direction: row
}

.body-measurement__info-trigger {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 50%;
    transition: background-color 0.2s
}

    .body-measurement__info-trigger:hover {
        background-color: rgb(0 0 0/0.05)
    }

.body-measurement__info__content {
    max-width: 300px;
    line-height: 1.5;
    color: var(--text-primary);
    box-shadow: 0 5px 20px 0 rgb(0 0 0/0.3);
    background-color: #fff;
    font-size: 11px;
    color: #555;
    text-align: center;
    border-radius: 6px;
    padding: 9px
}

.body-measurement__info-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    flex-wrap: wrap
}

.body-based-campaign, .body-measurement__height-container {
    align-items: center;
    gap: 0.5rem;
    display: flex
}

.body-measurement__info {
    position: relative
}

.body-based-campaign {
    flex-direction: row;
    margin-top: 6px;
    margin-bottom: 16px;
    color: #555;
    font-size: 12px
}

.feedback-engagement-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    gap: 5px
}

.feedback-engagement-button--text:hover > .feedback-engagement-button--text__label {
    color: #193db0 !important;
    text-decoration: underline !important
}

.feedback-engagement-button--text__icon {
    fill: #333;
    transition: fill 0.3s
}

.feedback-engagement-button--text__label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    transition: color 0.3s,text-decoration 0.3s
}

.feedback-engagement-button--outlined {
    height: 40px;
    padding: 8px 19px 7px 20px;
    border: 1px solid #193db0;
    background: #fff;
    color: #193db0;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

    .feedback-engagement-button--outlined > .feedback-engagement-button--outlined__icon {
        width: 18px;
        height: 18px
    }

.product-detail__add-to-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 1rem;
    margin-bottom: 24px
}

    .product-detail__add-to-cart.add-to-card {
        width: 100%;
        height: 44px;
        flex-shrink: 1;
        border-radius: 1px;
        border: 1px solid #25282b
    }

    .product-detail__add-to-cart.favorite-option {
        height: 44px
    }

.lcw-button, .product-detail-gallery-mobile {
    position: relative;
    overflow: hidden
}

.add-to-card--select-size, .add-to-card--select-size:disabled {
    background: #f0513b !important;
    border: none !important
}

.add-to-card, .favorite-option {
    cursor: pointer
}

.add-to-card--select-size:disabled {
    color: #fff !important
}

.add-to-card--adding {
    background: #6b7280;
    opacity: 0.8;
    cursor: not-allowed
}

.add-to-card--added {
    background: #98c7bc
}

.add-to-card--out-of-stock {
    background: #fff;
    border: 0.1em solid #df4844;
    color: #df4844;
    cursor: default;
    width: 100%
}

.add-to-card--notify-me-when-in-stock {
    background: #fff;
    border: 0.1em solid #193db0;
    color: #193db0
}

.lcw-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #fff0;
    border-radius: 0;
    font-family: inherit;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    outline: 0;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,opacity 0.15s ease-in-out,text-decoration 0.15s ease-in-out;
    flex-shrink: 0;
    --button-height: 30px;
    height: var(--button-height);
    padding: 6px 24px;
    font-size: 14px;
    line-height: 1;
    color: #25282b
}

    .lcw-button:focus-visible {
        box-shadow: 0 0 0 3px rgb(24 57 142/0.5);
        z-index: 1
    }

.lcw-button--primary {
    color: #fff;
    background-color: #25282b;
    border-color: #25282b
}

.lcw-button--secondary {
    color: #25282b;
    background-color: #fff;
    border-color: #25282b
}

.lcw-button--tertiary {
    color: #c5c5c7;
    background-color: #fff;
    border-color: #c5c5c7
}

.lcw-button--accent {
    color: #fff;
    background-color: #f0513b;
    border-color: #f0513b
}

.lcw-button--link {
    display: inline;
    height: auto !important;
    padding: 0 !important;
    border: none;
    background: 0 0;
    color: #25282b;
    text-decoration: none;
    text-underline-offset: 4px
}

.lcw-button--ghost {
    color: #25282b;
    background-color: #fff0;
    border-color: #fff0;
    text-decoration: none
}

.lcw-button:disabled.lcw-button--link, .lcw-button[aria-disabled="true"].lcw-button--link {
    cursor: not-allowed
}

.lcw-button:disabled:not(.lcw-button--link), .lcw-button[aria-disabled="true"]:not(.lcw-button--link) {
    cursor: not-allowed
}

.lcw-button__content-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 100%
}

.lcw-button__icon {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0
}

    .lcw-button__icon svg {
        width: 1em;
        height: 1em;
        vertical-align: middle
    }

.lcw-button__text {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle;
    text-overflow: ellipsis
}

.lcw-button--icon-only {
    padding: 0;
    width: var(--button-height)
}

    .lcw-button--icon-only.lcw-button__content-wrapper {
        gap: 0
    }

    .lcw-button--icon-only.lcw-button__icon {
        margin: 0 !important
    }

    .lcw-button--icon-only.lcw-button__text {
        display: none !important
    }

.lcw-button--full-width {
    display: flex;
    width: 100%;
    justify-content: center
}

.product-detail__container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 28px;
    margin-bottom: 50px
}

.product-detail__info {
    display: flex;
    flex-direction: column;
    margin-right: 30px
}

.product-detail__title {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #25282b;
    order: 1;
    margin: 0 0 10px 0
}

.product-detail__seller {
    margin-bottom: 14px;
    order: 2
}

.product-detail__seller-title {
    font-weight: 300;
    font-size: 14px;
    margin: 0 5px 0 0;
    margin-bottom: 14px;
    color: #25282b;
}

.product-detail__seller-link {
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    color: #25282b;
}

    .product-detail__seller-link:hover {
        text-decoration: none;
        color: #25282b;
        opacity: 0.8
    }

.product-detail__price.product-price.product-detail__price-container.current-price, .product-detail__price.product-price.product-detail__price-container.price-in-cart {
    font-size: 16px;
    text-transform: uppercase
}

.product-detail__price.product-price.product-detail__price-container.price-in-cart {
    font-weight: 600 !important
}

.product-detail__price.product-price.product-detail__price-container.current-price {
    font-weight: 600
}

.product-detail__sizes {
    margin: 0 0 16px;
    order: 7
}

    .product-detail__sizes.product-options-label {
        margin-bottom: 16px
    }

    .product-detail__sizes.product-size-infos {
        margin: 0
    }

@media screen and (max-width:992px) {
    .product-detail__add-to-cart.add-to-card {
        height: 50px
    }

    .product-detail__add-to-cart {
        margin-bottom: 0
    }

    .product-detail__seller {
        order: 3;
        margin-bottom: 20px
    }

    .product-detail__price {
        order: 2
    }

    .product-detail__sizes {
        order: 5
    }

        .product-detail__sizes.product-options-container {
            margin-top: 0
        }
}

.product-detail__sizes-list.option-size-boxes {
    overflow-y: hidden;
    overflow-x: auto
}

.product-detail-gallery-mobile__toolbar {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 12px;
    padding: 0 17px
}

.product-detail-gallery-mobile__toolbar-btn {
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.product-detail-gallery-mobile__toolbar-btn--share {
    margin-right: 22px
}

.product-detail-gallery-mobile__toolbar-btn-container {
    display: flex;
    align-items: center
}

.product-detail-gallery-mobile__favorite-icon {
    width: 21px;
    height: 19px
}

.product-detail-gallery-mobile__favorite-icon--unloved path {
    fill: transparent !important
}

.product-detail-gallery-mobile__swiper {
    width: 100%;
    height: auto
}

    .product-detail-gallery-mobile__swiper img {
        width: 100%;
        height: 55vh;
        object-fit: cover;
    }

    .product-detail-gallery-mobile__swiper.swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin-right: 6px;
        background: #c4c4c4;
        opacity: 1
    }

    .product-detail-gallery-mobile__swiper.swiper-pagination-bullet-active {
        background: #25282b !important
    }

.product-detail-gallery-mobile--fullscreen {
    inset: 0;
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 1031
}

.product-detail-gallery-mobile--fullscreen__close {
    position: absolute;
    z-index: 1032;
    top: 30px;
    right: 16px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: none;
    cursor: pointer
}

.product-detail-gallery-mobile--fullscreen__swiper {
    height: 100% !important;
    z-index: 1031;
    background: #fff
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .product-detail-gallery-mobile__swiper {
        max-width: 100vw;
        overflow: hidden
    }

        .product-detail-gallery-mobile__swiper.swiper-wrapper {
            max-width: 100vw
        }

        .product-detail-gallery-mobile__swiper.swiper-slide {
            width: 100vw !important;
            max-width: 100vw !important;
            flex-shrink: 0
        }

    .product-detail-gallery-mobile--fullscreen__swiper {
        max-width: 100vw;
        overflow: hidden
    }

        .product-detail-gallery-mobile--fullscreen__swiper.swiper-wrapper {
            max-width: 100vw
        }

        .product-detail-gallery-mobile--fullscreen__swiper.swiper-slide {
            width: 100vw !important;
            max-width: 100vw !important;
            flex-shrink: 0
        }
}

.product-detail-gallery-mobile--fullscreen__swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-detail-gallery-mobile--fullscreen__thumbnails {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 1031;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    background: 0 0;
    overflow-x: auto;
    overflow-y: hidden
}

.product-detail-gallery-mobile--fullscreen__thumbnails--scrollable {
    justify-content: flex-start
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .product-detail-gallery-mobile--fullscreen__thumbnails--scrollable {
        justify-content: center
    }
}

.product-detail-gallery-mobile--fullscreen__thumbnail {
    width: 60px;
    height: 90px;
    object-fit: cover;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s,border-color 0.3s
}

.product-detail-gallery-mobile--fullscreen__thumbnail--active {
    opacity: 1;
    border-color: #fff
}

.product-detail-colors__swatches {
    display: grid;
    grid-template-columns: repeat(7, minmax(47px, 1fr));
    column-gap: 16px;
    row-gap: 19px;
}

@media (max-width: 992px) {
    .product-detail__combos-title {
        margin: 0 0 20px !important
    }

    .combination-list {
        flex-direction: column
    }

    .combined-card__grid, .combined-card__main-image {
        width: 100%
    }

    .combined-card__main-img {
        height: auto;
        aspect-ratio: 3/4
    }

    .combined-card__grid-img {
        height: auto
    }

    .product-detail.product-options-content.option-size-boxes {
        gap: 16px;
        padding-bottom: 6px
    }

    .body-based-campaign {
        margin-top: 4px;
        margin-bottom: 14px;
        font-size: 11px
    }

    .product-detail__add-to-cart {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 98;
        background: #fff;
        box-shadow: 0 0 10px 0 rgb(51 51 51/0.1),0 0 14px 0 rgb(51 51 51/0.05);
        padding: 24px 16px;
        transition: transform 0.3s ease-in-out,padding 0.3s ease-in-out
    }

    .product-detail__container {
        display: block;
        margin-bottom: 30px
    }

    .product-detail__info {
        margin-right: 0;
        padding: 0
    }

    .product-detail__title {
        font-size: 15px;
        margin: 0 0 14px 0;
        margin-bottom: 14px
    }

    .product-detail-colors__swatches {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        .product-detail-colors__swatches::-webkit-scrollbar {
            display: none
        }
}

.product-detail-colors__swatches-container {
    display: flex;
    align-items: center;
    position: relative
}

.product-detail-colors__swatch {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    position: relative;
    transition: transform 0.25s
}

    .product-detail-colors__swatch:hover {
        transform: scale(1.03)
    }

.product-detail-colors__swatch--selected::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    border-radius: 1px;
    background: #25282b
}

.product-detail-colors__toggle {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    cursor: pointer;
    color: #25282b;
    font-size: 12px;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 47px;
    height: 60px
}

    .product-detail-colors__toggle:hover {
        color: #25282b
    }

@media (max-width:992px) {
    .product-detail-colors__toggle {
        margin-left: 8px
    }
}

.product-detail-colors__option {
    border-radius: 1px;
    border: 0.5px solid #25282b;
    max-height: 60px;
    max-width: 47px;
    height: 60px;
    width: 47px;
    position: relative;
    margin-bottom: 15px
}

@media (max-width: 992px) {
    .product-detail-colors__option {
        flex-shrink: 0;
    }
}

.product-detail-colors__option--active::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: calc(100% - 14px);
    border-radius: 1px;
    background: #25282b;
}

.product-detail-colors__option-disabled-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    color: #6c6c6c;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.2s ease
}

    .breadcrumb-item:hover {
        text-decoration: underline;
        color: #25282b
    }

.breadcrumb-item--current {
    color: #25282b;
    font-weight: 500;
    pointer-events: none;
    cursor: default
}

.breadcrumb-item--disabled {
    color: #6c6c6c;
    pointer-events: none;
    cursor: not-allowed
}

.product-detail__rating .review-info-panel__jump-reviews {
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    text-decoration: underline;
    color: #25282b
}

@media (min-width: 992px) {
    .product-detail__rating .review-info-panel__jump-reviews {
        font-size: 10px;
    }
}

.product-detail__price {
    margin: 0 0 16px 0;
    order: 4;
}

    .product-detail__price
    .product-price
    .product-detail__price-container
    .price-in-cart,
    .product-detail__price
    .product-price
    .product-detail__price-container
    .current-price {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
    }

    .product-detail__price
    .product-price
    .product-detail__price-container
    .price-in-cart {
        font-weight: 600 !important;
    }

    .product-detail__price
    .product-price
    .product-detail__price-container
    .current-price {
        font-weight: 600;
    }

        .product-detail__price
        .product-price
        .product-detail__price-container
        .current-price.current-price--has-basket {
            font-size: 16px;
            font-weight: 500;
        }

@media (min-width: 992px) {
    .product-detail__price
    .product-price
    .product-detail__price-container
    .current-price.current-price--has-basket {
        font-weight: 300;
    }
}


.product-detail__add-to-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    gap: 1rem;
    margin-bottom: 24px;
}

    .product-detail__add-to-cart .add-to-card {
        width: 100%;
        height: 44px;
        flex-shrink: 1;
        border-radius: 1px;
        border: 1px solid #25282b;
    }

@media screen and (max-width: 992px) {
    .product-detail__add-to-cart .add-to-card {
        height: 50px;
    }
}

.product-detail__add-to-cart .favorite-option {
    height: 44px;
}

@media screen and (max-width: 992px) {
    .product-detail__add-to-cart {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .product-detail__add-to-cart {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 98;
        background: #fff;
        padding: 24px 16px;
        transition: transform 0.3s ease-in-out, padding 0.3s ease-in-out;
    }
}
