/*
Theme Name: Storefront Child
Template: storefront
Author: Panos
Version: 1.0
Text Domain: larissa24
Domain Path: /languages
*/


/* product-card style */

ul.products li {
    display: flex !important;
    width: 40% !important;
    min-width: 450px;
    text-align: left !important;
    margin: 0 !important;
    gap: 3%;
}

ul.products.columns-3::before,
ul.products.columns-3::after {
    display: none;
}

ul.products li a {
    width: 100% !important;

}

.site-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.product-container {
    width: 100%;
    height: 60vh;
    display: flex;
    background: #0d0d0d;
    background: linear-gradient(1deg, rgb(246, 144, 144) 0%, rgb(232, 66, 66) 40%, rgb(95, 29, 29) 74%, rgb(150, 11, 11) 100%);
    color: white;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-direction: column;
    gap: 5%;
    justify-content: space-around;
    margin-top: 4%;
    padding-bottom: 2%;
}

.site-header {
    z-index: 50;
}

.car-info {
    display: flex;
    flex-direction: column;
    width: 85%;
    font-weight: 700;
    font-size: 28px;
    justify-self: flex-start;
    gap: 10px;
}

.car-type {
    font-size: 21px;
}


.img-container {
    display: flex;
    width: 100%;
    height: 55%;
    align-self: center;
    justify-content: center;
    object-fit: contain;
    background: #7813BB;
    background: radial-gradient(circle, rgba(120, 19, 187, 0.7) 0%, rgba(255, 89, 89, 0.69) 55%, rgba(145, 48, 242, 0.05) 80%);
}

.img-container img {
    display: flex;
    align-self: center;
    width: 60%;
    transition: all ease-in-out 500ms;
    overflow: visible;
}

.product-container:hover img {
    width: calc(60% + 100px);
    transition: all ease-in-out 500ms;
}

.car-details {
    display: flex;
    justify-content: center;
    gap: 2%;
    font-size: 19px;
    justify-content: flex-start;

}

.info-details {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(164, 164, 160, 0.5);
    padding-left: 0.5rem;
    padding-right: 0.75rem;
    border-radius: 5rem;
    gap: 1rem;
    height: max-content;
}

.glyphicon {
    top: 0 !important;
}

.PurchaseDetails {
    display: flex;
    flex-direction: column;
    width: 85% !important;
    color: #fffcfc;
    gap: 1%;
}

.givenKM {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 1px;
}

.Price {
    font-size: 29px;
    font-weight: 500;
    letter-spacing: 1px;
}

ul.products {
    display: flex !important;
    justify-content: center;
    gap: 3%;
    flex-wrap: wrap;
}

/* end product-card style */

/* menu style */

div.storefront-primary-navigation div.col-full nav#site-navigation.main-navigation {
    width: 100% !important;
    margin: 0 !important;
}

div.storefront-primary-navigation div.col-full nav#site-navigation.main-navigation div.menu {
    display: flex;
    width: 100% !important;
}

div.storefront-primary-navigation div.col-full ul.nav-menu {
    display: none;
    width: 100% !important;
    justify-content: space-around;
    background: #876814;
    background: linear-gradient(15deg, rgba(135, 104, 20, 1) 0%, rgba(166, 0, 0, 1) 35%, rgba(255, 72, 0, 1) 100%);
    flex-direction: column;
}

nav.main-navigation.custom-nav {
    display: none;
}


div.storefront-primary-navigation div.col-full ul.nav-menu:nth-child(1) li a {}

div.storefront-primary-navigation div.col-full div.site-search {
    margin: 0 !important;
}

.woocommerce-product-search input[type="search"] {
    border-radius: 10px;
    color: #0d0d0d !important;
}


/* end menu style */


main#main.site-main {
    width: 100%;
}


/* nav bar */

header#masthead.site-header {
    display: flex;
    align-items: center;
    flex-direction: column;
}

header#masthead.site-header div.col-full {
    height: fit-content;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

div.storefront-primary-navigation {
    width: 100%;
    display: flex;
    justify-content: center;
}

div.storefront-primary-navigation div.col-full div.site-search {
    width: 100%;
    z-index: 49;
}

/* header#masthead.site-header div.col-full div.site-branding{

}
 */
.custom-logo {
    max-width: 200px;
    height: auto;
    object-fit: contain;
    background-repeat: no-repeat;
}

.woocommerce-active .site-header .site-branding {
    margin: 0;
}


/* end nav bar  */

@media only screen and (max-width: 896px) {
    .product-container {
        width: 100%;
        height: 60vh !important;
    }

    nav.main-navigation.custom-nav {
        display: block;
    }


    div.storefront-primary-navigation div.col-full ul.nav-menu {
        display: flex !important;
        align-items: center;
    }

    ul.products li {
        width: 80% !important;
    }

    .site-content .col-full {
        background: none !important;
    }

    body div#content.site-content {
        background: linear-gradient(1deg, rgba(255, 255, 255, 0.95) 0%, rgba(230, 230, 230, 0.85) 33%, rgba(255, 250, 250, 0.4) 100%) !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    div.storefront-primary-navigation div.col-full nav#site-navigation.main-navigation div.menu {
        width: 100% !important;
    }

    .storefront-handheld-footer-bar ul li.search.active .site-search {
        top: 100%;
        height: fit-content;
    }

    div.storefront-primary-navigation div.col-full div.site-search {
        width: 100%;
        height: 0;
        top: 0;
    }

    .post-type-archive-product ul.products {
        width: 100% !important;
        justify-content: center !important;
    }
}


/* custom front-page */


section.starting-point {
    background: #cc6289;
    background: linear-gradient(250deg, rgb(165, 24, 76) 0%, rgb(161, 15, 15) 50%, rgb(206, 142, 53) 100%);
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    max-height: 50vh;
    height: 25vh;
    position: relative;
    margin-top: 10%;
}

.main-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;

}

.main-image {
    width: 80%;
    z-index: 2;
}

.slogan {
    z-index: 3;
    position: absolute;
    bottom: -3%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: bold;
    color: black;
    background: yellow;
    width: 100vw;
    align-self: center;
    display: flex;
    justify-content: center;
    height: 25%;
    align-items: center;
    background: #6200a3;
    background: linear-gradient(23deg, rgb(120, 19, 187) 0%, rgb(255, 89, 89) 50%, rgb(145, 48, 242) 100%);
    letter-spacing: 1px;
    font-style: italic;
    font-weight: bolder;
    font-size: 25px;
}

