:root {
    --arv-navy: #1f3d6b;
    --arv-navy-deep: #123665;
    --arv-sky: #96c3cf;
    --arv-ink: #182232;
    --arv-muted: #667085;
    --arv-border: #d8dde4;
    --arv-bg: #f1f1f1;
    --arv-badge: #edf2ff;
    --arv-green: #87b32d;
    --pagination-active-bg: black;
    --pagination-active-border-color: black;
}

.page-link.active,
.active > .page-link {
    z-index: 3;
    color: var(--pagination-active-color) !important;
    background-color: black !important;
    border-color: black !important;
}

.badge.bg-primary,
.o_filter_tag.bg-primary {
    --bg-light: black;
    --color-light: #FFFFFF;
    --bg-solid: black;
    --bg-solid-contrast: var(--color-light);
}

.arv-product-card,
.s_dynamic_snippet_products .o_carousel_product_card,
.arv-related-card {
    border-radius: 1.35rem !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08) !important;
}

.arv-product-card .oe_product_image,
.s_dynamic_snippet_products .o_carousel_product_img_link,
.s_dynamic_snippet_products .o_wrap_product_img,
.arv-related-image {
    background: #fff;
}

.arv-product-card .oe_product_image {
    min-height: 280px;
    padding: 1.25rem 1.25rem 0.75rem;
}

.arv-product-card-body,
.s_dynamic_snippet_products .o_carousel_product_card_body,
.arv-related-body {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.arv-product-card .o_wsale_products_item_title,
.s_dynamic_snippet_products .o_carousel_product_card .card-title,
.arv-related-body strong {
    color: #0f172a;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 900;
}

.arv-product-card .o_wsale_product_sub {
    align-items: flex-start !important;
}

.arv-product-card .product_price,
.arv-related-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}

.arv-product-card .product_price .oe_price,
.arv-product-card .product_price .h6,
.arv-related-price,
.s_dynamic_snippet_products .o_carousel_product_card .h5,
.s_dynamic_snippet_products .o_carousel_product_card .h6 .oe_currency_value {
    font-size: 1.9rem;
    font-weight: 900;
    color: #0f172a;
}

.arv-btw-note {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    margin-top: -0.5rem;
    margin-bottom: 0.75rem;
}

.arv-btw-excl-label {
    font-size: 0.82rem;
    font-weight: 400;
    color: #64748b;
}

.arv-btw-incl-line {
    display: flex;
    align-items: baseline;
    gap: 0.15rem;
    font-size: 1rem;
    font-weight: 400;
    color: #16375d;
}

.arv-btw-incl-line small {
    font-size: 0.72rem;
    color: #35597d;
}

.arv-vat-note,
.arv-related-price small {
    margin-left: 0 !important;
    color: #98a2b3 !important;
    font-size: 0.88rem;
}

.arv-product-card-cta,
.arv-related-cta,
.s_dynamic_snippet_products .o_carousel_product_card .btn.btn-primary,
.s_dynamic_snippet_products .o_carousel_product_card_footer .btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 2px solid #16375d;
    border-radius: 0.2rem;
    background: #fff;
    color: #0f2747;
    font-size: 1rem;
    font-weight: 900;
}

.arv-product-card-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: inherit;
}

.arv-product-card-sku,
.arv-related-sku {
    color: #475467;
    font-size: 0.95rem;
    font-weight: 700;
}

.arv-product-card-stock,
.arv-related-stock {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #65b32e;
    font-size: 1rem;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
}

.arv-product-card-stock i,
.arv-related-stock i {
    font-size: 1.25rem;
}

body.arv-theme {
    background: var(--arv-bg);
    color: var(--arv-ink);
    font-family: "DM Sans", sans-serif;
}

.arv-theme #wrapwrap {
    background: var(--arv-bg);
}

.arv-theme .container {
    max-width: 1240px;
}

.arv-site-header {
    background: #fff;
    border-bottom: 1px solid var(--arv-border);
}

.arv-header-main {
    padding: 0.4rem 0 0;
}

.arv-header-row {
    display: grid;
    grid-template-columns: 108px minmax(280px, 1fr) auto auto;
    align-items: center;
    gap: 1.25rem;
}

.arv-brand img {
    width: 86px;
    display: block;
}

.arv-search {
    position: relative;
    margin: 0;
}

.arv-search i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #818898;
    font-size: 0.9rem;
}

.arv-search input {
    width: 100%;
    height: 42px;
    border-radius: 8px;
    border: 1px solid var(--arv-border);
    background: #fff;
    padding: 0 16px 0 36px;
    font-size: 0.94rem;
}

