.azz-cyr {
    --azz-cyr-ink: #171717;
    --azz-cyr-muted: #6f6a63;
    --azz-cyr-line: #e7e0d8;
    --azz-cyr-soft: #fbf8f4;
    --azz-cyr-gold: #b88a3a;
    --azz-cyr-gold-dark: #8f6728;
    color: var(--azz-cyr-ink);
    font-family: inherit;
}

.azz-cyr *,
.azz-cyr *::before,
.azz-cyr *::after {
    box-sizing: border-box;
}

.azz-cyr__header {
    margin-bottom: 22px;
}

.azz-cyr__eyebrow {
    color: var(--azz-cyr-gold-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.azz-cyr__header h2,
.azz-cyr__main h3,
.azz-cyr__summary h3 {
    margin: 0;
}

.azz-cyr__chooser {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.azz-cyr__path,
.azz-cyr__product,
.azz-cyr__shape {
    appearance: none;
    background: #fff;
    border: 1px solid var(--azz-cyr-line);
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.azz-cyr__path {
    border-radius: 8px;
    display: grid;
    gap: 8px;
    min-height: 132px;
    padding: 22px;
}

.azz-cyr__path:hover,
.azz-cyr__path.is-active,
.azz-cyr__product:hover,
.azz-cyr__product.is-selected,
.azz-cyr__shape:hover,
.azz-cyr__shape.is-active {
    border-color: var(--azz-cyr-gold);
    box-shadow: 0 12px 32px rgba(83, 61, 31, 0.11);
    transform: translateY(-1px);
}

.azz-cyr__path span {
    font-size: 21px;
    font-weight: 700;
}

.azz-cyr__path small {
    color: var(--azz-cyr-muted);
    font-size: 14px;
    line-height: 1.45;
}

.azz-cyr__progress {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
}

.azz-cyr__progress span {
    border: 1px solid var(--azz-cyr-line);
    border-radius: 999px;
    color: var(--azz-cyr-muted);
    font-size: 13px;
    padding: 8px 12px;
}

.azz-cyr__progress span.is-active {
    background: var(--azz-cyr-ink);
    border-color: var(--azz-cyr-ink);
    color: #fff;
}

.azz-cyr__workspace {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.azz-cyr__summary {
    background: var(--azz-cyr-soft);
    border: 1px solid var(--azz-cyr-line);
    border-radius: 8px;
    padding: 18px;
    position: sticky;
    top: 24px;
}

.azz-cyr__summary h3 {
    font-size: 19px;
    margin-bottom: 14px;
}

.azz-cyr__summary-item {
    border-top: 1px solid var(--azz-cyr-line);
    display: grid;
    gap: 3px;
    padding: 12px 0;
}

.azz-cyr__summary-item strong {
    font-size: 13px;
    text-transform: uppercase;
}

.azz-cyr__summary-item span {
    color: var(--azz-cyr-muted);
    font-size: 14px;
    line-height: 1.35;
}

.azz-cyr__cart,
.azz-cyr__load-more {
    background: var(--azz-cyr-ink);
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    min-height: 44px;
    padding: 11px 18px;
    width: 100%;
}

.azz-cyr__cart:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.azz-cyr__toolbar {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.azz-cyr__step-label {
    color: var(--azz-cyr-gold-dark);
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.azz-cyr__link {
    background: transparent;
    border: 0;
    color: var(--azz-cyr-gold-dark);
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 8px;
}

.azz-cyr__shapes {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
    margin: 0 0 18px;
}

.azz-cyr__shape {
    align-items: center;
    border-radius: 8px;
    display: grid;
    gap: 7px;
    justify-items: center;
    min-height: 92px;
    padding: 10px 8px;
    text-decoration: none;
    text-align: center;
}

.azz-cyr__shape svg {
    fill: none;
    height: 38px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 38px;
}

.azz-cyr__shape span {
    font-size: 12px;
    font-weight: 700;
}

.azz-cyr__status {
    color: var(--azz-cyr-muted);
    margin: 12px 0;
    min-height: 22px;
}

.azz-cyr__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.azz-cyr__product {
    border-radius: 8px;
    display: grid;
    gap: 10px;
    overflow: hidden;
    padding: 0 0 14px;
}

.azz-cyr__product img {
    aspect-ratio: 1;
    background: var(--azz-cyr-soft);
    display: block;
    object-fit: cover;
    width: 100%;
}

.azz-cyr__product-body {
    display: grid;
    gap: 7px;
    padding: 0 13px;
}

.azz-cyr__product-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.azz-cyr__product-meta,
.azz-cyr__product-price {
    color: var(--azz-cyr-muted);
    font-size: 13px;
}

.azz-cyr__product-price {
    color: var(--azz-cyr-ink);
    font-weight: 700;
}

.azz-cyr__product-action {
    color: var(--azz-cyr-gold-dark);
    font-size: 13px;
    font-weight: 700;
}

.azz-cyr__load-more {
    display: block;
    margin: 20px auto 0;
    max-width: 220px;
}

.azz-cyr-notice {
    border: 1px solid #d63638;
    padding: 12px 14px;
}

@media (max-width: 780px) {
    .azz-cyr__chooser,
    .azz-cyr__workspace {
        grid-template-columns: 1fr;
    }

    .azz-cyr__summary {
        position: static;
    }

    .azz-cyr__toolbar {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Ring-builder layout inspired by Woo Bundle Choice's classic builder. */
.azz-cyr {
    --azz-cyr-navy: #123d7b;
    --azz-cyr-cream: #fbf1e2;
    --azz-cyr-panel: #fff;
    --azz-cyr-hairline: #d8cbb9;
    background: var(--azz-cyr-cream);
    padding: 24px 34px 34px;
}

.azz-cyr__steps {
    border: 1px solid var(--azz-cyr-hairline);
    border-radius: 999px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 38px;
    overflow: hidden;
}

.azz-cyr__step {
    align-items: center;
    background: #fff;
    color: #030303;
    display: grid;
    gap: 18px;
    grid-template-columns: auto 1fr auto;
    min-height: 84px;
    padding: 10px 34px;
    position: relative;
    text-transform: uppercase;
}

.azz-cyr__step + .azz-cyr__step {
    border-left: 1px solid #efe4d6;
}

.azz-cyr__step strong {
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
}

.azz-cyr__step span {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
}

.azz-cyr__step img {
    height: 32px;
    object-fit: contain;
    width: 42px;
}

.azz-cyr__step.is-active {
    background: var(--azz-cyr-navy);
    border-radius: 999px;
    box-shadow: inset 0 0 0 4px #0b1a2e, inset 0 0 0 6px rgba(255, 255, 255, 0.35);
    color: #fff;
    margin: 4px;
}

.azz-cyr__step.is-active img {
    filter: brightness(0) invert(1);
}

.azz-cyr__ring-icon {
    border: 2px solid currentColor;
    border-radius: 50%;
    display: inline-grid;
    font-size: 0;
    height: 28px;
    place-items: center;
    position: relative;
    width: 28px;
}

.azz-cyr__ring-icon::before {
    border: 2px solid currentColor;
    border-bottom: 0;
    border-left-color: transparent;
    border-radius: 2px 2px 0 0;
    content: "";
    height: 10px;
    position: absolute;
    top: -11px;
    transform: rotate(45deg);
    width: 10px;
}

.azz-cyr__workspace {
    display: block;
}

.azz-cyr__main {
    width: 100%;
}

.azz-cyr__toolbar {
    display: none;
}

.azz-cyr__filters {
    background: var(--azz-cyr-panel);
    border-radius: 4px;
    margin: 0 auto 22px;
    max-width: 1200px;
    padding: 6px 34px 30px;
}

.azz-cyr__collection {
    background: var(--azz-cyr-navy);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px #0b1a2e;
    color: #fff;
    display: block;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto 26px;
    min-height: 38px;
    min-width: 116px;
    padding: 8px 18px;
}

.azz-cyr__filter-group {
    margin-bottom: 32px;
}

.azz-cyr__filter-group h4,
.azz-cyr__price-filter h4,
.azz-cyr__metal-filter h4 {
    color: #030303;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.azz-cyr__icon-row {
    align-items: end;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
}

.azz-cyr__filter-icon {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: #030303;
    cursor: pointer;
    display: grid;
    font: inherit;
    gap: 7px;
    justify-items: center;
    min-height: 68px;
    padding: 4px 6px 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.azz-cyr__filter-icon img {
    height: 34px;
    object-fit: contain;
    width: 44px;
}

.azz-cyr__icon-row--styles .azz-cyr__filter-icon img {
    height: 26px;
}

.azz-cyr__filter-icon span {
    font-size: 11px;
    line-height: 1.2;
}

.azz-cyr__filter-icon.is-active::after {
    background: var(--azz-cyr-navy);
    bottom: 0;
    content: "";
    height: 1px;
    left: 20%;
    position: absolute;
    width: 60%;
}

.azz-cyr__filter-bottom {
    align-items: start;
    display: grid;
    gap: 38px;
    grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr);
}

.azz-cyr__price-filter h4 button {
    background: transparent;
    border: 0;
    color: #767676;
    cursor: pointer;
    font: inherit;
    margin-left: 10px;
    padding: 0;
    text-decoration: underline;
    text-transform: lowercase;
}

.azz-cyr__price-inputs {
    display: flex;
    gap: 34%;
    margin-bottom: 12px;
}

.azz-cyr__price-inputs label {
    align-items: center;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: flex;
    max-width: 150px;
    padding: 0 10px;
}

.azz-cyr__price-inputs span {
    font-size: 13px;
}

.azz-cyr__price-inputs input {
    border: 0;
    box-shadow: none;
    font: inherit;
    min-height: 34px;
    width: 100%;
}

.azz-cyr__price-track {
    background: var(--azz-cyr-navy);
    border-radius: 999px;
    height: 5px;
    margin: 14px 10px 0;
    position: relative;
}

.azz-cyr__price-track::before,
.azz-cyr__price-track::after {
    background: var(--azz-cyr-navy);
    border-radius: 50%;
    content: "";
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

.azz-cyr__price-track::before {
    left: -2px;
}

.azz-cyr__price-track::after {
    right: -2px;
}

.azz-cyr__metal-row {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.azz-cyr__metal {
    background: #fff;
    border: 3px solid #d5d5d5;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    height: 34px;
    width: 34px;
}

.azz-cyr__metal--rose {
    border-color: #bd7481;
}

.azz-cyr__metal--yellow {
    border-color: #f2cf00;
}

.azz-cyr__metal--platinum {
    border-color: #e7e7e7;
}

.azz-cyr__metal.is-active {
    box-shadow: 0 10px 0 -8px var(--azz-cyr-navy);
}

.azz-cyr__summary {
    align-items: center;
    background: #fff;
    border: 1px solid #efe4d6;
    border-radius: 4px;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr auto;
    margin: 0 auto 20px;
    max-width: 1200px;
    padding: 14px 18px;
    position: static;
}

.azz-cyr__summary-item {
    border: 0;
    padding: 0;
}

.azz-cyr__cart {
    min-width: 190px;
}

.azz-cyr__grid {
    margin: 0 auto;
    max-width: 1200px;
}

@media (max-width: 860px) {
    .azz-cyr {
        padding: 18px 14px 28px;
    }

    .azz-cyr__steps {
        border-radius: 18px;
        grid-template-columns: 1fr;
    }

    .azz-cyr__step,
    .azz-cyr__step.is-active {
        border-radius: 16px;
    }

    .azz-cyr__filter-bottom,
    .azz-cyr__summary {
        grid-template-columns: 1fr;
    }

    .azz-cyr__price-inputs {
        gap: 16px;
    }
}


/* Custom Ring Preview Step Styling */
.azz-cyr__preview-step {
    background: #ffffff;
    border: 1px solid #efe4d6;
    border-radius: 8px;
    padding: 34px;
    margin: 0 auto;
    max-width: 1200px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.azz-cyr__preview-title {
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: #123d7b;
    margin-bottom: 8px;
}

.azz-cyr__preview-desc {
    color: #6f6a63;
    font-size: 15px;
    text-align: center;
    margin-bottom: 40px;
}

.azz-cyr__preview-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.azz-cyr__preview-card {
    background: #fbf8f4;
    border: 1px solid #efe4d6;
    border-radius: 8px;
    width: 320px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.01);
    transition: transform 0.2s ease;
}

.azz-cyr__preview-card:hover {
    transform: translateY(-2px);
}

.azz-cyr__preview-card-type {
    background: #123d7b;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 0 0 8px 8px;
}

.azz-cyr__preview-card-img {
    width: 240px;
    height: 240px;
    object-fit: contain;
    margin: 20px;
    mix-blend-mode: multiply;
}

.azz-cyr__preview-card-body {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #efe4d6;
    background: #ffffff;
    text-align: center;
}

.azz-cyr__preview-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #171717;
    margin: 0 0 6px 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.azz-cyr__preview-card-price {
    font-size: 15px;
    font-weight: 700;
    color: #b88a3a;
}

.azz-cyr__preview-plus {
    font-size: 48px;
    font-weight: 300;
    color: #d8cbb9;
    user-select: none;
}

.azz-cyr__preview-total-box {
    background: #fbf8f4;
    border: 1px solid #efe4d6;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
}

.azz-cyr__preview-total-row {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #6f6a63;
    margin-bottom: 12px;
}

.azz-cyr__preview-total-row strong {
    color: #171717;
}

.azz-cyr__preview-total-row.dazzolite-total {
    border-top: 2px double #d8cbb9;
    padding-top: 16px;
    margin-top: 16px;
    font-size: 19px;
    color: #171717;
    font-weight: 700;
}

.azz-cyr__preview-total-row.dazzolite-total strong {
    color: #123d7b;
    font-size: 24px;
}

.azz-cyr__preview-actions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.azz-cyr__preview-btn-edit {
    flex: 1;
    background: #ffffff;
    border: 1px solid #123d7b;
    color: #123d7b;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.azz-cyr__preview-btn-edit:hover {
    background: #123d7b;
    color: #ffffff;
}

@media (max-width: 780px) {
    .azz-cyr__preview-grid {
        flex-direction: column;
    }
    .azz-cyr__preview-plus {
        transform: rotate(90deg);
        margin: -10px 0;
    }
    .azz-cyr__preview-card {
        width: 100%;
    }
    .azz-cyr__preview-actions {
        flex-direction: column;
    }
}


/* ==========================================
   Details Modal Builder Styles
   ========================================== */

/* View Details Link on Card */
.dazzolite-builder-details-link {
    display: inline-block;
    color: var(--azz-cyr-gold-dark);
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
    text-decoration: underline;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    transition: color 0.16s ease;
}

.dazzolite-builder-details-link:hover {
    color: var(--azz-cyr-navy);
}

/* Ring Size Selector Box */
.dazzolite-ring-size-box {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid var(--azz-cyr-hairline);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.dazzolite-ring-size-box label {
    font-size: 15px;
    font-weight: 600;
    color: var(--azz-cyr-muted);
}

.dazzolite-ring-size-select {
    background: #ffffff;
    border: 1px solid var(--azz-cyr-hairline);
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 15px;
    font-weight: 600;
    color: var(--azz-cyr-ink);
    outline: none;
    cursor: pointer;
    min-width: 150px;
    transition: border-color 0.2s ease;
}

.dazzolite-ring-size-select:focus,
.dazzolite-ring-size-select.is-invalid {
    border-color: var(--azz-cyr-navy);
}

.dazzolite-ring-size-select.is-invalid {
    border-color: #d63638;
    box-shadow: 0 0 0 2px rgba(214, 54, 56, 0.1);
}

/* Modal Layout */
.dazzolite-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.dazzolite-modal.is-open {
    display: flex;
}

.dazzolite-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 20, 24, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.dazzolite-modal-container {
    position: relative;
    background: #ffffff;
    width: 100%;
    max-width: 960px;
    max-height: 90vh;
    border-radius: 12px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.15);
    z-index: 10;
    overflow-y: auto;
    animation: dazzolite-modal-scale 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dazzolite-modal-close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: transparent;
    border: none;
    font-size: 36px;
    line-height: 1;
    color: #77727f;
    cursor: pointer;
    z-index: 12;
    transition: color 0.2s ease;
}

.dazzolite-modal-close:hover {
    color: var(--azz-cyr-navy);
}

.dazzolite-modal-body {
    padding: 48px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
}

@media (max-width: 768px) {
    .dazzolite-modal-body {
        grid-template-columns: 1fr;
        padding: 36px 24px;
        gap: 24px;
    }
}

.dazzolite-modal-media-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dazzolite-modal-media-wrapper {
    background: #fdf8f4;
    border: 1px solid var(--azz-cyr-hairline);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1.25;
    display: flex;
    flex-direction: column;
}

.dazzolite-modal-media-view {
    display: none;
    width: 100%;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.dazzolite-modal-media-view.is-active {
    display: flex;
}

.dazzolite-modal-media-view iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.25;
    border: none;
}

.dazzolite-modal-media-view img {
    max-width: 90%;
    max-height: 80%;
    object-fit: contain;
}

.dazzolite-modal-media-tabs {
    display: flex;
    background: #fbf8f4;
    border-top: 1px solid var(--azz-cyr-hairline);
    padding: 6px;
}

.dazzolite-media-tab {
    flex: 1;
    background: transparent;
    border: none;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--azz-cyr-muted);
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.dazzolite-media-tab.is-active {
    background: #ffffff;
    color: var(--azz-cyr-navy);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

/* Gallery Slider */
.dazzolite-modal-gallery {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dazzolite-modal-main-img-wrapper {
    border: 1px solid var(--azz-cyr-hairline);
    border-radius: 8px;
    background: #ffffff;
    aspect-ratio: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dazzolite-modal-main-img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.dazzolite-modal-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dazzolite-modal-thumb {
    width: 60px;
    height: 60px;
    border: 1px solid var(--azz-cyr-hairline);
    border-radius: 6px;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: border-color 0.16s ease;
}

.dazzolite-modal-thumb img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.dazzolite-modal-thumb:hover,
.dazzolite-modal-thumb.is-active {
    border-color: var(--azz-cyr-navy);
}

/* Info Column */
.dazzolite-modal-info-col {
    display: flex;
    flex-direction: column;
}

.dazzolite-modal-header-tag {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.dazzolite-tag-shape {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--azz-cyr-gold-dark);
    background: #fdf8f4;
    padding: 4px 10px;
    border-radius: 4px;
}

.dazzolite-tag-lab {
    font-size: 12px;
    font-weight: 700;
    color: var(--azz-cyr-muted);
    border: 1px solid var(--azz-cyr-hairline);
    padding: 3px 8px;
    border-radius: 4px;
}

.dazzolite-modal-title {
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 500;
    color: var(--azz-cyr-navy);
    margin: 0 0 12px 0;
    line-height: 1.25;
}

.dazzolite-modal-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--azz-cyr-gold);
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--azz-cyr-hairline);
}

.dazzolite-modal-description {
    font-size: 14px;
    line-height: 1.5;
    color: var(--azz-cyr-muted);
    margin-bottom: 24px;
}

.dazzolite-modal-description p {
    margin: 0 0 10px;
}

.dazzolite-modal-specs-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--azz-cyr-muted);
    margin-bottom: 12px;
}

.dazzolite-modal-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.dazzolite-modal-specs-table th,
.dazzolite-modal-specs-table td {
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px dashed var(--azz-cyr-hairline);
}

.dazzolite-modal-specs-table th {
    text-align: left;
    font-weight: 500;
    color: var(--azz-cyr-muted);
    width: 45%;
}

.dazzolite-modal-specs-table td {
    color: var(--azz-cyr-ink);
    font-weight: 700;
}

.dazzolite-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

.dazzolite-modal-btn-select {
    display: block;
    text-align: center;
    background: var(--azz-cyr-navy);
    color: #ffffff !important;
    border: none;
    padding: 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.dazzolite-modal-btn-select:hover {
    background: #0b1a2e;
}

.dazzolite-modal-btn-close {
    background: #fbf8f4;
    color: var(--azz-cyr-navy);
    border: 1px solid var(--azz-cyr-hairline);
    padding: 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.dazzolite-modal-btn-close:hover {
    background: #efe4d6;
}

/* Spinner inside Modal */
.dazzolite-spinner-container {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.dazzolite-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #efe4d6;
    border-top: 3px solid var(--azz-cyr-navy);
    border-radius: 50%;
    animation: dazzolite-spin 1s linear infinite;
}

.dazzolite-modal-error {
    grid-column: span 2;
    text-align: center;
    padding: 40px;
    color: #d63638;
    font-weight: 600;
}
