/* =========================================================
   UNLEASH THE SHINE - REFERENCE STYLE V2
   Coordinates follow the supplied reference image ratio: 1348 x 980
   ========================================================= */

.uss-reference-v2 {
    width: 100%;
    background: #120605;
    overflow: hidden;
    color: #f8dfcf;
}

.uss-reference-v2 *,
.uss-reference-v2 *::before,
.uss-reference-v2 *::after {
    box-sizing: border-box;
}

.uss-reference-v2 .uss2-canvas {
    position: relative;
    width: 100%;
    max-width: 1348px;
    aspect-ratio: 1348 / 980;
    min-height: 720px;
    margin: 0 auto;
    background: #160705;
    overflow: hidden;
    isolation: isolate;
}

.uss-reference-v2 .uss2-bg,
.uss-reference-v2 .uss2-bg-tint {
    position: absolute;
    inset: 0;
}

.uss-reference-v2 .uss2-bg {
    z-index: 0;
}

.uss-reference-v2 .uss2-bg img,
.uss-reference-v2 .uss2-bg video,
.uss-reference-v2 .uss2-bg-fallback {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: .86;
    filter: brightness(.67) contrast(1.18) saturate(.9);
}

.uss-reference-v2 .uss2-bg-fallback {
    background:
        radial-gradient(circle at 31% 27%, rgba(80, 38, 26, .52), transparent 31%),
        radial-gradient(circle at 83% 29%, rgba(117, 38, 25, .24), transparent 27%),
        linear-gradient(135deg, #1a0806 0%, #090303 48%, #280d08 100%);
}

.uss-reference-v2 .uss2-bg-tint {
    z-index: 1;
    background:
        radial-gradient(circle at 42% 30%, rgba(226, 145, 91, .09), transparent 27%),
        linear-gradient(90deg, rgba(0,0,0,.04), rgba(0,0,0,.18) 68%, rgba(0,0,0,.20)),
        var(--uss-overlay, rgba(17,8,6,.36));
}

/* Reference coordinate map */
.uss-reference-v2 .uss2-hero {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 68.1%;
    height: 55.92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2.2%;
    text-align: center;
}

.uss-reference-v2 .uss2-info-card {
    position: absolute;
    z-index: 3;
    left: 4.0%;
    top: 55.92%;
    width: 30.0%;
    height: 44.08%;
}

.uss-reference-v2 .uss2-media-card {
    position: absolute;
    z-index: 3;
    left: 36.0%;
    top: 55.92%;
    width: 30.1%;
    height: 44.08%;
}

.uss-reference-v2 .uss2-top-product {
    position: absolute;
    z-index: 3;
    left: 68.1%;
    top: 0;
    width: 31.9%;
    height: 51.43%;
}

.uss-reference-v2 .uss2-right-divider {
    position: absolute;
    z-index: 5;
    left: 68.1%;
    top: 51.43%;
    width: 31.9%;
    height: 1px;
}

.uss-reference-v2 .uss2-bottom-product {
    position: absolute;
    z-index: 3;
    left: 68.1%;
    top: 51.43%;
    width: 31.9%;
    height: 48.57%;
}

/* Grid line / card treatment */
.uss-reference-v2 .uss2-info-card,
.uss-reference-v2 .uss2-media-card,
.uss-reference-v2 .uss2-top-product,
.uss-reference-v2 .uss2-bottom-product {
    background: var(--uss-panel, rgba(20,8,7,.48));
    border: 1px solid var(--uss-panel-border, rgba(235,205,184,.14));
    border-radius: 0;
    overflow: hidden;
    backdrop-filter: blur(8px);
}

.uss-reference-v2 .uss2-top-product,
.uss-reference-v2 .uss2-bottom-product {
    border-left-width: 1px;
    border-right-width: 0;
}

.uss-reference-v2 .uss2-right-divider {
    border-top: 1px solid var(--uss-panel-border, rgba(235,205,184,.14));
}

/* Hero details */
.uss-reference-v2 .uss2-eyebrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(12px, 1.35vw, 18px);
    color: var(--uss-muted, rgba(248,223,207,.88));
    text-transform: uppercase;
    letter-spacing: .25em;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(10px, 1.04vw, 14px);
    line-height: 1;
    margin-bottom: 2.4%;
}

.uss-reference-v2 .uss2-drop-line {
    width: 1px;
    height: clamp(24px, 3.2vw, 42px);
    background: linear-gradient(180deg, rgba(248,223,207,0), rgba(248,223,207,.92), rgba(248,223,207,0));
    position: relative;
}

