/**
 * Custom / plain CSS
 *
 * This file is NOT compiled by Tailwind. Add any plain CSS here – it loads as-is.
 * No need to run `npm run build`. Changes appear after refresh.
 *
 * Load order: after style.css (Tailwind output), so your rules can override.
 */

:root {
    --aarvy-primary: #F178A9;
    --aarvy-primary-hover: #e06298;
}

/* Brand color: primary CTAs/buttons/interactive accents */
.btn-primary,
.btn.btn-primary,
.btn-hero-cta,
.woocommerce a.button.alt:not(.btn-outline),
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce .checkout-button,
.woocommerce .single_add_to_cart_button,
.woocommerce ul.products .add_to_cart_button.btn-loop-add,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.product_type_simple,
.woocommerce ul.products li.product a.product_type_variable,
.woocommerce ul.products li.product a.product_type_grouped,
.woocommerce ul.products li.product a.product_type_external,
.aarvy-cart .aarvy-cart-apply-coupon,
.aarvy-place-order-btn,
.woocommerce-checkout #place_order,
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    background: var(--aarvy-primary) !important;
    background-color: var(--aarvy-primary) !important;
    border-color: var(--aarvy-primary) !important;
    color: #fff !important;
}
.btn-primary:hover,
.btn.btn-primary:hover,
.btn-hero-cta:hover,
.woocommerce a.button.alt:not(.btn-outline):hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce .checkout-button:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce ul.products .add_to_cart_button.btn-loop-add:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product a.add_to_cart_button:hover,
.woocommerce ul.products li.product a.product_type_simple:hover,
.woocommerce ul.products li.product a.product_type_variable:hover,
.woocommerce ul.products li.product a.product_type_grouped:hover,
.woocommerce ul.products li.product a.product_type_external:hover,
.aarvy-cart .aarvy-cart-apply-coupon:hover,
.aarvy-place-order-btn:hover,
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
    background: var(--aarvy-primary-hover) !important;
    background-color: var(--aarvy-primary-hover) !important;
    border-color: var(--aarvy-primary-hover) !important;
    color: #fff !important;
}

.btn-outline,
.woocommerce .woocommerce-info .button.wc-forward,
.woocommerce .woocommerce-info a.woocommerce-Button.wc-forward,
.woocommerce .woocommerce-message .button.wc-forward,
.woocommerce .woocommerce-message a.woocommerce-Button.wc-forward,
.woocommerce .woocommerce-error .button.wc-forward,
.woocommerce .woocommerce-error a.woocommerce-Button.wc-forward {
    border-color: var(--aarvy-primary) !important;
    color: var(--aarvy-primary) !important;
}
.btn-outline:hover,
.woocommerce .woocommerce-info .button.wc-forward:hover,
.woocommerce .woocommerce-info a.woocommerce-Button.wc-forward:hover,
.woocommerce .woocommerce-message .button.wc-forward:hover,
.woocommerce .woocommerce-message a.woocommerce-Button.wc-forward:hover,
.woocommerce .woocommerce-error .button.wc-forward:hover,
.woocommerce .woocommerce-error a.woocommerce-Button.wc-forward:hover {
    background: var(--aarvy-primary) !important;
    border-color: var(--aarvy-primary) !important;
    color: #fff !important;
}

/* Example: add your custom styles below */

/* Hide native number input spinners (quantity up/down arrows) */
.woocommerce input[type="number"].qty::-webkit-outer-spin-button,
.woocommerce input[type="number"].qty::-webkit-inner-spin-button,
.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button,
.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce input[type="number"].qty,
.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.woocommerce nav.woocommerce-pagination ul{
    border: 0 none !important;
}
.woocommerce nav.woocommerce-pagination ul li{
    border: 0 none !important;
}
.woocommerce nav.woocommerce-pagination ul li a{
    border: 0 none !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
    border: 0 none !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus{
    border: 0 none !important;
}
.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after{
    display: none !important;
}
.woocommerce div.product{
    padding-left: 0;
    padding-right: 0;
}
.summary .aarvy-product-wishlist-share .aarvy-wishlist-btn.added, .summary .aarvy-product-wishlist-share .aarvy-wishlist-btn--single{
    position: relative;
    right: 0;
    left: 0;
    width: auto;
    box-shadow: none;
    height: auto;
    padding: 0;
    top: 0;
    margin: 0;
}

.aarvy-product-share {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.aarvy-product-share__link {
    width: 30px;
    height: 30px;
    border-radius: 9999px;
    border: 1px solid #d4d4d4;
    color: #404040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.aarvy-product-share__link svg {
    width: 15px;
    height: 15px;
}

.aarvy-product-share__link:hover {
    border-color: #a3a3a3;
    color: #171717;
}

.aarvy-product-share__link--whatsapp:hover {
    color: #16a34a;
    border-color: #16a34a;
}

.aarvy-product-share__link--facebook:hover {
    color: #2563eb;
    border-color: #2563eb;
}

.aarvy-product-share__link--linkedin:hover {
    color: #1d4ed8;
    border-color: #1d4ed8;
}

/* ========== Primary menu – desktop dropdown submenus (hover, animated) ========== */
.aarvy-nav-desktop .menu-item-has-children {
    position: relative;
}
.aarvy-nav-desktop .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 12rem;
    margin: 0;
    padding: 0.5rem 0;
    padding-top: 0.5rem;
    list-style: none;
    background: #fff;
    border-radius: 0.375rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e5;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 100;
}
.aarvy-nav-desktop .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.aarvy-nav-desktop .sub-menu li {
    margin: 0;
    list-style: none;
}
.aarvy-nav-desktop .sub-menu a {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #404040;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.aarvy-nav-desktop .sub-menu a:hover {
    background: #f5f5f5;
    color: #171717;
}
/* Header nav: highlight active/current menu item with brand primary */
.aarvy-nav-desktop .current-menu-item > a,
.aarvy-nav-desktop .current-menu-parent > a,
.aarvy-nav-desktop .current-menu-ancestor > a,
.aarvy-nav-desktop .current_page_item > a,
.aarvy-nav-desktop .current_page_parent > a,
.aarvy-nav-desktop .current_page_ancestor > a,
.aarvy-nav-desktop .current-menu-item > a span,
.aarvy-nav-desktop .current-menu-parent > a span,
.aarvy-nav-desktop .current-menu-ancestor > a span,
.aarvy-nav-desktop .current_page_item > a span,
.aarvy-nav-desktop .current_page_parent > a span,
.aarvy-nav-desktop .current_page_ancestor > a span {
    color: var(--aarvy-primary) !important;
}

#mobile-menu .current-menu-item > a,
#mobile-menu .current-menu-parent > a,
#mobile-menu .current-menu-ancestor > a,
#mobile-menu .current_page_item > a,
#mobile-menu .current_page_parent > a,
#mobile-menu .current_page_ancestor > a {
    color: var(--aarvy-primary) !important;
}
/* Overlay header (e.g. front page): dark dropdown so it’s visible on dark nav */
#site-header.site-header-overlay .aarvy-nav-desktop .sub-menu {
    background: #fff;
    border-color: #e5e5e5;
}
#site-header.site-header-overlay .aarvy-nav-desktop .sub-menu a,
#site-header.site-header-overlay .aarvy-nav-desktop .sub-menu a span {
    color: #404040 !important;
}
#site-header.site-header-overlay .aarvy-nav-desktop .sub-menu a:hover {
    background: #f5f5f5;
}
#site-header.site-header-overlay .aarvy-nav-desktop .sub-menu a:hover,
#site-header.site-header-overlay .aarvy-nav-desktop .sub-menu a:hover span {
    color: #171717 !important;
}

/* Homepage hero header: keep transparent (no bg/blur/shadow) before scroll */
#site-header-wrap:not(.header-scrolled) #site-header.site-header-overlay {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Homepage: when header becomes white after scroll, switch all text to body color */
#site-header-wrap.header-scrolled #site-header {
    background: #fff !important;
    border-color: #e5e5e5;
    box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.28) !important;
}
#site-header-wrap.header-scrolled #site-header .aarvy-nav-desktop a,
#site-header-wrap.header-scrolled #site-header .aarvy-nav-desktop span,
#site-header-wrap.header-scrolled #site-header a,
#site-header-wrap.header-scrolled #site-header button,
#site-header-wrap.header-scrolled #site-header .flex-shrink-0 span,
#site-header-wrap.header-scrolled #site-header .aarvy-nav-desktop span {
    color: #262626 !important;
}
#site-header-wrap.header-scrolled #site-header a:hover,
#site-header-wrap.header-scrolled #site-header button:hover,
#site-header-wrap.header-scrolled #site-header .aarvy-nav-desktop a:hover span,
#site-header-wrap.header-scrolled #site-header .aarvy-nav-desktop span:hover {
    color: #171717 !important;
}
/* Cart count badge stays white on dark circle */
#site-header-wrap.header-scrolled #site-header .absolute.rounded-full span {
    color: #fff !important;
}
#site-header-wrap.header-scrolled #site-header svg {
    color: inherit;
}
#site-header-wrap.header-scrolled #mobile-menu {
    border-color: #e5e5e5;
    background: #fff;
}
#site-header-wrap.header-scrolled #mobile-menu a {
    color: #262626 !important;
}

/* Mobile: hide submenus by default; show when parent has class (we could add JS to toggle) or show inline */
#mobile-menu .sub-menu {
    display: none;
    padding-left: 1rem;
    margin-top: 0.25rem;
}
#mobile-menu .menu-item-has-children.is-open .sub-menu {
    display: block;
}