.arv-header-links,
.arv-header-icons {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.arv-header-links a {
    color: #101828;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
}

.arv-header-icons a {
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #101828;
    text-decoration: none;
    background: #fff;
}

.arv-header-icon-link {
    position: relative;
}

.arv-header-icon-link > div {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.arv-header-icon-link .my_cart_quantity {
    top: -6px !important;
    right: -10px !important;
}

.arv-account-dropdown {
    min-width: 380px !important;
    padding: 18px 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
}

.arv-account-dropdown .dropdown-item {
    padding: 18px 48px;
    color: #1f1f1f;
    font-size: 1rem;
    font-weight: 500;
}

.arv-account-dropdown .dropdown-item:hover,
.arv-account-dropdown .dropdown-item:focus {
    background: #f7f8fb;
    color: #101828;
}

.arv-account-dropdown .dropdown-divider {
    margin: 14px 0;
    border-top-color: #eceef2;
}

.arv-nav-strip {
    background: #000;
    margin-top: 0.5rem;
}

.arv-main-nav {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 48px;
}

.arv-main-nav-item {
    position: static;
    flex: 0 0 auto;
}

.arv-main-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 48px;
    min-height: 48px;
    padding: 0 0.45rem;
    background: transparent;
    white-space: nowrap;
}

.arv-main-nav-link i {
    font-size: 0.7rem;
}

.arv-sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem 2.5rem;
    min-width: 0;
    margin-top: 0;
    padding: 2rem 2.5rem;
    background: #fff;
    border: 1px solid #d7e3f0;
    border-top: 0;
    border-radius: 0 0 1.2rem 1.2rem;
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.arv-main-nav-item:hover > .arv-sub-nav,
.arv-main-nav-item:focus-within > .arv-sub-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.arv-sub-nav-link {
    display: block;
    color: #101828;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 0;
    white-space: normal;
}

.arv-sub-nav-group {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    min-width: 0;
}

.arv-sub-nav-link.is-parent {
    font-weight: 800;
    font-size: 1.05rem;
    color: #111827;
}

.arv-sub-nav-link.level-1 {
    padding-left: 0;
}

.arv-sub-nav-link.level-2 {
    padding-left: 0.9rem;
    font-size: 0.95rem;
    color: #475467;
    border-left: 2px solid #dce5f1;
}

.arv-sub-nav-link.level-3 {
    padding-left: 1.4rem;
}

.arv-sub-nav-link:hover,
.arv-sub-nav-link:focus {
    color: #101828;
}

.arv-cart-page-title {
    color: #101828;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.04em;
}

.arv-cart-summary-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.arv-cart-summary-card,
.arv-cart-guarantees {
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.arv-cart-summary-card .card-body,
.arv-cart-guarantees .card-body {
    padding: 2rem;
}

.arv-cart-summary-header h3,
.arv-cart-guarantees h3 {
    margin: 0;
    color: #101828;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.arv-cart-summary-section {
    margin-top: 1.75rem;
}

.arv-section-head {
    margin-bottom: 0.9rem;
    color: #101828;
    font-size: 1rem;
    font-weight: 800;
}

.arv-coupon-form form {
    margin: 0;
}

.arv-coupon-form .input-group {
    margin: 0 !important;
}

.arv-coupon-form .form-control {
    min-height: auto;
}

.arv-coupon-form .btn {
    min-width: auto;
    min-height: auto;
}

.arv-cart-totals {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e4e7ec;
}

.arv-cart-summary-line,
.arv-cart-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #101828;
    font-size: 1rem;
}

.arv-cart-summary-line span:last-child,
.arv-cart-summary-total strong {
    text-align: right;
}

.arv-cart-summary-total {
    margin-top: 0.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e4e7ec;
    color: #87b32d;
    font-size: 1.15rem;
    font-weight: 900;
}

.arv-cart-progress {
    margin-top: 2rem;
}

.arv-cart-progress-text {
    margin-bottom: 1rem;
    color: #101828;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.arv-cart-progress-bar {
    position: relative;
    height: 1rem;
    border-radius: 999px;
    background: #e5e7eb;
    overflow: visible;
}

.arv-cart-progress-bar-value {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #75c72f 0%, #62ba25 100%);
}

.arv-cart-progress-icon {
    position: absolute;
    top: 50%;
    width: 2.7rem;
    height: 2.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6dae1;
    border-radius: 50%;
    background: #fff;
    color: #87b32d;
    transform: translateY(-50%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.arv-cart-navigation.d-flex {
    gap: 0.75rem;
    padding-top: 2rem !important;
    margin-bottom: 0 !important;
}

.arv-cart-checkout-btn.btn.btn-primary {
    min-height: 4.4rem;
    border: 0;
    border-radius: 0.9rem;
    background: #6bc12a;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
}

.arv-cart-navigation a:not(.btn) {
    color: #475467;
    font-weight: 700;
}

.arv-cart-guarantees ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.arv-cart-guarantees li {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    color: #101828;
    font-size: 1rem;
    font-weight: 700;
}

.arv-cart-guarantees li i {
    margin-top: 0.15rem;
    color: #65b32e;
    font-size: 1.2rem;
}

@media (max-width: 991.98px) {
    .arv-cart-summary-card .card-body,
    .arv-cart-guarantees .card-body {
        padding: 1.5rem;
    }
}

.arv-main-nav > .arv-main-nav-item > a,
.arv-main-nav > a {
    color: #fff;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 34px;
}

.arv-main-nav > .arv-main-nav-item > a i,
.arv-main-nav > a i {
    font-size: 0.7rem;
}

.arv-homepage {
    padding-bottom: 0;
}

.arv-home-usp {
    background: #fff;
    border-bottom: 1px solid var(--arv-border);
}

.arv-home-usp .container {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}

.arv-home-usp-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #16243a;
    font-size: 0.88rem;
}

.arv-home-usp-item i {
    color: var(--arv-navy);
    width: 14px;
}

.arv-home-alert {
    padding: 0.65rem 0 0;
}

.arv-home-alert-box {
    background: #dcebf4;
    color: #2f5577;
    border: 1px solid #b7d0df;
    border-radius: 3px;
    padding: 0.65rem 0.85rem;
    font-size: 0.92rem;
}

.arv-home-alert-box a {
    color: #103f6f;
    font-weight: 800;
    text-decoration: none;
}

.arv-homepage .s_carousel_intro_wrapper {
    margin-top: 0.7rem;
}

.arv-homepage .s_carousel_intro {
    position: relative;
}

.arv-homepage .s_carousel_intro_item {
    background: var(--arv-sky);
    padding: 2.5rem 0 4.75rem;
    min-height: 22rem;
}

.arv-homepage .s_carousel_intro_item h1,
.arv-homepage .s_carousel_intro_item h2 {
    color: #fff;
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    line-height: 0.96;
    font-weight: 900;
    max-width: 7ch;
    margin-bottom: 1rem;
}

.arv-homepage .s_carousel_intro_item p {
    max-width: 35rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 0;
}

.arv-homepage .s_carousel_intro .carousel-control-prev,
.arv-homepage .s_carousel_intro .carousel-control-next {
    position: static;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(21, 48, 82, 0.18);
    opacity: 1;
}

.arv-homepage .s_carousel_intro .carousel-control-prev-icon,
.arv-homepage .s_carousel_intro .carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
}

.arv-homepage .s_carousel_intro .carousel-indicators {
    margin: 0;
}

.arv-homepage .s_carousel_intro .carousel-indicators button {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.45);
}

