.garment-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-inline: 20px;
}

.garment-detail-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.garment-detail-col {
    width: 100%;
}

.garment-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-top: 20px;
}

.garment-features-card {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    text-align: center;
    padding: 16px 12px;
    box-sizing: border-box;
    border-right: none;
    border-bottom: 1px solid #eee;
}

.garment-features-card:nth-child(odd) {
    border-right: 1px solid #eee;
}

.garment-features-card:nth-child(-n+2) {
    padding-top: 0;
}

.garment-features-card:nth-last-child(-n+2) {
    border-bottom: none;
}

.garment-features-img {
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.garment-features-img img {
    width: 40px;
    height: 40px;
}

.garment-features-ttl {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin: 0 0 4px;
    line-height: 1;
}

.garment-features-des {
    font-size: 12px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.garment-business-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 4px 18px;
    background: #EAF0FE;
    border: 1px solid #DCE6FC;
    border-radius: 10px;
}

.garment-business-img {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.garment-business-img img {
    width: 60px !important;
    height: 60px;
    object-fit: contain;
}

.garment-business-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.garment-business-ttl {
    font-size: 16px;
    font-weight: 700;
    color: #025FFE;
    margin: 0;
}

.garment-business-subttl {
    font-size: 14px;
    font-weight: 400;
    color: #363636;
    margin: 0;
}

.garment-business-subttl span {
    color: #E61E02;
    font-weight: 700;
}

.swiper-main-thumbnail {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.swiper-main-thumbnail .main-slider-thumb .image.t-shirt {
    background: #F5F5F5;
    border-radius: 20px;
    max-width:100% !important;
}

.main-slider-thumb {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.main-slider-thumb .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.swiper-main-thumbnail::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 20;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url("/common/img/favourite.png");
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.main-slider-thumb .swiper-button-prev,
.main-slider-thumb .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    top: 50%;
    margin-top: -20px;
}

.main-slider-thumb .swiper-button-prev::after,
.main-slider-thumb .swiper-button-next::after {
    font-size: 16px;
    color: #363636;
    font-weight: 700;
}

.main-slider-thumb .swiper-button-prev {
    left: 16px;
}

.main-slider-thumb .swiper-button-next {
    right: 16px;
}

.garment-gallery-pills {
    position: absolute;
    bottom: 20px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 20;
}

.garment-gallery-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 100px;
    padding: 8px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-weight: 600;
    color: #363636;
    white-space: nowrap;
}

.garment-gallery-pill i,
.garment-gallery-pill svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.slider-nav-thumbnails {
    background: #fff;
    padding-top: 15px;
}

.slider-nav-thumbnails .swiper-wrapper {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.slider-nav-thumbnails .swiper-slide {
    width: 110px !important;
    height: 110px;
    border: 2px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
}

.slider-nav-thumbnails .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-nav-thumbnails .swiper-slide-thumb-active {
    border-color: #E61E02;
}

.swiper-main-thumbnail .image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-main-thumbnail .slider-nav-thumbnails .image img {
    width: 80px !important;
    height: 80px !important;
    border: none !important;
}

.new-title-product-title {
    font-family: 'Arial', sans-serif;
    margin-bottom: 20px;
}

.new-title-product-title .new-title-brand {
    display: block;
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #025ffe;
    margin-bottom: 15px;
}

.new-title-product-title .new-title-name {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    margin-top: 5px;
    margin-bottom: 15px;
}

.item-detail-price-red {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #E61E02 !important;
}

.item-detail-price{
    font-weight: 600 !important;
}

.item-details.item-details-smalltext {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #333 !important;
    margin: 0 0 15px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.item-standard-price {
    margin-bottom: 15px;
}

.box_tab_lr {
    margin-bottom: 30px;
}

.tabs_lr {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.tabs_lr li {
    width: auto;
    padding: 0 0 12px;
    margin: 0;
    background: transparent;
    color: #363636;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}

.tabs_lr li.current {
    color: #E61E02;
}

.tabs_lr li.current::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E61E02;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

@media (max-width:991px) {
    .swiper-main-thumbnail-sp .main-slider-thumb{
        height:400px !important;
    }
}

@media (max-width:991px) {
    .wrap-side-bar{
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .garment-row {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .garment-row>.garment-col:first-child {
        flex: 0 0 250px;
        max-width: 250px;
    }

    .garment-row>.garment-col:last-child {
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .garment-detail-row {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }

    .garment-detail-col:first-child {
        flex: 0 0 300px;
        max-width: 300px;
        width: auto;
    }

    .garment-detail-col:last-child {
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
    }

    .slider-nav-thumbnails .swiper-slide {
        width: 80px !important;
        height: 80px;
        border: 2px solid #eee;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
        flex-shrink: 0;
    }

    .swiper-main-thumbnail .main-slider-thumb .image {
        height: 350px;
        max-width:100% !important;
    }

    .new-title-product-title .new-title-brand {
        margin-bottom: 10px;
    }

    .new-title-product-title .new-title-name {
        font-size: 22px;
    }

    .new-title-product-title {
        margin-bottom: 10px;
    }

    .new-design-btn {
        height: 50px;
    }

    .slider-nav-thumbnails .swiper-wrapper {
        gap: 10px
    }

    .garment-business-btn {
        padding: 4px 18px;
    }
}

/* ============ 1280px – 1399px ============ */
@media (min-width: 1280px) and (max-width: 1399px) {
    .garment-row {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .garment-row>.garment-col:first-child {
        flex: 0 0 250px;
        max-width: 250px;
    }

    .garment-row>.garment-col:last-child {
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .garment-detail-row {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }

    .garment-detail-col:first-child {
        flex: 0 0 425px;
        max-width: 425px;
        width: auto;
    }

    .garment-detail-col:last-child {
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
    }

    .garment-features-card {
        flex: 1;
        max-width: none;
        border-right: 1px solid #eee;
        border-bottom: none;
        padding: 0 12px;
    }

    .garment-features-card:first-child {
        padding-left: 0;
    }

    .garment-features-card:last-child {
        padding-right: 0;
        border-right: none;
    }
}

/* ============ 1400px – 1599px ============ */
@media (min-width: 1400px) and (max-width: 1599px) {
    .garment-row {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .garment-row>.garment-col:first-child {
        flex: 0 0 250px;
        max-width: 250px;
    }

    .garment-row>.garment-col:last-child {
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .garment-detail-row {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
    }

    .garment-detail-col:first-child {
        flex: 0 0 500px;
        max-width: 500px;
        width: auto;
    }

    .garment-detail-col:last-child {
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
    }

    .garment-features-card {
        flex: 1;
        max-width: none;
        border-right: 1px solid #eee;
        border-bottom: none;
        padding: 0 12px;
    }

    .garment-features-card:first-child {
        padding-left: 0;
    }

    .garment-features-card:last-child {
        padding-right: 0;
        border-right: none;
    }
}

/* ============ 1600px and above ============ */
@media (min-width: 1600px) {
    .garment-row {
        flex-direction: row;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .garment-row>.garment-col:first-child {
        flex: 0 0 250px;
        max-width: 250px;
    }

    .garment-row>.garment-col:last-child {
        flex: 1 1 auto;
        max-width: 1230px;
        width: 100%;
        min-width: 0;
    }

    .garment-detail-row {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
    }

    .garment-detail-col:first-child {
        flex: 0 0 44%;
        max-width: 44%;
        width: auto;
    }

    .garment-detail-col:last-child {
        flex: 0 0 52%;
        max-width: 52%;
        width: auto;
    }

    .garment-features-card {
        flex: 1;
        max-width: none;
        border-right: 1px solid #eee;
        border-bottom: none;
        padding: 0 12px;
    }

    .garment-features-card:first-child {
        padding-left: 0;
    }

    .garment-features-card:last-child {
        padding-right: 0;
        border-right: none;
    }

    .swiper-main-thumbnail .main-slider-thumb .image {
        height: 500px !important;
        max-width:100% !important;
    }

    .swiper-main-thumbnail .main-slider-thumb .image.t-shirt {
       height:500px !important;
    }

    .garment-business-btn {
        padding: 4px 18px;
    }
}