/* RENTCARS4LESS styling for WooCommerce/RnB rental products */

.woocommerce-page #content,
.woocommerce-page .site-content,
.woocommerce-page .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.woocommerce-page #primary {
    width: 100%;
    margin: 0;
    padding: 11rem 1.5rem 5rem;
    background: #f8fafc;
}

body.single-product.woocommerce-page #page #content #primary {
    margin: 0 !important;
    padding: 10.5rem 1.5rem 5rem !important;
}

body.woocommerce-cart #page #content #primary {
    margin: 0 !important;
    padding: 9rem 1.5rem 5rem !important;
}

body.woocommerce-checkout #page #content #primary {
    margin: 0 !important;
    padding: 10rem 1.5rem 8rem !important;
}

.r4l-request-only-box {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    color: #7c2d12;
    font-weight: 700;
    line-height: 1.65;
    margin: 1.25rem 0;
    padding: 1.25rem;
}

.r4l-request-only-box h3 {
    color: #143963;
    font-size: 1.25rem;
    font-weight: 900;
    margin: 0 0 0.6rem;
    text-transform: uppercase;
}

.r4l-request-only-box p {
    margin: 0 0 0.75rem;
}

.r4l-request-only-box p:last-child {
    margin-bottom: 0;
}

.r4l-request-only-box a {
    color: #143963;
    font-weight: 900;
}

.r4l-request-only-box a:hover {
    color: #ec671a;
}

body.woocommerce-cart #primary .entry-header,
body.woocommerce-cart #primary .entry-title,
body.woocommerce-cart #primary .entry-content > h1:first-child,
body.woocommerce-checkout #primary .entry-header,
body.woocommerce-checkout #primary .entry-title,
body.woocommerce-checkout #primary .entry-content > h1:first-child {
    width: 100%;
    text-align: center;
}

body.woocommerce-cart #primary .entry-header,
body.woocommerce-checkout #primary .entry-header {
    padding-top: 2rem;
}

