.product-in {
    padding-top: 60px;
    padding-bottom: 110px;
    position: relative;
    background: linear-gradient(180deg, #F2F2F2 0%, #FAFAFA 11.49%);
}
.product-in.product-in-new:before {
    display: none;
}
.product-in.gift-in:before {
    display: none;
}
.product-in__flex {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.product-in__status {
    position: absolute;
    top: 30px;
    left: 32px;
    display: flex;
    gap: 4px;
    z-index: 2;
}
.product-in__sale {
    background: #B90652;
    color: #fff;
    font-size: 12px;
    padding: 4px 9px;
    border-radius: 2px;
}
.product-in__status span {
    background: #EEF1F8;
    color: #000000;
    font-size: 12px;
    padding: 4px 9px;
    border-radius: 2px;
}
.product-in__left {
    width: calc(100% - 562px);
    position: relative;
    padding-right: 65px;
}
.product-item__fixed-sticky {
    position: sticky;
    top: 0;
    height: calc(100vh - 190px);
    z-index: 2;
}
.product-item__fixed {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 33px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-item__fixed img {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 4px;
    object-fit: cover;
    opacity: .5;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out, border 0.3s ease-in-out;
}
.product-item__fixed img.active {
    opacity: 1;
    border: 1px solid #ffffff;
}
.product-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #f5f5f5;
}
.product-top img {
    width: 100%;
    border-radius: 4px;
    display: block;
    mix-blend-mode: multiply;
}
.product-in.gift-in .product-top img {
    min-height: 804px;
    object-fit: cover;
}
.product-in__right {
    width: 560px;
    position: relative;
    z-index: 5;
}
.product-in__right-sticky {
    will-change: min-height;
}
.sidebar__inner{
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.product-in-content {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 89px 54px 0px #00000008;
    padding: 20px 40px;
    position: relative;
}
.product-in.gift-in .product-in-content {
    padding: 40px;
}
.product-in-top {
    position: absolute;
    right: 42px;
    top: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.product-in-top svg {
    display: block;
}
.product-in-top svg path {
    transition: stroke 0.3s ease-in-out;
}
.product-in-top-share {
    cursor: pointer;
}
.product-in-top__fav {
    cursor: pointer;
}
.product-in-top__fav svg {
    width: 24px;
    height: 20px;
    fill: transparent;
    stroke: #000;
    stroke-width: 1.5;
    overflow: visible;
}
.product-in-top__fav.active svg {
    fill: #B90652;
    stroke: #B90652;
}
.product-in__title {
    padding-right: 70px;
}
.product-in__title h1 {
    margin: 0;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;

    font-size: 28px;
}
.product-in__inf {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 12px;
}
.product-in__brand {
    display: flex;
}
.product-in__brand a {
    font-size: 12px;
    color: #000000;
    line-height: 1;
}
.product-in__code {
    display: flex;
    gap: 4px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
.product-in__code span {
    line-height: 1;
}
.product-in__last {
    display: flex;
    align-items: center;
    gap: 4px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
.product-in__last span {
    line-height: 1;
}
.product-in__desc {
    margin-top: 24px;
    color: #000000;
    font-size: 14px;
}
.product-in__desc button {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    text-decoration: underline;
    background: unset;
    padding: 0;
    border: unset;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}
.product-in-variant {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
    margin-top: 24px;
}
.product-in-variant__left,
.product-in-variant__right {
    display: flex;
    gap: 14px;
}
.product-variant {
    display: flex;
}
.product-variant input {
    position: absolute;
    left: -9999px;
}
.product-variant label {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
    transition: border 0.3s ease-in-out;
}
.product-variant input:checked + label {
    border: 1px solid #00238F;
}
.product-variant label img {
    width: 100%;
    height: 98%;
    object-fit: cover;
}
.product-in-size {
    margin-top: 28px;
}
.product-in-size__title {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 34px;
    line-height: 1;
}
.product-in-size__title button {
    font-size: 12px;
    background: unset;
    border: unset;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: underline;
    line-height: 1;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}
.product-in-size__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 4px;
}
.product-size input {
    position: absolute;
    left: -9999px;
}
.product-size label {
    position: relative;
    cursor: pointer;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border 0.3s ease-in-out;
}
.product-size input:checked + label {
    border: 1px solid #00238F;
}
.product-in-shop {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
    margin-top: 34px;
}
.product-in-shop button {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #00238F;
    font-size: 12px;
    background: unset;
    border: unset;
    padding: 0;
    cursor: pointer;
}
.product-in-shop button span {
    text-decoration: underline;
    line-height: 1;
}
.product-in-shop__today {
    color: #007944;
    font-size: 12px;
}
.product-payment {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-payment-item input {
    position: absolute;
    left: -9999px;
}
.product-payment-opacity {
    width: 100%;
    max-height: 0;
    overflow: hidden;
}
.product-payment-item label {
    position: relative;
    cursor: pointer;
    border: 1px solid #00238F80;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    min-height: 50px;
    transition: border 0.3s ease-in-out;
}
.product-payment-month {
    width: 100%;
    display: flex;
    padding: 15px 45px;
    gap: 16px;
}
.product-payment-desc {
    color: #000000;
    font-size: 12px;
    padding: 4px 45px;
}
.product-payment-month label {
    border: 1px solid #EBEBEB;
    padding: 15px 14px;
    color: #000000;
    font-size: 16px;
}
.product-payment-month input:checked + label {
    border: 1px solid #00238F;
    color: #00238F;
}
.product-payment-item__name {
    color: #000000;
    font-size: 14px;
    position: relative;
    padding-left: 46px;
    transition: color 0.3s ease-in-out;
}
.product-payment-item__name:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 3px;
    border: 1px solid #8494C2;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.product-payment-item > input:checked+label .product-payment-item__name:after {
    content: "";
    position: absolute;
    left: 17px;
    top: 6px;
    background: #00238F;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.product-payment-item__right {
    display: flex;
    align-items: center;
    padding-right: 20px;
    gap: 16px;
}
.product-payment-item__right > span {
    color: #000000CC;
    font-size: 11px;
    background: #00238F1A;
    border-radius: 4px;
    padding: 4px;
}
.product-payment-item__price {
    display: flex;
    gap: 8px;
}
span.month {
    line-height: 1;
    color: #000000;
    opacity: 0.4;
}
.product-in-btn {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    gap: 8px;
}
button.product-in-btn__buy {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    background: #00238F;
    border-radius: 4px;
    text-decoration: none;
    padding: 14px 0;
    display: inline-flex;
    justify-content: center;
    gap: 12px;
    border: 1px solid #00238F;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
button.product-in-btn__cart {
    color: #00238F;
    font-size: 14px;
    font-weight: 600;
    background: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    padding: 14px 0;
    display: inline-flex;
    justify-content: center;
    gap: 12px;
    border: 1px solid #00238F80;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
button.product-in-btn__cart span {
    transition: color 0.3s ease-in-out;
}
button.product-in-btn__cart img {
    transition: filter 0.3s ease-in-out;
}
.product-in-gift {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    gap: 6px;
    margin-top: 16px;
    color: #0C0C0C;
}
.product-in-gift a {
    color: #0C0C0C;
    text-decoration: underline;
}
.product-in-info {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 0;
    position: relative;
}
.product-in-info:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0.05) 0%, #D5D5D5 50%, rgba(217, 217, 217, 0.05) 100%);
}
.product-in-info:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    left: 50%;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 50%, rgba(217, 217, 217, 0) 100%);
}
.product-in-info__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 50%;
    text-align: center;
}
.product-in-info__item img {
    width: 24px;
    height: 24px;
}
.product-in-info__item span {
    font-size: 12px;
    color: #10182099;
    padding: 0 30px;
}

.product-delivery {
    margin-top: 40px;
}
.product-delivery__title {
    display: flex;
    align-items: self-end;
    gap: 12px;
}
.product-delivery__title h3 {
    margin: 0;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.product-delivery__title button {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    text-decoration: underline;
    position: relative;
    top: -5px;
    background: unset;
    border: unset;
    cursor: pointer;
    padding: 0;
}
.product-delivery__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.product-delivery__item {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-delivery__icon {
    background: #FFFFFF;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 159px 63px 0px #00000003;
}
.product-delivery__icon img {
    max-width: 60%;
    max-height: 20px;
}
.product-delivery__name {
    color: #000000;
    font-size: 14px;
    margin-top: 12px;
    text-align: center;
}
.product-delivery__desc {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin-top: 4px;
    text-align: center;
}
.product-delivery__price {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}
.product-stress {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 0px #0000000D, 0px 11px 11px 0px #0000000A, 0px 24px 15px 0px #00000008, 0px 43px 17px 0px #00000003, 0px 67px 19px 0px #00000000;
    padding: 32px 40px;
    margin-top: 45px;
    border-radius: 8px;
}
.product-stress__title {
    display: flex;
    align-items: self-end;
    gap: 12px;
}
.product-stress__title h3 {
    margin: 0;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.product-stress__title a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    text-decoration: underline;
    position: relative;
    top: -2px;
}
.product-stress__list {
    margin-top: 27px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.product-stress__item {
    display: flex;
    border: 1px solid #BABABA;
    padding: 13px 14px;
    border-radius: 2px;
}
.product-stress__item img.icon {
    width: 25px;
}
.product-stress__name {
    display: flex;
    align-items: center;
    width: calc(67% - 25px);
    padding-left: 16px;
    color: #000000;
    font-size: 14px;
    gap: 16px;
}
.product-stress-tooltip {
    position: relative;
}
.product-stress-tooltip__desc {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 145px;
    top: 25px;
    left: 0;
    border-radius: 2px;
    background: #D0D4E4;
    color: #000000;
    font-size: 13px;
    padding: 8px;
    box-shadow: 0px 8px 16px 0px #0000000D;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.product-stress-tooltip:hover .product-stress-tooltip__desc{
    opacity: 1;
    visibility: visible;
}
.product-stress__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    width: 33%;
}
.product-stress__price {
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
button.product-stress__btn {
    background: #ECEFF9;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}
.product-stress-tooltip__main {
    background: #00238F0D;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-collection {
    margin: 0 0 50px;
    background: #F1EEEB;
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}
.product-collection:before {
    content: "";
    position: absolute;
    left: 0;
    top: 44%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    background-image: url("/images/collection-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    pointer-events: none;
}
.product-collection:after {
    content: "";
    position: absolute;
    right: 0;
    top: 44%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    background-image: url("/images/collection-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    pointer-events: none;
}
.product-collection__title {
    color: #000;
    font-size: 32px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.6px;
}
.product-collection__tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
    justify-content: center;
    gap: 12px;
}
.product-collection__tag-item {
    background: #FFFFFFE5;
    padding: 4px 8px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: #000000;
}
.product-collection__slider {
    margin-top: 40px;
    position: relative;
    z-index: 2;
}
.product-collection__btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.product-collection__btn button {
    background: #00238F;
    border: 1px solid #00238F;
    padding: 16px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    gap: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.product-collection__btn button span.basePrice {
    color: #ffffff;
    opacity: 0.7;
}
.product-collection__btn button span.price {
    color: #ffffff;
}
.product-body {
    margin: 82px 0;
}
.product-body__content {
    display: flex;
    width: 90%;
    margin: auto;
}
.product-body__left {
    width: 192px;
    border-right: 1px solid #D9D9D9;
}
.product-body-item {
    text-align: right;
    margin-bottom: 6px;
    position: relative;
    color: #000000;
    font-size: 16px;
    padding: 14px 23px 14px 0;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}
.product-body-item.active {
    color: #00238F;
    font-weight: 600;
}
.product-body-item.active:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    background: #00238F;
    width: 4px;
}
.product-body__right {
    width: calc(100% - 192px);
    padding-left: 58px;
    padding-right: 85px;
    margin-top: -40px;
    position: relative;
}
.product-body-content {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.product-body-content.active {
    opacity: 1;
    visibility: visible;
    position: static;
}
.product-body-content h2 {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 28px;
    margin: 54px 0 20px;
    font-weight: 400;
}
.product-body-content h3 {
    color: #000000;
    font-size: 20px;
    line-height: 1.2;
    margin: 18px 0;
}
.product-body-content p {
    line-height: 1.5;
}
.product-body-content a {
    color: #00238F;
    text-decoration: underline;
}
.product-body-content table {
    border-collapse: collapse;
}
.product-body-content table tbody {
    display: flex;
    flex-wrap: wrap;
}
.product-body-content table tbody tr {
    width: 100%;
    margin-bottom: 13px;
}
.product-body-content table td {
    padding: 0;
}
.product-body-content table td:nth-child(1) {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    width: 170px;
}
.product-body-content table td:nth-child(2) {
    color: #000000;
    font-size: 16px;
}
.product-body-content img {
    max-width: 100%;
}
.product-body-content .show-more {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    text-decoration: underline;
}
.product-delivery-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 60px 0 30px;
}
.product-delivery-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    width: 460px;
}
.product-delivery-list__photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow:
            0px 10px 22px 0px #0000000D,
            0px 40px 40px 0px #0000000A,
            0px 89px 54px 0px #00000008,
            0px 159px 63px 0px #00000003,
            0px 248px 69px 0px #00000000;
}
.product-delivery-list__photo img {
    max-width: 60%;
}
.product-delivery-list__middle {
    width: calc(100% - 172px);
    padding-left: 18px;
}
.product-delivery-list__name {
    color: #000000;
    font-size: 14px;
}
.product-delivery-list__desc {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
.product-delivery-list__price {
    width: 100px;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}
.product-shop {
    margin-top: 55px;
}
.product-shop__title {
    font-family: 'Poppins',sans-serif;
    color: #000000;
    font-size: 28px;
}
.product-shop__list {
    margin-top: 20px;
}
.product-shop__city {
    margin-bottom: 40px;
}
.product-shop__th {
    display: flex;
    padding: 0 16px;
    margin-bottom: 22px;
}
.product-shop__th .product-shop__name {
    color: #00000080;
    font-size: 12px;
    width: 67%;
}
.product-shop__th .product-shop__time {
    color: #00000080;
    font-size: 12px;
    width: 23%;
}
.product-shop__th .product-shop__price {
    color: #00000080;
    font-size: 12px;
    width: 10%;
}
.product-shop__item {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px #0000000D;
    padding: 22px 16px;
    margin-bottom: 4px;
    border-radius: 2px;
}
.product-shop__name {
    font-size: 14px;
    color: #000000;
    width: 67%;
}
.product-shop__time {
    font-size: 14px;
    color: #000000;
    width: 23%;
}
.product-shop__time.green {
    color: #007944;
}
.product-shop__price {
    font-size: 14px;
    color: #000000;
    width: 10%;
}
.product-shop__address {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #00000080;
    margin-top: 2px;
}
.product-shop__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #000000;
    margin-left: 8px;
    text-decoration: none;
}
.product-shop__link:hover {
    text-decoration: underline;
}
.product-shop__link svg {
    flex-shrink: 0;
}
.other-product {
    margin: 110px 0 0;
    overflow: hidden;
}
.other-product.other-product-two {
    margin: 20px 0;
}
.other-product__title {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -1px;
}
.other-product__title span {
    opacity: 0.5;
}
.other-product__slider {
    margin-top: 34px;
    padding: 10px 0 135px 0;
    width: 100%;
}
.product-news {
    background: #F1EEEB;
    padding: 75px 0;
}
.product-news__title {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: center;
}
.product-news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    position: relative;
    margin: 48px auto 0;
    width: 87%;
}
.product-news-item {
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px #0000000D;
    border-radius: 2px;
    overflow: hidden;
}
.product-news-item__photo {
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.product-news-item__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.product-news-item__content {
    padding: 36px 30px;
}
.product-news-item__name {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}
.product-news-item__desc {
    color: #000000;
    font-size: 14px;
    margin-top: 14px;
}
.product-news-item__btn {
    margin-top: 16px;
}
.product-news-item__btn button {
    background: unset;
    border: unset;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline;
    font-size: 14px;
    padding: 0;
}
.product-payment-error {
    background: #B90652;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 7px 0;
    min-height: 32px;
    align-items: center;
    border-radius: 8px;
    color: #fff;
    gap: 8px;
    font-size: 12px;
}
.product-payment-error span {
    line-height: 1;
}
.product-payment-error a {
    line-height: 1;
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}
.modal-order-overflow {
    position: fixed;
    inset: 0;
    background: #001A254D;
    z-index: 9999999991;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal-order-overflow.active {
    opacity: 1;
    visibility: visible;
}
.modal-order,
.modal-availability {
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    z-index: 9999999993;
    width: 820px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;

    max-height: calc(100vh - 10%);
    overflow: auto;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal-availability {
    padding: 38px 40px;
}
.modal-order.active {
    opacity: 1;
    visibility: visible;
}
.modal-order .modal-order-scroll {
    padding: 30px 40px 20px;
}
.modal-order__close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
    padding: 16px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}
.modal-order__title {
    color: #000000;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.modal-order__product {
    display: none;
    border: 1px solid #0000001A;
    align-items: center;
    border-radius: 4px;
    margin-top: 30px;
}
.modal-order-product__photo {
    width: 112px;
    height: 112px;
    border-radius: 4px;
    overflow: hidden;
}
.modal-order-product__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.modal-order-product__right {
    width: calc(100% - 112px);
    display: flex;
    align-items: center;
}
.modal-order-product__middle {
    width: calc(100% - 88px);
    padding-left: 22px;
}
.modal-order-product__name {
    color: #000000;
    font-size: 20px;
}
.modal-order-product__bottom {
    margin-top: 10px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 4px 20px;
}
.modal-order-product__bottom a {
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
}
.modal-order-product__bottom span {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.modal-order-product__price {
    width: 88px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 22px;
    gap: 5px;
    position: relative;
    top: -8px;
}
.modal-order-product__price span.price {
    font-size: 20px;
}
.modal-order-product__price span.basePrice {
    font-size: 14px;
}
.modal-order-package {
    margin-top: 32px;
}
.modal-order-package__title {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.modal-order-package__list {
    display: flex;
    margin-top: 20px;
    gap: 8px;
    flex-wrap: wrap;
}
.modal-order-package__item {
    width: calc(25% - 6px);
    cursor: pointer;
}
.modal-order-package__item img {
    max-width: 100%;
    height: 45px;
}
.modal-order-package__item input {
    position: absolute;
    left: -9999px;
}
.modal-order-package__item label {
    position: relative;
    border: 1px solid rgba(186, 186, 186, 0.4);
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: border 0.3s ease-in-out;
}
.modal-order-package__item label span.title {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    display: block;
    margin-top: 15px;
}
.modal-order-package__item label span.price {
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-top: 8px;
}
.modal-order-package__item input:checked ~ label {
    border: 1px solid #00238F;
}
.modal-stress {
    margin-top: 28px;
    display: none;
}
.modal-stress .product-stress__list {
    margin-top: 16px;
    gap: 10px;
}
.modal-slider {
    margin-top: 28px;
}
.modal-slider__title {
    margin: 0;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}
.modal-slider__slider {
    margin-top: 26px;
    position: relative;
    left: -40px;
    width: calc(100% + 80px);
    padding-left: 40px;
    overflow: hidden;
    margin-bottom: 25px;
}
.modal-slider__prev {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 8;
    cursor: pointer;
}
.modal-slider__next {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 8;
    cursor: pointer;
}
.order-product-mini {
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px #0000000D;
}
.order-product-mini__photo {
    width: 138px;
    height: 128px;
    border-radius: 4px;
}
.order-product-mini__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.order-product-mini__content {
    width: calc(100% - 138px);
    padding-left: 16px;
    padding-top: 15px;
}
.order-product-mini__brand {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.order-product-mini__name {
    color: #000000;
    font-size: 14px;
    margin-top: 8px;
    transition: color 0.3s ease-in-out;
}
.order-product-mini__price {
    margin-top: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}
.order-product-mini__btn {
    margin: 0 auto 15px;
    width: 90%;

}
.order-product-mini__btn button {
    width: 100%;
    background: unset;
    border: unset;
    cursor: pointer;
    border: 1px solid #00238F80;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-product-mini__btn svg {
    width: 15px;
    height: 15px;
    stroke: #000;
}
.modal-order-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    gap: 6px;
    padding: 0 40px 38px;
}
.modal-order-btn__one {
    border: 1px solid #00238F80;
    border-radius: 4px;
    padding: 5px 24px;
    background: #ffffff;
    color: #00238F;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.modal-order-btn__two {
    align-items: center;
    gap: 6px;
}
.modal-quick-buy,
.modal-size {
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    z-index: 9999999993;
    width: 820px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    padding: 38px 40px 95px;
    max-height: calc(100vh - 10%);
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal-quick-buy {
    padding: 38px 40px;
}
.modal-quick-buy.active,
.modal-size.active,
.modal-availability.active {
    opacity: 1;
    visibility: visible;
}
.modal-size__close,
.modal-quick-buy__close,
.modal-availability__close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
    padding: 16px;
    cursor: pointer;
    z-index: 8;
    transition: opacity 0.3s ease-in-out;
}
.modal-size__title,
.modal-availability__title {
    color: #000000;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
}
.modal-size__landing .container {
    width: unset;
}
.modal-size__landing img {
    width: 100%;
}
.modal-quick-buy .modal-order-package {
    margin-top: 0;
}
.modal-quick-buy .modal-order-package__title {
    font-size: 32px;
    font-weight: 500;
}
.modal-quick-buy__bottom {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-quick-buy__price {
    color: #000000;
    font-size: 20px;
}
.modal-quick-buy-button {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 14px 56px;
    cursor: pointer;
}
.modal-size__content {
    margin-top: 34px;
}
.modal-size__name {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.modal-size__desc {
    margin-top: 10px;
    color: #000000;
    font-size: 14px;
    text-align: center;
}
.modal-size__image {
    text-align: center;
    margin-top: 30px;
}
.modal-size__image img {
    max-width: 100%;
}
.modal-size-form {
    display: flex;
    margin-top: 34px;
    justify-content: center;
}
.size-form {
    width: 155px;
    position: relative;
}
.size-form-result {
    width: 155px;
}
.size-form-delimiter {
    margin: 0 16px;
}
.size-form label,
.size-form-result label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding-left: 10px;
}
.size-form__main {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #D2D2D2;
    padding: 9px 8px;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
}
.size-form__item {
    padding: 8px;
    cursor: pointer;
}
.size-form__select {
    border-radius: 4px;
    background: #fff;
    top: 64px;
    width: 100%;
    height: 160px;
    position: absolute;
    max-height: 0;
    overflow: auto;
    box-shadow: 0 4px 8px #00000078;
    transition: max-height 0.3s ease-in-out;
}
.modal-size-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.size-form-result__res {
    border-bottom: 1px solid #D2D2D2;
    padding: 9px 8px;
    color: #000000;
    font-size: 16px;
}
.size-form-delimiter {
    margin: 0 16px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 22px;
}
.size-form svg {
    transition: transform 0.3s ease-in-out;
}
.size-form.active svg {
    transform: rotate(180deg);
}
.product-not-availability  {
    margin-top: 30px;
    text-align: center;
}
button.product-not-availability__btn-one {
    border: 1px solid #AAAAAA;
    background: #AAAAAA;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    font-family: 'NotoSans', sans-serif;
}
button.product-not-availability__btn-two {
    background: unset;
    border: unset;
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 10px;
    cursor: pointer;
}
.product-in-slider,
.product-in-gift-xs {
    display: none;
}
.modal-availability__name {
    font-size: 26px;
    text-align: center;
    margin-top: 28px;
}
.modal-availability__desc {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
}
.modal-availability__input {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.modal-availability__input label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
.modal-availability__input input {
    outline: none;
    height: 48px;
    border: unset;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #D2D2D2;
}
.modal-availability__btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.gift-desc {
    font-size: 14px;
    margin-top: 28px;
    margin-bottom: 35px;
    display: none;
}
.gift-desc.active {
    display: block;
}
.gift-content {
    margin-top: 22px;
}
.gift-pay {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    gap: 8px;
}
.gift-pay__title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #00000080;
    font-size: 12px;
}
.gift-pay__title span {
    line-height: 1;
}
.gift-content__item {
    display: none;
}
.gift-content__item.active {
    display: block;
}
.product-collection-new {
    background: rgba(241, 238, 235, 1);
    padding: 50px 0;
    position: relative;
}
.product-collection-new:before {
    content: "";
    position: absolute;
    background-image: url("/images/product-collection-new.png");
    width: 250px;
    height: 330px;
    right: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}
.product-collection-new__content {
    display: flex;
    align-items: center;
    width: 97%;
    margin: auto;
    min-height: 800px;
}
.product-collection-new__left {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.product-collection-new__right {
    width: 40%;
    padding-left: 42px;
}
.product-collection-mini {
    width: 255px;
    transform: scale(1) !important;
}
.product-collection-mini .product-mini__photo {
    height: 300px;
}
.product-collection-mini .product-mini__info {
    padding: 15px 11px 6px 14px;
}
.product-mini__size {
    padding: 0 11px 15px 14px;
    position: relative;
    z-index: 9;
}
.product-mini__size label {
    font-size: 12px;
    display: block;
    margin-bottom: 2px;
}
.product-mini__size .ts-dropdown,
.product-mini__size .ts-control,
.product-mini__size .ts-dropdown-content,
.product-mini__size .ts-control input {
    font-size: 12px;
}
.product-size-coll {
    z-index: 55;
    font-size: 12px;
}
.product-mini__size-error {
    color: #d72a4d;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    display: none;
}
.product-mini__size.error .product-mini__size-error {
    display: block;
}
.product-mini__size.error .ts-control {
    border: 1px solid #d72a4d;
}
.product-collection-mini .product-mini__brand {
    font-size: 10px;
}
.product-collection-mini .product-mini__name {
    font-size: 12px;
}
.product-collection-mini .product-mini__price {
    font-size: 12px;
}
.product-collection-mini__checkbox span {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    width: 16px;
    height: 16px;
}
.product-collection-mini__checkbox input {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 9;
}
.product-collection-mini__checkbox span:before {
    content: "";
    position: absolute;
    border: 1px solid #D9D9D9;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    left: 0;
    top: 1px;
}
.product-collection-mini__checkbox input:checked ~ span:before {
    border: 1px solid #00238F;
}
.product-collection-mini__checkbox input:checked ~ span:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    width: 12px;
    height: 12px;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/images/svg/check.svg');
}
.product-collection-mini.default .product-collection-mini__checkbox span {
    opacity: 0.5;
}
.product-collection-new__title {
    color: rgba(0, 0, 0, 1);
    font-size: 56px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: -3px;
    font-family: 'Poppins', sans-serif;
}
.product-collection-new__desc {
    margin-top: 28px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    width: 325px;
}
.product-collection-new__info {
    display: flex;
    margin-top: 30px;
    gap: 20px;
}
.product-collection-new__info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(0, 0, 0, 1);
    font-size: 13px;
    padding: 0 10px;
}
.product-collection-new__price {
    margin-top: 32px;
    display: flex;
}
.product-collection-new__price-item:nth-child(1) {
    padding-left: 4px;
}
.product-collection-new__price-item {
    display: flex;
    gap: 2px;
    flex-direction: column;
    border-right: 1px solid rgba(204, 204, 204, 1);
    padding: 4px 16px;
}
.product-collection-new__price-item.hidden {
    display: none;
}
.product-collection-new__price-item:last-child {
    border-right: unset;
}
.product-collection-new__price-item span:nth-child(1) {
    font-size: 21px;
    line-height: 1;
}
.product-collection-new__price-item span:nth-child(2) {
    font-size: 13px;
}
span.standard {
    opacity: 0.5;
    text-decoration: line-through;
}
span.standard.active {
    opacity: 1;
    text-decoration: unset;
}
span.complect {
    color: rgba(0, 35, 143, 1);
    font-weight: 600;
}
span.economy {
    font-weight: 600;
}
.product-collection-new__btn {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    gap: 8px;
}
.product-collection-new__btn a.pay {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    padding: 14px 0;
    display: inline-flex;
    justify-content: center;
    gap: 12px;
    background: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    cursor: pointer;
    transition: background-color 0.3s
    ease-in-out, border-color 0.3s
    ease-in-out;
}
.product-collection-new__btn .order {
    color: #00238F;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    padding: 14px 0;
    display: inline-flex;
    justify-content: center;
    gap: 12px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 35, 143, 0.5);
    cursor: pointer;
    transition: background-color 0.3s
    ease-in-out, border-color 0.3s
    ease-in-out;
}
.product-collection-new__btn .order.error {
    border: 1px solid #d72a4d;
    background: rgba(215, 42, 77, 0.05);
    animation: shake 0.4s ease;
}
@keyframes shake {
    0%   { transform: translateX(0); }
    20%  { transform: translateX(-6px); }
    40%  { transform: translateX(6px); }
    60%  { transform: translateX(-4px); }
    80%  { transform: translateX(4px); }
    100% { transform: translateX(0); }
}

.product-xs-btn {
    display: none;
}
@media (min-width: 575px) {
    .product-collection__wrapper {
        display: flex;
        justify-content: center;
        gap: 4px;
    }
}