/* Zerah legacy CSS — extracted custom rules from parent style.css.
   NOTE: first ~8 blocks may be stock-version duplicates (harmless).
   The .announcement-bar block is dead code now (old bar removed) — delete when convenient. */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.has-sticky-header .site-header:not(.header-layout-7) {
  position: sticky;
  top: 0;
  z-index: 99;
}

@media screen and (min-width: 601px) {
  .has-sticky-header.admin-bar .site-header:not(.header-layout-7) {
    top: 46px;
  }
}

@media screen and (min-width: 783px) {
  .has-sticky-header.admin-bar .site-header:not(.header-layout-7) {
    top: 32px;
  }
}

.sidebar-menu-open #view {
  transform: translateX(300px);
}

#toggle-sidebar-mobile-button.active {
  transform: translateX(-20px);
  opacity: 0;
  visibility: hidden;
}

.disabled-icon-add-cart-button .added_to_cart .woostify-svg-icon, .disabled-icon-add-cart-button .loop-add-to-cart-btn .woostify-svg-icon {
  display: none;
}

.infinite-scroll-active .woocommerce-pagination {
  display: none;
}

.woocommerce-variation-add-to-cart {
  display: flex;
}

.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .woocommerce-terms-and-conditions-wrapper {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  margin-top: 30px;
  padding: 15px;
}

.woocommerce ul.products li.product .loop-add-to-cart-btn {
    display: none !important;
}

.animated-meta .tinv-wraper.tinv-wishlist {
    font-size: 100%;
    display: none !important;
}

.variable-item.button-variable-item.selected {
    background-color: #3a3a3a !important; /* Dark grey with depth */
    color: #ffffff !important; /* Crisp white text */
    border: none !important; /* No border for a clean look */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for depth */
    transition: all 0.3s ease-in-out; /* Smooth hover effect */
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Raleway', sans-serif !important; 
    font-weight: 600; /* Semi-bold for elegance */
    letter-spacing: 0.5px;
    color: #333; /* Dark grey for premium look */
}

.woocommerce div.product .product_title {
    font-family: 'Raleway', sans-serif !important; 
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #222; /* Slightly darker for better contrast */
}

.woocommerce-Price-amount.amount {
    font-family: 'Oswald', sans-serif !important; /* Swap with Montserrat or Playfair if needed */
    font-weight: 700; /* Bold for emphasis */
    font-size: 22px; /* Slightly larger for visibility */
    color: #222; /* Dark grey for a premium look */
    letter-spacing: 0.5px;
}

.woocommerce-Price-currencySymbol {
    font-family: inherit !important; /* Uses the same font as the price */
    font-weight: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
}

.highlighted-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    max-width: 400px; /* Keep it compact */
}

.icon-row,
.text-row {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 350px; /* Adjust based on layout */
    flex-wrap: wrap; /* Prevents stacking on mobile */
}

.highlighted-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1; /* Equal spacing */
}

.highlighted-item img {
    width: 36px; /* Bigger but balanced */
    height: 36px;
    margin-bottom: 5px; /* Space between icon & text */
}

.highlighted-item span {
    font-size: 12px; /* Adjusted for readability */
    font-weight: bold;
    color: #333;
}

@media (max-width: 480px) {
    .icon-row, .text-row {
        max-width: 280px; /* Ensures proper alignment on mobile */
    }

    .highlighted-item img {
        width: 32px; /* Slightly smaller for mobile */
        height: 32px;
    }

    .highlighted-item span {
        font-size: 11px; /* Adjusted for mobile */
    }
}

.woocommerce-form-coupon label[for="coupon_code"] {
    display: none !important;
}

.woocommerce-checkout .input-validation-error {
    border: 2px solid #ff0000 !important;
    background-color: #ffebee;
}

.woocommerce-checkout .input-validation-valid {
    border: 2px solid #00ff00 !important;
    background-color: #e8f5e9;
}

.woocommerce-checkout .showcoupon {
    font-size: 16px !important;
    color: #e91e63 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    transition: color 0.3s ease !important;
}

.woocommerce-checkout .showcoupon:hover {
    color: #d81b60 !important; /* Darker pink on hover */
}