.draw-circle {
    z-index: 1;
    width: 95vh;
    height: 17.5vw;
    background: #4b5899;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: #4b5899;
    border-radius: 25% 25% 50% 50%;
    background: #fa5252;
    background: radial-gradient(circle, rgb(150, 56, 56) 0%, rgba(66, 0, 7, 0.17) 31%, rgba(194, 76, 87, 0.52) 59%, rgba(112, 53, 56, 0.16) 80%, rgba(252, 70, 107, 0) 91%);

}



.custom-homepage {
    display: flex;
    justify-content: center;
}

body {
    background: #ffffff;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;

}

body.custom-background {
    background-repeat: repeat !important;
}

#page {
    flex: 1;
    /* pushes footer down */
    display: flex;
    flex-direction: column;
}


footer.site-footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 1rem;
    width: 100%;
}



/* why choose us section */
/* why choose us section */
.why-choose-us {
  padding: 3.5rem 1.25rem;
  background: #f9f9f9;
  border-radius: 10px;
  margin-top: 8%;
}

.why-choose-us h2 {
  text-align: center;
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  margin: 0 0 2rem;
  color: #333;
}

/* grid of cards */
.features {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}

/* each card: icon left, content right */
.feature {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1rem;
  align-items: start;
  background: #fff;
  border-radius: 14px;
  padding: 1.25rem 1.25rem 1.25rem 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

/* circular icon */
.feature__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.4rem;
}

/* heading + paragraph */
.feature__body h3 {
  margin: 2px 0 6px;
  font-size: 1.05rem;
  color: #222;
}

.feature__body p {
  margin: 0;
  color: #555;
  line-height: 1.6;
  font-size: .98rem;
}