body.woocommerce-cart #primary .entry-title,
body.woocommerce-cart #primary .entry-content > h1:first-child,
body.woocommerce-checkout #primary .entry-title,
body.woocommerce-checkout #primary .entry-content > h1:first-child {
    color: #143963 !important;
    font-size: 3rem !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    margin: 0 0 2.5rem !important;
    text-transform: uppercase;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .product-name dl.variation {
    clear: both;
    display: grid;
    gap: 0.35rem;
    width: 100%;
    margin: 1.05rem 0 0;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .product-name dl.variation dt,
body.woocommerce-checkout .woocommerce-checkout-review-order .product-name dl.variation dd {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .product-name dl.variation dt {
    color: #1e1e1e;
    font-weight: 900;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .product-name dl.variation dd {
    color: #1e1e1e;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .product-name dl.variation dd p {
    margin: 0;
}

.r4l-checkout-deposit-note {
    margin: 1rem 0 0;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    background: #f0fdf4;
    color: #166534;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.55;
    padding: 1rem;
}

.r4l-product-back-wrap {
    max-width: 1500px;
    margin: 0 auto 1.25rem;
}

.r4l-product-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3rem;
    border: 2px solid #ec671a;
    border-radius: 8px;
    background: #ffffff;
    color: #ec671a;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
    padding: 0.85rem 1.15rem;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.r4l-product-back:hover,
.r4l-product-back:focus-visible {
    border-color: #ec671a;
    background: #ec671a;
    color: #ffffff;
}

body.single-product .woocommerce-breadcrumb {
    display: none !important;
}

.woocommerce div.product {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: 3rem;
    align-items: start;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    width: 100% !important;
    float: none !important;
}

.woocommerce div.product div.images {
    position: relative;
    background: transparent;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    padding: 0;
    overflow: visible;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(82px, 96px));
    gap: 0.85rem;
    min-height: 0;
    margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
    min-height: 0;
    margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    display: block;
    width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child {
    grid-column: 1 / -1;
    overflow: hidden;
    border: 1px solid #dbe7f4;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(20, 57, 99, 0.08);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child a {
    display: flex;
    aspect-ratio: 16 / 10;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-position: center;
    background: #ffffff;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(20, 57, 99, 0.08);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) a {
    aspect-ratio: 4 / 3;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
    transition: opacity 0.2s ease;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child):hover,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child):focus-within {
    border-color: #ec671a;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child):hover img,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child):focus-within img {
    opacity: 1;
}

.woocommerce div.product div.images .flex-viewport {
    overflow: hidden;
    border: 1px solid #dbe7f4;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(20, 57, 99, 0.08);
}

.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper {
    display: block;
}

.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__image a {
    display: flex;
    aspect-ratio: 16 / 10;
    align-items: center;
    justify-content: center;
}

.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:hover img,
.woocommerce div.product div.images .woocommerce-product-gallery__image:focus-within img {
    transform: none !important;
}

.woocommerce div.product div.images .zoomImg {
    display: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin: 0.85rem 0 0 !important;
    padding: 0 !important;
    list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    flex: 0 0 92px;
    width: 92px !important;
    margin: 0 !important;
    float: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs img {
    width: 100%;
    height: 68px;
    border: 2px solid transparent;
    border-radius: 8px;
    object-fit: cover;
    opacity: 0.7;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(20, 57, 99, 0.08);
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
    border-color: #ec671a;
    opacity: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 1rem !important;
    right: 1rem !important;
    z-index: 5;
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 12px 28px rgba(20, 57, 99, 0.18);
    color: #143963 !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    position: absolute !important;
    top: 1.78rem !important;
    left: 1.78rem !important;
    display: block !important;
    width: 0.62rem !important;
    height: 3px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #143963 !important;
    content: "" !important;
    transform: rotate(45deg) !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    position: static !important;
    display: block !important;
    width: 1rem !important;
    height: 1rem !important;
    margin: 0 !important;
    border: 3px solid #143963 !important;
    border-radius: 999px !important;
    background: transparent !important;
    box-sizing: border-box;
    content: "" !important;
    transform: translate(-1px, -1px) !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger span {
    display: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    background: #f8fafc;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder img {
    display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder::before {
    content: "Fahrzeugbild folgt";
    display: flex;
    width: min(320px, 70%);
    aspect-ratio: 16 / 10;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ccd7e4;
    border-radius: 8px;
    background: #ffffff;
    color: #64748b;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.woocommerce div.product div.summary {
    background: #ffffff;
    border: 1px solid #e5edf5;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(20, 57, 99, 0.08);
    padding: 2rem;
}

.woocommerce div.product .product_title {
    color: #143963;
    font-size: clamp(2rem, 4vw, 3.75rem);
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #ec671a;
    font-size: 1.35rem;
    font-weight: 900;
}

.r4l-tax-note {
    color: #64748b;
    font-size: 0.72em;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
}

body.single-product .summary .wc-gzd-additional-info,
body.single-product .rnb-cart .wc-gzd-additional-info,
body.single-product .summary .legal-price-info,
body.single-product .rnb-cart .legal-price-info,
body.single-product .summary .shipping-costs-info,
body.single-product .rnb-cart .shipping-costs-info,
body.single-product .summary .tax-info,
body.single-product .rnb-cart .tax-info {
    display: none !important;
}

body.single-product .product_meta,
body.single-product div.product .product_meta,
body.single-product div.summary .product_meta {
    display: none !important;
}

body.single-product .hourly-general,
body.single-product h5:has(+ .hourly-general) {
    display: none !important;
}

body.single-product .pick-up-date-picker,
body.single-product .drop-off-date-picker {
    position: relative;
}

body.single-product .r4l-date-display {
    position: absolute;
    top: 50%;
    left: 2.5rem;
    z-index: 2;
    color: #1e1e1e;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%);
}

body.single-product .r4l-has-date input {
    color: transparent !important;
    caret-color: transparent;
}

.woocommerce .rnb-cart,
.woocommerce form.cart.rnb-cart {
    margin-top: 1.5rem;
}

.r4l-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    width: 100%;
    margin: 1.25rem 0 0;
    padding-top: 1.25rem;
    border-top: 1px solid #e5edf5;
    clear: both;
    box-sizing: border-box;
}

.r4l-feature-pill {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.85rem;
    border: 1px solid #e5edf5;
    border-radius: 8px;
    background: #f8fafc;
    padding: 0.85rem 0.95rem;
    overflow: hidden;
}

.r4l-feature-pill__icon {
    display: inline-flex;
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #143963;
    color: #ffffff;
    font-size: 0.95rem;
}

.r4l-feature-pill__text {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.15rem;
}

.r4l-feature-pill__text span {
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.1;
    text-transform: uppercase;
}

.r4l-feature-pill__text strong {
    color: #143963;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

body.single-product div.summary .r4l-feature-grid {
    grid-column: 1 / -1;
}

.r4l-product-request-box {
    align-items: center;
    background: #f0f7ff;
    border: 1px solid #dbe7f4;
    border-left: 5px solid #ec671a;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(20, 57, 99, 0.08);
    display: grid;
    gap: 1.25rem;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 2rem 0;
    padding: 1.35rem;
    width: 100%;
}

.r4l-product-request-box span {
    color: #ec671a;
    display: block;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.r4l-product-request-box h2 {
    color: #143963;
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 0.55rem;
}

.r4l-product-request-box p {
    color: #475569;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}

.r4l-product-request-box__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
}

.r4l-product-request-box__actions a {
    align-items: center;
    background: #ec671a;
    border: 2px solid #ec671a;
    border-radius: 8px;
    color: #ffffff !important;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 900;
    justify-content: center;
    min-height: 46px;
    padding: 0.75rem 1rem;
    text-decoration: none !important;
    text-transform: uppercase;
}

.r4l-product-request-box__actions a:hover {
    background: #ffffff;
    color: #ec671a !important;
}

body.single-product div.product .related.products,
body.single-product .related.products {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 1500px;
    margin: 2rem auto 0;
}

body.single-product .related.products > h2 {
    color: #143963;
    font-size: clamp(1.65rem, 2.4vw, 2.35rem);
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
}

body.single-product .related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem !important;
    margin: 0 !important;
}

body.single-product .related.products ul.products::before,
body.single-product .related.products ul.products::after {
    display: none !important;
    content: none !important;
}

body.single-product .related.products ul.products li.product {
    display: flex;
    width: auto !important;
    min-width: 0;
    float: none !important;
    flex-direction: column;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid #e5edf5;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(20, 57, 99, 0.08);
    padding: 0 0 1.25rem !important;
}

body.single-product .related.products ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 0 !important;
}

body.single-product .related.products ul.products li.product img {
    display: block;
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: 260px !important;
    max-height: none;
    object-fit: contain;
    object-position: center;
    margin: 0 0 1.1rem !important;
    padding: 1rem;
    background: #f8fafc;
}

body.single-product .related.products ul.products li.product .astra-shop-summary-wrap {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 1.25rem !important;
    width: 100%;
}

body.single-product .related.products ul.products li.product .ast-woo-product-category {
    color: #8a98a9 !important;
    display: block;
    font-size: 0.95rem;
    line-height: 1.2;
    margin: 0 0 0.35rem !important;
    padding: 0 !important;
}

body.single-product .related.products ul.products li.product .woocommerce-loop-category__title,
body.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
    color: #143963;
    font-size: 1.15rem !important;
    font-weight: 900;
    line-height: 1.2;
    padding: 0 !important;
}

body.single-product .related.products ul.products li.product .price {
    color: #ec671a !important;
    font-size: 0.95rem !important;
    font-weight: 900;
    margin: 0.5rem 0 0 !important;
}

body.single-product .related.products ul.products li.product .wc-gzd-additional-info,
body.single-product .related.products ul.products li.product .legal-price-info,
body.single-product .related.products ul.products li.product .tax-info,
body.single-product .related.products ul.products li.product .shipping-costs-info {
    display: none !important;
}

body.single-product .related.products ul.products li.product .button {
    align-self: center;
    min-width: 170px;
    margin: 1rem auto 0 !important;
    text-align: center;
}

.r4l-booking-requirements {
    width: 100%;
    background: #f0f7ff;
    border: 1px solid #dbe7f3;
    border-radius: 8px;
    margin: 22px 0 18px;
    padding: 18px;
}

.r4l-rental-agreement {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px !important;
    color: #1e1e1e !important;
    font-size: 0.95rem !important;
    font-weight: 750 !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.r4l-rental-agreement__check,
.woocommerce div.product form.cart .r4l-rental-agreement input[type="checkbox"] {
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    accent-color: #ec671a;
    flex: 0 0 20px !important;
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
}

.r4l-rental-agreement span {
    display: block;
    min-width: 0;
}

.r4l-rental-agreement a {
    color: #ec671a !important;
    font-weight: 900 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    overflow-wrap: anywhere;
}

.r4l-turnstile-wrap {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    overflow: hidden;
}

.woocommerce .rnb-component-wrapper,
.woocommerce .redq-quantity,
.woocommerce .rnb-cart .redq-quantity,
.woocommerce .rnb-cart input[name="inventory_quantity"],
.woocommerce .rnb-cart input.inventory-qty,
.woocommerce .payable-extras,
.woocommerce .booking-pricing-info,
.woocommerce .rnb-pricing-plan-link {
    border-color: #e5edf5 !important;
}

.woocommerce .rnb-cart .redq-quantity {
    display: none !important;
}

body.single-product .rnb-pricing-plan-button {
    display: none !important;
}

.woocommerce .rnb-cart label,
.woocommerce .rnb-component-wrapper label,
.woocommerce .redq-quantity label {
    color: #143963;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.woocommerce .payable-extras h5 {
    color: #143963 !important;
    font-size: clamp(1.45rem, 2.2vw, 1.85rem) !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    margin: 0 0 1.35rem !important;
}

.woocommerce .rnb-cart input,
.woocommerce .rnb-cart select,
.woocommerce .rnb-cart textarea,
.woocommerce .rnb-cart .chosen-container-single .chosen-single {
    min-height: 48px;
    border: 1px solid #ccd7e4 !important;
    border-radius: 6px !important;
    background: #f8fafc !important;
    color: #1e1e1e !important;
    font-weight: 700;
}

.woocommerce .rnb-cart input:focus,
.woocommerce .rnb-cart select:focus,
.woocommerce .rnb-cart textarea:focus {
    border-color: #143963 !important;
    box-shadow: 0 0 0 2px rgba(20, 57, 99, 0.12) !important;
    outline: none;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button,
.woocommerce .rnb-cart button[type="submit"] {
    min-height: 50px;
    border: 2px solid #ec671a !important;
    border-radius: 8px !important;
    background: #ec671a !important;
    color: #ffffff !important;
    font-size: 0.875rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.85rem 1.5rem !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce .rnb-cart button[type="submit"]:hover {
    background: #ffffff !important;
    color: #ec671a !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(236, 103, 26, 0.18);
}

body.woocommerce-checkout #order_review {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding-bottom: 1rem !important;
}

body.woocommerce-checkout #order_review_heading {
    display: none !important;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #payment,
body.woocommerce-checkout .woocommerce-checkout-payment {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.woocommerce-checkout .col2-set,
body.woocommerce-checkout .col-1,
body.woocommerce-checkout .col-2,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout #payment ul.payment_methods,
body.woocommerce-checkout #payment div.form-row {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.woocommerce-checkout #customer_details {
    padding-right: 2rem;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout #payment > h3,
body.woocommerce-checkout .woocommerce-checkout-payment > h3,
body.woocommerce-checkout #payment .wc-gzd-heading-moved,
body.woocommerce-checkout #payment .payment_methods::before {
    display: block;
    color: #1e293b;
    font-size: clamp(2rem, 3vw, 2.75rem) !important;
    font-weight: 800 !important;
    line-height: 1.1;
    margin: 0 0 1.5rem !important;
    padding: 0 0 1rem !important;
    border-bottom: 1px solid #cbd5e1;
    text-transform: none !important;
}

body.woocommerce-checkout #order_review .shop_table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

body.woocommerce-checkout #order_review .shop_table th,
body.woocommerce-checkout #order_review .shop_table td {
    padding: 1.1rem 1.45rem !important;
}

body.woocommerce-checkout #order_review .shop_table .product-name {
    display: table-cell !important;
    vertical-align: top !important;
    padding-left: 1.45rem !important;
}

body.woocommerce-checkout #order_review .shop_table .product-name .wc-gzd-cart-item-name-wrapper {
    display: grid !important;
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: center;
    column-gap: 1.35rem;
    row-gap: 1.1rem;
}

body.woocommerce-checkout #order_review .shop_table .product-name .wc-gzd-cart-item-thumbnail {
    grid-column: 1;
    grid-row: 1;
}

body.woocommerce-checkout #order_review .shop_table .product-name .wc-gzd-cart-item-thumbnail img {
    float: none !important;
    display: block;
    margin: 0 !important;
}