/* ========== Cart page – North-style (desktop). Loads after WC so layout applies. ========== */
/* Single title only: hide page template title so only cart template "Shopping Cart" shows */
.woocommerce-cart .container article > header {
    display: none !important;
}
.woocommerce-cart .aarvy-cart .aarvy-cart-inner {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}
.woocommerce-cart .aarvy-cart .aarvy-cart-title {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 600;
    color: #171717;
    margin-bottom: 1.75rem;
    letter-spacing: -0.02em;
}
/* Force full table on desktop – override WooCommerce responsive */
@media (min-width: 769px) {
    .woocommerce-cart .aarvy-cart table.shop_table_responsive thead {
        display: table-header-group !important;
    }
    .woocommerce-cart .aarvy-cart table.shop_table_responsive tbody tr {
        display: table-row !important;
    }
    .woocommerce-cart .aarvy-cart table.shop_table_responsive tbody td {
        display: table-cell !important;
    }
    .woocommerce-cart .aarvy-cart table.shop_table_responsive tbody td::before {
        content: none !important;
        display: none !important;
        float: none !important;
    }
    .woocommerce-cart .aarvy-cart table.shop_table_responsive tbody .product-name { text-align: left !important; }
    .woocommerce-cart .aarvy-cart table.shop_table_responsive tbody .product-price { text-align: right !important; }
    .woocommerce-cart .aarvy-cart table.shop_table_responsive tbody .product-quantity { text-align: center !important; }
    .woocommerce-cart .aarvy-cart table.shop_table_responsive tbody .product-subtotal { text-align: right !important; }
    .woocommerce-cart .aarvy-cart .product-remove { width: 2.5rem; min-width: 2.5rem; }
    .woocommerce-cart .aarvy-cart .product-thumbnail { width: 5rem; min-width: 5rem; }
}
/* Cart table – North: clean borders, readable spacing */
.woocommerce-cart .aarvy-cart .aarvy-cart-table {
    border: none;
    border-collapse: collapse;
}
.woocommerce-cart .aarvy-cart .aarvy-cart-table thead tr {
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart .aarvy-cart .aarvy-cart-table thead th {
    padding: 0.875rem 0.5rem 0.875rem 0;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #737373;
    border: none;
    background: transparent;
}
/* North: Product left, Price / Quantity / Subtotal right; Quantity centered */
.woocommerce-cart .aarvy-cart .aarvy-cart-table thead th.product-name { text-align: left; padding-left: 0; }
.woocommerce-cart .aarvy-cart .aarvy-cart-table thead th.product-price { text-align: right; }
.woocommerce-cart .aarvy-cart .aarvy-cart-table thead th.product-quantity { text-align: center; }
.woocommerce-cart .aarvy-cart .aarvy-cart-table thead th.product-subtotal { text-align: right; }
.woocommerce-cart .aarvy-cart .aarvy-cart-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}
.woocommerce-cart .aarvy-cart .aarvy-cart-table tbody td {
    padding: 1rem 0.5rem 1rem 0;
    vertical-align: middle;
    font-size: 0.9375rem;
    color: #262626;
}
.woocommerce-cart .aarvy-cart .aarvy-cart-table tbody .product-name { padding-left: 0; }
.woocommerce-cart .aarvy-cart .aarvy-cart-table tbody .product-thumbnail img {
    max-width: 100px;
    width: 100px;
    height: auto;
    border-radius: 2px;
    display: block;
}
/* Coupon + Update row */
.woocommerce-cart .aarvy-cart .actions {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
/* Coupon row: input and Apply button next to each other */
.woocommerce-cart .aarvy-cart .aarvy-cart-coupon-row {
    flex-wrap: nowrap;
}
.woocommerce-cart .aarvy-cart .aarvy-cart-coupon-input {
    width: 10rem;
    min-width: 0;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d4d4d4;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}
/* Apply coupon – primary button (black bg, white text), aligned next to input */
.woocommerce-cart .aarvy-cart .aarvy-cart-apply-coupon {
    background: #171717;
    border: 1px solid #171717;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 0.125rem;
    flex-shrink: 0;
}
.woocommerce-cart .aarvy-cart .aarvy-cart-apply-coupon:hover {
    background: #404040;
    border-color: #404040;
    color: #fff;
}
/* Update cart – outlined primary (no bg, border only) */
.woocommerce-cart .aarvy-cart .aarvy-cart-update {
    background: transparent;
    color: #171717;
    font-weight: 500;
    padding: 0.625rem 1.5rem;
    border: 1px solid #171717;
    border-radius: 0.125rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}
.woocommerce-cart .aarvy-cart .aarvy-cart-update:hover {
    background: #171717;
    color: #fff;
}
/* Totals – North: right-aligned block, no heavy box */
.woocommerce-cart .aarvy-cart .aarvy-cart-collaterals {
    margin-top: 2.5rem;
    justify-content: flex-end;
}
.woocommerce-cart .aarvy-cart .aarvy-cart-totals-wrap {
    max-width: 100%;
}
.woocommerce-cart .aarvy-cart .cart_totals {
    border: none;
    padding: 0;
    background: transparent;
}
.woocommerce-cart .aarvy-cart .cart_totals h2 {
    display: none;
}
.woocommerce-cart .aarvy-cart .cart_totals table {
    width: 100%;
    border: none;
}
.woocommerce-cart .aarvy-cart .cart_totals table th {
    text-align: left;
    font-weight: 500;
    font-size: 0.9375rem;
    color: #525252;
    padding: 0.5rem 0.75rem 0.5rem 0;
    border: none;
}
.woocommerce-cart .aarvy-cart .cart_totals table td {
    text-align: right;
    font-weight: 500;
    font-size: 0.9375rem;
    color: #262626;
    padding: 0.5rem 0;
    border: none;
}
.woocommerce-cart .aarvy-cart .cart_totals .order-total th,
.woocommerce-cart .aarvy-cart .cart_totals .order-total td {
    font-weight: 600;
    font-size: 1rem;
    color: #171717;
    padding-top: 0.75rem;
    border-top: 1px solid #e5e5e5;
}
.woocommerce-cart .aarvy-cart .wc-proceed-to-checkout {
    margin-top: 1.25rem;
}
/* Undo wpautop: no extra spacing from <p> wrapper or <br> inside the button */
.woocommerce-cart .aarvy-cart .wc-proceed-to-checkout p {
    margin: 0;
    padding: 0;
}
.woocommerce-cart .aarvy-cart .wc-proceed-to-checkout p br,
.woocommerce-cart .aarvy-cart .wc-proceed-to-checkout .checkout-button br {
    display: none;
}
/* Proceed to checkout – North: light grey background, thin grey border, grey text */
.woocommerce-cart .aarvy-cart .checkout-button.aarvy-proceed-checkout,
.woocommerce-cart .aarvy-cart a.checkout-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.875rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid #d4d4d4;
    background: #f5f5f5;
    color: #525252;
    border-radius: 0.125rem;
}
.woocommerce-cart .aarvy-cart .checkout-button.aarvy-proceed-checkout:hover,
.woocommerce-cart .aarvy-cart a.checkout-button:hover {
    background: #e5e5e5;
    border-color: #a3a3a3;
    color: #262626;
}
.woocommerce div.quantity{
    border: 0 none !important;
    justify-content: center !important;
    gap: 0;
    border-radius: 0 !important;
}
.woocommerce .quantity input.qty, .woocommerce div.quantity button, .wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-blocks-components-select .wc-blocks-components-select__select{
    border: 1px solid #d4d4d4 !important;
    border-radius: 0;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
    box-shadow: inset 0 0 0 1.5px #d4d4d4;
    border-radius: 0;
}
.woocommerce .quantity .aarvy-qty-minus{
    margin-right: -1px;
}
.woocommerce .quantity .aarvy-qty-plus{
    margin-left: -1px;
}

/* Footer: 4 columns + copyright bar */
.aarvy-copyright-bar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
    .aarvy-copyright-bar {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
.aarvy-payment-options-img {
    height: 2rem !important;
    width: auto;
    display: block;
}
.aarvy-site-logo {
    height: 60px !important;
    width: auto !important;
    max-height: none !important;
    display: block;
}
footer.bg-neutral-900 .custom-logo-link img,
footer.bg-neutral-900 .aarvy-footer-logo img {
    max-height: 2.5rem;
    width: auto;
    height: auto;
    display: block;
}
@media (min-width: 1024px) {
    /* Footer columns: description block 4/12, other three share 8/12 */
    .aarvy-footer-grid {
        grid-template-columns: 4fr 2.666fr 2.666fr 2.666fr;
    }
}
footer.bg-neutral-900 ul.menu,
footer.bg-neutral-900 .space-y-2 a {
    display: block;
    font-size: 14px;
}
footer.bg-neutral-900 .aarvy-footer-col a svg {
    width: 30px;
    height: 30px;
}

/* Input borders: grey site-wide (override any black) */
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    border-color: #d4d4d4 !important;
}
.woocommerce input.input-text:focus,
.woocommerce textarea:focus,
.woocommerce select:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
    border-color: #a3a3a3 !important;
}

/* Checkout: breathable spacing for form rows and labels (avoid clutter when legend/label shifts on focus) */
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields {
    margin-bottom: 1.5rem;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    padding-top: 0.5rem;
}
.woocommerce-checkout .form-row {
    margin-bottom: 1.25rem !important;
    padding-bottom: 0;
}
.woocommerce-checkout .form-row label {
    margin-bottom: 0.5rem !important;
    display: block;
    min-height: 1.25rem;
}
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select {
    margin-top: 0;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    min-height: 2.75rem;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
    margin-bottom: 0.75rem;
    padding-bottom: 0.25rem;
}

/* Place order button – primary (black bg, white text). Classic checkout + Block checkout. */
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-checkout #place_order,
.woocommerce-checkout .aarvy-place-order-btn,
.woocommerce-checkout .form-row.place-order button#place_order,
.woocommerce-checkout .form-row.place-order .button.alt,
body.woocommerce-checkout button#place_order {
    background: var(--aarvy-primary) !important;
    background-color: var(--aarvy-primary) !important;
    color: #fff !important;
    border: 1px solid var(--aarvy-primary) !important;
    font-weight: 500 !important;
    padding: 0.75rem 1.5rem !important;
    width: 100% !important;
    max-width: 300px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.025em !important;
    cursor: pointer !important;
    border-radius: 0.125rem !important;
    transition: background-color 0.2s, color 0.2s !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout .aarvy-place-order-btn:hover,
.woocommerce-checkout .form-row.place-order button#place_order:hover,
.woocommerce-checkout .form-row.place-order .button.alt:hover,
body.woocommerce-checkout button#place_order:hover {
    background: var(--aarvy-primary-hover) !important;
    background-color: var(--aarvy-primary-hover) !important;
    color: #fff !important;
    border: 1px solid var(--aarvy-primary-hover) !important;
}

