@import "component.css";
@import "lightbox.min.css";
@import "owl.carousel.css";
@import "base.css";
@import "object.css";
@import "components.css";
@import "utilities.css";
@import "themes.css?t=20260325a";
@import "state.css";
@import "fonts.css";
@import "print.css";
@import "modal_calendar.css"

.diamond-spec-cards {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
    width: 100%;
}

#gemTypeFilter li a {
    align-items: center;
    justify-content: center;
    height: 72px;
}

#gemTypeFilter li a img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 0 10px 22px rgba(39, 56, 77, 0.14);
    object-fit: cover;
}

#gemTypeFilter li.active a img {
    box-shadow: 0 10px 22px rgba(39, 56, 77, 0.14), 0 0 0 3px #d7e6ff;
}

.gem-type-info-desc {
    align-items: start;
    gap: 18px 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 14px;
    max-width: min(820px, calc(100vw - 56px));
    padding: 20px 22px 18px;
}

.holder-info:hover .gem-type-info-desc,
.gem-type-info-desc.show {
    display: grid;
}

.gem-type-info-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    text-align: center;
    width: auto;
}

.gem-type-info-card p {
    color: #2b313d;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    min-height: 40px;
    text-transform: none;
}

.gem-type-info-card img {
    aspect-ratio: 1;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(39, 56, 77, 0.12);
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.gem-type-info-link {
    align-items: center;
    border-top: 1px solid #e7ebf0;
    color: #1747d1;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    grid-column: 1 / -1;
    justify-content: flex-start;
    margin-top: 2px;
    padding-top: 14px;
    text-decoration: none;
}

.gem-type-info-link:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .gem-type-info-desc {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: min(640px, calc(100vw - 36px));
    }
}

@media (max-width: 640px) {
    .gem-type-info-desc {
        gap: 14px 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 16px;
    }

    .gem-type-info-card p {
        font-size: 15px;
        min-height: 36px;
    }

    .gem-type-info-link {
        font-size: 15px;
        padding-top: 12px;
    }
}

#priceBlock,
#caratBlock {
    padding-top: 0;
}

#priceBlock .steps-slider,
#caratBlock #steps-slider-carat {
    margin-bottom: 24px;
}

#priceBlock .steps-slider-input,
#caratBlock .steps-slider-input {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.gemstones-advanced-trigger {
    margin-top: 12px;
}

.gemstones-filter-block {
    padding-bottom: 18px;
}

.gemstone-advanced-search {
    padding-top: 6px;
}

.gemstone-advanced-group {
    margin-bottom: 28px;
}

.gemstone-advanced-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.gemstone-advanced-buttons .c-btn {
    margin: 0;
}

.detail-diamond-info .choose-gemstone-btn {
    align-items: center;
    display: flex;
    height: 46px;
    justify-content: center;
    line-height: 1.15;
    margin-bottom: 20px;
    padding: 0 14px;
    text-align: center;
    width: 100%;
}

#gem-length-block,
#gem-width-block,
#gem-ratio-block {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .gemstone-advanced-group .t-price-block.show {
        width: 85%;
        margin-top: 10px;
    }
}

.diamond-spec-card {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #dadfdf;
    border-radius: 18px;
    color: #27384d;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
    min-height: 85px;
    min-width: 0;
    padding: 12px 14px 14px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.diamond-spec-card:hover {
    border-color: #c9d2d6;
    box-shadow: 0 8px 18px rgba(39, 56, 77, 0.06);
    transform: translateY(-1px);
}

.diamond-spec-card__icon {
    align-items: center;
    color: #24384e;
    display: inline-flex;
    flex: 0 0 auto;
    height: 60px;
    justify-content: center;
    margin: 0 auto;
    width: 84px;
}

.diamond-spec-card__icon img {
    display: block;
    height: auto;
    max-height: 42px;
    max-width: 42px;
    width: auto;
}

    .diamond-spec-card__label {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
    text-align: center;
    text-transform: none;
    width: 100%;
}

@media (max-width: 767px) {
    .diamond-spec-cards {
        gap: 12px;
    }

    .diamond-spec-card {
        border-radius: 16px;
        gap: 8px;
        min-height: 101px;
        padding: 14px 16px 16px;
    }

    .diamond-spec-card__icon {
        height: 51px;
        width: 72px;
    }

    .diamond-spec-card__icon img {
        max-height: 34px;
        max-width: 34px;
    }

    .diamond-spec-card__label {
        font-size: 16px;
        line-height: 1.3;
    }
}

@media (max-width: 479px) {
    .diamond-spec-cards {
        gap: 10px;
    }

    .diamond-spec-card {
        min-height: 90px;
        padding: 11px 12px 13px;
    }

    .diamond-spec-card__icon {
        height: 43px;
        width: 60px;
    }

    .diamond-spec-card__icon img {
        max-height: 28px;
        max-width: 28px;
    }

    .diamond-spec-card__label {
        font-size: 14px;
    }
}

.diamond-item .t-search-result-image-block,
.diamond-item .diamond-list,
.diamond-item .holder-mob-imgs,
.diamond-slider-holder .t-main-image {
    position: relative;
}

.going-fast-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(62, 80, 111, 0.18);
    color: #32486a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(43, 61, 89, 0.12);
    pointer-events: none;
}

