/* ------------------------------------------------------------------
   Elite Coterie theme overrides + WooCommerce styling
   ------------------------------------------------------------------ */

/* Generic pages (blog, search, privacy, 404) */
.page-container,
.archive-page,
.error-page {
    min-height: 100vh;
    padding: 120px 0 80px;
    background: #000;
}
.page-container a,
.archive-page a,
.error-page a {
    color: #c9a24b;
}

/* WooCommerce generic pages (cart / checkout / my-account) */
.elite-woocommerce,
.woocommerce-page {
    color: #fff;
}
.woocommerce-page .woocommerce {
/*     padding: 140px 0 80px; */
    min-height: 100vh;
}
.woocommerce-page a {
    color: #fff;
}
.woocommerce-page a:hover {
    color: #c9a24b;
}
.woocommerce-page .woocommerce table.shop_table,
.woocommerce-page .woocommerce table.shop_table th,
.woocommerce-page .woocommerce table.shop_table td {
    border-color: rgba(255, 255, 255, 0.15);
    background: transparent;
    color: #fff;
}
.woocommerce-page .woocommerce input[type="text"],
.woocommerce-page .woocommerce input[type="email"],
.woocommerce-page .woocommerce input[type="tel"],
.woocommerce-page .woocommerce input[type="password"],
.woocommerce-page .woocommerce select,
.woocommerce-page .woocommerce textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    padding: 0.7rem 1rem;
    border-radius: 0;
}
.woocommerce-page .woocommerce input::placeholder,
.woocommerce-page .woocommerce textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.woocommerce-page .woocommerce .button,
.woocommerce-page .woocommerce button.button,
.woocommerce-page .woocommerce input.button {
   
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 0.9rem 2.2rem;
    border-radius: 0;
    font-weight: 300;
    transition: all 0.3s ease;
	backdrop-filter: blur(10px) !important;
    background-color: #ffffff0a !important;
}
.woocommerce-page .woocommerce .button:hover,
.woocommerce-page .woocommerce button.button:hover,
.woocommerce-page .woocommerce input.button:hover {
    background: transparent !important;
    color: #000;
}
.woocommerce-page .woocommerce .woocommerce-message,
.woocommerce-page .woocommerce .woocommerce-info,
.woocommerce-page .woocommerce .woocommerce-error {
    border-top-color: #c9a24b;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

/* Single product - gallery */
.woocommerce-product-gallery {
    position: sticky;
    top: 0;
}
.woocommerce-product-gallery .flex-viewport,
.woocommerce-product-gallery img {
    width: 100%;
}
.woocommerce-product-gallery ol.flex-control-thumbs {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
    list-style: none;
    padding: 0;
}
.woocommerce-product-gallery ol.flex-control-thumbs li {
    width: 80px;
    opacity: 0.6;
    cursor: pointer;
}
.woocommerce-product-gallery ol.flex-control-thumbs li img {
    width: 100%;
    object-fit: cover;
}
.woocommerce-product-gallery ol.flex-control-thumbs li.flex-active {
    opacity: 1;
}
.woocommerce-product-gallery .flex-direction-nav a {
    color: #fff;
}

/* Single product - add to cart form / quantity stepper */
form.cart {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
form.cart .quantity {
    display: inline-flex;
    align-items: stretch;
}
form.cart .quantity .qty {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 0;
    border-right: 0;
    padding: 0.9rem 0;
    width: 56px;
    text-align: center;
    border-radius: 0;
    -moz-appearance: textfield;
    appearance: textfield;
}
form.cart .quantity .qty::-webkit-outer-spin-button,
form.cart .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
form.cart .qty-btn {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    width: 40px;
    padding: 0;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
form.cart .qty-minus {
    border-right: 0;
}
form.cart .qty-plus {
    border-left: 0;
}
form.cart .qty-btn:hover:not(:disabled) {
    background: #fff;
    color: #000;
}
form.cart .qty-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Products (category) grid links */
.wk_c_btn:hover {
    color: #fff;
}

/* Shop page - category cards */
.shop-categories .category-card {
    position: relative;
    overflow: hidden;
}
.shop-categories .category-card img {
    height: 70vh;
    width: 100%;
    object-fit: cover;
}

/* Error / 404 */
.error-page h1 {
    font-size: clamp(3rem, 10vw, 7rem);
}

/* Accessibility: skip link friendly */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* Product banner slider */
.product-banner-slider {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.product-banner-slider .swiper-wrapper,
.product-banner-slider .swiper-slide {
    height: 100%;
    width: 100%;
}
.product-banner-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.product-banner-slide img,
.product-banner-slide .product-banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.product-banner-slider .product-banner-title {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 30px;
    z-index: 11;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: max-content !important;
    pointer-events: none;
}
.product-banner-slider .product-banner-title h2 {
    margin: 0;
    white-space: nowrap;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}
.product-banner-content .product-banner-addtocart {
    margin-top: 24px;
}
.product-banner-content .product-banner-addtocart .wk_content_box {
    width: auto;
    margin: 0;
}
.product-banner-slider .product-banner-pagination {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 30px;
    z-index: 10;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: max-content !important;
    transform: none;
    opacity: 0;
    visibility: hidden;
}
.product-banner-pagination .swiper-pagination-bullet {
    width: 64px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.35);
    opacity: 0.7;
    transition: opacity 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    position: relative;
}
.product-banner-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
    transform: translateY(-3px);
}
.product-banner-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #fff;
    transform: translateY(-3px);
}
.product-banner-pagination .bullet-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.product-banner-pagination .bullet-video {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
}
.product-banner-pagination .bullet-video svg {
    width: 26px;
    height: 26px;
}
@media (max-width: 576px) {
    .product-banner-slider .product-banner-pagination {
        bottom: 16px;
        gap: 6px;
    }
    .product-banner-slider .product-banner-title {
        bottom: 16px;
    }
    .product-banner-pagination .swiper-pagination-bullet {
        width: 44px;
        height: 56px;
    }
}


button.single_add_to_cart_button {
    height: 55px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    backdrop-filter: blur(10px) !important;
    background-color: #ffffff0a !important;
	font-weight:300;
}