body.woocommerce-checkout #order_review .shop_table .product-name .wc-gzd-cart-item-name-wrapper dl.variation {
    grid-column: 1 / -1;
    grid-row: 2;
}

body.woocommerce-checkout #order_review .shop_table .product-total,
body.woocommerce-checkout #order_review .shop_table .cart-subtotal td,
body.woocommerce-checkout #order_review .shop_table .order-total td {
    padding-right: 1.45rem !important;
}

body.woocommerce-checkout #order_review .shop_table .order-total th,
body.woocommerce-checkout #order_review .shop_table .order-total td,
body.woocommerce-checkout #order_review .shop_table .order-total td .woocommerce-Price-amount {
    font-weight: 900 !important;
}

body.woocommerce-checkout #payment,
body.woocommerce-checkout .woocommerce-checkout-payment,
body.woocommerce-checkout #order_review .form-row.place-order {
    padding-bottom: 0.75rem !important;
    margin-bottom: 0 !important;
}

body.woocommerce-checkout .wc-gzd-order-submit p[data-checkbox="terms"],
body.woocommerce-checkout #order_review p[data-checkbox="terms"] {
    display: block;
    margin: 1.1rem 0 1rem !important;
    border: 1px solid #dbe7f3;
    border-radius: 8px;
    background: #f8fafc;
    color: #1e293b;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.55;
    padding: 1rem 1.1rem !important;
}

