.product-show-page {
    background: #fff;
    border-bottom: 1px solid #e2e5e1;
    padding: 48px 0 58px;
}

.product-show-page .product-show-layout {
    align-items: flex-start;
    display: grid;
    gap: 58px;
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    margin: 0;
}

.product-show-page .product-show-layout::before,
.product-show-page .product-show-layout::after {
    content: none;
    display: none;
}

.product-show-page .product-gallery-column,
.product-show-page .product-config-column {
    float: none;
    padding: 0;
    width: auto;
}

.product-show-page .product-gallery-panel {
    position: sticky;
    top: 24px;
}

.product-show-page .carousel-root:focus {
    outline: 2px solid #3ea06e;
    outline-offset: 5px;
}

.product-show-page .carousel-slider {
    background: #f7f8f5;
    border: 1px solid #e3e7e0;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
}

.product-show-page .slider-wrapper,
.product-show-page .slider-wrapper ul.slider {
    height: 470px;
}

.product-show-page .slider-wrapper ul.slider {
    transform: translate3d(0, 0, 0);
    transition-duration: 350ms;
}

.product-show-page .slider-wrapper ul.slider .slide {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 36px;
}

.product-show-page .slider-wrapper ul.slider .slide > div {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.product-show-page .slider-wrapper ul.slider img {
    height: 100%;
    max-height: 398px;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.product-show-page .carousel .control-arrow {
    background: #fff;
    border: 1px solid #dce2da;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(42, 58, 47, 0.1);
    height: 38px;
    margin-top: -19px;
    opacity: 1;
    top: 50%;
    width: 38px;
}

.product-show-page .carousel .control-prev {
    left: 14px;
}

.product-show-page .carousel .control-next {
    right: 14px;
}

.product-show-page .carousel .control-disabled {
    opacity: 0.25;
}

.product-show-page .thumbs-wrapper {
    margin: 14px 0 0;
}

.product-show-page .thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    padding: 0;
    transform: none !important;
}

.product-show-page .thumbs-wrapper .thumb {
    align-items: center;
    background: #fff;
    border: 1px solid #dde2db;
    border-radius: 2px;
    display: flex;
    height: 72px;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 7px;
    transition: border-color 0.2s ease;
    width: 72px;
}

.product-show-page .thumbs-wrapper .thumb:hover,
.product-show-page .thumbs-wrapper .thumb:focus,
.product-show-page .thumbs-wrapper .thumb.selected {
    border-color: #3ea06e;
    outline: none;
}

.product-show-page .thumbs-wrapper .thumb img {
    height: 56px;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.product-show-page .product-inner-detail {
    background: #f7f9f6;
    border: 1px solid #dfe5dd;
    border-left: 4px solid #3ea06e;
    padding: 28px 30px 30px;
}

.product-show-page .configure {
    background: transparent;
    border-bottom: 1px solid #dfe4dd;
    padding: 0 0 18px;
}

.product-show-page .configure h2 {
    color: #3e4741;
    font-family: 'HELVETICANEUECONDENSEDBOLD', 'Helvetica Neue', sans-serif;
    font-size: 27px;
    line-height: 1.25;
    margin: 0;
}

.product-show-page .configure h2::after {
    background: #3ea06e;
    content: '';
    display: block;
    height: 3px;
    margin-top: 14px;
    width: 42px;
}

.product-show-page .sizing-block {
    background: transparent;
    padding: 25px 0 0;
}

.product-show-page .product-options {
    margin-left: -10px;
    margin-right: -10px;
}

.product-show-page .product-options .product-select {
    padding-left: 10px;
    padding-right: 10px;
}

.product-show-page .size-select {
    margin-bottom: 20px;
}

.product-show-page .size-select h4 {
    color: #4c554f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 7px;
}

.product-show-page .size-select .ss-main,
.product-show-page .product-quantity-input {
    background: #fff;
    border: 1px solid #cfd6ce;
    border-radius: 3px;
    box-shadow: none;
    min-height: 44px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.product-show-page .size-select .ss-main:hover,
.product-show-page .size-select .ss-main:focus,
.product-show-page .product-quantity-input:hover,
.product-show-page .product-quantity-input:focus {
    border-color: #3ea06e;
    box-shadow: 0 0 0 3px rgba(62, 160, 110, 0.1);
    outline: none;
}

.product-show-page .product-quantity .input-group-addon {
    background: #f4f6f2;
    border-color: #cfd6ce;
    color: #555f59;
    font-size: 14px;
}

.product-show-page #quantity-error {
    background: #fff1f1;
    border-left: 3px solid #c84343;
    color: #a32929;
    margin-top: 7px;
    padding: 7px 9px;
}

.product-show-page .product-total {
    align-items: center;
    border-top: 1px solid #dfe4dd;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin: 4px 0 0;
    padding: 25px 0 0;
}

.product-show-page .product-total__summary {
    flex: 1 1 auto;
    min-width: 0;
}

.product-show-page .product-total__price-row {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.product-show-page .product-total__label {
    color: #68716b;
    font-size: 14px;
    font-weight: 600;
}

.product-show-page #product-price {
    color: #299365;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}

.product-show-page .order-button {
    flex: 0 0 auto;
    padding: 0;
    text-align: right;
}

.product-show-page .order-button .btn {
    align-items: center;
    border: 0;
    box-shadow: 0 6px 15px rgba(2, 130, 143, 0.2);
    display: inline-flex;
    justify-content: center;
    margin: 0;
    min-height: 50px;
    min-width: 188px;
    padding: 14px 25px;
}

.product-show-page .order-button .btn:hover,
.product-show-page .order-button .btn:focus {
    box-shadow: 0 8px 18px rgba(2, 130, 143, 0.27);
    outline: none;
    transform: translateY(-1px);
}

.product-show-page .product-price-debug {
    border-top: 1px solid #e1e5df;
    margin-top: 14px;
    padding-top: 10px;
}

.product-show-page .custom-h6 {
    color: #68716b;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 400;
    gap: 4px 8px;
    justify-content: space-between;
    margin: 4px 0;
    text-align: left;
}

.product-show-page .product-admin-cost-components {
    background: #fff;
    font-size: 13px;
    margin: 12px 0 0;
}

.product-tabbing {
    background: #f6f7f4;
    padding: 42px 0 50px;
}

.product-tabbing .tab-inr-block {
    background: transparent;
    border: 0;
    box-shadow: none;
    max-width: 850px;
    padding: 0;
}

.product-tabbing .resp-tabs-container {
    background: transparent;
}

.product-tabbing .tab-inr-block h2 {
    color: #3e4741;
    font-family: 'HELVETICANEUECONDENSEDBOLD', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
}

.product-tabbing .tab-inr-block h2::after {
    background: #3ea06e;
    content: '';
    display: block;
    height: 3px;
    margin-top: 10px;
    width: 42px;
}

.product-tabbing .tab-inr-block p {
    line-height: 1.65;
}

.product-tabbing .tab-inr-block p:last-child,
.product-tabbing .tab-inr-block ul:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .product-show-page .product-show-layout {
        gap: 40px;
    }

    .product-show-page .slider-wrapper,
    .product-show-page .slider-wrapper ul.slider {
        height: 410px;
    }

    .product-show-page .slider-wrapper ul.slider img {
        max-height: 338px;
    }

    .product-show-page .product-total {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

    .product-show-page .order-button,
    .product-show-page .order-button .btn {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .product-show-page {
        padding: 34px 0 45px;
    }

    .product-show-page .product-show-layout {
        gap: 36px;
        grid-template-columns: minmax(0, 1fr);
    }

    .product-show-page .product-gallery-panel {
        position: static;
    }

    .product-show-page .product-right {
        padding-top: 0;
    }

    .product-show-page .slider-wrapper,
    .product-show-page .slider-wrapper ul.slider {
        height: 500px;
    }

    .product-show-page .slider-wrapper ul.slider img {
        max-height: 428px;
    }
}

@media screen and (max-width: 767px) {
    .product-show-page {
        padding: 24px 0 36px;
    }

    .product-show-page .product-show-layout {
        gap: 29px;
    }

    .product-show-page .slider-wrapper,
    .product-show-page .slider-wrapper ul.slider {
        height: 330px;
    }

    .product-show-page .slider-wrapper ul.slider .slide {
        padding: 20px;
    }

    .product-show-page .slider-wrapper ul.slider img {
        max-height: 290px;
    }

    .product-show-page .configure {
        padding-bottom: 15px;
    }

    .product-show-page .product-inner-detail {
        padding: 23px 20px 25px;
    }

    .product-show-page .configure h2 {
        font-size: 23px;
    }

    .product-show-page .sizing-block {
        padding-top: 21px;
    }

    .product-show-page .product-total {
        padding-top: 21px;
    }

    .product-show-page #product-price {
        font-size: 29px;
    }

    .product-tabbing {
        padding: 31px 0 38px;
    }

    .product-tabbing .tab-inr-block {
        padding: 0;
    }
}

@media screen and (max-width: 479px) {
    .product-show-page .slider-wrapper,
    .product-show-page .slider-wrapper ul.slider {
        height: 260px;
    }

    .product-show-page .slider-wrapper ul.slider img {
        max-height: 220px;
    }

    .product-show-page .thumbs-wrapper .thumb {
        height: 60px;
        width: 60px;
    }

    .product-show-page .thumbs-wrapper .thumb img {
        height: 46px;
    }

    .product-show-page .custom-h6 {
        flex-direction: column;
    }
}