/* color variants (matches your nth-child palette, but explicit classes) */
.is-green .feature__icon   { background: linear-gradient(135deg, #2ecc71, #27ae60); }
.is-orange .feature__icon  { background: linear-gradient(135deg, #ffb200, #ff9800); }
.is-blue .feature__icon    { background: linear-gradient(135deg, #4aa3ff, #007bff); }
.is-purple .feature__icon  { background: linear-gradient(135deg, #b06ab3, #9c27b0); }
.is-pink .feature__icon    { background: linear-gradient(135deg, #ff7aa2, #e91e63); }

/* responsive */
@media (max-width: 896px) {
  .features { grid-template-columns: 1fr; }
  .feature  { grid-template-columns: 56px 1fr; }
  .feature__icon { width: 56px; height: 56px; font-size: 1.2rem; }
}

@media only screen and (max-width: 896px) {


    button.menu-toggle {
        width: 100%;
    }

    div.storefront-primary-navigation div.col-full nav#site-navigation.main-navigation {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .custom-logo-link {
        display: flex !important;
        justify-content: center;
    }

    .main-navigation ul li a {
        width: 100% !important;
    }

    .storefront-handheld-footer-bar {
        display: flex;
        flex-direction: column;
    }


}
/* end why choose us  */


/* RnB styles */

/* Backdrop overlay behind the calendar */
body.show-daterangepicker::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99998;
}

/* Date Range Picker: General Container */
.daterangepicker {
    position: fixed !important;
    /* overrides inline absolute positioning */
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 99999;
    /* ensure it stays above everything */
}

/* Calendar Header (Month, Arrows) */
.daterangepicker .calendar-table th {
    background: #f7f7f9;
    color: #333;
    font-weight: 600;
    padding: 12px 8px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    border: none;
}

/* Month Label */
.daterangepicker .calendar-table .month {
    font-size: 14px;
    font-weight: 700;
    color: #222;
}

/* Calendar Day Cells */
.daterangepicker .calendar-table td {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 8px;
    border: none !important;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

/* Hover Effect */
.daterangepicker .calendar-table td:hover {
    background: #f0f4ff;
    color: #333;
}

/* Active / Selected Day */
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: linear-gradient(135deg, #ff4e50, #f9d423);
    color: white !important;
    font-weight: bold;
    border-radius: 8px;
}

/* In-Range Days */
.daterangepicker td.in-range {
    background: #ffecec;
    color: #444;
    border-radius: 0;
}

/* Apply & Cancel Buttons */
.daterangepicker .drp-buttons {
    padding: 10px;
    background: #f7f7f9;
    border-top: 1px solid #eee;
    text-align: right;
}

.daterangepicker .drp-buttons .btn {
    border-radius: 8px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.daterangepicker .drp-buttons .btn.applyBtn {
    background: #ff4e50;
    color: white;
    border: none;
}

.daterangepicker .drp-buttons .btn.applyBtn:hover {
    background: #e54344;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
    background: transparent;
    color: #666;
}

.daterangepicker .drp-buttons .btn.cancelBtn:hover {
    color: #000;
}

form.inspect-home-search-form {
    display: flex;
}

/* end RnB styles */


/* Prevent background scroll */
body.no-scroll {
    overflow-y: hidden !important;
}



/* end custom front-page */


/* categories search / car page */
div.inspect-vertical-search-wrapper.index-two-header {
    background-color: #f9f9f9;

}


form.inspect-home-search-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    z-index: 10;
}


.inspect-filter-widget {
    width: 100%;
}


.inspect-home-search-footer {
    margin-top: 3%;
    width: 100%;
}


#secondary.widget-area {
    display: none
}

div.site-content div.col-full {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 80%;
    width: 80%;
}

div#primary.content-area {
    width: 100%;
}

.storefront-sorting {
    display: none;
}

/* end categories search */


/* mostly phone */

@media only screen and (max-width: 896px) {
    .link-btn {
        font-size: 16px !important;
    }

    div.site-content div.col-full {
        max-width: unset !important;
    }

    .inspect-filter-widget .inspect-filter-widget-title {
        margin-bottom: 0 !important;
    }

    .slogan {
        bottom: -5%;
        height: 30%;
    }

    form.inspect-home-search-form {
        flex-direction: column;
    }

    .inspect-filter-widget {
        width: 100%;
    }

    .features {
        width: 100%;
    }

    .main-image {
        width: 120%;
        max-width: 120%;
    }

    .open-filters {
        width: 100% !important;
    }

    section.starting-point {
        margin-top: 0;
    }

    .custom-search {
        width: 80%;
    }

    .img-container img {
        width: 75%;
    }

    .product-container:hover img {
        width: calc(75% + 100px);
    }

    .custom-search {
        width: 80%;
    }

    ul.products li a {
        width: 100% !important;
    }

    .site-main ul.products.columns-3 li.product {
        width: 100%;
    }

    .woocommerce-active .site-header .site-header-cart {
        display: none ;
    }
}

/* end mostly phone */

/* custom filters  */
.custom-filters {
    position: absolute;
    display: flex;
    width: 35%;
    height: 105vh;
    background: #424242;
    background: linear-gradient(0deg, rgba(66, 66, 66, 0.82) 0%, rgba(255, 255, 255, 1) 18%, rgba(230, 230, 230, 1) 68%, rgba(184, 184, 184, 1) 100%);
    top: 0;
    left: -55%;
    transition: all 300ms ease-in;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index: 51;
}

.open-filters {
    left: 0% !important;
    transition: all 300ms ease-in;
}

.link-btn {
    cursor: pointer;
    border-radius: 10px;

    color: rgb(34, 32, 32);
    font-weight: 700;
    font-size: 16px;
    transition: all 200ms ease-in;
    z-index: 2;
    border: 5px solid rgb(189, 224, 236);
}


.filters-title {
    width: 95%;
    display: flex;
    font-size: 30px;
    justify-content: space-between;
    margin-top: 1%;
    max-height: 500px;
    height: 5%;
    border-bottom: 1px black solid;
    align-items: center;
    margin-top: 10%;
    color: #000;
    font-weight: 600;
    border-radius: 10px;
}

.close-icon .fa {
    font-size: 1.8em !important;
    cursor: pointer;
    color: #ce3030;
}

.custom-handheld-bar .storefront-handheld-footer-bar {
    position: sticky !important;
    /* or relative if you don’t want sticky */
    top: 0 !important;
    bottom: auto !important;
    left: 0;
    right: 0;
    border-top: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    /* match header background */
    z-index: 9999;
}

.secondary-style {
    background-color: #ffffffbe;
    display: flex;
    padding: 6px;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    width: 100%;
}

/* end custom filters */



.custom-handheld-bar {
    width: 100%;
}

/* footer */
.site-footer {
    background: #111;
    color: #fff;
    padding: 40px 20px 20px;
}

.where-to-find-us {
    padding: 30px 0;
    background: #f8f8f8;
    color: #222;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.where-to-find-us h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #e60000;
}

.where-to-find-us .subtitle {
    font-size: 1rem;
    margin-bottom: 25px;
    color: #555;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.info-block {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.info-block h3 {
    margin-bottom: 10px;
    color: #e60000;
}

.info-block a {
    color: #222;
    text-decoration: none;
    font-weight: bold;
}

.map iframe {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.site-info {
    text-align: center;
    font-size: 0.9rem;
    color: #aaa;
    margin-top: 20px;
}

/* end footer */


.woocommerce-products-header__title.page-title {
    content: "";
}

div.page-description>p {
    display: flex;
    justify-content: center;
}

.custom-single-product {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
}

.product-image {
    display: flex;
    justify-content: center;
}

.product-summary {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-title {
    font-size: 2rem;
    font-weight: bold;
}

.product-price {
    font-size: 1.5rem;
    color: #b30000;
}

.product-booking {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-meta {
    font-size: 0.9rem;
    color: #777;
}

.product-description,
.product-additional-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 1.6;
}


.toggle-links {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}

.toggle-link {
    flex: 1;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
    background: #eee;
    font-weight: bold;
    transition: background 0.3s;
}

.toggle-link.active {
    background: #c00;
    color: #fff;
}

.toggle-content {
    width: 100%;
}

.hidden {
    display: none;
}

@media (max-width: 896px) {

    /* Hide the second calendar (right one) */
    .daterangepicker .drp-calendar.right {
        display: none !important;
    }

    /* Expand the left calendar to take full width */
    .daterangepicker .drp-calendar.left {
        width: 100% !important;
    }

    /* Center the month + arrows */
    .daterangepicker .calendar-table thead tr th.month {
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
    }

    ul.products li {
        min-width: unset !important;
    }

    .car-details {
        display: flex;
        justify-content: center;
        font-size: 12px;
        flex-wrap: wrap;
    }
    .menu-item.rc24-filters-li a,
    .menu-item.rc24-filters-li,
    .menu-item.lc-cars-li {
        display: none;
    }
}

/* Container */
.larissa-coverage-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 18px 0 22px;
    padding: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    background: #fafafa;
}

/* Header row */
.lc-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lc-title {
    margin: 0;
    font-size: 1.05rem;
}

.lc-required {
    color: #d33;
    font-weight: 700;
}

/* Options stack (becomes 2 columns on wide screens) */
.larissa-coverage-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 900px) {
    .larissa-coverage-options {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
    }
}

/* Option card */
.larissa-coverage-option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    background: #fff;
    transition: box-shadow .15s ease, border-color .15s ease;
    flex: 1 1 48%;
    justify-content: center;
    flex-direction: column-reverse;
}

@media (max-width: 896px) {
    .larissa-coverage-option {
        flex-basis: 100%;
    }
}

.larissa-coverage-option:hover,
.larissa-coverage-option:has(.lc-radio:checked) {
    border-color: #d0d7ff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

/* Radio + body */
.lc-radio {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: #2563eb;
    /* modern, clean */
}

.lc-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 auto;
    width: 100%;
}

/* First row: label left, excess right */
.lc-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    width: 100%;

}

.lc-head {
    font-weight: 700;
    letter-spacing: .1px;
}

.lc-excess {
    margin-left: auto;
    font-size: .92rem;
    opacity: .8;
}

/* Description + note */
.lc-desc {
    margin: 0;
    color: #555;
    line-height: 1.35;
}

.lc-note {
    margin: 0;
    color: #666;
    font-size: .9rem;
}

/* Accessibility states */
.larissa-coverage-option:focus-within {
    outline: 2px solid #2563eb33;
    outline-offset: 2px;
    border-color: #2563eb66;
}

/* Hide the radio but keep it accessible */
.larissa-coverage-option {
    position: relative;
}

.larissa-coverage-option .lc-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}

/* Selected state (JS adds .is-selected) */
.larissa-coverage-option.is-selected {
    border-color: #ef4444;
    /* red-500 */
    background: #fee2e2;
    /* red-100 */
    box-shadow: 0 0 0 2px rgba(239, 68, 68, .15) inset;
}

.larissa-coverage-option.is-selected .lc-head,
.larissa-coverage-option.is-selected .lc-excess {
    color: #991b1b;
}

/* red-800 */

/* Optional: hover hint */
.larissa-coverage-option:hover {
    border-color: #fca5a5;
    /* red-300 */
}

/* Keyboard focus */
.larissa-coverage-option:focus-within {
    outline: 2px solid rgba(239, 68, 68, .25);
    outline-offset: 2px;
}


/* --- CART (Blocks) — force flex instead of grid --- */
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar-layout {
    display: flex !important;
    /* override Blocks grid */
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 22px;
}

/* Main items column (left) */
.woocommerce-cart .wc-block-cart .wc-block-components-main {
    flex: 1 1 700px;
    min-width: 0;
    /* prevent overflow */
}

/* Totals sidebar (right) */
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar {
    flex: 0 0 360px;
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Items table “card” look */
.woocommerce-cart .wc-block-cart .wc-block-cart-items {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.woocommerce-cart .wc-block-cart .wc-block-cart-items table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-cart .wc-block-cart .wc-block-cart-items th,
.woocommerce-cart .wc-block-cart .wc-block-cart-items td {
    vertical-align: middle;
    padding: 12px 14px;
    border-bottom: 1px solid #f1f5f9;
}

.woocommerce-cart .wc-block-cart .wc-block-cart-items tr:last-child td {
    border-bottom: 0;
}

/* Totals card */
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart-totals-block {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    background: #fff;
}

/* Checkout button */
.woocommerce-cart .wc-block-cart .wc-block-components-button.wp-element-button {
    width: 100%;
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 700;
    background: #ef4444;
    color: #fff;
}

/* Remove “cross-sells”/suggested items block if present */
.woocommerce-cart .wc-block-cart .wp-block-woocommerce-cross-sells-block {
    display: none;
}


/* Woo Blocks top snackbar/notice */
.wc-block-components-notices__snackbar .wc-block-components-snackbar,
.wc-block-components-notice-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #1f2937 !important;
    /* dark */
    color: #fff !important;
    border-left: 5px solid #ef4444;
    /* red accent */
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
}

/* Button inside the banner */
.wc-block-components-notice-banner .wc-block-components-button {
    border-radius: 9999px;
    padding: 9px 14px;
    background: #ef4444 !important;
    color: #fff !important;
    border: none;
}

/* Product: selected waiver badge (flex) */
.lc-selected-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px dashed #ef4444;
    border-radius: 10px;
    background: #fff1f2;
    color: #991b1b;
    margin-bottom: 6px;
}

.lc-selected-badge strong {
    font-weight: 800;
}

.wp-block-woocommerce-cart {
    container-type: normal !important;
}

.wc-block-components-sidebar-layout {
    display: flex !important;
    justify-content: center;
}

header h1.entry-title,
article div.entry-content {
    color: #000;
}

/* Hide any cross-sells / product collections inside the Cart (Blocks) */
.woocommerce-cart .wp-block-woocommerce-cross-sells-block,
.woocommerce-cart .wc-block-cart [class*="empty-cart"] .wp-block-woocommerce-product-collection,
.woocommerce-cart .wc-block-cart [class*="empty-cart"] .wp-block-woocommerce-product-query,
.woocommerce-cart .wc-block-cart [class*="empty-cart"] .wp-block-woocommerce-products {
    display: none !important;
}

/* Handheld footer bar: car icon via pseudo-element like Storefront does */
.storefront-handheld-footer-bar ul li.cars>a::before {
    /* FA6 solid car-side = \f5e4. Use \f1b9 for classic car if you prefer */
    content: "\f5e4";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    /* fallback */
    font-weight: 900;
    /* solid */
}

/* Optional: disabled state visual (link removed by JS on Cars page) */
.storefront-handheld-footer-bar li.cars.is-disabled>a {
    opacity: 1;
    pointer-events: none;
}

.archive .storefront-handheld-footer-bar li.cars.is-disabled>a {
    color: grey;
}

.menu-item.lc-cars-li .lc-cars-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
    gap: 10%;
    background: #e41a1f;
    border-radius: 1rem;
    cursor: pointer;
}

.archive .menu-item.lc-cars-li .lc-cars-link {
    cursor: default;
    background: #d2b4b5;
}

.site-header-cart:hover .widget_shopping_cart {
    display: none;
}

.lc-locked {
    opacity: .5;
    cursor: not-allowed;
}

.lc-waiver-error {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    margin-bottom: 8px;
    background: #fee2e2;
    color: #7f1d1d;
    border: 1px solid #fecaca;
    border-radius: 8px;
}

.lc-attn {
    outline: 2px solid #ef4444;
    outline-offset: 4px;
}

.lc-waiver-totals {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
    margin: 12px 0;
}

.lc-waiver-totals .row {
    display: flex;
    align-items: baseline;
}

.lc-waiver-totals .row .val {
    margin-left: auto;
    font-weight: 800;
}

.lc-waiver-totals .row.total {
    font-size: 1.05rem;
}

.lc-waiver-totals .hint {
    color: #6b7280;
    font-size: .9rem;
}

/* WooCommerce Blocks: hide address groups we don’t use */
.wc-block-components-address-form__address_1,
.wc-block-components-address-form__address_2,
.wc-block-components-address-form__city,
.wc-block-components-address-form__state,
.wc-block-components-address-form__postcode,
.wc-block-components-address-form__address_2-toggle,
.wc-block-components-form .wc-block-components-text-input[name="billing_company"] {
    display: none !important;
}

/* Make the order summary on the right cleaner */
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    margin: 0.25rem 0;
}

body {
    overflow: hidden !important;
}

.page-id-9 .site-content .col-full div#primary.content-area,
.privacy-policy div#content div.col-full {
    background-color: rgb(255, 255, 255, 85%);
}

/* ============ Car Carousel — variables ============ */
:root {
    --car-accent: #e0352f;
    /* theme red */
    --car-bg: rgba(0, 0, 0, .7);
    --car-dot: #cfd3d8;
    --car-dot-active: var(--car-accent);
    --car-radius: 14px;
    --car-shadow: 0 12px 30px rgba(0, 0, 0, .25);
    --car-arrow-bg: rgba(0, 0, 0, .55);
    --car-arrow-bg-hover: rgba(0, 0, 0, .75);
}

/* ============ Wrapper & viewport ============ */
.car-carousel {
    position: relative;
    margin: 1.5rem auto;
    max-width: min(100%, 1100px);
    user-select: none;
}

.car-carousel__viewport {
    position: relative;
    overflow: hidden;
    border-radius: var(--car-radius);
    background: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .25));
    box-shadow: var(--car-shadow);
}