body.woocommerce-checkout .wc-gzd-order-submit p[data-checkbox="terms"] label,
body.woocommerce-checkout #order_review p[data-checkbox="terms"] label {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: start;
    gap: 0.75rem;
    margin: 0;
}

body.woocommerce-checkout .wc-gzd-order-submit p[data-checkbox="terms"] input[type="checkbox"],
body.woocommerce-checkout #order_review p[data-checkbox="terms"] input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0.15rem 0 0 !important;
    accent-color: #ec671a;
}

body.woocommerce-checkout .wc-gzd-order-submit p[data-checkbox="terms"] span[class*="checkbox-text"],
body.woocommerce-checkout #order_review p[data-checkbox="terms"] span[class*="checkbox-text"] {
    min-width: 0;
}

body.woocommerce-checkout .wc-gzd-order-submit p[data-checkbox="terms"] a,
body.woocommerce-checkout #order_review p[data-checkbox="terms"] a {
    color: #ec671a;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 0.16em;
}

body.woocommerce-checkout .wc-gzd-order-submit p[data-checkbox="terms"] .required,
body.woocommerce-checkout #order_review p[data-checkbox="terms"] .required {
    color: #ec671a;
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.2;
}

body.woocommerce-checkout #place_order {
    margin-bottom: 0.75rem !important;
}