.super-saver-banner {
    background-color: #f9f1e6; /* Soft beige */
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #2a4d2e; /* Deep green */
    margin-bottom: 15px;
    border: 1px solid #d4a017; /* Gold border */
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.leaf-icon {
    color: #2a4d2e;
    font-size: 18px;
    margin-right: 5px;
}

.small-text {
    font-size: 12px;
    font-weight: 400;
    color: #555;
}

.highlight {
    color: #d4a017; /* Gold for emphasis */
    font-weight: 700;
}

.only-few-left {
    color: red;
    font-weight: bold;
}

.limited-stock {
    color: orange;
    font-weight: bold;
}

.try-on-button-container {
    text-align: left;
    margin: -10px 0 10px 0; /* Adjusting margin to move it upward */
}

#try-on-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.try-on-modal-content {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    width: 90%;
    max-width: 500px;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow for focus */
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    z-index: 10;
}

.close-modal:hover {
    color: #ff0000;
}

.try-it-on-button {
    color: #8B0000; /* Maroon color for text */
    background-color: #ffffff; /* White background */
    border: 2px solid #8B0000; /* Maroon border */
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s; /* Smooth hover effect */
}

.try-it-on-button:hover {
    background-color: #8B0000; /* Maroon background on hover */
    color: #ffffff; /* White text on hover */
}

#user-photo {
    font-size: 14px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    margin: 10px auto;
    width: 80%; /* Adjust width */
    max-width: 300px; /* Cap maximum width */
}

#try-it-now-button {
    color: #ffffff;
    background-color: #8B0000; /* Maroon background */
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    transition: background-color 0.3s, transform 0.2s; /* Smooth hover effect */
}

#try-it-now-button:hover {
    background-color: #A52A2A; /* Slightly lighter maroon */
    transform: scale(1.05); /* Subtle scaling effect */
}

#try-on-preview {
    max-width: 80%;
    margin: 15px auto;
    border: 2px solid #8B0000;
    border-radius: 5px;
    display: block;
}

.woocommerce-checkout .shipping_method[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid maroon;
    border-radius: 50%;
    position: relative;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce-checkout .shipping_method[type="radio"]:checked::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: maroon;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}

#payment_method_razorpay {
    display: inline-block !important;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
    cursor: pointer;
    accent-color: maroon;
}

.woocommerce-checkout .wc_payment_method input[type="radio"] {
    display: inline-block !important;
    opacity: 1 !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px;
}

.woocommerce-checkout .wc_payment_method label {
    cursor: pointer;
}

#payment_method_razorpay {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.onam-banner-wrapper {
    position: relative;
    text-align: center;
}

.onam-banner {
    display: block;
    width: 100%;
    height: auto;
}

.onam-banner-overlay {
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    max-width: 800px;
    border: 2px solid #f4c2c2;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.onam-text-container {
    font-family: 'Poppins', sans-serif;
    color: #444;
}

.onam-text-container .tagline {
    font-size: 1.4rem;
    font-weight: 600;
    color: #b83f57;
    margin-bottom: 8px;
}

.onam-text-container .details {
    font-size: 1rem;
    margin-bottom: 10px;
}

.onam-text-container .offer {
    font-size: 1.1rem;
    font-weight: bold;
    color: #d46a8c;
    margin-bottom: 8px;
}

.onam-text-container .code {
    font-size: 1rem;
    color: #5c2b2e;
    margin-bottom: 15px;
}

.shop-now-btn {
    background: #d46a8c;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.shop-now-btn:hover {
    background: #b95474;
}

.woostify-buy-now, .single_buy_now_button {
    display: none !important;
}

.announcement-bar {
    background-color: #e8f5e9 !important; 
    color: #3a3a3a !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #d8c6b6 !important; 
    font-family: "Arial", sans-serif !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    text-align: center;
}

.announcement-slider {
    position: relative;
    height: 1.8em; /* fixed height */
}

.announcement-slider p {
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    animation: centerReveal 16s linear infinite; /* total = 5 slides × 6s each */
    transform: scale(1);
    white-space: nowrap;
}

.announcement-slider p:nth-child(1) { animation-delay: 0s; }