.arv-homepage .s_carousel_intro .carousel-indicators button.active {
    background: #fff;
}

.arv-hero-sticker {
    background: var(--arv-navy-deep);
    color: #fff;
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 1rem 1.1rem;
    border-radius: 4px;
    transform: rotate(-8deg);
    box-shadow: 0 16px 40px rgba(18, 54, 101, 0.28);
}

.arv-home-section {
    padding: 1.5rem 0 0;
}

.arv-home-section-tight {
    padding-top: 1rem;
}

.arv-story-card,
.arv-mini-product,
.arv-promo-card,
.arv-category-card {
    background: #fff;
    border: 1px solid var(--arv-border);
    border-radius: 16px;
}

.arv-story-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 18px rgba(22, 34, 50, 0.04);
}

.arv-story-card img {
    width: 100%;
    height: 188px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.arv-story-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0.9rem 0.95rem 1rem;
}

.arv-story-body .arv-dark-btn {
    margin-top: auto;
    align-self: flex-start;
}

.arv-story-body h3,
.arv-section-title h2 {
    font-size: 1.05rem;
    line-height: 1.2;
    font-weight: 900;
    margin: 0 0 0.7rem;
}

.arv-story-body p {
    color: #4e5968;
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 0.95rem;
}

.arv-dark-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.72rem 0.95rem;
    border-radius: 10px;
    background: var(--arv-navy);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.93rem;
}

.arv-promo-card {
    display: grid;
    grid-template-columns: 124px 1fr;
    gap: 1rem;
    padding: 0.9rem;
    height: 100%;
}

.arv-promo-card img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    align-self: center;
}

.arv-promo-copy h4 {
    font-size: 0.98rem;
    line-height: 1.15;
    font-weight: 900;
    margin: 0 0 0.7rem;
}

.arv-promo-price {
    color: var(--arv-green);
    font-size: 1.05rem;
    font-weight: 900;
    margin-bottom: 0.55rem;
}

.arv-promo-price span {
    color: #9aa4b2;
    font-size: 0.82rem;
    font-weight: 700;
}

.arv-inline-link {
    color: #0772ff;
    text-decoration: none;
    font-weight: 900;
    font-size: 0.95rem;
}

.arv-section-title {
    margin-bottom: 0.8rem;
}

.arv-section-title > div {
    font-weight: 900;
    font-size: 1rem;
}

.arv-category-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.arv-category-card img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    display: block;
}

.arv-category-card span {
    display: block;
    padding: 0.9rem 0.7rem;
    font-size: 0.92rem;
    font-weight: 900;
    text-align: center;
}

.arv-brand-strip {
    border-top: 1px solid var(--arv-border);
    border-bottom: 1px solid var(--arv-border);
    padding-top: 1.6rem;
    padding-bottom: 0.2rem;
}

.arv-brand-strip img {
    max-width: 100%;
    height: 42px;
    object-fit: contain;
    opacity: 0.5;
}

.arv-brand-link {
    display: flex;
    justify-content: flex-end;
    padding: 0.7rem 0 0.1rem;
}

.arv-brand-link a {
    color: var(--arv-navy);
    text-decoration: none;
    font-weight: 800;
}

.arv-home-products {
    padding-bottom: 1.4rem;
}

.arv-home-products .carousel {
    position: relative;
    padding: 0 2.75rem;
}

.arv-mini-product {
    padding: 0.65rem;
    height: 100%;
}

.arv-home-product-card {
    background: #fff;
    border: 1px solid var(--arv-border);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 0 18px 45px rgba(15, 31, 62, 0.08);
}

.arv-mini-product-link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.arv-mini-product img {
    width: 100%;
    height: 126px;
    object-fit: contain;
    display: block;
    margin: 0.5rem 0;
}

.arv-mini-product h4 {
    font-size: 0.9rem;
    line-height: 1.22;
    font-weight: 900;
    margin: 0 0 0.35rem;
}

.arv-mini-product p {
    color: #6f7784;
    font-size: 0.84rem;
    margin-bottom: 0.55rem;
}

.arv-qty {
    display: inline-block;
    border: 1px solid var(--arv-border);
    border-radius: 8px;
    padding: 0.26rem 0.45rem;
    color: #596579;
    font-size: 0.8rem;
}

.arv-home-product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.arv-home-product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    font-size: 1rem;
    font-weight: 900;
    color: var(--arv-navy);
}