.woocommerce .woocommerce-tabs {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 1500px;
    margin: 3rem auto 0;
    background: #ffffff;
    border: 1px solid #e5edf5;
    border-radius: 8px;
    padding: 2rem;
}

.woocommerce .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0 1.25rem 1rem !important;
    margin: 0 0 1.75rem !important;
    border-bottom: 1px solid #e5edf5;
}

.woocommerce .woocommerce-tabs ul.tabs li {
    border-radius: 6px !important;
    border-color: #e5edf5 !important;
    background: #f8fafc !important;
    margin: 0 !important;
    overflow: hidden;
}

.woocommerce .woocommerce-tabs ul.tabs li::before,
.woocommerce .woocommerce-tabs ul.tabs li::after {
    display: none !important;
    content: none !important;
}

.woocommerce .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 0.9rem 1.8rem !important;
    color: #143963 !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
}

.woocommerce .woocommerce-tabs ul.tabs li.active {
    background: #143963 !important;
}

.woocommerce .woocommerce-tabs ul.tabs li.active a {
    color: #ffffff !important;
}

.woocommerce .woocommerce-tabs .panel {
    padding-top: 0.5rem;
}

.woocommerce .woocommerce-tabs .woocommerce-product-attributes {
    width: 100%;
    margin: 0;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0 0.65rem;
}

.woocommerce .woocommerce-tabs .woocommerce-product-attributes tr {
    background: #f0f7ff;
}

.woocommerce .woocommerce-tabs .woocommerce-product-attributes th,
.woocommerce .woocommerce-tabs .woocommerce-product-attributes td {
    border: 0 !important;
    padding: 1rem 1.25rem !important;
    vertical-align: middle;
}

.woocommerce .woocommerce-tabs .woocommerce-product-attributes th {
    width: 30%;
    min-width: 180px;
    border-left: 4px solid #ec671a !important;
    border-radius: 6px 0 0 6px;
    color: #143963;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-align: left;
    text-transform: uppercase;
}

.woocommerce .woocommerce-tabs .woocommerce-product-attributes td {
    border-radius: 0 6px 6px 0;
    color: #334155;
    font-size: 1rem;
    font-weight: 700;
}

