/*
CTC Separate Stylesheet
Updated: 2026-01-08 10:25:40
*/

/* ===============================
   PRODUCT CARD – RAJAH STYLE
================================ */

.product-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 22px 18px 26px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* Image */
.product-image img {
    max-width: 100%;
    border-radius: 18px;
    margin-bottom: 14px;
}

/* Title */
.product-title {
    font-size: 23px !important;
    font-weight: 400;
    margin-bottom: 6px;
    color: #000;
}

/* Price */
.product-price {
    display: block;
    font-size: 17px;
    color: #000;
    margin-bottom: 14px;
}

/* Button (Select Options / Add to Cart look) */
.product-card a {
    text-decoration: none;
}

.product-card a::after {
    content: "Select Options";
    display: inline-block;
    background: #000000;
    color: #ffffff;
    padding: 10px 26px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.product-card:hover a::after {
    background: #feca06;
    color: #ffffff;
}
/* ===============================
   SLIDER ARROWS – CUSTOM STYLE
================================ */

.astra-product-slider .swiper-button-next,
.astra-product-slider .swiper-button-prev {
    width: 52px;
    height: 52px;
    background: #ffffff;
    border: 3px solid #000000;   /* BOLD BLACK BORDER */
    border-radius: 50%;
    color: #000000;
    font-weight: 900;
    box-shadow: none;
    transition: all 0.25s ease;
	margin-top: -50px;
}
/* Arrow icon */
.astra-product-slider .swiper-button-next::after,
.astra-product-slider .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 900;
}

/* Hover – even more visible */
.astra-product-slider .swiper-button-next:hover,
.astra-product-slider .swiper-button-prev:hover {
    background: #000000;
    color: #ffffff;
}
/* ===============================
   SECTION TITLE – OUR PRODUCTS
================================ */

.slider-header {
    text-align: center;
    margin-bottom: 40px;
}

.slider-title {
    font-size: 36px;     /* ENLARGED */
    font-weight: 800;   /* BOLD */
    color: #000000;
    margin: 0;
    letter-spacing: 0.5px;
}
/* ===============================
   PRODUCT BUTTON – STANDARD STYLE
================================ */
.product-card a {
    position: relative;
    display: block;
    overflow: hidden;
}

/* Overlay */
.product-card a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    transition: background 0.3s ease;
    z-index: 1;
}

/* Hover effect */
.product-card:hover a::after {
    background: transparent; /* golden overlay */
}

/* Keep text & image above overlay */
.product-card a > * {
    position: relative;
    z-index: 2;
}
/* Slider wrapper */
.astra-product-slider .swiper-slide {
    height: auto;
}

/* Product card */
.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 22px;
    padding: 18px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Image wrapper – fixed height */
.product-card .product-image {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 12px;
}

/* Image fit */
.product-card .product-image img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

/* Title – equal space */
/* .product-card .product-title {
    min-height: 52px;
    text-align: center;
    font-weight: 600;
} */

/* Price */
.product-card .product-price {
    text-align: center;
    margin-bottom: 12px;
    display: block;
}

/* Add to cart always bottom */
.product-add-to-cart {
    margin-top: auto;
    text-align: center;
}

.uagb-heading-text img.emoji {
    filter: grayscale(100%) contrast(600%);
}
.uagb-ifb-separator {
    display: none;
}
.astra-product-slider .swiper-button-next:hover,
.astra-product-slider .swiper-button-prev:hover {
    background: #feca06;
    transform: scale(1.08);
}

/* Remove default arrow icons */
.astra-product-slider .swiper-button-next::after,
.astra-product-slider .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}

/* Shop All Button Wrapper */
.shop-all-wrapper {
    margin-top: 40px;
    text-align: center;
}