.arv-home-product-compare-price {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 500;
    color: rgba(23, 48, 82, 0.55);
}

.arv-home-products-control {
    width: 2.5rem;
    opacity: 1;
}

.arv-home-products-control.carousel-control-prev {
    left: -0.15rem;
}

.arv-home-products-control.carousel-control-next {
    right: -0.15rem;
}

.arv-home-products-control .carousel-control-prev-icon,
.arv-home-products-control .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background-color: #102746;
    background-size: 44% 44%;
}

.arv-empty-products {
    background: #fff;
    border: 1px dashed var(--arv-border);
    border-radius: 16px;
    padding: 1rem 1.1rem;
    color: var(--arv-muted);
    font-weight: 600;
}

.arv-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.22rem 0.45rem;
    border-radius: 8px;
    background: var(--arv-badge);
    border: 1px solid #d6def7;
    color: #31538d;
    font-size: 0.7rem;
    font-weight: 800;
}

.arv-badge-sale {
    background: #ffebeb;
    border-color: #f5caca;
    color: #ac3838;
}

.arv-footer-main {
    background: #000;
    color: #fff;
    padding: 2rem 0 1.7rem;
}

.arv-footer-logo {
    filter: brightness(0) invert(1);
}

.arv-footer-main h4,
.arv-footer-main h5 {
    font-weight: 900;
    margin-bottom: 0.85rem;
}

.arv-footer-main p,
.arv-footer-contact li,
.arv-footer-links a {
    font-size: 0.98rem;
    line-height: 1.65;
}

.arv-footer-links a {
    color: #fff;
    text-decoration: none;
}

.arv-footer-contact li + li,
.arv-footer-links li + li {
    margin-top: 0.35rem;
}

.arv-footer-contact i {
    width: 16px;
    margin-right: 0.35rem;
}

.arv-footer-bottom {
    background: #fff;
    border-top: 1px solid var(--arv-border);
    color: #16304a;
    font-size: 0.88rem;
    font-weight: 700;
}

.arv-footer-bottom-row {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.arv-payment-note {
    color: #9aa4b2;
}

.arv-theme .o_footer_copyright,
.arv-theme .o_footer,
.arv-theme footer .oe_structure {
    display: none;
}

.arv-shop-page .oe_website_sale,
.arv-product-page #product_detail {
    max-width: 1240px;
}

.arv-shop-hero {
    background: linear-gradient(135deg, #eff7fb 0%, #dbeaf1 100%);
    border: 1px solid #d7e8f0;
    border-radius: 1.5rem;
    padding: 2rem;
}

.arv-shop-hero h1 {
    font-weight: 900;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.arv-shop-hero p {
    color: #35536b;
    max-width: 48rem;
}

.arv-shop-hero-card {
    background: #16375d;
    color: #fff;
    border-radius: 1rem;
    padding: 1.2rem;
    display: grid;
    gap: 0.35rem;
    box-shadow: 0 18px 40px rgba(22, 55, 93, 0.2);
}

.arv-shop-page .oe_website_sale h1 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.arv-shop-page .products_header {
    padding: 1rem 0 0.5rem;
    border-bottom: 1px solid var(--arv-border);
}

.arv-shop-page #products_grid_before .o_wsale_products_grid_before_rail {
    background: #fff;
    border: 1px solid var(--arv-border);
    border-radius: 1.25rem;
}

.arv-product-card {
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.arv-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1) !important;
}

.arv-product-card .oe_product_image {
    background: #fff;
    min-height: 220px;
    padding: 1rem;
}

.arv-product-card .oe_product_image_img_wrapper img,
.arv-product-card .oe_product_image_img_wrapper {
    object-fit: contain;
}

.arv-product-card-body {
    flex: 1;
    background: #fff;
}

.arv-product-card-cta {
    margin-top: auto;
}

.arv-product-card .o_wsale_products_item_title {
    font-size: 0.98rem;
    line-height: 1.35;
    margin-bottom: 0;
    min-height: calc(0.98rem * 1.35 * 3);
}

.arv-product-card .o_wsale_products_item_title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--arv-ink) !important;
    font-weight: 900;
}

.arv-product-meta {
    min-height: 1.1rem;
}

.arv-product-card .product_price .h6 {
    font-size: 1.05rem;
    font-weight: 900;
}

.arv-product-page .o_wsale_breadcrumb {
    font-weight: 700;
}

.arv-product-page #product_detail > .row:first-child .col-lg-4 {
    display: none !important;
}

.arv-product-page #product_detail > .row:first-child .col {
    flex: 0 0 100%;
    max-width: 100%;
}

.arv-product-page #product_detail_main {
    background: #fff;
    border: 1px solid var(--arv-border);
    border-radius: 1.5rem;
    padding: 1rem;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.05);
    align-items: flex-start !important;
}

.arv-product-page .arv-product-main-grid {
    gap: 1.2rem 0;
}

.arv-product-page .o_wsale_product_images {
    background: #f8fbfd;
    border-radius: 1.25rem;
    padding: 1rem;
    border: 1px solid var(--arv-border);
}

.arv-product-page .o_wsale_product_images .carousel,
.arv-product-page .o_wsale_product_images .o_carousel_product_outer {
    border-radius: 1rem;
}

.arv-product-page .o_wsale_product_images .o_wsale_filmstip_container,
.arv-product-page .o_wsale_product_images .o_wsale_filmstip_wrapper {
    margin-top: 1rem;
}

/* Shop category strip: wrap instead of horizontal scroll */
.arv-shop-page .o_wsale_filmstip_container {
    overflow: visible;
}