/* Height rules:
     - Desktop: not too tall
     - Mobile: a bit taller than before (based on width) */
.car-carousel__viewport {
    height: clamp(320px, 50vh, 540px);
}

@media (max-width: 896px) {
    .car-carousel__viewport {
        height: clamp(260px, 70vw, 460px);
    }
}

/* ============ Track & slides ============ */
.car-carousel__track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform .45s ease;
    will-change: transform;
    touch-action: pan-y;
}

.car-carousel__slide {
    flex: 0 0 100%;
    display: grid;
    place-items: center;
}

.car-carousel__img {
object-position: center !important;
    object-fit: contain !important;
    /* letterbox as needed, never crop */
    display: block;
    cursor: default;
}

/* ============ Arrows ============ */
.car-carousel__nav {
    position: absolute;
    inset-block: 0;
    margin-block: auto;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 0;
    color: #fff;
    font: 700 24px/0 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: var(--car-arrow-bg);
    display: grid;
    place-items: center;
    transition: background .2s ease, transform .2s ease, opacity .2s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}

.car-carousel__nav:hover {
    background: var(--car-arrow-bg-hover);
    transform: translateY(-1px);
}

.car-carousel__nav:disabled {
    opacity: .35;
    pointer-events: none;
}

.car-carousel__nav.is-prev {
    left: 10px;
}