/* Shop All Button */
.shop-all-btn {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    padding: 7px 36px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.shop-all-btn:hover {
    background: #feca06;
    color: #ffffff;
    transform: translateY(-2px);
}
.shop-all-wrapper {
    margin-top: 40px;        /* slider se upar gap */
    margin-bottom: 80px;     /* 👈 NEECHAY extra spacing */
    text-align: center;
}
.swiper.astra-product-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-bottom: 60px;
}
.main-slider-prodict-wrap {
    padding-top: 60px;
}
/* Footer Newsletter – Full Width on All Screens */
.footer-newsletter-index .uagb-forms-main-form {
  display: flex;
  width: 100%;
  max-width: 100%;
}

.footer-newsletter-index .uagb-forms-email-wrap {
  flex: 1;
}

.footer-newsletter-index .uagb-forms-email-input {
  width: 100%;
  border-radius: 30px 0 0 30px;
}

.footer-newsletter-index .uagb-forms-main-submit-button-wrap {
  margin-top: 0;
  padding-top: 0;
  align-self: stretch;
}
.footer-newsletter-index .uagb-forms-email-input,
.footer-newsletter-index .uagb-forms-main-submit-button {
  height: 50px; /* adjust as needed */
}


.footer-newsletter-index .uagb-forms-main-submit-button {
  height: 100%;
  border-radius: 0 30px 30px 0;
  white-space: nowrap;
}

/* button.uagb-forms-main-submit-button.wp-block-button__link {
    border-radius: 0 50px 50px 0 !important;
} */

	button.uagb-forms-main-submit-button.wp-block-button__link {
    padding: 11px 40px !important;
}
.uagb-forms-main-submit-button-wrap.wp-block-button {
    height: 50px;
}
.uagb-block-c29c2742.uagb-forms__outer-wrap {
    padding-top: 0px !important;
    padding-left: 0px !important;
}
.uagb-forms-email-label.uagb-forms-input-label {
    display: none;
}
.contact-us-form input.uagb-forms-email-input.uagb-forms-input {
    border-radius: 0px !important;
}
.contact-us-form .uagb-forms-email-label.required.uagb-forms-input-label {
    display: block !important;
}
/* ===============================
   DEVICE VISIBILITY HELPERS
================================ */

/* Default: hide everywhere */
.desktop-show,
.mobile-show {
    display: none !important;
}

/* Desktop only (≥1025px) */
@media (min-width: 768px) {
    .desktop-show {
        display: block !important;
    }
}

/* Mobile only (≤767px) */
@media (max-width: 767px) {
	 .omnisend-form-6965d0bf78710c2b2dfa68dc-column-6374ec98142fd3456c0fb310 {
        flex-basis: 75% !important;
    }
	.ast-container .woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid), .woocommerce.mobile-columns-2 ul.products:not(.elementor-grid), .woocommerce-page.mobile-columns-2 ul.products:not(.elementor-grid) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
	.home .quantity {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
}
    .mobile-show {
        display: block !important;
    }
	.main-slider-prodict-wrap {
     padding-top: 0px;
       }
	.product-card {
    box-shadow: rgb(20 26 15) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
	.footer-newsletter-index .uagb-forms-main-form {
    flex-wrap: nowrap;
  }
	button.uagb-forms-main-submit-button.wp-block-button__link {
    padding: 11px 18px !important;
}
.uagb-forms-main-submit-button-wrap.wp-block-button {
    height: 50px;
}
	.omnisend-form-6965d0bf78710c2b2dfa68dc-section-6374ec98142fd3456c0fb30d {
    flex-wrap: nowrap !important;
}
	
/* Quantity wrapper */
.quantity {
    display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */
    gap: 8px;
    margin: 0 auto;
}

/* Quantity input */
.quantity input.qty {
    width: 48px;
    height: 36px;
    text-align: center;
    border: 2px solid #000;
    border-radius: 6px;
    font-size: 16px;
    padding: 0;
}

}
@media (max-width: 922px) {
  #astra-footer-menu li.menu-item.menu-item-type-post_type.menu-item-object-page {
    align-items: center;
  }
	.site-footer-primary-section-3.site-footer-section.site-footer-section-3 {
    text-align: center;
}
	.quick-links {
    text-align: center !important;
    margin-top: 14px;
}
}

