/*
Theme Name: OVAA Block Theme
Author: Abhishek Potdar
Author URI: https://www.purecss.com
Theme URI: https://www.purecss.com
Tags: full-site-editing
Text Domain: ovaa-block-theme
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/
a {
    text-decoration: none;
}
.hero-bg-grid{
    inset: 0;
    opacity: 0.06;
    background-image: repeating-linear-gradient(0deg, #fff 0, #fff 1px, transparent 0, transparent 60px), repeating-linear-gradient(90deg, #fff 0, #fff 1px, transparent 0, transparent 60px);
}
.hero-tiles-bg{/* position:absolute; *//* right:-60px; *//* top:50%; *//* transform:translateY(-50%); */display:grid;grid-template-columns:repeat(6,70px);gap:8px;opacity:0.12;pointer-events:none}
.hero-tile{height:70px;border-radius:6px;background: #3F51B5;}
.hero-tile:nth-child(odd){background: #6494c6;}
.hero-tile:nth-child(3n){background:#85B7EB}


@media(min-width: 1366px){
    .container{
    	max-width: 90% !important;
    	width: 90% !important;
    }
}

@media (min-width: 1366px) and (max-width: 1439px) {
  .hero-section-title{
      font-size: 65px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .hero-section-title{
      font-size: 65px !important;
  }
}
@media(min-width: 1600px){
    .container{
    	max-width: 75% !important;
    	width: 75% !important;
    }
}

@media(max-width: 1024px){
	.container {
		width: 95%;
	}
}

.wc-block-components-product-summary p, .wp-block-woocommerce-product-price{
    margin: 0px !important;
}
.wc-block-components-product-price ins {
    /* color: #f47a20; */
    font-weight: 800;
    /* font-family: var(--wp--preset--font-family--boldonse); */
    /* letter-spacing: 0.8px; */
}

.wc-block-components-product-price del {
    /* font-size: 14px; */
    color: #a2a2a2 !important;
}
a.added_to_cart.wc_forward {
    display: none !important;
}
@media (max-width: 767px) {
	.wc-block-product-template__responsive.columns-3{
		display: block !important;
	}
    .wc-block-product-template__responsive,
    .wc-block-product-template__responsive li.product {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
		margin-bottom: 10px;
		grid-gap: 5px;
    }
	.ovaa-responsive-product-grid .wp-block-woocommerce-product-template-is-layout-flow{
    display: block;
}
.ovaa-responsive-product-grid .wp-block-woocommerce-product-template-is-layout-flow li img{
    /*height: 200px !important;*/
}
}

@media(max-width: 567px){
	.quantity.wc-block-components-quantity-selector {
		width: 100%;
		justify-content: space-between;
	}
	.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
		width: 100%;
	}
	.delivery-process-item:after {
    display: none;
}
}

.woocommerce-Tabs-panel--description h4 {
    font-family: 'Geist';
    margin: 0;
    font-size: 20px;
}

.woocommerce-Tabs-panel--description ul li {
    margin-bottom: 10px;
}

.woocommerce-Tabs-panel {
    background-color: #fff;
    padding: 40px !important;
    border-radius: 20px;
}

/* .custom-price-savings {
    background-color: #4CAF50;
    font-weight: 600;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
	position: relative;
	top: -5px;
} */
.wc-block-components-product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.custom-price-savings {
    color: #2e7d32;
    font-size: 0.85rem;
    font-weight: 600;
}
.custom-stock-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.custom-stock-status.in-stock {
    color: #2e7d32;
    background-color: #f0faf0;
    border: 1px solid #c8e6c9;
}

.custom-stock-status.out-of-stock {
    color: #c62828;
    background-color: #fff5f5;
    border: 1px solid #ffcdd2;
}

.custom-stock-icon {
    font-size: 12px;
    font-weight: 700;
}

/* =============================================
   SHOPIFY-STYLE CHECKOUT
   ============================================= */

/* Base & Typography */
.wc-block-checkout,
.wc-block-components-form {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.5;
}

/* =============================================
   STEP / FIELDSET — remove default borders
   ============================================= */
.wc-block-components-checkout-step {
    border: none !important;
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
}

/* =============================================
   STEP HEADING
   ============================================= */
.wc-block-components-checkout-step__heading {
    padding: 0 0 12px 0 !important;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.wc-block-components-checkout-step__title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

/* =============================================
   TEXT INPUTS — Shopify floating label style
   ============================================= */
.wc-block-components-text-input {
    position: relative;
    margin-bottom: 12px !important;
}

/* =============================================
   SELECT INPUTS (Country, State)
   ============================================= */
.wc-blocks-components-select__container {
    position: relative;
    margin-bottom: 12px;
}

.wc-blocks-components-select__select {
    width: 100% !important;
    height: 52px !important;
    padding: 18px 36px 6px 12px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
    background: #fff !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    outline: none !important;
    cursor: pointer !important;
    transition: border-color 0.2s ease !important;
}

.wc-blocks-components-select__select:focus {
    border-color: #1a1a1a !important;
    box-shadow: 0 0 0 1px #1a1a1a !important;
}

.wc-blocks-components-select__label {
    position: absolute !important;
    top: 8px !important;
    left: 13px !important;
    font-size: 11px !important;
    color: #6b6b6b !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.wc-blocks-components-select__expand {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    color: #6b6b6b !important;
}

/* =============================================
   EMAIL INPUT FIELD
   ============================================= */

.wc-block-checkout__guest-checkout-notice {
    font-size: 12px !important;
    color: #6b6b6b !important;
    margin-top: 6px !important;
}





/* =============================================
   ORDER NOTE
   ============================================= */
.wc-block-checkout__order-notes {
    border: none !important;
    margin-bottom: 16px !important;
}

/* =============================================
   TERMS
   ============================================= */
.wc-block-checkout__terms {
    font-size: 12px !important;
    color: #6b6b6b !important;
    text-align: center !important;
    padding: 16px 0 !important;
    border-top: 1px solid #e0e0e0 !important;
    margin-top: 8px !important;
}

.wc-block-checkout__terms--with-separator {
    border-top: 1px solid #e0e0e0 !important;
}

/* =============================================
   PLACE ORDER BUTTON — Shopify black button
   ============================================= */
.wc-block-components-checkout-place-order-button {
    width: 100% !important;
    height: 52px !important;
    background: #1a1a1a !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.wc-block-components-checkout-place-order-button:hover {
    background: #333 !important;
}

.wc-block-checkout__actions_row {
    justify-content: stretch !important;
}

.wc-block-checkout__actions_row--justify-flex-end {
    justify-content: stretch !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-family: 'Geist';
    line-height: 1.1;
}

.wc-block-components-product-badge {
    color: #2e7d32;
    background-color: #f0faf0;
    border: 1px solid #c8e6c9;
}

.custom-checkout-countdown {
    display: flex;
    gap: 10px;
    background: #f0faf0;
    border: 1px solid #c8e6c9;
    border-radius: 6px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #1a1a1a;
    line-height: 1.5;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.custom-checkout-countdown__icon {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}

.custom-checkout-countdown__timer {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    /* background: #1a1a1a; */
    /* color: #fff; */
    border-radius: 4px;
    padding: 1px 6px;
    font-size: 13px;
    font-weight: 700;
    /* font-family: 'Courier New', monospace; */
    letter-spacing: 0.5px;
}

.custom-checkout-countdown__sep {
    opacity: 0.7;
    animation: blink 1s step-start infinite;
}

@keyframes blink {
    50% { opacity: 0.2; }
}

.custom-checkout-countdown__text strong {
    color: #2e7d32;
    font-weight: 600;
}
.delivery-process-wrapper {
    border: 1px solid #ddd;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
}

.delivery-process-item {
    text-align: center;
    position: relative;
}
.delivery-process-item p{
    margin: 0;
    font-size: 12px
}
.delivery-process-item .delivery-process-item-date{
    font-weight: 600;
    color: #000
}

.delivery-process-item:after{
    content : "";
    position: absolute;
    top: 50%;
    height: 2px;
    background: #1f1f1f;
    width: 170%;
    left: calc(100% + 25px);
}
.delivery-process-item:last-child:after{
    display: none;
}

.wc-block-components-product-button{
	flex-basis: 100%;
}
.add_to_cart_button {
	width: 100% !important;
}
.wp-buy-now-button {
    padding: 15px 20px;
    color: #fff;
    background-color: #1a1a17;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

/* =============================================
   WOOCOMMERCE ACCORDION
   ============================================= */

.custom-wc-accordion {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    margin: 32px 0;
}

.custom-wc-accordion__item {
    border-bottom: 1px solid #e5e5e5;
}

.custom-wc-accordion__item:last-child {
    border-bottom: none;
}

/* Trigger button */
.custom-wc-accordion__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: #fff;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease;
    gap: 12px;
}

.custom-wc-accordion__trigger:hover {
    background: #fafafa;
}

.custom-wc-accordion__item.open .custom-wc-accordion__trigger {
    background: #fafafa;
}

/* Title */
.custom-wc-accordion__title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
}

/* Icon */
.custom-wc-accordion__icon {
    flex-shrink: 0;
    color: #666;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
}

.custom-wc-accordion__icon.open {
    transform: rotate( 180deg );
}

/* Content panel */
.custom-wc-accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    background: #fff;
}

.custom-wc-accordion__content[hidden] {
    display: block !important; /* Override hidden to allow animation */
    max-height: 0 !important;
    visibility: hidden;
}

.custom-wc-accordion__content:not([hidden]) {
    visibility: visible;
}

.custom-wc-accordion__content-inner {
    padding: 20px;
    color: #444;
    font-size: 14px;
    line-height: 1.7;
}

/* Inner content typography */
.custom-wc-accordion__content-inner h2,
.custom-wc-accordion__content-inner h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.custom-wc-accordion__content-inner p {
    margin-bottom: 12px;
    color: #555;
}

.custom-wc-accordion__content-inner table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.custom-wc-accordion__content-inner table th,
.custom-wc-accordion__content-inner table td {
    padding: 10px 12px;
    border: 1px solid #e5e5e5;
    text-align: left;
}

.custom-wc-accordion__content-inner table th {
    background: #fafafa;
    font-weight: 600;
}

/* Reviews inside accordion */
.custom-wc-accordion__content-inner .woocommerce-Reviews {
    padding: 0;
}

.custom-wc-accordion__content-inner #reviews {
    padding: 0;
}
.custom-product-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.custom-product-features-list__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.custom-product-features-list__icon {
    flex-shrink: 0;
    margin-top: 1px;
}

/* =============================================
   STICKY PRODUCT IMAGE — Based on your HTML
   ============================================= */

/* Parent columns must align from top */
.single-product .wp-block-columns.alignwide {
    align-items: flex-start !important;
}

/* Left column — image — sticky */
.single-product .wp-block-columns.alignwide > .wp-block-column:first-child {
    position: sticky !important;
    top: 100px !important; /* Adjust to your header height */
    align-self: flex-start !important;
}

/* Right column — scrolls naturally */
.single-product .wp-block-columns.alignwide > .wp-block-column:last-child {
    align-self: flex-start !important;
/*     overflow-y: auto !important; */
}

/* Prevent the gallery block itself from stretching */
.single-product .wp-block-woocommerce-product-gallery {
    width: 100% !important;
}

/* =============================================
   CRITICAL — Remove any overflow hidden on
   parents that would break sticky
   ============================================= */
.single-product .wp-block-columns.alignwide,
.single-product .entry-content,
.single-product .wp-site-blocks,
body.single-product {
    overflow: visible !important;
}

/* =============================================
   Mobile — disable sticky below 768px
   ============================================= */
@media ( max-width: 768px ) {
    .single-product .wp-block-columns.alignwide > .wp-block-column:first-child {
        position: relative !important;
        top: auto !important;
    }
}
.custom-wc-reviews-section .custom-wc-reviews-section__title {
    font-family: Geist;
    font-size: 20px;
}

.wp-block-woocommerce-checkout-order-summary-block {
    border: 0px !important;
}

.wc-block-checkout__main {
    border-right: 1px solid #ddd !important;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    color: #2d2d2d;
    top: 20px;
    font-size: 14px;
    letter-spacing: -0.2px;
    font-weight: 500;
}

.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] {
    border: 1px solid #cad5e2;
    height: 45px;
    padding: 5px 10px !important;
}



.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input.is-active label {
    top: -10px;
    transform: scale(.72);
    background-color: #fff;
}
.wc-block-components-text-input input{
    color: #191919;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    color: #2d2d2d;
    top: 20px;
    font-size: 14px;
    letter-spacing: -0.2px;
    font-weight: 500;
}

.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] {
    border: 1px solid #cad5e2;
    height: 45px;
    padding: 5px 10px !important;
}



.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input.is-active label {
    top: -10px;
    transform: scale(.72);
    background-color: #fff;
}
.wc-block-components-text-input input{
    color: #191919;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free{
    background: #f0faf0;
    border: 1px solid #c8e6c9;
    border-radius: 6px;
    padding: 5px 21px;
    font-size: 13px;
    color: #2e7d32;
    line-height: 1.5;
    font-weight: 500 !important;
}