.car-carousel__nav.is-next {
    right: 10px;
}

@media (max-width: 896px) {
    .car-carousel__nav {
        height: 42px;
        width: 42px;
        font-size: 22px;
    }

    .car-carousel__nav.is-prev {
        left: 6px;
    }

    .car-carousel__nav.is-next {
        right: 6px;
    }
}

/* ============ Dots ============ */
.car-carousel__dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 12px 0 0;
}

.car-carousel__dot {
    height: 8px;
    width: 28px;
    border-radius: 999px;
    border: 0;
    background: var(--car-dot);
    opacity: .9;
    transition: background .2s ease, transform .15s ease, opacity .2s ease;
}

.car-carousel__dot:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.car-carousel__dot.is-active {
    background: var(--car-dot-active);
}

/* Give a little breathing room below dots */
.car-carousel+.car-carousel__dots {
    margin-top: 12px;
}

/* ============ Lightbox ============ */
.car-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .92);
    display: grid;
    grid-template-areas: "stack";
    place-items: center;
    padding: 28px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.car-lightbox.open {
    opacity: 1;
    pointer-events: auto;
}

.car-lightbox[hidden] {
    display: grid;
}

/* keep grid sizing but hidden until open */

.car-lightbox img {
    grid-area: stack;
    max-width: 92vw;
    max-height: 88vh;
    object-fit: contain;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .6);
}

/* Lightbox controls */
.car-lightbox__close {
    position: fixed;
    top: 14px;
    right: 14px;
    height: 42px;
    width: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font: 700 22px/0 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background .2s ease, transform .15s ease;
}

.car-lightbox__close:hover {
    background: rgba(255, 255, 255, .22);
    transform: rotate(90deg);
}

.car-lightbox__nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font: 700 26px/0 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background .2s ease, transform .15s ease;
}

.car-lightbox__nav:hover {
    background: rgba(255, 255, 255, .22);
    transform: translateY(-50%) scale(1.06);
}

.car-lightbox__nav.is-prev {
    left: 20px;
}

.car-lightbox__nav.is-next {
    right: 20px;
}

@media (max-width:896px) {
    .car-lightbox {
        padding: 16px;
    }

    .car-lightbox img {
        max-width: 94vw;
        max-height: 84vh;
    }

    .car-lightbox__nav {
        height: 48px;
        width: 48px;
        font-size: 22px;
    }

    .car-lightbox__nav.is-prev {
        left: 10px;
    }

    .car-lightbox__nav.is-next {
        right: 10px;
    }

    .car-lightbox__close {
        height: 40px;
        width: 40px;
        font-size: 20px;
    }
}

/* Optional: pointer cursor on images inside carousel */
.car-carousel__slide img {
    cursor: default;
    object-fit: contain !important;
}


/* layout helpers */
.larissa-checkout .lc-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 24px
}

@media(max-width:980px) {
    .larissa-checkout .lc-grid {
        grid-template-columns: 1fr
    }
}

.larissa-checkout .row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.larissa-checkout .row-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px
}

.larissa-checkout .form-row {
    margin: 0 0 12px
}

.larissa-checkout .btn-primary {
    width: 100%;
    padding: 14px;
    border: 0;
    border-radius: 10px;
    background: #222;
    color: #fff;
    font-weight: 600
}

.larissa-checkout .lc-side {
    background: rgba(0, 0, 0, .06);
    border-radius: 14px;
    padding: 16px
}

.hidden {
    display: none
}

/* cards & switches */
.lc-card {
    padding: 12px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .04);
    margin: 12px 0
}

.switch-row {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

/* dropzones */
.dz {
    position: relative
}

.dz input[type=file] {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.dz__box {
    border: 1.5px dashed rgba(0, 0, 0, .3);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #fff
}

.dz.is-over .dz__box {
    border-color: #e33;
    background: #fff5f5
}

.dz__label {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.dz__hint {
    font-size: 12px;
    opacity: .7
}

.dz__name {
    font-size: 12px;
    opacity: .85
}

.dz__preview img {
    display: block;
    max-width: 100%;
    max-height: 140px;
    border-radius: 8px
}

/* Order Summary */
.os-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px
}

/* Card layout */
.os-card {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 12px;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(2px);
    border-radius: 14px;
    padding: 12px
}

.os-thumb {
    width: 84px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px
}

.os-body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.os-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center
}

.os-title {
    font-weight: 700
}

.os-qty {
    font-weight: 500;
    opacity: .7;
    margin-left: 6px
}

.os-line-total {
    font-weight: 700
}

.os-specs {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .08)
}

.chip i {
    font-size: 12px
}

.os-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 13px
}

.os-meta strong {
    font-weight: 600
}