.uss-reference-v2 .uss2-drop-line::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 4px;
    height: 4px;
    transform: translateX(-50%) rotate(45deg);
    background: rgba(248,223,207,.95);
}

.uss-reference-v2 .uss2-heading-wrap {
    position: relative;
    width: 100%;
}

.uss-reference-v2 .uss2-heading {
    margin: 0 auto;
    max-width: 88%;
    color: var(--uss-text, #f8dfcf);
    font-family: var(--lumana-header-font);
    font-size: clamp(58px, 7.92vw, 112px);
    line-height: .9;
    letter-spacing: -.056em;
    font-weight: 400;
    text-align: center;
    text-wrap: balance;
    text-shadow: 0 22px 54px rgba(0,0,0,.42);
}

.uss-reference-v2 .uss2-hero-ring {
    position: absolute;
    left: 50.5%;
    top: 56.3%;
    width: clamp(78px, 9.5vw, 130px);
    transform: translate(-50%, -50%) rotate(-7deg);
    z-index: 4;
    filter: drop-shadow(0 17px 34px rgba(0,0,0,.46));
    pointer-events: none;
}

.uss-reference-v2 .uss2-hero-ring img {
    display: block;
    width: 100%;
    height: auto;
}

.uss-reference-v2 .uss2-cta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 1vw, 14px);
    margin-top: 4.3%;
}

.uss-reference-v2 .uss2-main-btn,
.uss-reference-v2 .uss2-circle-btn,
.uss-reference-v2 .uss2-play,
.uss-reference-v2 .uss2-panel-arrow {
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.uss-reference-v2 .uss2-main-btn {
    width: clamp(170px, 15.6vw, 210px);
    height: clamp(50px, 4.6vw, 62px);
    border-radius: 999px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 26% 48%, rgba(255,255,255,.20), transparent 42%),
        linear-gradient(100deg, rgba(255,255,255,.16), rgba(255,255,255,.02)),
        var(--uss-btn-bg, rgba(181,130,94,.34));
    color: var(--uss-btn-text, #fff);
    border: 1px solid var(--uss-btn-border, rgba(255,235,220,.30));
    backdrop-filter: blur(16px);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(14px, 1.35vw, 18px);
    font-weight: 700;
}

.uss-reference-v2 .uss2-circle-btn {
    width: clamp(50px, 4.6vw, 62px);
    height: clamp(50px, 4.6vw, 62px);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--uss-btn-text, #fff);
    border: 1px solid var(--uss-btn-border, rgba(255,235,220,.30));
    background: rgba(255,255,255,.025);
    backdrop-filter: blur(10px);
    font-size: clamp(22px, 2.1vw, 28px);
}

/* Bottom-left information block */
.uss-reference-v2 .uss2-info-card {
    padding: 3.0% 2.1% 2.6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.uss-reference-v2 .uss2-avatars {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: 1.75rem;
}

.uss-reference-v2 .uss2-avatar {
    width: clamp(46px, 4.6vw, 62px);
    height: clamp(46px, 4.6vw, 62px);
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255,255,255,.08);
    border: 2px solid rgba(255,255,255,.16);
}

.uss-reference-v2 .uss2-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uss-reference-v2 .uss2-info-title {
    margin: 0;
    max-width: 92%;
    color: var(--uss-text, #f8dfcf);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(22px, 2.48vw, 36px);
    line-height: 1.17;
    letter-spacing: -.045em;
    font-weight: 300;
}

.uss-reference-v2 .uss2-info-title em {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
}

.uss-reference-v2 .uss2-info-desc {
    margin: 1.75rem 0 0;
    max-width: 88%;
    color: var(--uss-muted, rgba(248,223,207,.84));
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(13px, 1.23vw, 17px);
    line-height: 1.65;
}

.uss-reference-v2 .uss2-text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    width: max-content;
    color: var(--uss-text, #f8dfcf);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(12px, 1.08vw, 14px);
}

.uss-reference-v2 .uss2-text-link span:first-child {
    border-bottom: 1px solid rgba(248,223,207,.70);
    padding-bottom: 3px;
}

.uss-reference-v2 .uss2-text-link span:last-child {
    font-size: 20px;
}

/* Center model/media block */
.uss-reference-v2 .uss2-media-card {
    background: #a84a35;
}

.uss-reference-v2 .uss2-media-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 56% 50%;
}

.uss-reference-v2 .uss2-media-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.18)),
        linear-gradient(90deg, rgba(0,0,0,.06), transparent 30%);
    pointer-events: none;
}