/* Checkout mobile (Block checkout): keep only one summary + cleaner layout */
@media (max-width: 767px) {
    .woocommerce-checkout .wp-block-woocommerce-checkout {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .woocommerce-checkout .wc-block-components-sidebar-layout {
        gap: 0.85rem;
    }

    /* Keep top expandable summary; hide duplicate static sidebar summary */
    .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        display: none !important;
    }

    .woocommerce-checkout .wc-block-components-order-summary {
        border: 0 none !important;
        border-radius: 10px;
        background: #ffffff;
        margin-bottom: 0.9rem;
        overflow: hidden;
    }

    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary__button-text,
    .woocommerce-checkout .wc-block-components-order-summary button {
        font-weight: 600;
    }

    .woocommerce-checkout .wc-block-components-checkout-step {
        border: 0 none;
        border-radius: 10px;
        background: transparent;
        padding: 0;
        margin-bottom: 40px;
    }

    .woocommerce-checkout .wc-block-components-checkout-step + .wc-block-components-checkout-step {
        margin-top: 0.85rem;
    }

    .woocommerce-checkout .wc-block-components-text-input input,
    .woocommerce-checkout .wc-block-components-combobox-control input,
    .woocommerce-checkout .wc-block-components-select .wc-block-components-select__select {
        min-height: 44px;
        border-radius: 6px !important;
        border-color: #d1d5db !important;
        background: #ffffff !important;
    }

    .woocommerce-checkout .wc-block-components-text-input label {
        font-size: 0.82rem;
        color: #6b7280;
    }

    .woocommerce-checkout .wc-block-components-checkout-place-order-button {
        max-width: none !important;
        width: 100% !important;
        min-height: 46px;
        border-radius: 6px !important;
    }

    /* Mobile checkout order summary: keep minimal data only */
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-product-metadata,
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-product-metadata__description,
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-cart-item__prices,
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices,
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__regular-individual-price,
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-product-badge {
        display: none !important;
    }

    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
        padding-top: 0.1rem;
    }

    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-product-name {
        font-size: 1rem;
        line-height: 1.35;
        font-weight: 600;
        color: #171717;
    }

    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
    }

    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
        width: 58px;
        min-width: 58px;
    }

    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
        font-size: 0.98rem;
        font-weight: 600;
        color: #171717;
    }
}

/* ========== My Account – layout, sidebar (1 per row + dividers), container, tables, buttons ========== */
.woocommerce-account .woocommerce {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 0 3rem !important;
}
@media (min-width: 1024px) {
    .woocommerce-account .woocommerce {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.aarvy-MyAccount-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem 2.5rem;
}
@media (min-width: 768px) {
    .aarvy-MyAccount-layout {
        grid-template-columns: 12rem 1fr;
    }
}
/* Sidebar: one item per row, divider between items */
.aarvy-MyAccount-sidebar,
.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
    width: 300px;
}
.woocommerce-account .aarvy-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-content{
    width: calc(100% - 350px);
}
.aarvy-MyAccount-layout{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.aarvy-MyAccount-nav-list,
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    border: none;
    border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 0.75rem 15px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #525252;
    text-decoration: none;
    transition: color 0.2s, background 0.2s;
    background: transparent;
    border: none;
    border-radius: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    color: #171717;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard.is-active a {
    color: #171717;
    font-weight: 600;
}
/* Content area */
.woocommerce-account .aarvy-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content {
    min-width: 0;
}
.woocommerce-account .aarvy-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #171717;
    margin-bottom: 1rem;
}
/* Orders & Wishlist tables */
.woocommerce-account .shop_table,
.woocommerce-account .aarvy-wishlist-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
}
.woocommerce-account .shop_table thead,
.woocommerce-account .aarvy-wishlist-table thead {
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce-account .shop_table th,
.woocommerce-account .aarvy-wishlist-table th {
    text-align: left;
    padding: 0.75rem 1rem;
    font-weight: 600;
    color: #525252;
    background: transparent;
}
.woocommerce-account .shop_table td,
.woocommerce-account .aarvy-wishlist-table td {
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
    color: #262626;
    vertical-align: middle;
}
.woocommerce-account .shop_table .button,
.woocommerce-account .aarvy-wishlist-table .button {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border-radius: 0.125rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    margin-right: 0.5rem;
    margin-bottom: 0.25rem;
}
/* Primary button (View, Add to cart) */
.woocommerce-account .shop_table .button.btn-primary,
.woocommerce-account .aarvy-wishlist-add-cart,
.woocommerce-account .button.btn-primary,
.woocommerce-account .woocommerce-MyAccount-content .button:not(.btn-outline):not(.aarvy-wishlist-remove),
.woocommerce-account .woocommerce-MyAccount-content button[type="submit"],
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"] {
    background: var(--aarvy-primary);
    color: #fff;
    border: 1px solid var(--aarvy-primary);
}
.woocommerce-account .shop_table .button.btn-primary:hover,
.woocommerce-account .aarvy-wishlist-add-cart:hover,
.woocommerce-account .button.btn-primary:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:not(.btn-outline):not(.aarvy-wishlist-remove):hover,
.woocommerce-account .woocommerce-MyAccount-content button[type="submit"]:hover,
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"]:hover {
    background: var(--aarvy-primary-hover);
    border-color: var(--aarvy-primary-hover);
    color: #fff;
}
/* Outline / secondary (View product, Remove) */
.woocommerce-account .shop_table .button.btn-outline,
.woocommerce-account .aarvy-wishlist-view {
    background: transparent;
    color: #171717;
    border: 1px solid #d4d4d4;
}
.woocommerce-account .shop_table .button.btn-outline:hover,
.woocommerce-account .aarvy-wishlist-view:hover {
    background: #f5f5f5;
    border-color: #a3a3a3;
    color: #171717;
}
/* Wishlist Remove: recycle bin icon only, no button style */
.woocommerce-account .aarvy-wishlist-remove.aarvy-icon-remove,
.woocommerce-account a.aarvy-wishlist-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    margin: 0;
    background: transparent !important;
    border: none !important;
    border-radius: 0.25rem;
    color: #737373;
    text-decoration: none;
    transition: color 0.2s, background 0.2s;
}
.woocommerce-account .aarvy-wishlist-remove.aarvy-icon-remove:hover,
.woocommerce-account a.aarvy-wishlist-remove:hover {
    color: #dc2626;
    background: #fef2f2 !important;
}
.woocommerce-account .aarvy-icon-remove .aarvy-icon-trash {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
}
.woocommerce-account .aarvy-wishlist-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

/* My Account Addresses – clean grid, not scattered */
.aarvy-addresses-grid.woocommerce-Addresses,
.woocommerce-account .woocommerce-Addresses {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    border: none;
}
@media (min-width: 640px) {
    .aarvy-addresses-grid.woocommerce-Addresses,
    .woocommerce-account .woocommerce-Addresses.col2-set {
        grid-template-columns: repeat(2, 1fr);
    }
}
.aarvy-address-card.woocommerce-Address,
.woocommerce-account .woocommerce-Address {
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 0.375rem;
    background: #fafafa;
}
.woocommerce-account .woocommerce-Address .woocommerce-Address-inner,
.woocommerce-account .woocommerce-Address .title {
    padding: 1.25rem 1.25rem 0;
    margin: 0;
    border: none;
    background: transparent;
}
.woocommerce-account .woocommerce-Address-title.title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}
.woocommerce-account .woocommerce-Address-title .aarvy-address-heading,
.woocommerce-account .woocommerce-Address-title h2,
.woocommerce-account .woocommerce-Address-title h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #171717;
}
.woocommerce-account .woocommerce-Address-title .aarvy-address-edit,
.woocommerce-account .woocommerce-Address-title a.edit {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #525252;
    text-decoration: none;
}
.woocommerce-account .woocommerce-Address-title a.edit:hover,
.woocommerce-account .woocommerce-Address-title .aarvy-address-edit:hover {
    color: #171717;
    text-decoration: underline;
}
.woocommerce-account .woocommerce-Address address,
.woocommerce-account .aarvy-address-body {
    padding: 0 1.25rem 1.25rem;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #404040;
    font-style: normal;
}
.woocommerce-account .woocommerce-Address address br,
.woocommerce-account .aarvy-address-body br {
    display: block;
    content: "";
    margin-top: 0.25rem;
}
.aarvy-addresses-grid::before, .aarvy-addresses-grid::after, .woocommerce-account .woocommerce-Address-title.title::before, .woocommerce-account .woocommerce-Address-title.title::after{
    display: none !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
    width: auto;
}

/* Product price – body text color */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #262626;
}

/* WooCommerce notice boxes – match design language */
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background: #fafafa;
    list-style: none;
    padding-left: 3.25rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #404040;
}
.woocommerce .woocommerce-info .button.wc-forward, .woocommerce .woocommerce-info a.woocommerce-Button.wc-forward{
    margin-top: 0 !important;
}
.woocommerce .woocommerce-info {
    border-left: 3px solid #0ea5e9;
    background: #f0f9ff;
}
.woocommerce .woocommerce-message {
    border-left: 3px solid #22c55e;
    background: #f0fdf4;
}
.woocommerce .woocommerce-error {
    border-left: 3px solid #dc2626;
    background: #fef2f2;
}
/* Button inside notice (woocommerce-Button wc-forward button) – outline primary */
.woocommerce .woocommerce-info .button.wc-forward,
.woocommerce .woocommerce-info a.woocommerce-Button.wc-forward,
.woocommerce .woocommerce-message .button.wc-forward,
.woocommerce .woocommerce-message a.woocommerce-Button.wc-forward,
.woocommerce .woocommerce-error .button.wc-forward,
.woocommerce .woocommerce-error a.woocommerce-Button.wc-forward {
    display: inline-block;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border: 1px solid #171717;
    background: transparent;
    color: #171717;
    border-radius: 0.125rem;
    transition: background-color 0.2s, color 0.2s;
}
.woocommerce .woocommerce-info .button.wc-forward:hover,
.woocommerce .woocommerce-info a.woocommerce-Button.wc-forward:hover,
.woocommerce .woocommerce-message .button.wc-forward:hover,
.woocommerce .woocommerce-message a.woocommerce-Button.wc-forward:hover,
.woocommerce .woocommerce-error .button.wc-forward:hover,
.woocommerce .woocommerce-error a.woocommerce-Button.wc-forward:hover {
    background: #171717;
    color: #fff;
    border-color: #171717;
}