.os-coverage {
    margin-top: 4px;
    padding: 6px 8px;
    border-radius: 8px;
    background: rgba(255, 0, 0, .06);
    font-weight: 600
}

/* Totals */
.os-totals {
    margin-top: 6px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .06)
}

.os-totals .row {
    display: flex;
    justify-content: space-between;
    margin: 6px 0
}

.os-totals .grand {
    font-weight: 800;
    border-top: 1px solid rgba(0, 0, 0, .15);
    padding-top: 8px
}




/* --------- */
/* Scope everything tightly to the account page */
body.woocommerce-account .entry-content>.woocommerce {
    max-width: 1080px;
    margin: 0 auto;
    padding-inline: clamp(12px, 3vw, 24px);
}

/* Woo notice ribbon (error/success/info) */
body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error,
body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info {
    border: 0;
    border-radius: 14px;
    padding: 14px 18px;
    margin-bottom: 18px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .18);
}

body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error {
    background: linear-gradient(180deg, #ef4444, #dc2626);
    color: #fff;
}

body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message {
    background: linear-gradient(180deg, #22c55e, #16a34a);
    color: #fff;
}

body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info {
    background: linear-gradient(180deg, #3b82f6, #2563eb);
    color: #fff;
}

/* Two column layout → modern cards */
#customer_login.u-columns.col2-set {
    display: flex;
    gap: clamp(16px, 2.5vw, 28px);
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

#customer_login .u-column1,
#customer_login .u-column2 {
    flex: 1 1 460px;
    display: flex;
}

/* Card */
#customer_login .u-column1>form,
#customer_login .u-column2>form {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: clamp(20px, 3.2vw, 30px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
}

#customer_login h2 {
    margin: 0 0 14px;
    font-size: clamp(20px, 2.6vw, 26px);
    font-weight: 800;
    letter-spacing: .2px;
    color: #fff;
}

#customer_login label {
    font-weight: 600;
    margin-bottom: 6px;
    color: #1c1c1c;
}

/* Inputs */
#customer_login .form-row {
    margin: 0 0 14px;
}

#customer_login input[type="text"],
#customer_login input[type="email"],
#customer_login input[type="password"] {
    width: 100%;
    border: 0;
    outline: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #111;
    border-radius: 14px;
    padding: 14px 16px;
    line-height: 1.25;
    transition: box-shadow .2s ease, transform .06s ease;
}

#customer_login input[type="text"]:focus,
#customer_login input[type="email"]:focus,
#customer_login input[type="password"]:focus {
    box-shadow: 0 0 0 3px rgba(220, 38, 38, .25);
    transform: translateY(-1px);
}

#customer_login .woocommerce-form__input-checkbox+span,
#customer_login .woocommerce-LostPassword a {
    color: #1c1c1c;
}

/* Buttons */
#customer_login .button,
#customer_login .woocommerce-form-login__submit,
#customer_login button[name="register"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 48px;
    border-radius: 14px;
    border: 0;
    font-weight: 800;
    letter-spacing: .3px;
    color: #1c1c1c;
    background: linear-gradient(90deg, #ef4444, #dc2626);
    box-shadow: 0 10px 24px rgba(220, 38, 38, .35);
    transition: transform .08s ease, box-shadow .2s ease, filter .2s ease;
}

#customer_login .button:hover {
    filter: brightness(1.06);
    box-shadow: 0 12px 28px rgba(220, 38, 38, .45);
}

#customer_login .button:active {
    transform: translateY(1px);
}

/* Helpers under buttons */
#customer_login .woocommerce-LostPassword a,
#customer_login .woocommerce-form__label-for-checkbox {
    font-size: 13px;
    opacity: .9;
}

/* Make the whole section read better on your dark bg */
body.woocommerce-account .entry-content {
    color: #1c1c1c;
}

/* Small adjustments for super-narrow screens */
@media (max-width: 896px) {
    #customer_login h2 {
        margin-bottom: 10px;
    }

    #customer_login .button {
        height: 46px;
    }
}



/* --- Tabs styling --- */
.acc-switch {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 8px auto 18px;
    width: min(1080px, 100%);
}

.acc-switch .acc-tab {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .06);
    color: #1c1c1c;
    padding: 10px 18px;
    border-radius: 9999px;
    font-weight: 800;
    letter-spacing: .2px;
    cursor: pointer;
    transition: filter .2s ease, box-shadow .2s ease, transform .08s ease;
}

.acc-switch .acc-tab.is-active {
    background: linear-gradient(90deg, #ef4444, #dc2626);
    box-shadow: 0 10px 24px rgba(220, 38, 38, .35);
}

.acc-switch .acc-tab:active {
    transform: translateY(1px);
}

/* --- Show one card at a time --- */
#customer_login.mode-login .u-column1 {
    display: flex !important;
}

#customer_login.mode-login .u-column2 {
    display: none;
}

#customer_login.mode-register .u-column1 {
    display: none;
}

#customer_login.mode-register .u-column2 {
    display: flex;
}

/* Smooth appearance */
#customer_login .u-column1>form,
#customer_login .u-column2>form {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .22s ease, transform .22s ease;
}

#customer_login.mode-login .u-column2>form,
#customer_login.mode-register .u-column1>form {
    opacity: .0;
    transform: translateY(4px);
}

.woocommerce-account .u-columns h2 {
    display: none;
}



/* Add to your account-modern.css */
.woocommerce-account .larissa-docs {
    margin-top: 10px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, .07);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
}

.woocommerce-account .larissa-docs legend {
    font-weight: 800;
    color: #1c1c1c;
    padding: 0 6px;
    margin: 0 0 8px;
}

.woocommerce-account .larissa-docs input[type=file] {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    border: 0;
}





/* Base wrapper */
.page-id-10.logged-in body.woocommerce-account .entry-content>.woocommerce {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: clamp(14px, 2.6vw, 28px);
    align-items: start;
}

@media (max-width: 896px) {
    .page-id-10.logged-in body.woocommerce-account .entry-content>.woocommerce {
        grid-template-columns: 1fr;
    }
}

/* Sidebar nav (glass card) */
.page-id-10.logged-in .woocommerce-MyAccount-navigation {
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    padding: 14px;
    position: sticky;
    top: 90px;
}

.page-id-10.logged-in .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}