.woocommerce .woocommerce-tabs .woocommerce-product-attributes td p {
    margin: 0;
    padding: 0;
}

.r4l-rental-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.r4l-rental-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e5edf5;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(20, 57, 99, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.r4l-rental-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 55px rgba(20, 57, 99, 0.13);
}

.r4l-rental-card__image {
    display: block;
    aspect-ratio: 16 / 10;
    background: #f8fafc;
    overflow: hidden;
}

.r4l-rental-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    padding: 0;
    transition: transform 0.45s ease;
}

.r4l-rental-card:hover .r4l-rental-card__image img {
    transform: scale(1.035);
}

.r4l-rental-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.75rem;
}

.r4l-rental-card__title {
    color: #143963;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 0.75rem;
}

.r4l-rental-card__excerpt {
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.r4l-rental-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
}

.r4l-rental-card__meta li {
    border-radius: 999px;
    background: #f0f7ff;
    color: #143963;
    font-size: 0.75rem;
    font-weight: 900;
    padding: 0.45rem 0.75rem;
    text-transform: uppercase;
}

.r4l-rental-card__price {
    color: #ec671a;
    font-size: 1rem;
    font-weight: 900;
    margin-top: auto;
    margin-bottom: 1rem;
}

@media (max-width: 1100px) {
    .woocommerce div.product {
        grid-template-columns: 1fr;
    }

    .r4l-rental-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.single-product .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .woocommerce-page #primary {
        padding: 8rem 1rem 4rem;
    }

    body.single-product.woocommerce-page #page #content #primary {
        padding: 8rem 1rem 4rem !important;
    }

    body.woocommerce-cart #page #content #primary {
        padding: 7.5rem 1rem 4rem !important;
    }

    body.woocommerce-checkout #page #content #primary {
        padding: 8rem 1rem 5rem !important;
    }

    body.woocommerce-cart #primary .entry-title,
    body.woocommerce-cart #primary .entry-content > h1:first-child,
    body.woocommerce-checkout #primary .entry-title,
    body.woocommerce-checkout #primary .entry-content > h1:first-child {
        font-size: 2.25rem !important;
        margin-bottom: 1.75rem !important;
    }

    body.woocommerce-cart #primary .entry-header,
    body.woocommerce-checkout #primary .entry-header {
        padding-top: 1rem;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
        gap: 0.65rem;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child a,
    .woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__image a {
        aspect-ratio: 4 / 3;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        gap: 0.65rem;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        flex: 0 0 72px;
        width: 72px !important;
    }

    .woocommerce div.product div.images .flex-control-thumbs img {
        height: 54px;
    }

    .woocommerce div.product div.summary,
    .woocommerce .woocommerce-tabs {
        padding: 1.25rem;
    }

    .r4l-feature-grid {
        grid-template-columns: 1fr;
    }

    .r4l-product-request-box {
        grid-template-columns: 1fr;
        margin: 1.5rem 0;
        padding: 1.15rem;
    }

    .r4l-product-request-box__actions {
        justify-content: flex-start;
    }

    .woocommerce .woocommerce-tabs .woocommerce-product-attributes,
    .woocommerce .woocommerce-tabs .woocommerce-product-attributes tbody,
    .woocommerce .woocommerce-tabs .woocommerce-product-attributes tr,
    .woocommerce .woocommerce-tabs .woocommerce-product-attributes th,
    .woocommerce .woocommerce-tabs .woocommerce-product-attributes td {
        display: block;
        width: 100%;
    }

    .woocommerce .woocommerce-tabs .woocommerce-product-attributes {
        border-spacing: 0;
    }

    .woocommerce .woocommerce-tabs .woocommerce-product-attributes tr {
        margin-bottom: 0.75rem;
        border-radius: 6px;
        overflow: hidden;
    }

    .woocommerce .woocommerce-tabs .woocommerce-product-attributes th {
        min-width: 0;
        border-radius: 6px 6px 0 0;
        padding-bottom: 0.45rem !important;
    }

    .woocommerce .woocommerce-tabs .woocommerce-product-attributes td {
        border-radius: 0 0 6px 6px;
        padding-top: 0.45rem !important;
    }

    .r4l-rental-grid {
        grid-template-columns: 1fr;
    }

    body.single-product .related.products ul.products {
        grid-template-columns: 1fr;
    }
}
