/* ========== Product detail page (Figma 1273:1063) ========== */
.sz-pdp {
    align-items: flex-start;
    margin-bottom: 48px;
}

.sz-pdp__gallery {
    padding-left: 0;
    padding-right: 24px;
}

.sz-pdp__media {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}

.sz-pdp__thumbs {
    flex: 0 0 113px;
    width: 113px;
    max-height: 600px;
}

.sz-pdp__thumbs .productSingleSliderThumbs {
    height: 600px;
    max-height: 600px;
    padding: 0;
    box-sizing: border-box;
}

.sz-pdp__thumbs .swiper-slide {
    width: 113px !important;
    height: 112px !important;
    opacity: 1;
    border: 1px solid transparent;
    overflow: hidden;
    cursor: pointer;
}

.sz-pdp__thumbs .swiper-slide-thumb-active {
    border-color: #243F69;
}

.sz-pdp__thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    border: 1px solid #DEDEDE;
}

.sz-pdp__main {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 700px;
}

.sz-pdp__main .productSingleSlider {
    width: 100%;
    height: 600px;
    max-height: 600px;
    border: 0;
}

.sz-pdp__main .productSingleSlider .swiper-slide img {
    width: 100%;
    height: 600px;
    object-fit: contain;
    border-radius: 0;
    border: 1px solid #E8E8E8;
}

.sz-pdp__sale {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 3;
    min-width: 70px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    background: #ED3237 !important;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
}

.sz-pdp__info {
    padding-top: 0;
}

.sz-pdp__info-top {
    margin-bottom: 20px;
}

.sz-pdp__category {
    display: block;
    margin-bottom: 15px;
    font-family: 'Montserrat', 'Montserrat Arm', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
    color: #969696;
}

.sz-pdp__title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.sz-pdp__title {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #243F69;
}

.sz-pdp__meta {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: #323232;
}

.sz-pdp__wish {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    background: #F4F4F4;
    cursor: pointer;
    box-shadow: none;
}

.sz-pdp__wish:hover,
.sz-pdp__wish:focus,
.sz-pdp__wish:active {
    border: none;
    background: #F4F4F4;
    box-shadow: none;
    outline: none;
}

.sz-pdp__wish img {
    display: block;
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.sz-pdp__brand {
    display: inline-block;
    margin-top: 16px;
    text-decoration: none;
    color: #000;
    text-align: center;
}

.sz-pdp__brand img {
    max-width: 75px;
}

.sz-pdp__price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin: 0 0 23px;
    padding: 0;
}

.sz-pdp__price-old {
    display: block;
    margin: 0 !important;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px !important;
    line-height: 100%;
    letter-spacing: 0;
    color: #565151 !important;
    text-decoration: line-through;
}

.sz-pdp__price-current {
    display: block;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 600;
    font-size: 40px !important;
    line-height: 1;
    color: #080809;
}

.sz-pdp__label {
    display: block;
    margin: 0 0 12px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #080809;
}

.product-ratio--pdp-colors {
    gap: 6px;
    margin-bottom: 28px;
}

.sz-pdp__color {
    display: inline-block;
    width: 74px;
    height: 74px;
    margin: 0;
    padding: 0;
    border: 1px solid #E1DDDD;
    overflow: hidden;
    cursor: pointer;
}

.sz-pdp__color img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-ratio--pdp-sizes {
    margin-bottom: 24px;
}

.product-ratio--pdp-sizes .input-container {
    width: 61px;
    height: 52px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.product-ratio--pdp-sizes .sz-pdp__size-unavailable {
    cursor: pointer;
}

.product-ratio--pdp-sizes .sz-pdp__size-unavailable label {
    pointer-events: none;
}

.product-ratio--pdp-sizes .input-container label {
    width: 61px;
    height: 52px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
}

.product-ratio--pdp-sizes .radio-btn-outline {
    width: 61px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #EBEBEB;
    border-radius: 5px !important;
    color: #000;
}

.product-ratio--pdp-sizes .radio-btn-outline.hide,
.product-ratio--pdp-sizes .radio-btn-outline.hide:hover,
.product-ratio--pdp-sizes .btn-check:checked + .radio-btn-outline.hide,
.product-ratio--pdp-sizes .btn-check:focus + .radio-btn-outline.hide {
    background: #F4F4F4 !important;
    border: 1px solid #B5B5B5 !important;
    color: #212121 !important;
    box-shadow: none !important;
}

.product-ratio--pdp-sizes .line-div {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 61px;
    height: 52px;
}

.product-ratio--pdp-sizes .angled-line {
    left: 50%;
    top: 50%;
    width: 1px;
    height: 85px;
    background-color: #B5B5B5;
    transform: translate(-50%, -50%) rotate(45deg);
}

.sz-pdp__buy {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
}

.sz-pdp__qty {
    display: flex;
    align-items: center;
}

.sz-pdp__qty-control.input-group {
    width: 74px;
    height: 52px;
    flex-wrap: nowrap;
    flex: 0 0 74px;
    background: transparent;
    overflow: visible;
    position: relative;
}

.sz-pdp__qty-dropdown {
    position: relative;
    width: 100%;
    height: 100%;
}

.sz-pdp__qty-trigger {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 28px 0 18px;
    border: 0;
    border-radius: 100px;
    background: #F4F4F4;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #080809;
    cursor: pointer;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.sz-pdp__qty-trigger:hover {
    background: #ececec;
}

.sz-pdp__qty-dropdown.is-open .sz-pdp__qty-trigger {
    background: #ececec;
    box-shadow: 0 0 0 2px rgba(36, 63, 105, 0.18);
}

.sz-pdp__qty-control::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #474747;
    transform: translateY(-35%);
    pointer-events: none;
    transition: transform 0.25s ease;
    z-index: 2;
}

.sz-pdp__qty-dropdown.is-open ~ .sz-pdp__qty-control::after,
.sz-pdp__qty-control:has(.sz-pdp__qty-dropdown.is-open)::after {
    transform: translateY(-35%) rotate(180deg);
}

.sz-pdp__qty-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 30;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(36, 63, 105, 0.16);
    max-height: 220px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scale(0.96);
    transform-origin: top center;
    transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.22s;
    pointer-events: none;
}

