﻿:root {
    --portal-ink: #2A1B24;
    --portal-muted: #6f6670;
    --portal-surface: #ffffff;
    --portal-canvas: #FCF6FA;
    --portal-line: #EADCE6;
    --portal-primary: #c43593;
    --portal-primary-dark: #C43593;
    --portal-accent: #fdb415;
    --portal-radius: 14px;
    --portal-shadow: 0 12px 30px rgba(23, 35, 59, .08);
}

.portal-skip-link {
    position: absolute;
    z-index: 2000;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    background: #2A1B24;
    color: #fff !important;
    font-weight: 700;
}

.portal-skip-link:focus-visible {
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 10px 14px;
    clip: auto;
    clip-path: none;
    border-radius: 4px;
}

.portal-shell .vc-product-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.portal-shell .vc-product-link:hover,
.portal-shell .vc-product-link:focus {
    color: inherit;
    text-decoration: none;
}

.portal-shell a:focus-visible,
.portal-shell button:focus-visible,
.portal-shell input:focus-visible,
.portal-shell textarea:focus-visible,
.portal-shell select:focus-visible {
    outline: 3px solid rgba(196, 53, 147, .45);
    outline-offset: 2px;
}

/* The legacy header floats its nav/logo blocks. Any page whose root element
   creates a block formatting context (e.g. .vp-page uses overflow-x:hidden)
   would otherwise shrink beside those floats and collapse to ~0px wide. */
.portal-shell .portal-main {
    clear: both;
    display: block;
    width: 100%;
}

.portal-shell .container .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Header sign up / login buttons keep the live portal sizing even though
   the markup uses anchors instead of postback inputs. */
.portal-shell .top_bar_btn_div .btn,
.portal-shell .top_bar_btn_div input {
    height: 51px;
    padding: 0 20px;
    border: 0;
    font-size: 16px;
    line-height: 51px;
    text-transform: uppercase;
}

/* flexslider.css adds a 4px frame, a 60px gap and height:auto, which makes
   slides taller than the live portal and leaves blank space under the slider.
   Restore the live 375px slide height and flush framing. */
.portal-shell .flexslider {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.portal-shell .flexslider .slides img {
    width: 100%;
    height: 375px;
    object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
    .portal-shell * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