.arv-shop-page .o_wsale_filmstip_wrapper {
    overflow: visible !important;
    padding-bottom: 0 !important;
}

.arv-shop-page .o_wsale_filmstip {
    flex-wrap: wrap;
    gap: 0.4rem 0;
    overflow: visible;
}

.arv-shop-page .o_wsale_filmstip li {
    margin-bottom: 0.25rem;
}

.arv-shop-page .o_wsale_filmstip .btn {
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.35rem 0.9rem;
    transition: background-color 0.15s ease, border-color 0.15s ease,
                color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.arv-shop-page .o_wsale_filmstip .btn:hover {
    background-color: #16375d;
    border-color: #16375d;
    color: #fff;
    box-shadow: 0 3px 8px rgba(22, 55, 93, 0.18);
    transform: translateY(-1px);
}

.arv-shop-page .o_wsale_filmstip .btn-check:checked + .btn,
.arv-shop-page .o_wsale_filmstip .btn-check:checked ~ .btn {
    background-color: #16375d;
    border-color: #16375d;
    color: #fff;
}

.arv-product-page .o_wsale_product_images .o_wsale_filmstip_wrapper img,
.arv-product-page .o_wsale_product_images .o_wsale_filmstip_wrapper .o_image {
    border-radius: 0.85rem;
    border: 1px solid var(--arv-border);
    background: #fff;
}

.arv-product-details-panel {
    background: #fff;
    border: 1px solid var(--arv-border);
    border-radius: 1.25rem;
    padding: 1rem;
}

.arv-product-page #product_details h1 {
    font-weight: 900;
    font-size: clamp(1.25rem, 2.2vw, 1.9rem);
    line-height: 0.98;
    color: #0f172a;
    margin-bottom: 0.65rem;
}

.arv-product-reference {
    color: #667085;
    font-size: 1rem;
    font-weight: 800;
}

.arv-product-reference span {
    color: #1f2937;
}

.arv-product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1rem 0 1.2rem;
}

.arv-product-badges span {
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: #eef5ff;
    color: #1e3a8a;
    font-size: 0.85rem;
    font-weight: 800;
    border: 1px solid rgba(30, 58, 138, 0.08);
}

.arv-product-badges span.is-success {
    background: #eaf7ee;
    color: #166534;
}

.arv-product-badges span.is-hot {
    background: #fff1f1;
    color: #b42318;
}

.arv-product-summary {
    color: #344054;
    font-size: 1.05rem;
    line-height: 1.55;
    margin-bottom: 1rem;
}

.arv-product-page form[action="/shop/cart/update"] {
    background: #fff;
    border: 1px solid var(--arv-border);
    border-radius: 1.2rem;
    padding: 1.25rem;
    box-shadow: 0 14px 34px rgba(2, 8, 23, 0.05);
}

.arv-product-page .product_price {
    display: block !important;
    margin-bottom: 0.6rem !important;
}

.arv-product-page .product_price h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem;
    margin: 0;
}

.arv-product-page .product_price .oe_price {
    font-size: clamp(1.15rem, 2vw, 1.65rem);
    line-height: 1;
    font-weight: 900;
    color: #0f172a;
}

.arv-product-stock-note {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #16a34a;
    font-weight: 800;
    margin-bottom: 1rem;
}

.arv-product-stock-note i {
    font-size: 0.7rem;
}

.arv-bulk-pricing {
    display: grid;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.arv-bulk-pricing-note {
    color: #35597d;
    font-size: 0.85rem;
    font-weight: 700;
}

.arv-bulk-pricing-base {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 400;
    color: #16375d;
    padding: 0.1rem 0.25rem;
}

.arv-bulk-pricing-uom {
    color: #64748b;
}

.arv-bulk-qty-sep {
    color: #b8d9eb;
    font-weight: 400;
    margin: 0 0.3rem;
    user-select: none;
}

.arv-bulk-left,
.arv-bulk-right {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.arv-bulk-pricing-hr {
    border: none;
    border-top: 1px solid #d7e8f0;
    margin: 0.15rem 0;
    opacity: 1;
}

.arv-bulk-pricing-line {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0.6rem 0.85rem;
    border: 1px solid transparent;
    border-radius: 1rem;
    background: transparent;
    color: #16375d;
    font-size: 0.8rem;
    font-weight: 600;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.arv-bulk-pricing-line:hover {
    border-color: #d7e8f0;
    background: linear-gradient(180deg, #f8fbfd 0%, #eef6fb 100%);
}

.arv-bulk-pricing-line > span:first-child {
    padding-right: 0.85rem;
}

.arv-bulk-pricing-line > span:last-child {
    padding-left: 0.85rem;
}

.arv-bulk-divider {
    width: 1px;
    align-self: stretch;
    background: #b8d9eb;
    flex-shrink: 0;
}

.arv-bulk-pricing-line strong {
    color: #0f172a;
    font-weight: 800;
}

.arv-product-cta-wrapper {
    gap: 0.75rem;
}

.arv-product-page .css_quantity {
    border: 1px solid var(--arv-border);
    border-radius: 0.9rem;
    overflow: hidden;
    margin-bottom: 0 !important;
    background: #fff;
}

.arv-product-page .css_quantity .btn {
    min-width: 48px;
    border: 0;
    color: #111827;
    text-decoration: none;
}

.arv-product-page .css_quantity input[name="add_qty"] {
    border: 0;
    box-shadow: none;
    font-weight: 800;
    min-width: 52px;
}

.arv-add-to-cart-wrap {
    flex: 1 1 280px;
    margin: 0 !important;
}

.arv-product-page #add_to_cart {
    background: black;
    border-color: black;
    border-radius: 0.9rem;
    padding: 0.95rem 1.3rem;
    font-weight: 800;
    min-height: 52px;
    width: 100%;
    justify-content: center;
}

.arv-product-option-block {
    width: 100%;
}

.arv-product-page .o_add_wishlist_dyn {
    width: 100%;
    justify-content: center;
    padding: 0.95rem 1.15rem !important;
    border: 1px solid var(--arv-border);
    border-radius: 0.9rem;
    color: #111827;
    font-weight: 800;
    text-decoration: none;
    background: #fff;
}

.arv-product-page #product_accordion {
    display: none !important;
}

.arv-product-page #product_full_description,
.arv-product-page #oe_structure_website_sale_recommended_products {
    display: none !important;
}

.arv-product-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1rem;
}