.announcement-slider p:nth-child(2) { animation-delay: 4s; }

.announcement-slider p:nth-child(3) { animation-delay: 8s; }

.announcement-slider p:nth-child(4) { animation-delay: 12s; }

@keyframes centerReveal {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  25%  { opacity: 1; }
  30%  { opacity: 0; }
  100% { opacity: 0; }
}

@media (max-width: 768px) {
    .announcement-bar {
        padding: 6px 0 !important;
    }
    .announcement-slider p {
        font-size: 12px !important;
    }
}

.zerah-offers-wrapper {
    margin-top: 20px;
    font-family: "Arial", sans-serif;
    color: #3a3a3a;
}

.offers-header {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 6px;
    color: #800020; /* brand maroon */
}

.offers-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid #800020;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 8px;
    font-weight: bold;
}

.offers-box {
    border: 1px dotted #800020;
    border-radius: 10px;
    padding: 12px;
    background: #fff;
    overflow: hidden;
    position: relative;
    min-height: 75px; /* keeps steady height */
}

.offers-slider {
    position: relative;
}

.offer {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    animation: slideOffers 16s infinite;
}

.offer-main {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #800020;
}

.offer-sub {
    margin: 2px 0 0;
    font-size: 12px;
    font-weight: 400;
    color: #555;
}

.offer:nth-child(1) { animation-delay: 0s; }

.offer:nth-child(2) { animation-delay: 4s; }

.offer:nth-child(3) { animation-delay: 8s; }

.offer:nth-child(4) { animation-delay: 12s; }

@keyframes slideOffers {
    0%, 10%   { opacity: 0; transform: translateY(20%); }
    15%, 25%  { opacity: 1; transform: translateY(0); }
    30%, 100% { opacity: 0; transform: translateY(-20%); }
}

@media (max-width: 768px) {
    .offers-box {
        padding: 10px;
    }
    .offer-main {
        font-size: 13px;
    }
    .offer-sub {
        font-size: 11px;
    }
}

.single-product .single_add_to_cart_button.hide-sticky {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.single-product .single_add_to_cart_button {
  transition: all 0.3s ease;
}

.zerah-accordions {
  margin-top: 5px;
  border-top: 1px solid #eaeaea;
  font-family: 'Inter', sans-serif;
}

.zerah-accordions .accordion {
  border-bottom: 1px solid #eee;
}

.accordion-toggle {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
}

.accordion-toggle:after {
  content: '+';
  position: absolute;
  right: 0;
  font-size: 20px;
  transition: transform 0.3s;
}

.accordion-toggle.active:after {
  content: '–';
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  padding: 0 0 15px;
  color: #555;
  line-height: 1.6;
}

.accordion-content.open {
  display: block;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important; /* space between images */
    overflow-x: auto !important;
    scrollbar-width: thin;
    padding: 5px 0;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    flex-shrink: 0;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper::-webkit-scrollbar {
    height: 6px;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-image {
    display: block !important;
}

.woocommerce-tabs ul.tabs li.description_tab,
#tab-description,
.woocommerce-Tabs-panel--description {
    display: none !important;
}

.single-product .single_add_to_cart_button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000; /* Change color to match your theme */
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    border: none;
    border-radius: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.single-product .product {
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .single-product .single_add_to_cart_button {
        position: static;
        box-shadow: none;
        border-radius: 6px;
        width: auto;
    }
}

.zerah-delivery-timeline {
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-top: 20px;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.zerah-delivery-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

.zerah-delivery-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.zerah-delivery-steps .step {
    flex: 1;
}

.zerah-delivery-steps .icon {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}

.zerah-delivery-steps .line {
    height: 2px;
    flex: 1;
    background-color: #333;
    opacity: 0.3;
}

.zerah-delivery-steps p {
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
}

.step .icon.truck {
  display: inline-block;
  transform: scaleX(-1);
}

.zerah-delivery-timeline {
  display: block !important;
  width: 100% !important;
  clear: both !important;
  margin-top: 12px !important;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .single-product .zerah-delivery-timeline {
    /*margin-bottom: 100px !important; /* provide space for sticky add-to-cart */
  }
}