/* My Account – login/register card (non-logged in) */
.aarvy-auth-wrapper {
    max-width: 500px;
    margin: 0 auto 3rem;
    padding: 0 1rem;
}
.aarvy-auth-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: #171717;
    margin: 0 0 1.5rem;
}
.aarvy-auth-heading {
    font-size: 1.75rem;
    font-weight: 600;
    text-align: left;
    color: #171717;
    margin: 0 0 1.25rem;
}
.aarvy-auth-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
}
.aarvy-auth-tab {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #737373;
    cursor: pointer;
    text-decoration: none;
}
.aarvy-auth-tab--active {
    color: #171717;
}
.aarvy-auth-tab--active::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 0.125rem;
    background-color: #171717;
}
.aarvy-auth-panels {
    margin-top: 0.5rem;
}
.aarvy-auth-panel {
    display: none;
}
.aarvy-auth-panel--active {
    display: block;
}
.aarvy-auth-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1rem;
    margin-bottom: 20px;
}
.aarvy-auth-actions .woocommerce-form-login__submit,
.aarvy-auth-actions .woocommerce-form-register__submit {
    margin-left: auto;
}
.aarvy-auth-switch {
    margin-top: 3.5rem;
}
.aarvy-auth-link {
    border: none;
    background: transparent;
    color: #171717;
    font-weight: 500;
    padding: 0;
    margin-left: 0.25rem;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.aarvy-auth-link:hover {
    color: #0f172a;
}

/* Auth form error messages */
.aarvy-auth-error {
    margin-top: 0.35rem;
    font-size: 0.8125rem;
    color: #b91c1c;
}
.aarvy-auth-error--hidden {
    display: none;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    width: 150px;
    margin-right: 0;
}
.woocommerce form.login, .woocommerce form.register{
    border: 0 none !important;
    padding: 0;
}
.hentry header{
    text-align: center;
}
.woocommerce-privacy-policy-text{
    font-size: 16px;
    margin: 20px 0;
}
form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 500px;
    margin: 0 auto;
}
.reset-password-form-row{
    width: 100% !important;
    margin: 20px 0 !important;
}
.woocommerce .button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    color: #fff !important;
}
.min-h-screen{
    min-height: 70vh !important;
}
.product-card__content{
    padding: 20px;
}

/* Product loop images: keep vertical 3:4 thumbnails (600x800 source friendly). */
.woocommerce ul.products li.product .product-card{
    background-color: transparent !important;
}
.woocommerce ul.products li.product .product-card__media {
    aspect-ratio: 3 / 4;
    min-height: 0;
}

.woocommerce ul.products li.product .product-card__media > a {
    position: absolute;
    inset: 0;
    display: block;
}

.woocommerce ul.products li.product .product-card__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
    display: block;
}

/* Apply the same to related/upsell/cross-sell/home loops using Woo product cards. */
.woocommerce .related ul.products li.product .product-card__media,
.woocommerce .upsells ul.products li.product .product-card__media,
.woocommerce .cross-sells ul.products li.product .product-card__media,
.home ul.products li.product .product-card__media {
    aspect-ratio: 3 / 4;
}
.aarvy-single-product__gallery{
    position: relative;
}

.woocommerce span.onsale, span.onsale {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    color: #ffffff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background-color: #000000;
    border-radius: 50%;
}
.aarvy-product-tabs .wc-tabs{
    border-bottom: 0 none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    padding: 0;
    border-radius: 4px 4px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    padding: 10px 20px;
    font-weight: 500;
    background-color: #f5f5f5;
    border-radius: 4px 4px 0 0;
    
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    background-color: #ffffff;
    color: #000000;
    border: 0 none !important;
}
@media (max-width: 767px) {
    .woocommerce div.product .woocommerce-tabs {
        overflow: visible !important;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 0.5rem;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0 0 0.25rem 3.75rem !important;
        margin-left: 0 !important;
        left: 0 !important;
        scroll-padding-left: 0.75rem;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
        display: none;
    }

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

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        float: none !important;
        flex: 0 0 auto;
        margin: 0 !important;
        white-space: nowrap;
        left: 0 !important;
        position: relative;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
        margin-left: 0 !important;
        left: 0 !important;
    }

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

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        display: block;
        white-space: nowrap;
        padding: 0.65rem 0.95rem;
    }
}
.home-hero {
    height: 100vh;
}

/* Hero slider – fade effect + content animation */
.hero-slider-section .hero-slider-track {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.hero-slider-section .hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}
.hero-slider-section .hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.hero-slider-section .hero-slide-bg {
    position: absolute;
    inset: 0;
}
.hero-slider-section .hero-slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-slider-section .hero-slide-content {
    position: absolute;
    left: 50%;
    bottom: 130px;
    padding: 0;
    text-align: left;
    transform: translateX(-625px) !important;
    opacity: 0;
    transition: opacity 0.6s ease;
}
.hero-slider-section .hero-slide.active .hero-slide-content {
    opacity: 1;
    transform: translateX(-625px) !important;
}
.hero-slider-section .hero-slide-title,
.hero-slider-section .hero-slide-subtext,
.hero-slider-section .hero-slide-cta {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.hero-slider-section .hero-slide.active .hero-slide-title,
.hero-slider-section .hero-slide.active .hero-slide-subtext,
.hero-slider-section .hero-slide.active .hero-slide-cta {
    opacity: 1;
    transform: translateY(0);
}
.hero-slider-section .hero-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
.hero-slider-section .hero-dots .hero-dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 9999px;
    border: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
    transition: background 0.3s ease, transform 0.3s ease;
}
.hero-slider-section .hero-dots .hero-dot:hover {
    background: rgba(255, 255, 255, 0.7);
}
.hero-slider-section .hero-dots .hero-dot.active {
    background: rgba(255, 255, 255, 0.95);
    transform: scale(1.2);
}
.hero-slider-section .hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(0, 0, 0, 0.28);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
.hero-slider-section .hero-arrow svg {
    width: 20px;
    height: 20px;
}
.hero-slider-section .hero-arrow:hover {
    background: rgba(0, 0, 0, 0.45);
    border-color: rgba(255, 255, 255, 0.85);
}
.hero-slider-section .hero-arrow-prev {
    left: 0.5rem;
}
.hero-slider-section .hero-arrow-next {
    right: 0.5rem;
}
.hero-slider-section .hero-slide:not(.active) .hero-slide-bg + .hero-slide-content,
.hero-slider-section .hero-slide:not(.active) .hero-slide-content {
    pointer-events: none;
}

/* Keep hero navigation always above slides/content */
#hero-slider {
    position: relative;
    isolation: isolate;
}

#hero-slider .hero-arrows,
#hero-slider .hero-dots {
    z-index: 70 !important;
}

#hero-slider .hero-arrow,
#hero-slider .hero-dot {
    position: relative;
    z-index: 71 !important;
}

/* Hero bullets placement */
#hero-slider .hero-dots {
    bottom: 50px !important;
}

/* Force arrows visible and clear left/right angle style */
#hero-slider .hero-arrows {
    display: block !important;
    top: auto !important;
    bottom: 30px !important;
    left: 0 !important;
    right: 0 !important;
    pointer-events: auto !important;
    z-index: 90 !important;
}

#hero-slider .hero-arrows .container {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    position: relative;
    pointer-events: auto !important;
    z-index: 91 !important;
}

#hero-slider .hero-arrow {
    position: static !important;
    transform: none !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    background: rgba(0, 0, 0, 0.6) !important;
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    cursor: pointer;
    touch-action: manipulation;
    z-index: 92 !important;
}

#hero-slider .hero-arrow svg {
    width: 22px !important;
    height: 22px !important;
    display: block;
}

#hero-slider .hero-arrow-prev,
#hero-slider .hero-arrow-next {
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
}

/* Homepage newsletter plugin form (Newsletter plugin by Stefano Lissa) */
.aarvy-home-newsletter .tnp-subscription,
.aarvy-home-newsletter .tnp {
    max-width: 560px;
    margin: 0.5rem auto 0;
}

/* Hide plugin admin helper banner on frontend preview */
.aarvy-home-newsletter .tnp-subscription p[style*="background-color: #eee"] {
    display: none !important;
}

.aarvy-home-newsletter .tnp form,
.aarvy-home-newsletter .tnp-subscription form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem;
}

.aarvy-home-newsletter .tnp .tnp-field,
.aarvy-home-newsletter .tnp-subscription .tnp-field {
    margin: 0 !important;
}

.aarvy-home-newsletter .tnp .tnp-field-email,
.aarvy-home-newsletter .tnp-subscription .tnp-field-email {
    flex: 1 1 320px;
    min-width: 0;
}

.aarvy-home-newsletter .tnp .tnp-field-button,
.aarvy-home-newsletter .tnp-subscription .tnp-field-button {
    flex: 0 0 auto;
}

.aarvy-home-newsletter .tnp-email,
.aarvy-home-newsletter input[type="email"].tnp-email,
.aarvy-home-newsletter .tnp-field-email input {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d1d5db !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    color: #171717 !important;
    padding: 0.7rem 0.9rem !important;
}

.aarvy-home-newsletter .tnp-submit,
.aarvy-home-newsletter input[type="submit"].tnp-submit,
.aarvy-home-newsletter .tnp-field-button input {
    min-height: 46px;
    width: auto !important;
    border: 1px solid var(--aarvy-primary) !important;
    background: var(--aarvy-primary) !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 0.65rem 1.2rem !important;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
}

.aarvy-home-newsletter .tnp-submit:hover,
.aarvy-home-newsletter .tnp-field-button input:hover {
    background: var(--aarvy-primary-hover) !important;
    border-color: var(--aarvy-primary-hover) !important;
}

.aarvy-home-newsletter .tnp-privacy,
.aarvy-home-newsletter .tnp-field-privacy {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #525252;
    text-align: left;
}

.aarvy-home-newsletter .tnp-privacy label,
.aarvy-home-newsletter .tnp-field-privacy label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

@media (min-width: 640px) {
    .aarvy-home-newsletter .tnp-field-email,
    .aarvy-home-newsletter .tnp-email {
        flex: 1;
    }

    .aarvy-home-newsletter .tnp-submit,
    .aarvy-home-newsletter .tnp-field-button input {
        white-space: nowrap;
    }
}

/* Newsletter plugin strict layout fix (email + button row, privacy below) */
/* Hide only the admin helper banner, keep real status messages visible. */
.aarvy-home-newsletter .tnp-subscription p[style*="background-color: #eee"],
.aarvy-home-newsletter .tnp p[style*="background-color: #eee"] {
    display: none !important;
}

.aarvy-home-newsletter .tnp-subscription p,
.aarvy-home-newsletter .tnp p {
    display: block;
    margin: 0.5rem 0;
}

.aarvy-home-newsletter .tnp-message,
.aarvy-home-newsletter .tnp-error,
.aarvy-home-newsletter .tnp-warning {
    max-width: 760px;
    margin: 0.6rem auto 0.2rem !important;
    padding: 0.75rem 0.9rem;
    border-radius: 4px;
    font-size: 0.94rem;
    line-height: 1.5;
}

.aarvy-home-newsletter .tnp-message {
    background: #ecfdf3;
    border: 1px solid #86efac;
    color: #166534;
}

.aarvy-home-newsletter .tnp-error,
.aarvy-home-newsletter .tnp-warning {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.aarvy-home-newsletter .tnp form,
.aarvy-home-newsletter .tnp-subscription form,
.aarvy-home-newsletter form.tnp-form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "email button"
        "privacy privacy";
    gap: 14px 14px;
    align-items: end !important;
    max-width: 760px;
    margin: 0 auto;
}

.aarvy-home-newsletter .tnp-field-email {
    grid-area: email;
    width: 100% !important;
}