.arv-info-card {
    border: 1px solid var(--arv-border);
    border-radius: 1rem;
    background: #f8fafc;
    padding: 0.95rem 1rem;
    min-height: 96px;
}

.arv-info-card strong {
    display: block;
    margin-top: 0.35rem;
    font-size: 1.35rem;
    line-height: 1.2;
    color: #0f172a;
}

.arv-info-label {
    display: block;
    color: #667085;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.arv-product-tabs {
    margin-top: 1rem;
}

.arv-product-tab-nav {
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.arv-product-tab-nav .nav-link {
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
    color: #111827;
    font-weight: 800;
    padding: 0.75rem 1.1rem;
}

.arv-product-tab-nav .nav-link.active {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
}

.arv-product-tab-content {
    border: 1px solid var(--arv-border);
    border-radius: 1.1rem;
    background: #fff;
    padding: 1.1rem 1.2rem;
}

.arv-product-tab-content h5 {
    margin-bottom: 0.9rem;
    font-weight: 900;
}

.arv-product-tab-content p:last-child {
    margin-bottom: 0;
}

.arv-spec-list {
    display: grid;
    gap: 0.85rem;
}

.arv-spec-list div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #edf2f7;
}

.arv-spec-list div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.arv-spec-list span {
    color: #667085;
}

.arv-related-products {
    margin-top: 1.4rem !important;
}

.arv-related-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.arv-related-header h3 {
    margin: 0;
    font-size: 1.9rem;
    font-weight: 900;
}

.arv-related-header a {
    color: #111827;
    text-decoration: none;
    font-weight: 800;
}

.arv-related-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--arv-border);
    border-radius: 1rem;
    background: #fff;
    padding: 0.9rem;
    color: inherit;
}

.arv-related-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    border: 1px solid #edf2f7;
    border-radius: 0.85rem;
    background: #fff;
    overflow: hidden;
}

.arv-related-body {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding-top: 0.85rem;
}