.going-fast-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    min-height: 52px;
    padding: 12px 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(62, 80, 111, 0.15);
    color: #2f4566;
    font-size: 24px;
    font-weight: 600;
    box-shadow: 0 16px 40px rgba(42, 58, 81, 0.16);
    opacity: 1;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.going-fast-overlay.is-hidden {
    opacity: 0;
}

.composite-builder-cart-column {
    position: relative;
}

.going-fast-builder-message {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    margin: 0 0 10px;
    color: #6b7f9e;
    font-size: 15px;
    line-height: 1.4;
    pointer-events: none;
}

@media (max-width: 767px) {
    .going-fast-badge {
        top: -6%;
        right: -4%;
        min-height: 28px;
        padding: 5px 10px;
        font-size: 12px;
    }

    .going-fast-overlay {
        min-width: 144px;
        min-height: 46px;
        padding: 10px 18px;
        font-size: 20px;
    }
}

.wishlist-sticky-pill,
.wishlist-login-hint,
.wishlist-pill-toast {
    position: fixed;
    left: 16px;
    z-index: 120;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0 14px 32px rgba(34, 35, 40, 0.18);
}

.wishlist-sticky-pill {
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    gap: 6px;
    padding: 12px 16px;
    background: #c62828;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.wishlist-sticky-pill:hover {
    color: #fff;
    text-decoration: none;
}

.wishlist-sticky-pill::before {
    content: "❤";
    font-size: 15px;
}

.wishlist-login-hint {
    bottom: 86px;
    max-width: 240px;
    padding: 9px 14px;
    border: 1px solid #d7dde4;
    background: #eef2f5;
    color: #4d6276;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.35;
    text-align: left;
    white-space: normal;
}

.wishlist-login-hint::after,
.wishlist-pill-toast::after {
    content: "";
    position: absolute;
    left: 24px;
    bottom: -12px;
    width: 24px;
    height: 14px;
}

.wishlist-login-hint::after {
    background: #eef2f5;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.wishlist-pill-toast {
    bottom: 66px;
    max-width: 300px;
    padding: 12px 16px 12px 30px;
    background: #de4b74;
    color: #fff;
    line-height: 1.4;
    text-decoration: none;
}

.wishlist-pill-toast:hover {
    color: #fff;
    text-decoration: none;
}

.wishlist-pill-toast strong {
    display: block;
    margin-bottom: 2px;
}

.wishlist-pill-toast::after {
    background: #de4b74;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    left: 34px;
}

.wishlist-login-hint--anchored {
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    bottom: auto;
    transform: translateX(-50%);
    z-index: 5;
}

.wishlist-login-hint--anchored-mobile {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    left: auto;
    bottom: auto;
    transform: none;
    z-index: 5;
}

.compare-discovery-tooltip {
    position: absolute;
    z-index: 130;
    min-width: 210px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(15, 76, 129, 0.12);
    color: #29486b;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 18px 36px rgba(35, 53, 84, 0.14);
    transform: translateX(-50%);
}

.compare-discovery-tooltip::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #fff;
    border-top: 1px solid rgba(15, 76, 129, 0.12);
    border-left: 1px solid rgba(15, 76, 129, 0.12);
    transform: translateX(-50%) rotate(45deg);
}

.t-mobile-top-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.t-detail-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.t-mobile-top-action {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #647ead;
    border-radius: 50%;
    background-color: #fff;
}

.t-mobile-top-action-wishlist {
    background-image: url(../images/product_action.png);
    background-repeat: no-repeat;
    background-size: 52px auto;
    background-position: 5px 6px;
}