.aarvy-home-newsletter .tnp-field-button {
    grid-area: button;
    width: auto !important;
}

.aarvy-home-newsletter .tnp-field-privacy,
.aarvy-home-newsletter .tnp-privacy-field,
.aarvy-home-newsletter .tnp-field-checkbox.tnp-field-privacy {
    grid-area: privacy;
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
}

.aarvy-home-newsletter .tnp-field-privacy label,
.aarvy-home-newsletter .tnp-privacy-field label,
.aarvy-home-newsletter .tnp-field-checkbox.tnp-field-privacy label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin: 0 !important;
}

.aarvy-home-newsletter .tnp-field-email input[type="email"],
.aarvy-home-newsletter input.tnp-email {
    width: 100% !important;
    max-width: none !important;
}

.aarvy-home-newsletter .tnp-field-button input[type="submit"],
.aarvy-home-newsletter input.tnp-submit {
    min-width: 170px;
    width: auto !important;
}

.aarvy-home-newsletter .tnp-field-button input[type="submit"].is-loading,
.aarvy-home-newsletter input.tnp-submit.is-loading {
    color: transparent !important;
    position: relative;
    background-image: url("../img/btn-loader.gif") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 30px 30px !important;
}

@media (max-width: 639px) {
    .aarvy-home-newsletter .tnp form,
    .aarvy-home-newsletter .tnp-subscription form,
    .aarvy-home-newsletter form.tnp-form {
        grid-template-columns: 1fr;
        grid-template-areas:
            "email"
            "button"
            "privacy";
    }

    .aarvy-home-newsletter .tnp-field-button input[type="submit"],
    .aarvy-home-newsletter input.tnp-submit {
        width: 100% !important;
        min-width: 0;
    }
}

.woocommerce ul.products li.product .onsale{
    left: 10px !important;
    top: 10px !important;
    margin: 0 !important;
    right: auto !important;
}

/* ========== Default page content – typography ========== */
.default-page-content {
    color: #404040;
    font-size: 1rem;
    line-height: 1.7;
}
.default-page-content h1,
.default-page-content h2,
.default-page-content h3,
.default-page-content h4,
.default-page-content h5,
.default-page-content h6 {
    color: #171717;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.75em;
}
.default-page-content h1 { font-size: 1.875rem; margin-top: 0; margin-bottom: 0.5em; }
.default-page-content h2 { font-size: 1.5rem; padding-bottom: 0.375rem; border-bottom: 1px solid #e5e5e5; }
.default-page-content h3 { font-size: 1.25rem; }
.default-page-content h4 { font-size: 1.125rem; }
.default-page-content h5 { font-size: 1rem; }
.default-page-content h6 { font-size: 0.9375rem; color: #525252; }

.default-page-content p {
    margin-top: 0;
    margin-bottom: 1.25em;
}
.default-page-content p:last-child {
    margin-bottom: 0;
}

.default-page-content a {
    color: #171717;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.15s ease;
}
.default-page-content a:hover {
    color: #404040;
}

.default-page-content blockquote {
    margin: 1.5em 0;
    padding: 0.75em 1.25em 0.75em 1.5em;
    border-left: 4px solid #d4d4d4;
    background: #fafafa;
    color: #525252;
    font-style: italic;
}
.default-page-content blockquote p:last-child {
    margin-bottom: 0;
}

.default-page-content ul,
.default-page-content ol {
    margin: 1em 0;
    padding-left: 1.5em;
}
.default-page-content ul {
    list-style-type: disc;
}
.default-page-content ol {
    list-style-type: decimal;
}
.default-page-content li {
    margin-bottom: 0.5em;
}
.default-page-content li:last-child {
    margin-bottom: 0;
}
.default-page-content ul ul,
.default-page-content ol ol,
.default-page-content ul ol,
.default-page-content ol ul {
    margin: 0.5em 0;
    padding-left: 1.5em;
}

.default-page-content hr {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 2em 0;
}

.default-page-content strong {
    font-weight: 600;
    color: #262626;
}
.default-page-content em {
    font-style: italic;
}
.default-page-content code {
    font-size: 0.9em;
    padding: 0.15em 0.4em;
    background: #f5f5f5;
    border-radius: 0.25rem;
    color: #171717;
}
.default-page-content pre {
    overflow-x: auto;
    padding: 1rem 1.25rem;
    background: #f5f5f5;
    border-radius: 0.375rem;
    margin: 1.25em 0;
    font-size: 0.9rem;
    line-height: 1.6;
}
.default-page-content pre code {
    padding: 0;
    background: none;
}
.default-page-content h2{
    border: 0 none;
}
#privacy-page{
    max-width: 960px;
}

.aarvy-about-page {
    color: #404040;
}
.aarvy-about-page section {
    margin-bottom: 4rem;
}
.aarvy-about-page h2 {
    font-size: 1.625rem;
    font-weight: 600;
    color: #171717;
    margin: 0 0 1rem;
}
.aarvy-about-kicker {
    margin: 0 0 0.6rem;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #737373;
    font-weight: 600;
}
.aarvy-about-title {
    margin: 0 0 0.9rem;
    font-size: 2rem;
    line-height: 1.2;
    color: #171717;
}
@media (min-width: 1024px) {
    .aarvy-about-title {
        font-size: 2.8rem;
    }
}
.aarvy-about-lead {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.7;
}

/* Placeholder visuals for now (replace with real images later) */
.aarvy-img-placeholder {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background:
        radial-gradient(120% 120% at 100% 0%, #fdd9ea 0%, #f8eaf2 40%, #f3f4f6 100%);
    min-height: 200px;
}
.aarvy-img-placeholder::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, rgba(255,255,255,0) 35%, rgba(255,255,255,0.35) 45%, rgba(255,255,255,0) 55%);
    transform: translateX(-120%);
    transition: transform 0.9s ease;
}
.aarvy-img-placeholder:hover::after {
    transform: translateX(120%);
}
.aarvy-img-placeholder span {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    font-size: 0.75rem;
    color: #525252;
    background: rgba(255, 255, 255, 0.86);
    padding: 0.3rem 0.55rem;
    border-radius: 0.25rem;
}

.aarvy-about-hero-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
@media (min-width: 1024px) {
    .aarvy-about-hero-inner {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 1.75rem;
        align-items: center;
    }
}
.aarvy-about-hero-media {
    min-height: 360px;
}
.aarvy-about-hero-content {
    padding: 0.25rem 0.25rem 0.25rem 0;
}
.aarvy-about-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.3rem;
}

.aarvy-about-usps-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.875rem;
}
@media (min-width: 768px) {
    .aarvy-about-usps-inner {
        grid-template-columns: repeat(3, 1fr);
    }
}
.aarvy-stat-item {
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    padding: 1.55rem 1.25rem;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.aarvy-stat-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
}
.aarvy-stat-item strong {
    display: block;
    color: #171717;
    font-size: 1.25rem;
    line-height: 1.35;
    margin-bottom: 0.65rem;
}
.aarvy-stat-item span {
    font-size: 0.95rem;
    color: #525252;
    line-height: 1.55;
}

.aarvy-about-story-grid-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
@media (min-width: 1024px) {
    .aarvy-about-story-grid-inner {
        grid-template-columns: 1.15fr 0.85fr;
        grid-template-areas:
            "main side"
            "copy side";
        gap: 1rem 1.25rem;
        align-items: stretch;
    }
}
.aarvy-about-story-main {
    min-height: 380px;
}
@media (min-width: 1024px) {
    .aarvy-about-story-main {
        grid-area: main;
    }
}
.aarvy-about-story-side {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
.aarvy-about-story-side .aarvy-img-placeholder {
    min-height: 180px;
}
@media (min-width: 1024px) {
    .aarvy-about-story-side {
        grid-area: side;
    }
}
.aarvy-about-story-copy {
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 0.5rem;
    padding: 1rem 1.15rem;
}
@media (min-width: 1024px) {
    .aarvy-about-story-copy {
        grid-area: copy;
    }
}
.aarvy-about-story-copy p {
    margin: 0 0 0.75rem;
}
.aarvy-about-story-copy p:last-child {
    margin-bottom: 0;
}

.aarvy-about-quote-band {
    background: #e9f1f1;
    padding: 4.5rem 0;
    border-radius: 0.5rem;
}
.aarvy-about-quote-wrap {
    max-width: none;
    margin: 0;
    padding: 0 1.25rem;
}
.aarvy-about-quote-band blockquote {
    margin: 0 0 1rem;
    padding: 0;
    border: 0;
    background: transparent;
    font-style: normal;
    color: #171717;
    font-size: 4rem;
    line-height: 1.2;
    max-width: 620px;
}
@media (max-width: 767px) {
    .aarvy-about-quote-band blockquote {
        font-size: 2.4rem;
    }
}
.aarvy-about-quote-band p {
    margin: 0;
    color: #525252;
    max-width: 680px;
}

.aarvy-about-promise-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
@media (min-width: 768px) {
    .aarvy-about-promise-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.aarvy-about-card {
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem 1.25rem;
    text-align: center;
}
.aarvy-about-promise h2 {
    text-align: center;
    margin-bottom: 1.6rem;
}
.aarvy-about-card-icon {
    width: 7rem;
    height: 7rem;
    margin: 0 auto 0.8rem;
    border-radius: 9999px;
    background: #fff3f8;
    color: var(--aarvy-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.aarvy-about-card-icon svg, .aarvy-about-card-icon img {
    width: 3.2rem;
    height: 3.2rem;
}
.aarvy-about-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #171717;
}
.aarvy-about-card p {
    margin: 0;
    color: #525252;
}

.aarvy-about-faq {
    background: #f8fafc;
    border: 1px solid #e8edf2;
    border-radius: 0.6rem;
    padding: 3.6rem 1.1rem;
}
@media (min-width: 1024px) {
    .aarvy-about-faq {
        padding: 4.5rem 1.8rem;
    }
}
.aarvy-about-faq h2 {
    text-align: center;
    margin-bottom: 1.6rem;
}
.aarvy-faq-list {
    display: grid;
    gap: 1rem;
}
.aarvy-faq-item {
    border: 1px solid #e5e5e5;
    border-radius: 0.45rem;
    background: #fff;
    padding: 1.1rem 1.2rem;
}
.aarvy-faq-item summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 1.12rem;
    line-height: 1.4;
    color: #171717;
    list-style: none;
    position: relative;
    padding-right: 2rem;
}
.aarvy-faq-item summary::-webkit-details-marker {
    display: none;
}
.aarvy-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    color: #737373;
}
.aarvy-faq-item[open] summary::after {
    content: "−";
}
.aarvy-faq-item p {
    margin: 0.95rem 0 0;
    font-size: 1rem;
    line-height: 1.75;
    color: #525252;
}

.aarvy-about-gallery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.aarvy-about-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
}
@media (min-width: 768px) {
    .aarvy-about-gallery-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
}
.aarvy-gallery-item {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 6px;
}
.aarvy-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.aarvy-about-final-cta {
    margin-top: 5.5rem;
    margin-bottom: 6rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.aarvy-about-final-wrap {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0.5rem 0;
}
.aarvy-about-final-wrap h3 {
    margin: 0 0 0.6rem;
    color: #171717;
    font-size: 2rem;
}
.aarvy-about-final-wrap p {
    margin: 0;
    color: #525252;
    font-size: 1rem;
    line-height: 1.7;
}
.aarvy-about-final-wrap .aarvy-about-hero-cta {
    justify-content: center;
}

/* ========== Blog listing – North-style (grid + cards) ========== */
.aarvy-blog-listing {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4rem;
}
.aarvy-blog-listing .shop-header {
    margin-bottom: 2.5rem;
}
.aarvy-blog-listing .shop-header h1 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #171717;
    letter-spacing: -0.025em;
    margin: 0;
}
@media (min-width: 1024px) {
    .aarvy-blog-listing .shop-header h1 {
        font-size: 2.25rem;
    }
}