@media (min-width: 1025px) {
  .help-footer-sec {
    margin-top: -26px;
  }
}
.footer-newsletter label.wpforms-field-label {
    display: none;
}

/* =====================================
   FOOTER NEWSLETTER – TRUE OVERLAY FIX
===================================== */

/* Form wrapper */
.index-newsletter-main form {
    position: relative;
    width: 100%;
    max-width: 420px;
}

/* Remove ALL WPForms spacing */
.index-newsletter-main .wpforms-field-container,
.index-newsletter-main .wpforms-field,
.index-newsletter-main .wpforms-submit-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* Email field full width */
.index-newsletter-main .wpforms-field-email {
    width: 100%;
}

/* Email input */
.index-newsletter-main input[type="email"] {
    width: 100%;
    height: 52px;
    padding: 0 140px 0 20px; /* RIGHT SPACE FOR BUTTON */
    border-radius: 999px;
    border: none;
    background: #ffffff;
    color: #000000;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
}

/* Submit container OVERLAY */
.index-newsletter-main .wpforms-submit-container {
    position: absolute !important;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: auto;
    z-index: 10;
}

/* Submit button */
.index-button-cs {
    height: 42px;
    padding: 0 28px;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    border: 2px solid #f5c542; /* Yellow rim */
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1;
    transition: all 0.3s ease;
}

/* Hover */
.index-button-cs:hover {
    background: #f5c542;
    color: #000000;
}

/* Hide labels + unwanted text */
.index-newsletter-main .wpforms-field-label,
.index-newsletter-main p {
    display: none !important;
}

/* ================================
   MOBILE SAFE
================================ */
@media (max-width: 600px) {
    .index-newsletter-main form {
        max-width: 100%;
    }

    .index-newsletter-main input[type="email"] {
        padding-right: 120px;
    }
}

.wpforms-container input.wpforms-field-small, .wpforms-container select.wpforms-field-small, .wpforms-container .wpforms-field-row.wpforms-field-small {
    max-width: 100% !important;
}
/* Floating cart button */
#moderncart-floating-cart .moderncart-floating-cart-button {
    background: #000000;                 /* Black inside */
    border: 2px solid #f5c542;           /* Yellow / golden rim */
    border-radius: 50%;
}

/* Cart icon (SVG uses currentColor) */
#moderncart-floating-cart .moderncart-floating-cart-icon {
    color: #ffffff;                      /* White icon */
}

/* Cart count badge */
#moderncart-floating-cart .moderncart-floating-cart-count {
    background: #f5c542;                 /* Yellow badge */
    color: #000000;                      /* Black number */
}

/* Hover effect */
#moderncart-floating-cart .moderncart-floating-cart-button:hover {
    background: #f5c542;
}

#moderncart-floating-cart .moderncart-floating-cart-button:hover
.moderncart-floating-cart-icon {
    color: #000000;
}
.author-box-raja .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: auto !important;
}
 
.author-box-raja { 
 justify-content: center !important;
}
 .index-show-btn a.wp-block-button__link.wp-element-button {
    border: 2px solid #f5c542;
}

.fotter-newsletter-index input#omnisend-form-6965d0bf78710c2b2dfa68dc-field-container-62a3147776d81914aa87ed98-emailField-input {
    border-radius: 50px 0px 0px 50px !important;
}


.fotter-newsletter-index button#omnisend-form-6965d0bf78710c2b2dfa68dc-action-627932485028ebd8c6660c51 {
    border-radius: 0 50px 50px 0 !important;
}

/* Contact Us Form Button Hover */
button#omnisend-form-6965d6b1cfba1dfe41e1279b-action-627932485028ebd8c6660c51:hover {
    background: #ffff !important;
    color: #000 !important;
}