.page-id-10.logged-in .woocommerce-MyAccount-navigation li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    color: #313131;
    text-decoration: none;
    font-weight: 700;
    transition: background .18s ease, transform .06s ease;
}

.page-id-10.logged-in .woocommerce-MyAccount-navigation li a:hover {
    background: rgba(255, 255, 255, 0.09);
}

.page-id-10.logged-in .woocommerce-MyAccount-navigation li.is-active a {
    background: linear-gradient(90deg, #ef4444, #dc2626);
    color: #fff;
    box-shadow: 0 8px 20px rgba(220, 38, 38, .35);
}

/* Content card */
.page-id-10.logged-in .woocommerce-MyAccount-content {
    background: rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: clamp(18px, 3vw, 28px);
    color: #f3f4f6;
}

.page-id-10.logged-in .woocommerce-MyAccount-content a {
    color: #111;
    text-decoration: underline;
}

/* Optional — hide Woo’s default intro paragraph */
.page-id-10.logged-in .woocommerce-MyAccount-content>p:first-of-type {
    display: none;
}

/* Verification banner */
.page-id-10.logged-in .acc-verify {
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 14px;
    padding: 12px 14px;
    margin: 0 0 14px;
    font-weight: 700;
}

.page-id-10.logged-in .acc-verify__title {
    margin-right: 6px;
}

.page-id-10.logged-in .acc-verify--pending {
    background: linear-gradient(180deg, #fbbf24, #f59e0b);
    color: #111;
}

.page-id-10.logged-in .acc-verify--verified {
    background: linear-gradient(180deg, #22c55e, #16a34a);
    color: #111;
}

.page-id-10.logged-in .acc-verify--rejected {
    background: linear-gradient(180deg, #ef4444, #dc2626);
    color: #111;
}

/* Quick actions grid */
.page-id-10.logged-in .acc-quick {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 12px;
    margin: 8px 0 2px;
}

.page-id-10.logged-in .acc-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-decoration: none;
    color: #111;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 14px;
    transition: transform .06s ease, box-shadow .2s ease, filter .2s ease;
}

.page-id-10.logged-in .acc-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
}

.page-id-10.logged-in .acc-card__title {
    font-weight: 800;
}

.page-id-10.logged-in .acc-card__desc {
    opacity: .85;
    font-size: 13px;
}

/* Tables and forms within account pages */
.page-id-10.logged-in .woocommerce-MyAccount-content table.shop_table {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.page-id-10.logged-in .woocommerce-MyAccount-content table.shop_table th,
.page-id-10.logged-in .woocommerce-MyAccount-content table.shop_table td {
    color: #1d1d1d;
    border-color: rgba(255, 255, 255, 0.14);
}

.page-id-10.logged-in .woocommerce-MyAccount-content .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 12px;
    padding: 10px 16px;
    font-weight: 800;
    color: #111;
    text-decoration: none;
    background: linear-gradient(90deg, #ef4444, #dc2626);
    box-shadow: 0 8px 20px rgba(220, 38, 38, .35);
    transition: filter .2s ease, transform .06s ease;
}

.page-id-10.logged-in .woocommerce-MyAccount-content .button:hover {
    filter: brightness(1.06);
}

.page-id-10.logged-in .woocommerce-MyAccount-content .button:active {
    transform: translateY(1px);
}


/* Documents endpoint card */
.larissa-docs-card {
    background: rgba(255, 255, 255, .07);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    padding: 18px;
    color: #000;
}

.larissa-docs-card h3 {
    margin: 0 0 10px;
    font-weight: 800;
    color: #000;
}

.larissa-docs-card .desc {
    opacity: .9;
    margin: 0 0 14px;
}

.docs-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 4px 0 12px;
}

.doc-item {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    padding: 12px;
}

.doc-head {
    font-weight: 800;
    margin: 0 0 8px;
}

.doc-current {
    display: flex;
    align-items: center;
    gap: 10px;
}

.doc-thumb {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
}

.doc-thumb.ghost {
    background: rgba(255, 255, 255, .2);
}

.larissa-docs-form .button {
    margin-top: 6px;
}



/* Make it obvious the banner is clickable when rejected */
.acc-verify--link {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

/* Make the “Documents” card stand out when rejected */
.acc-card--primary {
    outline: 2px solid rgba(231, 41, 41, .65);
    box-shadow: 0 12px 32px rgba(231, 41, 41, .25);
}

.post-10 fieldset {
    color: #000 !important;
}


/* Keep cart and our pill in one row */
#masthead .site-header-cart {
    display: inline-flex;
    vertical-align: middle;
    min-width: 25%;
    width: 30%;
}

#masthead .header-account-pill {
    display: inline-flex;
    margin-left: .6rem;
    vertical-align: middle;
}

/* Base pill */
.header-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    height: 40px;
    padding: 0 .9rem;
    border-radius: 1rem;
    background: #6b7280;
    /* gray */
    color: #fff;
    font-weight: 600;
    border: 2px solid transparent;
    text-decoration: none;
    transition: transform .15s ease, background .2s ease, border-color .2s ease;
}

.header-pill:hover {
    transform: translateY(-1px);
}

.pill-icon {
    display: inline-flex;
}

.pill-text {
    line-height: 1;
}

/* Status borders when logged in */
.header-pill--account.status--verified {
    border-color: #22c55e;
}

/* green */
.header-pill--account.status--pending {
    border-color: #f59e0b;
}

/* amber */
.header-pill--account.status--rejected {
    border-color: #ef4444;
}

/* red */

@media (max-width: 896px) {
    #masthead .header-account-pill {
        margin-left: .4rem;
    }

    .header-pill {
        height: 36px;
        padding: 0 .75rem;
    }
}


li.menu-item.lc-cars-li {
    width: 100%;
}


.lc-docs-note {
    margin: 12px 0;
    padding: 12px;
    border-radius: 10px
}

.lc-docs-note--ok {
    background: #e8fff2;
    border: 1px solid #2ecc71
}

.lc-docs-note--pending {
    background: #fff8e1;
    border: 1px solid #f39c12
}

.lc-docs-note--rejected {
    background: #ffecec;
    border: 1px solid #e74c3c
}

.larissa-verify-banner {
    padding: .75rem 1rem;
    border-radius: .5rem;
    margin: 0 0 1rem;
    font-weight: 600
}

.larissa-verify--ok {
    background: #e6ffed;
    border: 1px solid #b6f3c1;
    color: #145c2b
}