.arv-related-body strong {
    font-size: 1.05rem;
    line-height: 1.35;
    min-height: 2.84rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.arv-related-price {
    font-size: 1.15rem;
    font-weight: 900;
    color: #0f172a;
}

.arv-related-price small {
    font-size: 0.95rem;
    color: #475467;
    font-weight: 700;
}

.arv-product-support-card {
    background: linear-gradient(180deg, #f8fbfd 0%, #eef6fb 100%);
    border: 1px solid #d7e8f0;
    border-radius: 1.2rem;
    padding: 1.25rem;
}

.arv-product-support-card h5 {
    font-weight: 900;
    margin-bottom: 0.75rem;
}

.arv-product-support-card ul {
    padding-left: 1.1rem;
    color: #35536b;
}

/* Hamburger button */
.arv-hamburger {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    flex-shrink: 0;
}

.arv-hamburger-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #101828;
    border-radius: 2px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.arv-hamburger[aria-expanded="true"] .arv-hamburger-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.arv-hamburger[aria-expanded="true"] .arv-hamburger-bar:nth-child(2) {
    opacity: 0;
}

.arv-hamburger[aria-expanded="true"] .arv-hamburger-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile nav overlay */
.arv-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.arv-nav-overlay.arv-overlay-show {
    display: block;
}

.arv-nav-body-lock {
    overflow: hidden;
}

/* Mobile nav drawer header */
.arv-nav-mobile-header {
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 0.25rem;
    position: sticky;
    top: 0;
    background: #000;
    z-index: 1;
}

/* 992px – tablet */
@media (max-width: 991.98px) {
    .arv-header-row {
        grid-template-columns: 90px 1fr auto;
    }

    .arv-header-links {
        display: none;
    }

    .arv-main-nav {
        overflow-x: auto;
        white-space: nowrap;
        gap: 1rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .arv-main-nav::-webkit-scrollbar {
        display: none;
    }

    .arv-main-nav-link {
        padding: 0 1.2rem;
        min-height: 46px;
        line-height: 46px;
        font-size: 0.95rem;
    }

    .arv-sub-nav {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
        padding: 1.5rem;
        transform: translateY(10px);
    }

    .arv-main-nav-item:hover > .arv-sub-nav,
    .arv-main-nav-item:focus-within > .arv-sub-nav {
        transform: translateY(0);
    }

    .arv-promo-card {
        grid-template-columns: 90px 1fr;
    }

    .arv-hero-sticker {
        margin-top: 1rem;
    }

    .arv-footer-bottom-row {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 0.7rem 0;
    }

    .arv-product-page .css_quantity,
    .arv-add-to-cart-wrap,
    .arv-product-page .o_add_wishlist_dyn {
        width: 100%;
    }

    .arv-bulk-pricing-line {
        flex-direction: column;
        align-items: flex-start;
    }

    .arv-bulk-divider {
        width: 100%;
        height: 1px;
        align-self: auto;
        margin: 0.3rem 0;
    }

    .arv-bulk-pricing-line > span:first-child {
        padding-right: 0;
    }

    .arv-bulk-pricing-line > span:last-child {
        padding-left: 0;
    }
}

/* 768px – mobiel */
@media (max-width: 767.98px) {
    /* Header */
    .arv-header-row {
        grid-template-columns: 80px 1fr auto;
        gap: 0.6rem;
    }

    .arv-brand img {
        width: 72px;
    }

    .arv-header-icons {
        justify-content: flex-end;
        gap: 0.5rem;
    }

    /* Mobile nav drawer */
    .arv-nav-strip {
        position: fixed;
        top: 0;
        left: -290px;
        width: 280px;
        height: 100%;
        z-index: 1050;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        margin-top: 0;
    }

    .arv-nav-strip.arv-nav-open {
        left: 0;
    }

    .arv-main-nav {
        flex-direction: column;
        align-items: flex-start;
        white-space: normal;
        overflow: visible;
        min-height: auto;
        gap: 0;
        padding: 0;
    }

    .arv-main-nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .arv-main-nav-link,
    .arv-main-nav .nav-link {
        line-height: 1.3;
        min-height: auto;
        padding: 0.9rem 1.25rem !important;
        width: 100%;
        justify-content: space-between;
        font-size: 0.95rem;
        display: flex;
    }

    .arv-main-nav-link i.fa-angle-down,
    .arv-main-nav .nav-link i.fa-angle-down {
        transition: transform 0.2s ease;
        margin-left: auto;
    }

    .arv-main-nav-item.arv-open > .arv-main-nav-link i.fa-angle-down {
        transform: rotate(180deg);
    }

    .arv-sub-nav {
        position: static !important;
        background: rgba(255, 255, 255, 0.05) !important;
        transform: none !important;
        display: none !important;
        grid-template-columns: 1fr !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        min-width: 0 !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        gap: 0 !important;
    }

    .arv-main-nav-item.arv-open > .arv-sub-nav {
        display: grid !important;
    }

    .arv-sub-nav-group {
        padding: 0;
        gap: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .arv-sub-nav-link {
        padding: 0.65rem 1.5rem;
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.75);
        border-left: 0;
    }

    .arv-sub-nav-link.is-parent {
        color: #fff;
        background: rgba(255, 255, 255, 0.06);
        padding: 0.7rem 1.25rem;
    }

    .arv-sub-nav-link.level-1,
    .arv-sub-nav-link.level-2 {
        padding-left: 1.75rem;
        border-left: 0;
        color: rgba(255, 255, 255, 0.7);
    }

    /* Homepage */
    .arv-homepage .s_carousel_intro_wrapper {
        margin-top: 0.7rem;
    }

    .arv-homepage .s_carousel_intro_item {
        padding: 1.8rem 0 4.4rem;
        min-height: auto;
    }

    .arv-homepage .s_carousel_intro_item h1,
    .arv-homepage .s_carousel_intro_item h2 {
        font-size: 2.3rem;
        max-width: none;
    }

    .arv-story-card img {
        height: 155px;
    }

    .arv-category-card img {
        height: 110px;
    }

    /* Product page */
    .arv-product-page #product_detail_main {
        padding: 0.75rem;
    }

    .arv-product-details-panel {
        padding: 0.85rem;
    }

    .arv-product-info-grid {
        grid-template-columns: 1fr;
    }

    .arv-product-tab-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .arv-product-tab-nav::-webkit-scrollbar {
        display: none;
    }

    /* Related / carousel */
    .arv-related-image {
        height: 130px;
    }

    .arv-related-products .carousel {
        padding: 0 2.25rem;
    }

    .arv-home-products .carousel {
        padding: 0 2rem;
    }

    .arv-home-product-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Shop */
    .arv-shop-hero {
        padding: 1.5rem;
        border-radius: 1.1rem;
    }

    /* Footer */
    .arv-footer-main {
        padding: 1.75rem 0 1.25rem;
    }
}

/* 576px – kleine telefoon */
@media (max-width: 575.98px) {
    .arv-header-row {
        grid-template-columns: 68px 1fr auto;
        gap: 0.45rem;
        padding: 0.1rem 0;
    }

    .arv-brand img {
        width: 62px;
    }

    .arv-search input {
        height: 38px;
        font-size: 0.88rem;
        padding-left: 32px;
    }

    .arv-header-icon-link,
    .arv-header-icons a {
        height: 30px;
        width: 30px;
    }

    .arv-product-card .oe_product_image {
        min-height: 160px;
        padding: 0.7rem 0.7rem 0.5rem;
    }

    .arv-product-card .product_price .oe_price,
    .arv-product-card .product_price .h6 {
        font-size: 1.35rem;
    }

    .arv-promo-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .arv-promo-card img {
        height: 80px;
        width: auto;
        margin: 0 auto;
    }

    .arv-homepage .s_carousel_intro_item {
        padding: 1.25rem 0 3.5rem;
    }

    .arv-homepage .s_carousel_intro_item h1,
    .arv-homepage .s_carousel_intro_item h2 {
        font-size: 1.85rem;
    }

    .arv-homepage .s_carousel_intro_item p {
        font-size: 0.9rem;
    }

    .arv-story-card img {
        height: 125px;
    }

    .arv-category-card img {
        height: 90px;
    }

    .arv-mini-product img {
        height: 100px;
    }

    .arv-related-image {
        height: 110px;
    }

    .arv-related-products .carousel {
        padding: 0 1.75rem;
    }

    .arv-home-products .carousel {
        padding: 0 1.75rem;
    }

    .arv-shop-hero {
        padding: 1.1rem;
        border-radius: 0.85rem;
    }

    .arv-shop-hero-card {
        display: none;
    }

    .arv-product-details-panel {
        padding: 0.75rem;
    }

    .arv-product-page form[action="/shop/cart/update"] {
        padding: 0.9rem;
    }

    .arv-info-card {
        min-height: auto;
        padding: 0.7rem 0.75rem;
    }

    .arv-info-card strong {
        font-size: 1.1rem;
    }

    .arv-product-tab-nav .nav-link {
        padding: 0.6rem 0.85rem;
        font-size: 0.88rem;
    }

    .arv-sub-nav {
        grid-template-columns: 1fr !important;
    }

    .arv-footer-main {
        padding: 1.4rem 0 1rem;
    }

    .arv-cart-summary-card .card-body,
    .arv-cart-guarantees .card-body {
        padding: 1rem;
    }

    .arv-section-title > div {
        font-size: 0.9rem;
    }

    .arv-home-usp-item {
        font-size: 0.82rem;
    }
}

@media (max-width: 575.98px) {
    .arv-shop-page #o_wsale_products_grid .oe_product {
        grid-column: auto / span 12 !important;
    }
}

#wrapwrap:has(.arv-wishlist-page) {
    background: #fff !important;
}