button#omnisend-form-6965d0bf78710c2b2dfa68dc-action-627932485028ebd8c6660c51:hover {
	    background: #ffff !important;
    color: #000 !important;
}
.author-box-raja .uagb-ifb-content {
    text-align: center;
}
.hover-desc a:hover {
    color: #feca06 !important;
}
.current-menu-item a.menu-link {
    color: #ffcc07 !important;
    font-weight: 500;
}
select.orderby {
    padding: 21px !important;
}
span.ast-icon.icon-cart svg#ast-cart-svg:hover {
    fill: #fecb07;
}
.ast-woocommerce-container {
    padding-top: 40px;
}
nav.woocommerce-breadcrumb a:hover {
    color: #fecb07 !important;
}
.hi-friends-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bolder;
    color: #000000;
    line-height: 1.4;
}
.product-card {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
    transform: translateY(-4px) !important;
}
/* COMMON ARROW STYLE */
.swiper-button-next,
.swiper-button-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;              /* default bg */
    border: 3px solid #000000;        /* bold black border */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* REMOVE DEFAULT ICON */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: 900;
    color: #000000;                   /* arrow black */
}

/* HOVER EFFECT */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #f5c400;              /* yellow on hover only */
}

/* KEEP ARROW BLACK ON HOVER */
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    color: #000000;
}
/* Minus & Plus buttons */

/* .product-template-default .ast-article-single {
    border: 2px solid #f5c542;
    background: #ffffff;
    transition: all 0.3s ease;
} */
.astra-shop-summary-wrap {
    text-align: center;
    /* align-items: center; */
}
 
/* .woocommerce ul.products li.product {
    border: 2px solid #f5c542;
    padding: 21px !important;
    background: #ffffff;
    transition: all 0.3s ease;
    text-align: center !important;
} */
	section.related.products {
    text-align: center;
}
 .icon-bag svg#ast-bag-icon-svg:hover {
    fill: #fecb07;
}
/* Quantity wrapper */
.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Plus / Minus buttons */
.product-template-default .quantity .fph-qty-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
}

/* Quantity input */
.product-template-default .quantity input.qty {
    width: 50px;
    height: 36px;
    text-align: center;
    border: 2px solid #ccc;
    font-size: 16px;
    padding: 0;
}

/* Optional hover */
.product-template-default .quantity .fph-qty-btn:hover {
    background: #000;
    color: #fff;
}
/* ===============================
   HOME PAGE – Quantity Styling
   =============================== */

.home .quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* LEFT align */
    gap: 8px;
}

/* Plus / Minus buttons */
.home .quantity .fph-qty-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;     /* center vertically */
    justify-content: center; /* center horizontally */
    border: 2px solid #000;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
}

/* Quantity input */
.home .quantity input.qty {
    width: 50px;
    height: 36px;
    text-align: center;
    border: 2px solid #ccc;
    font-size: 16px;
    padding: 0;
}

/* Optional hover (home page only) */
.home .quantity .fph-qty-btn:hover {
    background: #000;
    color: #fff;
}
.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
	display:none;
}
.post-type-archive-product div#content {
    background: #f4f6f3;
}
.post-type-archive-product .ast-woocommerce-container {
 background-color: #f4f6f3 !important;
}


/* ===============================
   SHOP PAGE – PRODUCT CARD STYLE
   Scope: ONLY product archive
================================= */

.post-type-archive-product li.product , .related li.ast-article-single {
    background: #ffffff;
    border-radius: 22px;
    padding: 22px 18px 24px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.related li.ast-article-single {
	padding: 25px !important;
}

/* Hover lift effect */
.post-type-archive-product li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

/* Image */
.post-type-archive-product .astra-shop-thumbnail-wrap img {
    border-radius: 18px;
    margin-bottom: 16px;
}

/* Remove Astra floating cart icon */
.post-type-archive-product .ast-on-card-button {
    display: none !important;
}

/* Title */
.post-type-archive-product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 6px 0 8px;
}

/* Price */
.post-type-archive-product .price {
    font-size: 16px;
    font-weight: 700;
    color: #c98a00;
    margin-bottom: 14px;
}

/* Variation swatches center */
.post-type-archive-product .cfvsw-shop-container {
    justify-content: center;
    margin-bottom: 14px;
}

/* Swatch pill style */
.post-type-archive-product .cfvsw-label-option {
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
}