/* Grid: 1 col mobile, 2 tablet, 3 desktop – plain CSS so it always works */
.aarvy-blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    .aarvy-blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 2rem;
    }
}
@media (min-width: 1024px) {
    .aarvy-blog-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem 2.5rem;
    }
}

/* Card: image on top, then body (meta, title, excerpt) */
.aarvy-blog-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.aarvy-blog-card__img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 1rem;
    text-decoration: none;
}
.aarvy-blog-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.aarvy-blog-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}
.aarvy-blog-card__meta {
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #737373;
    margin: 0 0 0.5rem;
    line-height: 1.4;
}
.aarvy-blog-card__title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 0.5rem;
}
.aarvy-blog-card__title a {
    color: #171717;
    text-decoration: none;
    transition: color 0.15s ease;
}
.aarvy-blog-card__title a:hover {
    color: #404040;
}
.aarvy-blog-card__excerpt {
    font-size: 0.875rem;
    line-height: 1.55;
    color: #525252;
    margin: 0;
    flex: 1;
}

.aarvy-blog-card__img .placeholder-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 140px;
    font-size: 0.875rem;
    color: #a3a3a3;
    background: #f5f5f5;
}

.aarvy-blog-load-more {
    margin-top: 3rem;
    text-align: center;
}
@media (min-width: 1024px) {
    .aarvy-blog-load-more {
        margin-top: 4rem;
    }
}
.aarvy-blog-load-more a {
    display: inline-block;
    padding: 0.75rem 2rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #fff;
    background: #171717;
    border: 1px solid #171717;
    border-radius: 0.125rem;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.aarvy-blog-load-more a:hover {
    background: #404040;
    border-color: #404040;
    color: #fff;
}

.aarvy-blog-card__excerpt p {
    margin: 0 0 0.5em;
}
.aarvy-blog-card__excerpt p:last-child {
    margin-bottom: 0;
}

/* Blog listing empty state */
.blog-listing-empty {
    max-width: 32rem;
    margin: 4rem auto;
    padding: 2rem 1rem;
    text-align: center;
}
.blog-listing-empty-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #171717;
    margin: 0 0 1rem;
}
.blog-listing-empty-text {
    font-size: 1rem;
    color: #525252;
    margin: 0 0 2rem;
    line-height: 1.5;
}

/* Quick Shop vertical label (blog/shop) – fixed right edge */
.aarvy-quick-shop-label {
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 40;
    width: 2.5rem;
    height: 6rem;
    background: #171717;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    rotate: 180deg;
}
@media (min-width: 1024px) {
    .aarvy-quick-shop-label {
        display: flex;
    }
}
.aarvy-quick-shop-label span {
    padding: 0.5rem 0;
}

.default-page-content .woocommerce-breadcrumb ol{
    padding: 0 !important;
    margin: 0 !important;
}

/* Single post: next/prev nav + share – explicit spacing (in case Tailwind pt/mt are purged) */
.aarvy-post-nav {
    margin-top: 2.5rem;
    padding-top: 2rem;
}
.aarvy-post-nav-inner,
.aarvy-post-nav > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.aarvy-post-share {
    margin-top: 2rem;
    padding-top: 1.5rem;
}
.aarvy-post-nav a {
    display: inline-block;
    text-decoration: none;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.aarvy-post-share .aarvy-share-btn {
    text-decoration: none;
    width: 40px;
    height: 40px;
}

/* Trending products section – explicit spacing */
.aarvy-trending-products {
    margin-top: 3rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
}
.aarvy-trending-products .text-center.mt-8 {
    margin-top: 2rem;
}
.aarvy-post-share ul{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.woocommerce-MyAccount-content button.button {
    margin-top: 20px !important;
}

/* Contact page template */
.aarvy-contact-page {
    padding-bottom: 4rem;
}
.aarvy-contact-map-wrap {
    margin-bottom: 3rem;
}
.aarvy-contact-map {
    width: 100%;
    min-height: 360px;
    border: 0;
    display: block;
}
@media (min-width: 1024px) {
    .aarvy-contact-map {
        min-height: 420px;
    }
}
.aarvy-contact-content {
    padding-top: 0.5rem;
}
.aarvy-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
@media (min-width: 1024px) {
    .aarvy-contact-grid {
        grid-template-columns: 0.95fr 1.35fr;
        gap: 2.75rem;
    }
}
.aarvy-contact-info h1,
.aarvy-contact-form-wrap h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 0.75rem;
    color: #171717;
}
.aarvy-contact-intro,
.aarvy-contact-form-wrap p {
    margin: 0 0 1.5rem;
    color: #525252;
    line-height: 1.65;
    
}
.wpcf7 p {
    margin-bottom: 0;
}
.aarvy-contact-form br{
    display: none;
}
.aarvy-contact-block {
    margin-bottom: 1.5rem;
}
.aarvy-contact-block h3 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #171717;
}
.aarvy-contact-block p {
    margin: 0;
    line-height: 1.7;
    color: #525252;
}
.aarvy-contact-block a {
    color: #171717;
    text-decoration: none;
}
.aarvy-contact-block a:hover {
    text-decoration: underline;
}
.aarvy-contact-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.aarvy-contact-social a {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 9999px;
    color: #404040;
    transition: all 0.2s ease;
}
.aarvy-contact-social a svg {
    width: 1rem;
    height: 1rem;
}
.aarvy-contact-social a:hover {
    color: #171717;
    border-color: #d4d4d4;
    background: #fafafa;
}
.aarvy-contact-form {
    margin-top: 1rem;
}
.aarvy-contact-form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
@media (min-width: 768px) {
    .aarvy-contact-form-row {
        grid-template-columns: 1fr 1fr;
    }
}
.aarvy-contact-field {
    margin-bottom: 1rem;
}
.aarvy-contact-field label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #525252;
    font-weight: 600;
}
.aarvy-contact-field input,
.aarvy-contact-field textarea {
    width: 100%;
    border: 1px solid #d4d4d4;
    background: #fff;
    color: #262626;
    border-radius: 0;
    padding: 0.75rem 0.85rem;
    font-size: 0.95rem;
}
.aarvy-contact-field input:focus,
.aarvy-contact-field textarea:focus {
    outline: none;
    border-color: #a3a3a3;
}
.aarvy-contact-form .btn {
    margin-top: 0.5rem;
    min-width: 160px;
    cursor: pointer;
}
.aarvy-contact-form-wrap .wpcf7 input.wpcf7-submit.is-loading,
.aarvy-contact-form .btn.is-loading {
    color: transparent !important;
    position: relative;
    background-image: url("../img/btn-loader.gif") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 30px 30px !important;
}
.wpcf7-spinner{
    display: none !important;
}
.aarvy-contact-form-wrap .wpcf7 form .wpcf7-response-output {
    margin: 1rem 0 0 !important;
    padding: 0.8rem 1rem !important;
    border-radius: 6px !important;
    border: 1px solid transparent !important;
    font-size: 0.92rem;
    line-height: 1.5;
}
.aarvy-contact-form-wrap .wpcf7 form.sent .wpcf7-response-output {
    background: #ecfdf3 !important;
    border-color: #a7f3d0 !important;
    color: #065f46 !important;
}
.aarvy-contact-form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.aarvy-contact-form-wrap .wpcf7 form.unaccepted .wpcf7-response-output,
.aarvy-contact-form-wrap .wpcf7 form.failed .wpcf7-response-output,
.aarvy-contact-form-wrap .wpcf7 form.spam .wpcf7-response-output,
.aarvy-contact-form-wrap .wpcf7 form.aborted .wpcf7-response-output {
    background: #fef2f2 !important;
    border-color: #fecaca !important;
    color: #991b1b !important;
}

/* Homepage category band: 50/50 split (content left, image right). */
.aarvy-home-brand-band {
    background: #e9f1f1;
}

.aarvy-home-brand-band__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: stretch;
}

.aarvy-home-brand-band__content {
    align-self: center;
}

.aarvy-home-brand-band__media {
    border-radius: 8px;
    overflow: hidden;
    min-height: 300px;
    background: #d9d9d9;
}