@media (max-width: 991.98px) {
    .o_wsale_apply_layout {
        display: none !important;
    }
    .o_wsale_products_searchbar_form {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 991.98px) {
    .arv-related-header h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 991.98px) {
    .arv-related-header {
        justify-content: center !important;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .arv-related-header h3 {
        font-size: 1.3rem !important;
    }
    .arv-related-header a {
        font-size: 0.8rem;
    }
}

@media (max-width: 991.98px) {
    .css_quantity.input-group {
        margin-right: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .css_quantity.input-group {
        width: auto !important;
        max-width: 160px !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .arv-product-page #add_to_cart {
        padding: 0.55rem 1.3rem;
        min-height: unset;
    }
}

@media (max-width: 991.98px) {
    .o_wsale_products_searchbar_form {
        display: flex !important;
    }
}

@media (max-width: 991.98px) {
    .arv-shop-page .products_header {
        flex-wrap: wrap !important;
        gap: 0.5rem 0.75rem !important;
    }
    .arv-shop-page .products_header .o_wsale_products_searchbar_form {
        order: 10;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .arv-shop-page .products_header > .d-flex.d-lg-none {
        flex: 1 1 auto;
        min-width: 0;
    }
}

@media (max-width: 991.98px) {
    .arv-shop-page .products_header .o_wsale_products_searchbar_form {
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
    }
    .arv-shop-page .products_header [data-bs-target="#o_wsale_offcanvas"] {
        order: 10;
        flex-shrink: 0;
    }
}

@media (max-width: 991.98px) {
    .arv-account-dropdown {
        min-width: 180px !important;
        padding: 8px 0;
        right: 0 !important;
        left: auto !important;
    }
    .arv-account-dropdown .dropdown-item {
        padding: 10px 20px;
        font-size: 0.92rem;
    }
}

@media (max-width: 991.98px) {
    .arv-account-dropdown {
        display: flex !important;
        flex-direction: column !important;
    }
    .arv-account-dropdown .dropdown-item {
        position: static !important;
    }
}

@media (max-width: 991.98px) {
    .arv-account-dropdown {
        position: fixed !important;
        top: 64px !important;
        right: 10px !important;
        left: auto !important;
        bottom: auto !important;
        transform: none !important;
        inset: auto !important;
        min-width: 200px !important;
        max-width: 240px !important;
        z-index: 1060;
    }
}

@media (max-width: 991.98px) {
    .arv-account-dropdown {
        top: 64px !important;
        right: 10px !important;
        left: auto !important;
        bottom: auto !important;
    }
}

@media (max-width: 991.98px) {
    .arv-account-dropdown .dropdown-item {
        padding: 10px 100px !important;
        font-size: 0.92rem !important;
    }
}

@media (max-width: 991.98px) {
    .arv-account-dropdown {
        position: absolute !important;
        transform: none !important;
        top: 100% !important;
        right: 0 !important;
        left: auto !important;
        bottom: auto !important;
    }
}

@media (max-width: 991.98px) {
    .arv-account-dropdown {
        display: none !important;
    }
    .arv-account-dropdown.show {
        display: flex !important;
        flex-direction: column !important;
    }
}

@media (max-width: 991.98px) {
    .arv-account-dropdown {
        transition: none !important;
        animation: none !important;
    }
}

@media (max-width: 575.98px) {
    .col-6.col-xl-3:has(.cof-picker-card) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 575.98px) {
    .cof-picker-card .cof-picker-image {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

@media (max-width: 991.98px) {
    .cof-order-line-qty {
        height: 38px !important;
    }
    .cof-order-qty-btn {
        min-width: 38px !important;
        height: 38px !important;
    }
    .cof-order-qty-input {
        width: 48px !important;
        min-width: 48px !important;
        height: 38px !important;
        font-size: 0.88rem !important;
    }
}