/* Add to Cart / Select Options button */
.post-type-archive-product .add_to_cart_button,
.post-type-archive-product .product_type_variable {
    margin-top: auto;
    align-self: center;
    background: #000000;
    color: #ffffff !important;
    border: 2px solid #f5c542;
    border-radius: 999px;
    padding: 10px 26px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Button hover */
.post-type-archive-product .add_to_cart_button:hover,
.post-type-archive-product .product_type_variable:hover {
    background: #f5c542;
    color: #000000 !important;
}

/* Remove category text if not needed */
.post-type-archive-product .ast-woo-product-category {
    display: none;
}
.post-type-archive-product td.value {
    justify-content: center;
}
.post-type-archive-product ul.products {
    gap: 50px;
}
.post-type-archive-product li.ast-grid-common-col.ast-full-width.ast-article-post {
    padding: 31px 31px 0 31px; /* bottom = 0 */
}
button.moderncart-slide-out-coupon-form-button.moderncart-button:hover {
    background: #f4f6f3;
}

p {
    color: #000;
}
.ast-separate-container .ast-woocommerce-container {
    padding: 0 3.67em 5.34em 3.67em; /* top right bottom left */
}
.product-price {
    color: black !important;
}
/* Force price color on all devices */
.woocommerce .price,
.woocommerce .price *,
.woocommerce-Price-amount,
.woocommerce-Price-amount *,
.woocommerce-Price-currencySymbol {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important; /* Android fix */
}
button.single_add_to_cart_button.button.alt {
    font-weight: 500 !important;
}

.button {
    background: #000 !important;
    color: #fff !important;
    border: 3px solid #f5c400 !important;
    padding: 16px 36px !important;
    border-radius: 40px !important;
    text-transform: none !important;
}
.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.7em !important;
    font-weight: lighter !important;
}
.moderncart-cart-item-image {
    display: block !important;
}
.product-template-default .pswp__preloader {
    display: none;
}
/* Tablet: 768px – 921px → 2 columns */
@media (min-width: 768px) and (max-width: 921px) {
    .ast-container .woocommerce ul.products:not(.elementor-grid),
    .woocommerce-page ul.products:not(.elementor-grid),
    .woocommerce.tablet-columns-3 ul.products:not(.elementor-grid) {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 20px;
    }
}

/* Mobile: up to 767px → 1 column */
@media (max-width: 767px) {
	.ast-separate-container .ast-woocommerce-container {
    padding: 0 1.67em 5.34em 1.67em !important;
}
    .ast-container .woocommerce ul.products:not(.elementor-grid),
    .woocommerce-page ul.products:not(.elementor-grid),
    .woocommerce.tablet-columns-3 ul.products:not(.elementor-grid) {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        gap: 16px;
    }
}
.fph-price {
    font-weight: 400 !important;
}
h2.fph-title.title-desktop {
    font-weight: 500 !important;
}
span.woocommerce-Price-amount.amount {
    font-weight: 500 !important;
}
div#respond {
    color: #000 !important;
}
.contact-us-filter-icon img.emoji {
    filter: brightness(0);
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #ffff;
    color: #000;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    align-self: center;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 120%;
    letter-spacing: normal;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(0, 0, 0);
    padding-bottom: 16px;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0px;
    text-decoration: none;
    border-radius: 28px;
    border-width: 2px;
    border-style: solid;
    border: 4px solid #feca06 !important
}
.woocommerce-js ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-size: 17px !important;
}
.woocommerce-js ul.products li.product .ast-woo-product-category, .woocommerce-page ul.products li.product .ast-woo-product-category {
    font-size: 18px !important;
}
.fotter-newsletter-index h2 {
    font-family:'Fredoka',sans-serif !important;
}
.price {
	 font-family:'Fredoka',sans-serif;
}
.fotter-newsletter-index button , .woocommerce-Price-amount.amount{
	font-family:'Fredoka',sans-serif !important;
}
.fotter-newsletter-index p , .fotter-newsletter-index input {
    font-family:'Baloo 2', display !important;