.t-mobile-top-action-wishlist.active {
    background-position: -23px 6px;
}

.t-product-action-compare {
    background-image: url(../images/search_tabel_btn.png);
    background-repeat: no-repeat;
    background-size: 170px auto;
    background-position: 2px 7px !important;
}

.t-product-action-compare.active {
    background-size: 170px auto;
    background-position: 2px -18px !important;
}

.t-product-action-item.is-compare-active .t-product-action-text {
    color: #355c9a;
    font-weight: 700;
}

.t-product-action-compare-links {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    line-height: 1.1;
}

.t-product-action-compare-label,
.t-product-action-compare-link {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-transform: none;
}

.t-product-action-compare-link {
    cursor: pointer;
}

.wishlist-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 20px 0;
}

.wishlist-toolbar__label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    height: 32px;
    position: relative;
    top: -10px;
    color: #52657f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.wishlist-toolbar__select {
    min-width: 260px;
    max-width: 340px;
    width: auto;
    height: 32px;
    padding: 0 32px 1px 14px;
    border: 1px solid #d2dae4;
    border-radius: 999px;
    background: #fff;
    color: #24384e;
    font-size: 15px;
    line-height: normal;
    box-sizing: border-box;
    appearance: auto;
}

.wishlist-section {
    margin-bottom: 32px;
}

.wishlist-folders {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 24px 0 32px;
}

.wishlist-folder {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(25% - 15px);
    min-width: 220px;
    padding: 16px;
    border: 1px solid #dde3ea;
    border-radius: 18px;
    background: linear-gradient(180deg, #fbfcfe 0%, #f2f5f8 100%);
    color: #24384e;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(28, 43, 64, 0.06);
}

.wishlist-folder:hover {
    color: #24384e;
    text-decoration: none;
}

.wishlist-folder__preview {
    display: block;
    width: 100%;
    aspect-ratio: 1.2 / 1;
    border-radius: 14px;
    background: #fff;
    object-fit: contain;
}

.wishlist-folder__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.wishlist-folder__title {
    font-family: 'futura_btbook';
    font-size: 21px;
    line-height: 1.1;
    text-transform: uppercase;
}

.wishlist-folder__count {
    font-size: 14px;
    font-weight: 700;
    color: #6d7f94;
}

.wishlist-section__title {
    margin: 0 0 24px;
    color: #333333;
    font-family: 'futura_btbook';
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .t-detail-topbar {
        width: 100%;
        margin-bottom: 8px;
        text-align: left;
    }

    .t-detail-topbar .t-return-to-search {
        flex: 1 1 auto;
        min-width: 0;
        margin-right: 12px;
        font-size: 18px;
        line-height: 1.3;
        height: auto;
        text-align: left;
        white-space: nowrap;
    }

    .t-mobile-top-actions {
        flex: 0 0 auto;
        gap: 10px;
        margin-right: 0;
    }

    .t-mobile-top-actions .t-iphoneshare-img {
        width: 34px;
        height: 34px;
        display: block;
        margin-right: 0;
        object-fit: contain;
    }

    .t-mobile-top-action {
        flex: 0 0 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(14px);
        border: 0;
        background-color: transparent;
    }

    .wishlist-sticky-pill {
        left: 12px;
        right: auto;
        bottom: 12px;
        min-width: 70px;
        padding: 11px 14px;
        font-size: 13px;
    }

    .wishlist-login-hint {
        left: 12px;
        right: 12px;
        bottom: 72px;
        max-width: 250px;
        transform: none;
        text-align: left;
    }

    .wishlist-pill-toast {
        left: 12px;
        right: 12px;
        bottom: 58px;
        max-width: 280px;
        font-size: 13px;
    }

    .wishlist-toolbar {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 12px;
    }

    .wishlist-toolbar__label {
        top: -5px;
    }

    .wishlist-toolbar__select {
        min-width: 0;
        max-width: calc(100% - 90px);
        width: 100%;
    }

    .wishlist-section__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .wishlist-folders {
        gap: 12px;
        margin-bottom: 24px;
    }

    .wishlist-folder {
        width: calc(50% - 6px);
        min-width: 0;
        padding: 12px;
        gap: 10px;
    }

    .wishlist-folder__title {
        font-size: 18px;
    }

    .wishlist-folder__count {
        font-size: 13px;
    }
}