.uss-reference-v2 .uss2-play {
    position: absolute;
    z-index: 5;
    left: 7.4%;
    top: 8.0%;
    width: clamp(50px, 5.0vw, 66px);
    height: clamp(50px, 5.0vw, 66px);
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #32140d;
    background: rgba(255,255,255,.92);
    box-shadow: 0 16px 36px rgba(0,0,0,.25);
    font-size: clamp(15px, 1.6vw, 20px);
}

.uss-reference-v2 .uss2-hang {
    position: absolute;
    z-index: 5;
    width: 1px;
    bottom: 30%;
    background: linear-gradient(180deg, rgba(248,223,207,0), rgba(248,223,207,.78), rgba(248,223,207,0));
}

.uss-reference-v2 .uss2-hang::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 5px;
    height: 5px;
    transform: translateX(-50%) rotate(45deg);
    background: rgba(248,223,207,.92);
}

.uss-reference-v2 .uss2-hang-1 {
    left: 16%;
    height: 25%;
}

.uss-reference-v2 .uss2-hang-2 {
    left: 21%;
    height: 22%;
}

.uss-reference-v2 .uss2-media-label {
    position: absolute;
    z-index: 5;
    left: 7.4%;
    bottom: 7.3%;
    color: var(--uss-text, #f8dfcf);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(16px, 1.58vw, 22px);
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-weight: 800;
}

/* Right top product */
.uss-reference-v2 .uss2-top-product {
    padding: 3.92% 3.12% 2.15%;
    display: flex;
    flex-direction: column;
}

.uss-reference-v2 .uss2-product-label {
    color: var(--uss-muted, rgba(248,223,207,.84));
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(14px, 1.36vw, 19px);
    margin-bottom: .8rem;
}

.uss-reference-v2 .uss2-product-title {
    margin: 0;
    color: var(--uss-text, #f8dfcf);
    font-family: var(--lumana-header-font);
    font-size: clamp(24px, 2.45vw, 34px);
    line-height: 1.1;
    letter-spacing: -.04em;
    font-weight: 300;
}

.uss-reference-v2 .uss2-top-product-img {
    width: 56%;
    max-width: 236px;
    margin: 12.7% auto 0;
}

.uss-reference-v2 .uss2-top-product-img img,
.uss-reference-v2 .uss2-bottom-product-img img,
.uss-reference-v2 .uss2-base-strip img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.uss-reference-v2 .uss2-dots {
    margin: auto auto 0;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.uss-reference-v2 .uss2-dots span {
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    background: rgba(235,197,148,.86);
}

/* Center diamond line */
.uss-reference-v2 .uss2-diamond {
    position: absolute;
    left: 50%;
    top: 0;
    width: clamp(46px, 4.6vw, 62px);
    height: clamp(46px, 4.6vw, 62px);
    transform: translate(-50%, -50%) rotate(45deg);
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #c65f46, #812b1b);
    box-shadow: 0 14px 34px rgba(0,0,0,.25);
}

.uss-reference-v2 .uss2-diamond svg {
    width: 52%;
    height: 52%;
    transform: rotate(-45deg);
    stroke: #fff;
    fill: none;
    stroke-width: 1.5;
}

/* Right bottom product */
.uss-reference-v2 .uss2-bottom-product {
    padding: 5.55% 3.12% 0;
}

.uss-reference-v2 .uss2-bottom-copy {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.uss-reference-v2 .uss2-bottom-title {
    margin: 0;
    color: var(--uss-text, #f8dfcf);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(24px, 2.44vw, 34px);
    line-height: 1.18;
    letter-spacing: -.04em;
    font-weight: 300;
}

.uss-reference-v2 .uss2-panel-arrow {
    width: clamp(46px, 4.7vw, 58px);
    height: clamp(46px, 4.7vw, 58px);
    flex: 0 0 clamp(46px, 4.7vw, 58px);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--uss-text, #f8dfcf);
    border: 1px solid var(--uss-btn-border, rgba(255,235,220,.30));
    background: rgba(255,255,255,.025);
    font-size: clamp(20px, 1.95vw, 24px);
}

.uss-reference-v2 .uss2-bottom-product-img {
    width: 49%;
    max-width: 220px;
    margin: 15.2% auto 0;
    position: relative;
    z-index: 3;
}

.uss-reference-v2 .uss2-base-strip {
    position: absolute;
    left: 7.2%;
    right: 12.5%;
    bottom: 0;
    height: 17.3%;
    overflow: hidden;
    z-index: 2;
}

.uss-reference-v2 .uss2-base-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uss-reference-v2 .uss2-main-btn:hover,
.uss-reference-v2 .uss2-circle-btn:hover,
.uss-reference-v2 .uss2-play:hover,
.uss-reference-v2 .uss2-panel-arrow:hover {
    transform: translateY(-2px);
}

/* Responsive keeps same visual order */
@media (max-width: 1100px) {
    .uss-reference-v2 .uss2-canvas {
        aspect-ratio: auto;
        min-height: auto;
        padding: 22px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .uss-reference-v2 .uss2-bg,
    .uss-reference-v2 .uss2-bg-tint {
        position: absolute;
        inset: 0;
    }

    .uss-reference-v2 .uss2-hero,
    .uss-reference-v2 .uss2-info-card,
    .uss-reference-v2 .uss2-media-card,
    .uss-reference-v2 .uss2-top-product,
    .uss-reference-v2 .uss2-right-divider,
    .uss-reference-v2 .uss2-bottom-product {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
    }

    .uss-reference-v2 .uss2-hero {
        grid-column: 1 / -1;
        min-height: 430px;
    }

    .uss-reference-v2 .uss2-info-card,
    .uss-reference-v2 .uss2-media-card {
        min-height: 360px;
    }

    .uss-reference-v2 .uss2-top-product,
    .uss-reference-v2 .uss2-bottom-product,
    .uss-reference-v2 .uss2-right-divider {
        grid-column: 1 / -1;
    }

    .uss-reference-v2 .uss2-right-divider {
        min-height: 76px;
        border-top: 1px solid var(--uss-panel-border, rgba(235,205,184,.14));
    }

    .uss-reference-v2 .uss2-diamond {
        top: 50%;
    }
}

@media (max-width: 720px) {
    .uss-reference-v2 .uss2-canvas {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .uss-reference-v2 .uss2-hero,
    .uss-reference-v2 .uss2-info-card,
    .uss-reference-v2 .uss2-media-card,
    .uss-reference-v2 .uss2-top-product,
    .uss-reference-v2 .uss2-right-divider,
    .uss-reference-v2 .uss2-bottom-product {
        grid-column: 1;
    }

    .uss-reference-v2 .uss2-heading {
        font-size: clamp(54px, 15vw, 76px);
    }

    .uss-reference-v2 .uss2-hero {
        min-height: 500px;
    }

    .uss-reference-v2 .uss2-hero-ring {
        position: relative;
        left: auto;
        top: auto;
        transform: rotate(-7deg);
        margin: -8px auto 0;
    }

    .uss-reference-v2 .uss2-info-card,
    .uss-reference-v2 .uss2-media-card {
        min-height: 330px;
    }

    .uss-reference-v2 .uss2-top-product,
    .uss-reference-v2 .uss2-bottom-product {
        padding: 28px 24px;
    }

    .uss-reference-v2 .uss2-base-strip {
        position: relative;
        left: auto;
        right: auto;
        height: 90px;
        margin-top: 24px;
    }
}


/* CTA button image/video background support */
.uss-reference-v2 .uss2-main-btn,
.uss-reference-v2 .uss-main-btn,
.uss-reference-v2 .uss2-main-btn.has-cta-media {
    position: relative;
    overflow: hidden;
}

.uss-reference-v2 .uss2-main-btn.has-cta-media {
    background: rgba(255,255,255,.06);
}

.uss-reference-v2 .uss2-cta-media,
.uss-reference-v2 .uss2-cta-media-overlay {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
}

.uss-reference-v2 .uss2-cta-media {
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    transform: scale(1.04);
    filter: saturate(.95) contrast(1.05) brightness(.92);
}

.uss-reference-v2 video.uss2-cta-media {
    object-fit: cover;
}

.uss-reference-v2 .uss2-cta-media-overlay {
    z-index: 1;
    background:
        linear-gradient(100deg, rgba(255,255,255,.18), rgba(255,255,255,.04)),
        var(--uss-cta-overlay, rgba(0,0,0,.12));
}

.uss-reference-v2 .uss2-main-btn-text {
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 8px rgba(0,0,0,.25);
}


/* cta-media-autoshow-fix */
.uss-reference-v2 .uss2-main-btn.has-cta-media {
    isolation: isolate;
    background: rgba(120, 92, 75, .45) !important;
}

.uss-reference-v2 .uss2-main-btn.has-cta-media .uss2-cta-media {
    opacity: 1 !important;
    visibility: visible !important;
}

.uss-reference-v2 .uss2-main-btn.has-cta-media .uss2-main-btn-text {
    position: relative !important;
    z-index: 3 !important;
}


/* =========================================================
   Bottom product full image fit + title font 18px
   Requested:
   - .uss-reference-v2 .uss2-bottom-title font-size: 18px
   - Bottom image should fit/fill entire .uss2-bottom-product div
   ========================================================= */

.uss-reference-v2 .uss2-bottom-title {
    font-size: 18px !important;
    line-height: 1.22 !important;
    letter-spacing: -0.025em !important;
}

.uss-reference-v2 .uss2-bottom-product {
    position: absolute;
    overflow: hidden;
}

/* Make the uploaded bottom product image behave like a full-card visual layer */
.uss-reference-v2 .uss2-bottom-product-img {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    transform: none !important;
    display: block !important;
    z-index: 1 !important;
}

.uss-reference-v2 .uss2-bottom-product-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

/* Keep title and arrow readable above the full image */
.uss-reference-v2 .uss2-bottom-product::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, rgba(10, 3, 3, .58) 0%, rgba(10, 3, 3, .22) 45%, rgba(10, 3, 3, .52) 100%),
        linear-gradient(90deg, rgba(10, 3, 3, .38), rgba(10, 3, 3, .10));
    pointer-events: none;
}

.uss-reference-v2 .uss2-bottom-copy {
    position: relative !important;
    z-index: 4 !important;
}

.uss-reference-v2 .uss2-panel-arrow {
    position: relative !important;
    z-index: 4 !important;
}

/* If base strip exists, keep it at the bottom over image */
.uss-reference-v2 .uss2-base-strip {
    z-index: 3 !important;
}

@media (max-width: 1100px) {
    .uss-reference-v2 .uss2-bottom-product {
        position: relative;
        min-height: 420px;
    }

    .uss-reference-v2 .uss2-bottom-product-img {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 720px) {
    .uss-reference-v2 .uss2-bottom-title {
        font-size: 18px !important;
    }

    .uss-reference-v2 .uss2-bottom-product {
        min-height: 360px;
    }
}


/* =========================================================
   Top Product Image Carousel
   Fixes missing carousel in top-right Premium Grade panel.
   ========================================================= */

.uss-reference-v2 .uss2-top-product {
    position: absolute;
    overflow: hidden;
}

.uss-reference-v2 .uss2-top-copy {
    position: relative;
    z-index: 5;
}

.uss-reference-v2 .uss2-top-carousel {
    position: relative;
    width: 64%;
    height: 46%;
    max-width: 250px;
    margin: 10.5% auto 0;
    z-index: 3;
}

.uss-reference-v2 .uss2-top-carousel-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(14px) scale(.98);
    transition: opacity .45s ease, transform .45s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uss-reference-v2 .uss2-top-carousel-slide.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.uss-reference-v2 .uss2-top-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    filter: drop-shadow(0 18px 36px rgba(0,0,0,.34));
}

.uss-reference-v2 .uss2-dots {
    position: relative;
    z-index: 5;
    margin: auto auto 0;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.uss-reference-v2 .uss2-dots button,
.uss-reference-v2 .uss2-dots span {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    transform: rotate(45deg);
    background: rgba(235,197,148,.45);
    cursor: pointer;
}

.uss-reference-v2 .uss2-dots button.is-active {
    background: rgba(235,197,148,.95);
}

@media (max-width: 1100px) {
    .uss-reference-v2 .uss2-top-carousel {
        height: 260px;
        margin-top: 34px;
    }
}

@media (max-width: 720px) {
    .uss-reference-v2 .uss2-top-carousel {
        width: 72%;
        height: 230px;
    }
}


/* =========================================================
   Top Product Carousel Dots Spacing Fix
   Requested: uss2-dots margin: 80px
   ========================================================= */

.uss-reference-v2 .uss2-top-product .uss2-dots,
.uss-reference-v2 .uss2-dots {
    margin: 80px auto 0 !important;
}