.sz-pdp__qty-dropdown.is-open .sz-pdp__qty-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.sz-pdp__qty-option {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin: 0;
    padding: 0 8px;
    border-radius: 10px;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #080809;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.sz-pdp__qty-option:hover {
    background: #F4F4F4;
}

.sz-pdp__qty-option.is-selected {
    background: #243F69;
    color: #fff;
}

.sz-pdp__qty-option:active {
    transform: scale(0.96);
}

.sz-pdp__qty-select.form-select {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    appearance: none;
    pointer-events: none;
}

.sz-pdp__qty-select.form-select:focus {
    border: none;
    box-shadow: none !important;
    outline: none;
}

.sz-pdp__cart {
    min-width: 202px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 0;
    border-radius: 999px !important;
    background: #243F69 !important;
    color: #fff !important;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
}

.sz-pdp__cart:hover {
    background: #1a2f4f !important;
    color: #fff !important;
}

.sz-pdp__section-title {
    margin: 0;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    color: #243F69;
}

.main-title.justify-content-start.my-3 .sz-pdp__section-title {
    padding: 0;
    background: transparent;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    color: #243F69;
}

.sz-pdp__recent-title {
    margin: 55px 0;
}

.sz-pdp__recent-title .sz-pdp__section-title {
    padding: 0;
    background: transparent;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    color: #243F69;
}

.sz-pdp__rating {
    margin: 0 0 19px;
}

.sz-pdp__share {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 256px;
    height: 36px;
    margin: 0 0 40px;
}

.sz-pdp__share-link {
    display: inline-flex;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none;
    line-height: 0;
}

.sz-pdp__share-link img {
    display: block;
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.sz-notify-modal .modal-dialog {
    max-width: 487px;
}

.sz-notify-modal__content {
    position: relative;
    border: 0;
    border-radius: 5px;
    padding: 36px 26px 28px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.sz-notify-modal__close {
    position: absolute;
    top: 40px;
    right: 18px;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #080809;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.sz-notify-modal__title {
    margin: 0 36px 28px 0;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0;
    color: #000000;
}

.sz-notify-modal__fields {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 53px;
}

.sz-notify-modal__field {
    position: relative;
}

.sz-notify-modal__input {
    width: 100%;
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid #C9C9C9;
    border-radius: 0;
    background: transparent;
    font-family: 'Noto Sans Armenian', Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.3;
    color: #080809;
    outline: none;
    box-shadow: none !important;
}

.sz-notify-modal__input::placeholder {
    color: #969696;
}

.sz-notify-modal__error {
    display: block;
    margin-top: 6px;
    font-size: 12px;
}

.sz-notify-modal__submit {
    width: 100%;
    height: 58px;
    border: 0;
    border-radius: 100px;
    background: #243F69;
    color: #fff;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.sz-notify-modal__submit:hover {
    background: #1a2f4f;
}

@media (max-width: 991.98px) {
    .sz-pdp__info-top {
        margin-bottom: 0;
    }

    .sz-pdp__description.my-5 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .sz-pdp__gallery {
        padding-right: 0;
        margin-bottom: 24px;
    }

    .sz-pdp__media {
        flex-direction: column-reverse;
        gap: 12px;
    }

    .sz-pdp__thumbs {
        flex: none;
        width: 100%;
        max-height: none;
    }

    .sz-pdp__thumbs .productSingleSliderThumbs {
        height: auto;
        max-height: none;
        padding: 0 !important;
    }

    .sz-pdp__thumbs .swiper-slide {
        width: 80px !important;
        height: 80px !important;
    }

    .sz-pdp__main {
        max-width: none;
    }

    .sz-pdp__main .productSingleSlider,
    .sz-pdp__main .productSingleSlider .swiper-slide img {
        height: auto;
        max-height: 420px;
    }

    .sz-pdp__title {
        font-size: 28px;
    }

    .sz-pdp__section-title,
    .main-title.justify-content-start.my-3 .sz-pdp__section-title,
    .sz-pdp__recent-title .sz-pdp__section-title {
        font-size: 25px;
    }

    .sz-pdp__recent-title {
        margin: 42px 0;
    }

    .sz-pdp__price-current {
        font-size: 28px !important;
    }
}
/* ========== End product detail page ========== */