.aarvy-home-brand-band__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aarvy-home-brand-band__media-placeholder {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: linear-gradient(135deg, #d4d4d4, #bfbfbf);
}

.aarvy-home-brand-band h2 {
    color: #171717 !important;
    font-size: 4rem !important;
    line-height: 1.2 !important;
    margin-bottom: 0.9rem !important;
    max-width: 760px;
}

.aarvy-home-brand-band p {
    color: #525252 !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
    max-width: 700px !important;
    margin-bottom: 1rem !important;
}

.aarvy-home-brand-band a {
    color: #171717 !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.aarvy-home-brand-band a:hover {
    color: #262626 !important;
}

@media (min-width: 992px) {
    .aarvy-home-brand-band__inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 767px) {
    .aarvy-home-brand-band .container {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .aarvy-home-brand-band h2 {
        font-size: 2.4rem !important;
    }
}
/* .aarvy-home-news-section {
    background: #fdf7fa;
} */

/* Floating WhatsApp CTA */
.aarvy-whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 64px;
    height: 64px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
    z-index: 9999;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.aarvy-whatsapp-float:hover,
.aarvy-whatsapp-float:focus-visible {
    transform: scale(1.1);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
    color: #ffffff;
}

.aarvy-whatsapp-float svg {
    width: 34px;
    height: 34px;
}

/* Single product gallery: vertical thumbnail slider */
.aarvy-product-gallery__inner {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.aarvy-product-gallery__rail {
    position: relative;
    width: 84px;
}

.aarvy-product-gallery__thumbs-track {
    max-height: 505px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.1rem 0;
}

.aarvy-product-gallery__thumbs-track::-webkit-scrollbar {
    display: none;
}

.aarvy-product-gallery__thumb {
    width: 84px;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
    opacity: 0.85;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.aarvy-product-gallery__thumb.is-active {
    opacity: 1;
    border-color: #171717;
}

.aarvy-product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aarvy-product-gallery__arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 9999px;
    background: rgba(23, 23, 23, 0.72);
    color: #ffffff;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.aarvy-product-gallery__arrow span,
.aarvy-product-gallery__arrow svg {
    width: 14px;
    height: 14px;
    display: block;
}

.aarvy-product-gallery__arrow--up {
    top: 4px;
}

.aarvy-product-gallery__arrow--down {
    bottom: 4px;
}

.aarvy-product-gallery__rail.has-overflow .aarvy-product-gallery__arrow {
    display: inline-flex;
}

.aarvy-product-gallery__main {
    background: #f3f4f6;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.aarvy-product-gallery__main .woocommerce-product-gallery__image,
.aarvy-product-gallery__main img {
    width: 100%;
    height: 100%;
}

.aarvy-product-gallery__main .woocommerce-product-gallery__image {
    position: relative;
}

.aarvy-product-gallery__main img {
    object-fit: contain;
    cursor: zoom-in;
}

.aarvy-product-gallery__zoom-trigger {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(23, 23, 23, 0.72);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.aarvy-product-gallery__zoom-trigger svg {
    width: 19px;
    height: 19px;
}

.aarvy-gallery-modal[hidden] {
    display: none !important;
}

.aarvy-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.aarvy-gallery-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
}

.aarvy-gallery-modal__dialog {
    position: fixed;
    inset: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    margin: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 1rem;
}

.aarvy-gallery-modal__toolbar {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-bottom: 0.6rem;
}

.aarvy-gallery-modal__btn {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    min-width: 38px;
    height: 34px;
    border-radius: 5px;
    font-size: 0.95rem;
    padding: 0 0.7rem;
}

.aarvy-gallery-modal__btn--close {
    min-width: 42px;
}

.aarvy-gallery-modal__stage {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 0.65rem;
    min-height: calc(100vh - 70px);
}

.aarvy-gallery-modal__image-wrap {
    width: 100%;
    height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    touch-action: none;
}

.aarvy-gallery-modal__image-wrap img {
    max-width: 100%;
    max-height: 100%;
    transform-origin: center center;
    transition: transform 0.18s ease;
    cursor: zoom-in;
    user-select: none;
    -webkit-user-drag: none;
}

.aarvy-gallery-modal__nav {
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}

body.aarvy-modal-open {
    overflow: hidden;
}

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

@media (max-width: 767px) {
    .aarvy-product-gallery__inner {
        grid-template-columns: 1fr;
    }

    .aarvy-product-gallery__rail {
        order: 2;
        width: 100%;
    }

    .aarvy-product-gallery__thumbs-track {
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        flex-direction: row;
        padding: 0.1rem 0;
        gap: 0.5rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .aarvy-product-gallery__thumb {
        width: calc((100% - 1.5rem) / 4);
        min-width: calc((100% - 1.5rem) / 4);
        max-width: calc((100% - 1.5rem) / 4);
        height: 120px;
        min-height: 120px;
        max-height: 120px;
        scroll-snap-align: start;
    }

    .aarvy-product-gallery__arrow {
        display: none !important;
    }

    .aarvy-gallery-modal__dialog {
        width: 100vw;
        margin: 0;
        padding: 0.55rem;
    }

    .aarvy-gallery-modal__stage {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
    }

    .aarvy-gallery-modal__nav {
        width: 38px;
        height: 38px;
        font-size: 1.6rem;
    }
}

/* Frequently Bought Together (YITH) */
.single-product .yith-wfbt-section {
    margin-top: 0;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    margin-bottom: 80px;
}

.single-product .yith-wfbt-section h3 {
    margin: 0 0 1rem;
    font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 600;
    color: #171717;
}

.single-product .yith-wfbt-form {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: flex-start;
}

.single-product .yith-wfbt-images {
    margin: 0 !important;
    float: none !important;
}

.single-product .yith-wfbt-images td {
    padding: 0.2rem !important;
    vertical-align: middle;
}

.single-product .yith-wfbt-images .image_plus {
    width: 22px;
    text-align: center;
    color: #737373;
    font-size: 1.25rem;
    font-weight: 500;
}

.single-product .yith-wfbt-images .image-td a {
    width: 90px;
    height: 120px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
    background: #f7f7f7;
    display: block;
}

.single-product .yith-wfbt-images .image-td img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.single-product .yith-wfbt-submit-block {
    min-width: 250px;
}

.single-product .yith-wfbt-submit-block .price_text {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    color: #404040;
}

.single-product .yith-wfbt-submit-block .total_price {
    font-size: 1.9rem;
    font-weight: 600;
    color: #171717;
}

.single-product .yith-wfbt-submit-button.button {
    min-height: 46px;
    padding: 0.7rem 1.4rem;
    border: 1px solid var(--aarvy-primary) !important;
    background: var(--aarvy-primary) !important;
    color: #fff !important;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}

.single-product .yith-wfbt-items {
    flex: 1 1 100%;
    margin: 0.15rem 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.single-product .yith-wfbt-item {
    margin: 0;
    padding: 0.55rem 0;
    border-top: 1px solid #f0f0f0;
    color: #262626;
}

.single-product .yith-wfbt-item .product-name {
    font-weight: 500;
}

.single-product .yith-wfbt-item .price {
    font-size: 1.05rem !important;
    color: #262626;
}

/* Frequently Bought Together – custom card/grid layout */
.single-product .yith-wfbt-section.aarvy-wfbt {
    margin-top: 2.25rem;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
}

.single-product .yith-wfbt-section.aarvy-wfbt h3 {
    margin: 0 0 2rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
    color: #171717;
    text-align: center;
}

.single-product .aarvy-wfbt-form {
    display: block;
}

.single-product .aarvy-wfbt-builder {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.single-product .aarvy-wfbt-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    align-items: flex-start;
}

.single-product .aarvy-wfbt-products-grid__item {
    position: relative;
    min-width: 0;
}

.single-product .aarvy-wfbt-products-grid__item:not(:last-child)::after {
    content: none;
}

.single-product .aarvy-wfbt-card {
    width: 100%;
}

.single-product .aarvy-wfbt-card__image {
    width: 100%;
    aspect-ratio: 3 / 4;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
    background: #f7f7f7;
    display: block;
}

.single-product .aarvy-wfbt-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-product .aarvy-wfbt-card__name {
    margin-top: 1rem;
    display: block;
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 500;
    color: #262626;
    text-decoration: none;
    margin-bottom: 10px;
}

.single-product .aarvy-wfbt-card__price {
    margin-top: 0.32rem;
    font-size: 0.95rem;
    color: #171717;
}

.single-product .aarvy-wfbt-card__price del {
    color: #737373;
    margin-right: 0.2rem;
}

.single-product .aarvy-wfbt-card__price ins {
    text-decoration: none;
    font-weight: 600;
}

.single-product .aarvy-wfbt-submit-block {
    width: 100%;
    border-top: 1px solid #eceff3;
    padding-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.single-product .aarvy-wfbt-submit-block .price_text {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.single-product .aarvy-wfbt-submit-block .total_price_label {
    color: #525252;
    font-size: 1rem;
}

.single-product .aarvy-wfbt-submit-block .total_price {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    color: #171717;
}

.single-product .aarvy-wfbt-submit-button.button {
    min-height: 46px;
    width: auto;
    min-width: 200px;
    padding: 0.7rem 1.4rem;
    border: 1px solid var(--aarvy-primary) !important;
    background: var(--aarvy-primary) !important;
    color: #fff !important;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}

@media (max-width: 991px) {
    .single-product .aarvy-wfbt-submit-block {
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .single-product .aarvy-wfbt-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.9rem;
    }

    .single-product .aarvy-wfbt-submit-button.button {
        width: 100%;
        min-width: 0;
    }
}

.aarvy-single-product__gallery span.onsale {
    left: 110px;
}
.woocommerce div.product div.images img{
    height: 100%;
    object-fit: cover;
}

/* Single product rating (after title) */
.single-product .summary .woocommerce-product-rating {
    margin: 0.65rem 0 1rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.single-product .summary .woocommerce-product-rating .star-rating {
    font-size: 1rem;
    letter-spacing: 0.05em;
}

.single-product .summary .woocommerce-product-rating .woocommerce-review-link {
    font-size: 1rem;
    font-weight: 500;
    color: #525252;
    text-decoration: none;
}

.single-product .summary .woocommerce-product-rating .woocommerce-review-link:hover {
    color: #171717;
    text-decoration: underline;
}

/* Reviews list + review form: professional card style */
.single-product .woocommerce-Reviews {
    margin-top: 1.75rem;
}

.single-product .woocommerce-Reviews .commentlist {
    list-style: none;
    margin: 0 0 1.75rem;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
}

.single-product .woocommerce-Reviews .commentlist .review {
    margin: 0;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #eef0f3;
}

.single-product .woocommerce-Reviews .commentlist .review:last-child {
    border-bottom: 0;
}

.single-product .woocommerce-Reviews .comment_container {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 0.9rem;
}

.single-product .woocommerce-Reviews .comment_container img.avatar {
    width: 56px !important;
    height: 56px !important;
    border-radius: 9999px;
    border: 1px solid #e5e7eb;
}

.single-product .woocommerce-Reviews .comment-text {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

.single-product .woocommerce-Reviews .comment-text .star-rating {
    font-size: 0.95rem;
    margin-bottom: 0.4rem;
}

.single-product .woocommerce-Reviews .comment-text .meta {
    margin-bottom: 0.35rem !important;
    font-size: 0.95rem;
    color: #525252;
}

.single-product .woocommerce-Reviews .comment-text .description p {
    margin: 0.45rem 0 0;
    color: #262626;
    line-height: 1.7;
}

.single-product #review_form_wrapper {
    max-width: 100%;
    padding: 1.2rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
}

.single-product #review_form .comment-reply-title {
    display: block;
    margin-bottom: 0.95rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #171717;
}

.single-product #review_form .comment-form-comment label,
.single-product #review_form .comment-form-author label,
.single-product #review_form .comment-form-email label,
.single-product #review_form .comment-form-rating label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #525252;
}

.single-product #review_form .comment-form-author input,
.single-product #review_form .comment-form-email input,
.single-product #review_form .comment-form-comment textarea,
.single-product #review_form .comment-form-rating select {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    background: #ffffff;
    color: #171717;
    padding: 0.72rem 0.9rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.single-product #review_form .comment-form-comment textarea {
    min-height: 130px;
    resize: vertical;
}

.single-product #review_form .comment-form-author input:focus,
.single-product #review_form .comment-form-email input:focus,
.single-product #review_form .comment-form-comment textarea:focus,
.single-product #review_form .comment-form-rating select:focus {
    border-color: #9ca3af;
    outline: none;
    box-shadow: 0 0 0 1px #9ca3af;
}

.single-product #review_form p {
    margin: 0 0 0.95rem;
}

.single-product #review_form .form-submit {
    margin-bottom: 0;
}

.single-product #review_form .form-submit .submit {
    min-height: 44px;
    padding: 0.65rem 1.15rem;
    border: 1px solid var(--aarvy-primary);
    background: var(--aarvy-primary);
    color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.single-product #review_form .form-submit .submit:hover {
    background: var(--aarvy-primary-hover);
    border-color: var(--aarvy-primary-hover);
}

/* Single product reviews: robust layout + primary submit */
.single-product .summary .woocommerce-product-rating.aarvy-rating-summary {
    margin: 0 0 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.single-product .summary .woocommerce-product-rating.aarvy-rating-summary .star-rating {
    font-size: 1.05rem;
    margin: 0;
}

.single-product .summary .woocommerce-product-rating.aarvy-rating-summary .aarvy-review-count {
    font-size: 1rem;
    font-weight: 600;
    color: #171717;
}

/* We want only (N) review count, not WooCommerce's "customer review(s)" text. */
.single-product .summary .woocommerce-product-rating.aarvy-rating-summary .woocommerce-review-link {
    display: none !important;
}

/* Product grid: rating badge on image (bottom-right), minimal — single star + average */
.product-card__media .aarvy-product-card__rating-overlay {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 6;
    max-width: calc(100% - 30px);
    pointer-events: none;
}

.product-card__media .aarvy-product-card__rating-overlay .aarvy-loop-rating--overlay {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0.5rem 0.5rem;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.product-card__media .aarvy-product-card__rating-overlay .aarvy-loop-rating--overlay .aarvy-loop-rating__star {
    font-size: 0.78rem;
    color: #f59e0b;
    line-height: 1;
}

.product-card__media .aarvy-product-card__rating-overlay .aarvy-loop-rating--overlay .aarvy-loop-rating__value {
    font-size: 0.72rem;
    font-weight: 600;
    color: #262626;
    line-height: 1;
    white-space: nowrap;
}

/* Homepage recent arrivals: force 4-up layout (desktop) and neutralize WC float widths. */
.woocommerce ul.products.aarvy-home-recent-products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.woocommerce ul.products.aarvy-home-recent-products li.product {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
}

@media (min-width: 768px) {
    .woocommerce ul.products.aarvy-home-recent-products {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

.single-product .woocommerce-Reviews ol.commentlist li .comment_container {
    display: flex !important;
    align-items: flex-start;
    gap: 0.9rem;
}

.single-product .woocommerce-Reviews ol.commentlist li img.avatar {
    position: static !important;
    float: none !important;
    width: 52px !important;
    height: 52px !important;
    border-radius: 9999px;
    border: 1px solid #e5e7eb;
}

.single-product .woocommerce-Reviews ol.commentlist li .comment-text {
    margin: 0 !important;
    flex: 1;
    border: 0 !important;
    padding: 0 !important;
}

.single-product .woocommerce-Reviews ol.commentlist li .meta {
    margin: 0 0 0.35rem !important;
}

.single-product .woocommerce-Reviews ol.commentlist li .description p {
    margin: 0.35rem 0 0 !important;
}

.single-product #review_form .form-submit .submit,
.single-product #respond input#submit {
    min-height: 44px;
    padding: 0.65rem 1.15rem;
    border: 1px solid var(--aarvy-primary) !important;
    background: var(--aarvy-primary) !important;
    color: #ffffff !important;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
}

.single-product #review_form .form-submit .submit:hover,
.single-product #respond input#submit:hover {
    background: var(--aarvy-primary-hover) !important;
    border-color: var(--aarvy-primary-hover) !important;
    color: #ffffff !important;
}

/* Reviews refinement: less boxy, more breathable */
.single-product #reviews #comments h2,
.single-product .woocommerce-Reviews-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1rem;
    color: #171717;
}

.single-product .woocommerce-Reviews .commentlist {
    border: 0;
    border-radius: 0;
    background: transparent;
    margin-bottom: 2rem;
}

.single-product .woocommerce-Reviews .commentlist .review {
    padding: 1.1rem 0;
    border-bottom: 1px solid #eceff3;
}

.single-product .woocommerce-Reviews .commentlist .review:first-child {
    padding-top: 0.2rem;
}

.single-product .woocommerce-Reviews .commentlist .review:last-child {
    border-bottom: 0;
    padding-bottom: 0.2rem;
}

.single-product .woocommerce-Reviews ol.commentlist li .comment_container {
    gap: 1rem;
}

.single-product .woocommerce-Reviews ol.commentlist li img.avatar {
    width: 46px !important;
    height: 46px !important;
    border: 1px solid #ebedf0;
}

.single-product .woocommerce-Reviews ol.commentlist li .meta {
    font-size: 0.92rem;
    color: #616161;
}

.single-product .woocommerce-Reviews ol.commentlist li .description p {
    margin-top: 0.5rem !important;
    line-height: 1.75;
}

.single-product #review_form_wrapper {
    border: 1px solid #eceff3;
    border-radius: 6px;
    padding: 1.5rem;
    background: #fff;
}

.single-product #review_form .comment-reply-title {
    margin-bottom: 1.1rem;
}

.single-product #review_form p {
    margin-bottom: 1.1rem;
}

.single-product #review_form .comment-form-comment textarea {
    min-height: 145px;
}

.aarvy-rating-summary::before{
    display: none !important;
}
.aarvy-wishlist-share-item{
    display: flex;
}
.aarvy-single-product__summary .price{
    margin-bottom: 1.5rem;
}
.tnp-privacy-field label{
    width: 100%;
}
.tnp-privacy-field label input{
    margin: 0 !important;
}
.tnp-field-email label{
    display: none !important;
}

.woocommerce ul.products .product-card .product-card__content{
    padding: 1rem 0;
}
@media (max-width: 599px) {
    .woocommerce ul.products .product-card .product-card__content {
        padding: 1rem 0 !important;
    }
    .single-product .yith-wfbt-section.aarvy-wfbt{
        padding: 0 !important;
        border: 0 none !important;
    }
    .single-product .yith-wfbt-section.aarvy-wfbt h3{
        font-size: 1.25rem;
    }
    .aarvy-site-logo{
        height: 48px !important;
    }
    .product-card__content {
        padding: 20px 12px;
    }
}

/* Cart mobile: show thumbnails + cleaner pleasant layout */
@media (max-width: 767px) {
    .woocommerce-cart .aarvy-cart .aarvy-cart-title {
        margin-bottom: 1rem;
        font-size: 1.35rem;
    }

    .woocommerce-cart .aarvy-cart .aarvy-cart-table {
        border: 0;
    }

    .woocommerce-cart .aarvy-cart table.shop_table_responsive tbody tr {
        display: block;
        border: 1px solid #eceff3;
        border-radius: 10px;
        background: #ffffff;
        padding: 0.75rem;
        margin-bottom: 0.85rem;
    }

    .woocommerce-cart .aarvy-cart table.shop_table_responsive tbody tr td {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        width: 100%;
        border: 0 !important;
        padding: 0.45rem 0 !important;
        background: transparent !important;
        text-align: right !important;
    }

    .woocommerce-cart .aarvy-cart table.shop_table_responsive tbody tr td::before {
        float: none !important;
        margin: 0 !important;
        font-size: 0.78rem;
        color: #737373;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    .woocommerce-cart .aarvy-cart table.shop_table_responsive tbody tr td.product-remove {
        justify-content: flex-end;
        padding-top: 0 !important;
    }

    .woocommerce-cart .aarvy-cart table.shop_table_responsive tbody tr td.product-thumbnail {
        display: block !important;
        text-align: left !important;
        padding-top: 0.15rem !important;
    }

    .woocommerce-cart .aarvy-cart table.shop_table_responsive tbody tr td.product-thumbnail::before {
        display: none !important;
        content: none !important;
    }

    .woocommerce-cart .aarvy-cart .product-thumbnail a,
    .woocommerce-cart .aarvy-cart .product-thumbnail img {
        display: block !important;
    }

    .woocommerce-cart .aarvy-cart .product-thumbnail img {
        width: 82px !important;
        height: 110px !important;
        object-fit: cover;
        border-radius: 6px;
        border: 1px solid #eceff3;
    }

    .woocommerce-cart .aarvy-cart table.shop_table_responsive tbody tr td.product-name {
        align-items: flex-start;
        text-align: left !important;
    }

    .woocommerce-cart .aarvy-cart table.shop_table_responsive tbody tr td.product-name a {
        color: #171717;
        font-weight: 500;
        line-height: 1.4;
    }

    .woocommerce-cart .aarvy-cart .actions {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .woocommerce-cart .aarvy-cart .actions > .flex {
        width: 100%;
        gap: 0.65rem !important;
    }

    .woocommerce-cart .aarvy-cart .aarvy-cart-coupon-row {
        width: 100%;
    }

    .woocommerce-cart .aarvy-cart .aarvy-cart-coupon-input {
        flex: 1;
        width: auto;
    }

    .woocommerce-cart .aarvy-cart .aarvy-cart-update {
        width: 100%;
        text-align: center;
    }

    .woocommerce-cart .aarvy-cart .aarvy-cart-collaterals {
        margin-top: 1.75rem;
    }

    .woocommerce-cart .aarvy-cart .cart_totals {
        border: 1px solid #eceff3;
        border-radius: 10px;
        padding: 0.85rem;
        background: #ffffff;
    }

    .woocommerce-cart .aarvy-cart .aarvy-cart-inner{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* Hero text: below 1250px, center the content block (don’t anchor to viewport left). */
@media (max-width: 1250px) {
    .hero-slider-section .hero-slide-content,
    .hero-slider-section .hero-slide.active .hero-slide-content {
        left: 50% !important;
        right: auto;
        width: min(100% - 40px, 1200px) !important;
        max-width: calc(100% - 40px);
        padding: 0 20px;
        box-sizing: border-box;
        transform: translateX(-50%) !important;
    }
}