body {
font-family: "Figtree", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Figtree' !important;
}
.banner {
background: #51B3BD !important;
color: #fff !important;
font-size: 16px !important;
width: 100% !important;
        max-width: 100% !important;
padding: 16px !important;
}
.banner p {text-align: center;}
.container--homepage {
display: block;
padding: 0 !important;
}


    #bodyContainer { padding: 0 !important; overflow-x: hidden; width: 100% !important;
    max-width: 100%;}
    .main-header { 
padding: 100px 0;
    text-align: center;
    background:
        linear-gradient(rgba(11, 14, 39, 0.5), rgba(11, 14, 39, 0.5)),
        url(https://liftoff-shop.imgix.net/sites/whitestone-rebrand/images/Assets/b74fe40b-2e77-4947-a48c-79beba20620f.png?fm=webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
.main-header h1 {font-size: 56px; font-family: 'Figtree'; color: #F7F7F7; font-weight: 700; }
    
    .collection-row { padding: 80px 40px; display: flex; justify-content: center; width: 100vw; overflow: hidden; }
    .dark-theme { background-color: #0b0e27; color: #78bcc4; }
    .light-theme { background-color: #ffffff; color: #78bcc4; border-top: 1px solid #eee; }
.collection-row.dark-theme .info-side h2 {color: #51B3BD;}
.collection-row.light-theme .info-side h2 {color: #51B3BD;}
.collection-row.dark-theme .info-side p {color: #F7F7F7;}
.collection-row.light-theme .info-side p {color: #0E1237;}

    .row-content { display: flex; width: 95%; max-width: 1400px; align-items: center; gap: 10px; }
    
    .info-side { flex: 0 0 380px; padding-left: 20px; }
    .info-side h2 { font-size: 56px; font-weight: 700; margin: 0 0 15px;font-family: 'Figtree'; }

    /* The Slider Window */
    .slider-side { flex: 1; position: relative; display: flex; align-items: center; justify-content: center; }

    .slider-viewport {
        width: 630px; /* Forces exactly 3 cards (1.5 + 1.5 visibility) */
        overflow: hidden; 
        position: relative;
    }

    .slider-track {
        display: flex;
        gap: 30px;
        /* Start with the first card slightly offset so it looks "half" */
        margin-left: -165px; 
    }

    .custom-card {
        flex: 0 0 300px; /* Fixed width */
        background: #fff;
        border-radius: 10px;
        border: 1px solid #A0A0A0;
        overflow: hidden;
    }
    
    .card-visual { height: 320px; background: #f4f4f4; border-bottom: 1px solid #A0A0A0; }
    .card-text { padding: 25px; text-align: center; background: #fff; border-top: 1px solid #eee; }
    .card-text h3 { color: #0b0e27; margin: 0; font-size: 1.2rem; font-weight: 700; }

    /* Buttons sitting on the edges of the 3-card window */
    .arrow {
        position: absolute; top: 50%; transform: translateY(-50%);
        width: 45px; height: 45px; border-radius: 50%; border: none;
        background: #fff; color: #0b0e27; cursor: pointer; z-index: 10;
        box-shadow: 0 4px 15px rgba(0,0,0,0.3); font-size: 1.5rem;
        display: flex; align-items: center; justify-content: center;
    }
    .prev { left: 10%; }
    .next { right: 10%; }
    .light-theme .arrow { background: #78bcc4; color: #fff; }
/* Footer Layout - Flexbox Version */
.footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    width: var(--container-max-width);
    padding: var(--container-padding);
    max-width: 100%;
}

.brand-col {
    flex: 0 0 30%;
    min-width: 250px;
}
.footer-col:not(.brand-col) {
    flex: 1;
    min-width: 180px;
    padding: 0 15px;
}

.footer-col h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #2F6E86;
font-family: "Figtree", sans-serif;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    text-decoration: none;
    color: #444;
    font-size: 15px;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #4a707e;
}

/* Social Icon Boxes */
.sm-links {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
   margin: 0;
    margin-bottom: 1rem;
}

.sm-link-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #2F6E86;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
border-radius: 50%;
}

.copyright {
    margin-top: 40px;
}
.copyright p {
text-align: left;
font-size: 16px;
    color: #0E1237 !important;
}
footer.footer--site .logo-space {
    grid-area: logo;
    display: grid;
    justify-items: center;
    align-items: center;
    justify-content: start;
    margin-bottom: 2rem;
}

footer.footer--site {
    display: grid;
    grid-template: var(--footer-grid-template, auto / 1fr);
    grid-template-areas: none;
    grid-gap: var(--gutter);
    justify-items: center;
    align-items: start;
    width: 100%;
    color: var(--footer-text-color);
    background: #F5F5F5;
    padding: 5rem 0;
}
.footer-links a {
    text-decoration: none;
    color: #0E1237 !important;
    font-size: 16px;
    transition: color 0.2s ease;
}
@media screen and (min-width: 1440px) {
    .container {
        padding: var(--container-padding);
    }
}
.header-wrapper {
border-bottom: 1px solid #00000036;
}
/* Layout Alignment */
.header--site {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
}

/* Logo Styling */
.logo-space {
    display: flex;
    flex-direction: column;
    min-width: 200px;
}
.logo-space img {
    height: 32px;
    width: auto;
}
.logo-tagline {
    font-size: 11px;
    color: #76a8ad;
    text-transform: lowercase;
    font-weight: 700;
    margin-top: -4px;
    letter-spacing: 0.5px;
}

/* Center Navigation */
.nav--site .nav-list {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
}
.nav--site .nav-list li a {
    text-decoration: none;
    color: #54798c; /* Branding Blue */
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Right Utilities & Cart */
.header-utilities {
    display: flex;
    align-items: center;
    gap: 25px;
}

.login-link a {
    color: #76a8ad;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* The Pill-shaped Cart Button */
.btn-cart {
    background-color: #54798c;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease;
}
.btn-cart:hover {
    background-color: #3d5a69;
}

/* --- COUNTRY SELECTOR STYLES --- */
.country-selector {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
}

.country-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    z-index: 1000;
    border-radius: 4px;
}

.country-selector:hover .country-options {
    display: block;
}

.country-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s;
}

.country-option:hover {
    background-color: #f5f5f5;
}

.country-option img {
    width: 20px;
    height: auto;
}

/* Hide Search for this specific clean UI look */
.search-box {
    display: none;
}
@media screen and (min-width: 1440px) {
    .container.container--header {
        width: 1200px;
    }
}
@media screen and (min-width: 1024px) {
    header.header--site .nav--site {
        flex: 1 1 40%;
    }
}
.nav--user .nav-list.horizontal {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important; 
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
header.header--site a {
font-size: 14px;
    font-weight: 500;
color: #0E1237;
}
header.header--site .nav--site .nav-list li {
margin-bottom: 0;
}
header.header--site .nav--user .nav-list.horizontal li + li {
padding-left: 0;
}
.fa-search {
font-size: 20px;
}
li.tab.active a {
    color: #2F6E86 !important;
}
li.tab.active a:visited {
    color: #2F6E86 !important;
font-weight: 700 !important;
}
li.tab.active {
    border-bottom: 0;
}
li.tab a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
ul.tab-list {
    list-style: none;
    padding: 1rem 0;
    margin: var(--gutter) 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #A0A0A0B2;
    font-weight: bolder;
}
.profile-content .title h2 {
font-size: 24px;
    color: #00263E;
}
input[type=text], input[type=email], input[type=number], input[type=password], input[type=search], textarea {
    display: inline-block;
    width: 100%;
    outline: none;
    font-style: normal;
    padding: 10px 15px;
    font-size: var(--form-input-font-size);
    background: var(--form-input-background-color);
    border: 1px solid #2F6E86;
    border-radius: 20px;
}
select {
    border: 1px solid #2F6E86;
    border-radius: 20px;
    padding: 10px 15px;
}
label {
color: #7C7C7C;
    text-transform: uppercase;
    font-size: 12px;
}
.address-management .title .filters {
text-transform: uppercase;
color: #7C7C7C;
    font-size: 12px;
}
.address-management .form--inline {
    display: flex;
    gap: 10px; 
}
/* Button styling */
#btnAddAddress {
    border: 1px solid #51B3BD;
    background: none;
    color: #51B3BD;
    border-radius: 20px;
    padding: 6px 12px; /* adjust as needed */
    cursor: pointer;
    font-size: 14px; /* optional */
    display: inline-flex;
    align-items: center;
    gap: 6px; /* space between icon and text */
    transition: background 0.3s, color 0.3s; /* smooth hover effect */
}

/* Optional: hover effect */
#btnAddAddress:hover {
    background: #51B3BD;
    color: #fff;
}
button.button.button--theme--primary {
background: #51B3BD;
    color: white;
    border: 1px solid #51B3BD;
    border-radius: 25px;
    padding: 10px 42px;
    font-size: 14px;
    text-transform: uppercase;
}
.alert--info[data-profile-nav-tag="saved-carts"] {
    background: none;
    box-shadow: none;
}

.alert--info[data-profile-nav-tag="saved-carts"] h1 {
    color: #00263E;
    font-weight: 500;
    margin: 0;
}
.login__box .datum input[type=text], .login__box .datum input[type=password] {
    width: 100%;
    padding: 0 1rem;
    height: 2.5em;
}
.login__box .form-area h1 {
color: #51b3bd;
}

a.button, button.button, input[type=submit].button {
    display: inline-block;
    width: auto;
    border-width: 1px;
    border-style: solid;
    font-style: normal;
    transition: all 300ms ease;
    line-height: 1;
    border-radius: 25px;
    padding: 10px 42px;
    font-size: 14px;
    text-transform: uppercase;
}
.btnValidateAddress {
padding: 10px 42px !important;
    border: 1px solid #51b3bd !important;
    background: #51b3bd !important;
}
label.required + input[type=number], label.required + input[type=text] {
    border-bottom-width: 3px;
    border-bottom-color: #51b3bd;
}
label.required::before {
    content: "\f069";
    color: #51b3bd;
}
#standardView { max-width: 1200px; margin: auto;}
.products.products--grid .product__cta { display: none; }
.products.products--grid .product {
border-radius: 10px;
    overflow: hidden;
    background: #FFFFFF;
    transition: transform 0.3s ease;
    border: 1px solid #A0A0A0;
}
.products.products--grid .product__image .img-wrap img {  border-bottom: 1px solid #A0A0A0;     height: 280px; object-fit: cover;}
.products.products--grid .product__info {
    padding: 0 1rem;
}
.products.products--grid .product__info * {
    font-weight: 500;
    color: #0E1237;
    font-size: 16px;
}
@media screen and (min-width: 1024px) {
    .products.products--grid {
        grid-template: auto / repeat(4, 1fr) !important;
    }
}
.login {
    background: none;
}
.btnRegister { width: 100% !important;}
.btnLogin { width: 100% !important;}
.cart {
    padding: 60px 0;
}
.cart .page__title h1 {
  font-size: 2.5rem;
  color: #0e1237;
}
.cart__footer__info .cart__controls .button {
    text-align: center;
    border-radius: 25px;
    padding: 10px 42px;
    font-size: 14px;
    text-transform: uppercase;
}
a.button.button--theme--negative:hover, a.button.button--theme--secondary:hover, a.button.button--theme--primary:hover, button.button.button--theme--negative:hover, button.button.button--theme--secondary:hover, button.button.button--theme--primary:hover, input[type=submit].button.button--theme--negative:hover, input[type=submit].button.button--theme--secondary:hover, input[type=submit].button.button--theme--primary:hover {
    border-radius: 25px;
}
.btnCancelShipToAddress { 
border-radius: 25px !important;
    padding: 10px 42px !important;
    font-size: 14px !important;
    text-transform: uppercase !important; }
.checkout__content {
        grid-template: auto / 3fr auto;
        grid-template-columns: 4fr 1fr;
        gap: var(--gutter) calc(4 * var(--gutter));
    }
.cart .addrContainer .poBoxWarning {
  margin-bottom: 1rem;
}

.cart .addrContainer .poBoxWarning,
.cart .addrContainer .poBoxWarning + label,
.cart .addrContainer .poBoxWarning + label + input {
  display: block;
}
#shipToAddress1Label {
  display: block !important;
}
.cart__item .item__details .item__text {
    background: none !important;
    box-shadow: none !important;
}
    .product-landing {
        --product-grid-template: auto / 1fr 1fr;
padding: 60px 0;
    gap: 3rem;
    }
.homepage__content:has(#standardView) {
    padding: 60px 0;
}
.homepage__content:has(#standardView) .page__title h1 {
    font-size: 40px;
    color: #0E1237;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px; 
}
.cart__item .item__details h2 {
    color: #00263E !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}
.options { color: #7C7C7C; }
.cart__item .item__details .item__pricing dl div {
    align-items: center;
}
.cart__item .item__details .item__pricing .quantity label {
    font-weight: 500;
    font-size: 16px;
    color: #7C7C7C;
}
.btnDeleteItem {
text-align: center !important;
    border-radius: 25px !important;
    padding: 10px 42px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
background: #DF636E !important;
    border: 1px #DF636E !important;
}
a.button.button--theme--negative, button.button.button--theme--negative, input[type=submit].button.button--theme--negative {
    color: white;
    background: #DF636E !important;
    border: 1px solid #DF636E !important;
}
.cart__footer__info dl { align-items: center; grid-template: auto / 2fr 275px; }
#btnGoToCheckout { 
background: #51B3BD !important;
    border: 1px solid #51B3BD !important; 
}
#btnCalculateShipping {
text-align: center;
    border-radius: 25px;
    padding: 10px 42px;
    font-size: 14px;
    text-transform: uppercase;
}
.fa-shopping-cart:before { display: none; }
.fa-trash:before { display: none; }
.fa-cart-arrow-down:before { display: none; }
.fa-arrow-circle-o-right:before { display: none; }
.product-landing .product__images img {
    border-radius: 20px;
}

.gallery ul {
    display: flex;
    gap: 10px; 
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.gallery li {
    flex: 1; 
    aspect-ratio: 1 / 1; 
    overflow: hidden;  
}

.gallery li img {
    width: 100%;
    height: 100%;
    object-fit: cover;  
    display: block;
}
.img-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
}
.product-landing .product__pricing { display: none !important; }
.product-landing .page__title {
  margin: 0;
padding: 0;
}
.product-landing .page__title h1 {
  color: #0E1237;
  text-align: left;
  font-size: 40px;
}
.product-landing .estimated-cost-label { display: none; }
.product-landing .estimated-cost .cost { display: none !important; }
.unit-price { font-size: 24px;
    color: #51B3BD;
    font-weight: 500; }
.configuration-options { display: none; }
.fa-cart-plus:before { display: none; }

.has-children ul { display: block; position: unset; border: none; width: 250px;}
.has-children:hover > a { background: none !important;
    color: #54798c !important; }
.has-children ul a:hover {
    background: none !important;
    color: #54798c !important;
    font-weight: 700 !important;
}

#mainNav > li.has-children {
    position: static; 
}

.header--site {
    position: relative;
}

.mega-menu {
    display: none; 
    position: absolute;
    top: 100%; 
    width: 100vw; 
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 30px 0 50px; 
    z-index: 9999;
    display: none;
    justify-content: center;
    gap: 120px; 
box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.1);
}

.header-wrapper, 
.container--header, 
.header--site {
    overflow: visible !important;
}
.mega-menu::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 40px; 
    background: transparent; 
    display: block;
}

#mainNav li.has-children:hover .mega-menu {
    display: flex !important;
}

.mega-menu-column {
    flex: 0 1 250px; 
}

.column-title {
    color: #51B3BD;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}

ul.child li a {
    color: #54798c;
    font-size: 15px;
    padding: 5px 0;
    display: inline-block;
    transition: transform 0.2s;
}

ul.child li a:hover {
    transform: translateX(5px); 
    color: #0E1237;
}

.contact {
    margin-top: var(--gutter);
    padding: 60px 0;
}
.contact__title h1 {
    font-size: 40px !important;
    color: #0E1237 !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}
.column-title {
  padding-left: 0;
}

.column-title a {
  display: block;
  padding-left: 0;
  text-decoration: none;
  color: inherit;
font-weight: 700 !important;
}