.larissa-verify--pending {
    background: #fff8e1;
    border: 1px solid #ffe49a;
    color: #7a5600
}

.larissa-verify--bad {
    background: #ffecec;
    border: 1px solid #ffb8b8;
    color: #7a1212
}

.larissa-docs-section {
    margin-top: 1.5rem
}

.larissa-doc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.larissa-docs-hint {
    opacity: .75;
    margin-top: .5rem
}

@media (max-width:896px) {
    .larissa-doc-grid {
        grid-template-columns: 1fr
    }
}

.larissa-bacs-box {
    background: #f8fafd;
    border: 1px solid #d7e2f3;
    padding: 1rem;
    border-radius: .5rem;
    margin-top: 1rem
}

.post-type-archive-product .site-content .col-full div#primary.content-area main#main.site-main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.post-type-archive-product ul.products {
    width: 100%;
}

/* larissa-checkout.css - focused modern checkout UI */

/* container, center and limit width */
body .woocommerce-checkout .woocommerce {
    max-width: 1120px;
    margin: 18px auto;
    padding: 0 18px 48px;
    box-sizing: border-box;
}

/* grid: put billing / form left and order summary right */
.woocommerce-checkout .col2-set {

    gap: 28px;
    align-items: start;
}

/* responsive single-column for narrow viewports */
@media (max-width: 980px) {
    .woocommerce-checkout .col2-set {
        grid-template-columns: 1fr !important;
        gap: 16px;
        padding: 0 12px;
    }
}

.woocommerce-checkout .col2-set .col-2 {
    display: none;
}

/* form card style (left column) */
.woocommerce-checkout .col-1,
.woocommerce-checkout .col1,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout form.checkout {
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

/* inputs (big, modern) */
.woocommerce-checkout input.input-text,
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="text"],
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.96);
    font-size: 14px;
    color: #222;
    box-sizing: border-box;
}

/* two-column fields */
.woocommerce .form-row-first,
.woocommerce .form-row-last {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.woocommerce .form-row-first {
    margin-right: 4%;
}

/* stacking on mobile */
@media (max-width: 640px) {

    .woocommerce .form-row-first,
    .woocommerce .form-row-last {
        width: 100%;
        display: block;
        margin-right: 0;
    }
}

/* order summary card (right column) */
.woocommerce-checkout .col-2,
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table,
.woocommerce-checkout #order_review {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
    color: #222;
}

/* sticky order summary on desktop */
@media (min-width: 981px) {
    .woocommerce-checkout .col2-set> :nth-child(2) {
        position: sticky;
        top: 30px;
        align-self: start;
    }
}

/* order lines */
.woocommerce-checkout .shop_table .product-name {
    font-weight: 600;
    color: #111;
}

.woocommerce-checkout .shop_table .product-total {
    font-weight: 700;
}

/* Place order button matches site brand */
.woocommerce-checkout button#place_order,
.woocommerce-checkout .place-order .button {
    display: block;
    width: 100%;
    padding: 14px 18px;
    border-radius: 10px;
    background: #cf1f1f;
    /* brand red */
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: none;
    box-shadow: 0 10px 20px rgba(207, 31, 31, 0.18);
    transition: transform .12s ease;
}

.woocommerce-checkout button#place_order:hover {
    transform: translateY(-2px);
}

/* Notices: verification banner (green) */
.woocommerce .larissa-verify-ok,
.woocommerce .woocommerce-message.larissa-verified {
    background: #eaf8ee;
    color: #0b6b3a;
    border: 1px solid #d6f0dc;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 18px;
    font-weight: 600;
}

/* errors */
.woocommerce .woocommerce-error {
    background: #d83b2f;
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 18px;
}

/* ---------- Coming soon payment UI ---------- */
.larissa-coming-soon-payment {
    margin-bottom: 18px;
}

.larissa-coming-soon-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
}

.larissa-coming-soon-label input[type="radio"] {
    transform: scale(1.0);
    margin-right: 8px;
}

.larissa-coming-soon-title {
    font-weight: 700;
    color: #222;
}

.larissa-coming-soon-badge {
    background: #f3f3f3;
    color: #222;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    margin-left: 8px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* visually de-emphasize (disabled) */
.larissa-coming-soon-label input[disabled]~.larissa-coming-soon-title {
    opacity: 0.6;
}

/* small explanatory note under the radio */
.larissa-coming-soon-note {
    margin-top: 8px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
}

/* if you want the label clickable, give it a hover */
.larissa-coming-soon-label:hover {
    opacity: 0.95;
}

/* small modal/toast style used by the JS */
.larissa-toast {
    position: fixed;
    right: 20px;
    top: 80px;
    z-index: 99999;
    background: #323232;
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
    display: none;
}

/* tiny responsive cleanup */
@media (max-width: 896px) {
    .woocommerce-checkout button#place_order {
        padding: 12px;
        font-size: 15px;
    }

    .woocommerce-checkout .col2-set {
        padding: 0 10px;
    }

    .page-id-8 div.site-content div.col-full,
    .page-id-204 div.site-content div.col-full {
        width: 100%;
    }

    #masthead .header-account-pill {
        display: none;
    }
}

.page-id-8 a.wc-block-components-product-name {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}


  .footer-credit-link:hover {
    color: #80c0c0;
    text-decoration: underline;
  }
  
 .custom-filters  .custom-search{
     display: flex;
    flex-direction: column;
    align-items: center;
 }
  
  
.rc24-cat-switch { margin: .25rem 0 .75rem; }
.rc24-cat-switch select{
  appearance:none; padding:.5rem .8rem; min-width:170px;
  border-radius:10px; border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.1); color:#000;
}
    body div#content.site-content {
        background: linear-gradient(1deg, rgba(255, 255, 255, 0.95) 0%, rgba(230, 230, 230, 0.85) 33%, rgba(255, 250, 250, 0.4) 100%) !important;}
        
        
/* keep header pills evenly spaced */
#site-header-cart { display:flex; gap:.5rem; align-items:center; }

/* match your pill aesthetics if needed */
.rc24-filters-li .link-btn.third-style {
  /* optional: only if it needs the same glass/glow as other pills */
  /* example tweaks; adjust or remove if you already have them */
  border-radius: 999px;
  padding: .55rem 1rem;
  backdrop-filter: saturate(140%) blur(2px);
}
.home h1.slogan > a{

    font-size: 21px;
    padding: 1%;
}