/**
 * Custom Product Detail Page Styles
 * 
 * Product-banner 3-column layout styles for the single product page.
 * This file is enqueued only on WooCommerce single product pages.
 *
 * @package Grimmer
 * @since   2.0.0
 */

/* ==========================================================================
   Base Wrapper Reset & Override
   ========================================================================== */

.wc-edgy-product-wrapper {
    background-color: #000000 !important;
    color: #e0e0e0;
    font-family: 'Space Mono', Courier, monospace;
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    padding: 0 !important;
    margin: 0 !important;
}

/* ==========================================================================
   PRODUCT BANNER — Main 3-Column Layout
   ========================================================================== */

.product-banner {
    background: #0a0a0a !important;
    position: relative;
    overflow: hidden;
    padding: 50px 0 60px;
    width: 100%;
}

.product-banner .container {
    max-width: 1380px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.product-banner .row {
    margin: 0 !important;
    width: 100% !important;
}

.product-banner-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 30px !important;
    width: 100% !important;
}

/* ==========================================================================
   LEFT COLUMN (32%)
   ========================================================================== */

.product-banner-left {
    flex: 0 0 32% !important;
    max-width: 32% !important;
    width: 32% !important;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 10px;
    position: relative;
}

.products-bnr-details h1 {
    font-family: "Bebas Neue", cursive;
    font-size: clamp(36px, 3.5vw, 65px);
    line-height: 0.95;
    color: #f3f3f3;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

/* --- Price Display --- */

.product-banner-price {
    margin: 8px 0 12px;
}

.product-banner-price .woocommerce-Price-amount,
.product-banner-price .price {
    color: #c9a96e;
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 600;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 1px;
}

.product-banner-price del {
    color: #555;
    opacity: 0.6;
    font-size: 0.75em;
}

.product-banner-price ins {
    text-decoration: none;
    color: #bb0018;
}

/* --- Gallery Thumbnails Strip --- */

.gallery-thumbnails-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0 15px;
}

.gallery-thumbnail {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.gallery-thumbnail img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border: 1px solid #333;
    transition: border-color 0.3s ease;
    display: block;
}

.gallery-thumbnail:hover img,
.gallery-thumbnail.active img {
    border-color: #bb0018;
}

.gallery-thumbnail.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 2px;
    background: #bb0018;
}

/* --- Go-To CTA Block --- */

.product-banner-details {
    margin-top: 15px;
}

.goto-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.goto-top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.goto-line {
    width: 40px;
    height: 1px;
    background: #bb0018;
}

.goto-dot {
    width: 6px;
    height: 6px;
    background: #bb0018;
    border-radius: 50%;
    flex-shrink: 0;
}

a.goto-text,
.goto-text {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-family: "Space Mono", monospace;
    transition: color 0.3s ease;
    line-height: 1.5;
}

a.goto-text:hover {
    color: #bb0018;
}

.goto-box {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.goto-star {
    color: #bb0018;
    font-size: 14px;
}

/* --- Z-Line Decorative Element --- */

.z-line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-left: 10px;
    width: 60px;
    height: 30px;
    position: relative;
}

.z-line .line {
    background: #bb0018 !important;
    position: absolute;
}

.z-line .line.top {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
}

.z-line .line.diagonal {
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(-55deg);
    transform-origin: top left;
}

.z-line .line.bottom {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

/* --- Barcode --- */

.barcode-wrap {
    margin: 12px 0;
}

.barcode-wrap img {
    height: 24px;
    width: auto;
    display: block;
}

/* --- Description Text --- */

.product-banner-details .desc-quote {
    font-family: "Zalando Sans", sans-serif;
    font-style: italic;
    color: #a9a9a9;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.product-banner-details p {
    font-family: "Space Mono", monospace;
    font-size: 10px;
    color: #888;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   WooCommerce Attribute / Variation Selection Form (Integrated in Left Col)
   ========================================================================== */

.grimmer-wc-add-to-cart-wrap {
    margin: 15px 0;
    width: 100%;
}

.grimmer-wc-add-to-cart-wrap form.cart {
    margin: 0;
    padding: 0;
}

.grimmer-wc-add-to-cart-wrap form.cart .variations {
    width: 100%;
    margin-bottom: 12px;
    border-collapse: collapse;
}

.grimmer-wc-add-to-cart-wrap form.cart .variations tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.grimmer-wc-add-to-cart-wrap form.cart .variations td {
    padding: 8px 0;
    border: none;
    background: transparent;
    vertical-align: middle;
}

.grimmer-wc-add-to-cart-wrap form.cart .variations td.label label {
    font-family: "Space Mono", monospace;
    font-size: 10px;
    text-transform: uppercase;
    color: #a0a0a0;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}

.grimmer-wc-add-to-cart-wrap form.cart select {
    background-color: #111111;
    border: 1px solid #333;
    color: #e0e0e0;
    padding: 8px 12px;
    font-family: "Space Mono", monospace;
    font-size: 11px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 140px;
    border-radius: 0;
}

.grimmer-wc-add-to-cart-wrap form.cart select:hover,
.grimmer-wc-add-to-cart-wrap form.cart select:focus {
    border-color: #bb0018;
    color: #fff;
}

/* Woodmart / standard Swatches styling */
.grimmer-wc-add-to-cart-wrap .wd-swatches-grid,
.grimmer-wc-add-to-cart-wrap .swatches-select {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.grimmer-wc-add-to-cart-wrap .wd-swatch,
.grimmer-wc-add-to-cart-wrap .swatch-wrapper {
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #444 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 11px !important;
    cursor: pointer !important;
    color: #888 !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    padding: 0 !important;
}

.grimmer-wc-add-to-cart-wrap .wd-swatch:hover,
.grimmer-wc-add-to-cart-wrap .swatch-wrapper:hover {
    border-color: #fff !important;
    color: #fff !important;
}

.grimmer-wc-add-to-cart-wrap .wd-swatch.active,
.grimmer-wc-add-to-cart-wrap .wd-swatch.wd-active,
.grimmer-wc-add-to-cart-wrap .wd-swatch.selected,
.grimmer-wc-add-to-cart-wrap .swatch-wrapper.active,
.grimmer-wc-add-to-cart-wrap .swatch-wrapper.selected {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

.grimmer-wc-add-to-cart-wrap .wd-swatch.wd-bg {
    border-radius: 50% !important;
}

.grimmer-wc-add-to-cart-wrap .wd-swatch.wd-bg.wd-active,
.grimmer-wc-add-to-cart-wrap .wd-swatch.wd-bg.selected {
    box-shadow: 0 0 0 2px #0a0a0a, 0 0 0 3px #bb0018 !important;
}

/* Hide native submit button and quantity inside form (controlled via bnr-btns) */
.grimmer-wc-add-to-cart-wrap .single_add_to_cart_button,
.grimmer-wc-add-to-cart-wrap .quantity {
    display: none !important;
}

.grimmer-wc-add-to-cart-wrap .reset_variations {
    display: inline-block !important;
    margin-top: 6px;
    font-size: 9px;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Space Mono", monospace;
    letter-spacing: 1px;
}

.grimmer-wc-add-to-cart-wrap .reset_variations:hover {
    color: #bb0018;
}

.grimmer-wc-add-to-cart-wrap .woocommerce-variation-price .price {
    color: #c9a96e;
    font-size: 20px;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 1px;
    margin: 5px 0;
}

/* --- Banner Buttons --- */

.bnr-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.bnr-btns .shop-btn {
    background: #ededed;
    color: #000;
    padding: 14px 26px;
    border: none;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s;
    font-family: "Space Mono", monospace;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bnr-btns .shop-btn:hover {
    background: #bb0018;
    color: #fff;
}

.bnr-btns .shop-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.bnr-btns .shop-btn:disabled:hover {
    background: #ededed;
    color: #000;
}

.add-btn {
    display: flex;
    align-items: center;
    gap: 0;
}

/* Quantity Counter Container with Visible Counter Value */
.qty-counter-wrap {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    height: 40px !important;
    background: #000 !important;
    padding: 0 !important;
}

.qty-counter-wrap a {
    width: 36px !important;
    height: 38px !important;
    border: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    transition: all 0.3s ease !important;
    background: transparent !important;
}

.qty-counter-wrap a:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #bb0018 !important;
}

.qty-counter-wrap .qty-val {
    width: 36px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-family: "Space Mono", monospace !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    user-select: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
    line-height: 1 !important;
}

/* Wishlist Star Button Container (Placed next to Quantity Counter) */
.wishlist-btn-box {
    display: inline-flex !important;
    align-items: center !important;
    height: 40px !important;
}

.wishlist-btn-box .wd-wishlist-btn,
.wishlist-btn-box .grimmer-star-wishlist {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    height: 40px !important;
}

.wishlist-btn-box a,
.wishlist-btn-box .grimmer-star-btn,
.wishlist-btn-box .wd-wishlist-btn a {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    background: #000 !important;
    box-sizing: border-box !important;
}

.wishlist-btn-box a:hover,
.wishlist-btn-box .grimmer-star-btn:hover,
.wishlist-btn-box .wd-wishlist-btn a:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: #bb0018 !important;
    color: #bb0018 !important;
}

/* Added to wishlist state */
.wishlist-btn-box a.added,
.wishlist-btn-box .wd-wishlist-btn a.added {
    color: #bb0018 !important;
    border-color: #bb0018 !important;
}

.wishlist-btn-box .wd-action-text {
    display: none !important;
}

.wishlist-btn-box .wd-action-icon::before {
    content: "\f005" !important; /* FontAwesome Star icon */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.wishlist-btn-box a.added .wd-action-icon::before {
    content: "\f005" !important;
    font-weight: 900 !important; /* Solid star when added */
    color: #bb0018 !important;
}

/* ==========================================================================
   CENTER COLUMN (36%) — Owl Carousel
   ========================================================================== */

.product-banner-center {
    flex: 0 0 36% !important;
    max-width: 36% !important;
    width: 36% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.product-banner-center .product-slider {
    width: 100%;
}

.banner-mdl {
    text-align: center;
    width: 100%;
}

.banner-mdl img {
    max-width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

/* Owl Carousel Nav Arrows & Dots */

.product-banner-center .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    padding: 0 5px;
}

.product-banner-center .owl-nav button {
    pointer-events: all;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.6) !important;
    color: #fff !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.product-banner-center .owl-nav button:hover {
    background: rgba(187, 0, 24, 0.9) !important;
    border-color: #bb0018 !important;
}

.product-banner-center .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.product-banner-center .owl-dot span {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    display: inline-block;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.product-banner-center .owl-dot.active span {
    background: #bb0018;
    width: 24px;
}

/* Owl Text Wrap (below carousel) */

.owl-text-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.owl-text-wrap .goto-text {
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #888;
    text-transform: uppercase;
    font-family: "Space Mono", monospace;
    line-height: 1.6;
}

/* ==========================================================================
   RIGHT COLUMN (28%)
   ========================================================================== */

.product-banner-right {
    flex: 0 0 28% !important;
    max-width: 28% !important;
    width: 28% !important;
    padding-top: 10px;
}

.product-banner-right>.desc-quote {
    font-family: "Zalando Sans", sans-serif;
    font-style: italic;
    color: #c6c6c6;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 25px;
    letter-spacing: 0;
}

/* --- Size Map & Video Layout --- */

.size-video {
    display: flex;
    gap: 15px;
}

.size-map {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
}

.size-number {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 9px;
    letter-spacing: 0;
    line-height: 13.5px;
    text-transform: uppercase;
    font-family: "Space Mono", monospace;
    transition: border-color 0.3s ease;
}

.size-number:hover {
    border-color: rgba(255, 255, 255, 0.25);
}

.size-number-line {
    border-color: rgba(187, 0, 24, 0.3);
}

.size-number-line:hover {
    border-color: #bb0018;
}

/* --- Catalog Wrapper --- */

.catloge-wrapper {
    flex: 1;
}

.product-bnr-catlog {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 10px;
}

.ref-words {
    font-family: "Space Mono", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #bb0018;
    text-transform: uppercase;
}

/* --- Catalog List (Features) --- */

.catlog-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.catlog-list ul li {
    font-family: "Space Mono", monospace;
    font-size: 9px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.9px;
    color: #aaa;
    text-transform: uppercase;
}

/* --- Catalog Video Thumbnail (FIXED 180PX HEIGHT WITH MAIN IMAGE) --- */

.catlog-video {
    position: relative;
    width: 100%;
    height: 180px !important;
    max-height: 180px !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #000;
    cursor: default;
}

.catlog-video img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
    display: block !important;
    filter: grayscale(80%);
    transition: filter 0.3s ease;
}

.catlog-video:hover img {
    filter: grayscale(0%);
}

.catlog-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.catlog-video:hover .play-btn {
    background: rgba(187, 0, 24, 0.8);
    border-color: #bb0018;
}

/* ==========================================================================
   Video Popup Modal
   ========================================================================== */

.edgy-video-popup {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.92);
    align-items: center;
    justify-content: center;
}

.edgy-video-popup-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    background-color: #000;
    border: 1px solid #222;
    box-shadow: 0 0 40px rgba(187, 0, 24, 0.2);
}

.edgy-video-popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
}

.edgy-video-popup-close:hover {
    color: #bb0018;
}

.edgy-video-popup-body {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.edgy-video-popup-body iframe,
.edgy-video-popup-body video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: contain;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1024px) {
    .product-banner-wrap {
        flex-wrap: wrap !important;
    }

    .product-banner-left,
    .product-banner-center {
        flex: 0 0 48% !important;
        max-width: 48% !important;
        width: 48% !important;
    }

    .product-banner-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-top: 30px;
    }

    .size-video {
        flex-direction: row;
    }

    .size-map {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
    }
}

@media (max-width: 768px) {

    .product-banner-left,
    .product-banner-center,
    .product-banner-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .product-banner-center {
        order: -1;
    }

    .bnr-btns {
        gap: 8px;
    }

    .bnr-btns .shop-btn {
        width: 100%;
        justify-content: center;
    }
}




.product-banner-wrap {
    display: grid;
    grid-template-columns: 32% 36% 32%;

    background: #080808;
    align-items: center;
    overflow: hidden;
}




.banner-mdl {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.banner-mdl img {
    width: 100%;
    max-width: 500px;
}

.arrow-left {
    position: absolute;
    left: -25px;
}

.arrow-right {
    position: absolute;
    right: -25px;
}

.product-banner-right {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 40px;
    justify-content: end;
}


.product-banner {
    padding: 30px 0 50px;

}


/* Top line */

.goto-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.goto-line {
    width: 46px;
    height: 1px;
    background: #EA282E;
}

.goto-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #EA282E;
}

/* Text */

.goto-text {
    color: #A1A1AA;
    font-size: 12px;
    line-height: 13.5px;
    font-weight: 400;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.goto-text span {
    display: block;
}

/* Box */

.goto-box {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .35s;
    cursor: pointer;
}

.goto-box:hover {
    border-color: #c60018;
    box-shadow: 0 0 15px rgba(198, 0, 24, .3);
}

.goto-star {
    color: #9b9b9b;
    font-size: 17px;
    transition: .35s;
}

.goto-box:hover .goto-star {
    color: #fff;
    transform: rotate(180deg);
}



.shop-dir {
    background: #E5E5E5;
    border-radius: 50%;
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.shop-dir i {
    display: inline-block;
    font-size: 18px;
}

.products-bnr-details h1 {
    color: #E5E5E5;
    font-family: 'Bebas Neue';
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -3px;
    font-weight: 400;
}

.product-image-box {
    position: relative;
    text-align: center;
}

.product-image {
    width: auto;
}

.product-banner-details h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -3px;
    font-family: 'Bebas Neue';
    color: #E5E5E5;
}



.product-banner-details p {
    font-size: 10px;
    color: #71717A;
    line-height: 16.25px;
    letter-spacing: 0;
    font-family: 'Space Mono';
}

.size-number {
    color: #E5E5E5;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    display: inline-block;
    flex-flow: nowrap;
    padding: 12px;
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #E5E5E54D;
}

.size-map {
    display: flex;
    padding-right: 10px;
    align-items: end;
    flex-flow: column;
    justify-content: end;
}

.size-number-line::after {
    display: none;
}

.product-bnr-catlog {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 0 15px;
}

.calender-up-down i {
    color: #E5E5E5;
    font-size: 18px;
}

.ref-words {
    color: #E5E5E5;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
}

.catloge-wrapper {
    padding: 15px;
    border: 1px solid #E5E5E54D;
    background: #220102;
    width: 100%;
    max-width: 240px;
}

.catlog-list ul {
    list-style: circle;
    color: #E5E5E5;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.5px;
    font-family: 'Space Mono';
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin: 0;
}

.top-selling-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.selling-wrapper {
    background: #131313;
    border: 1px solid #444748;
    padding: 15px;
}

.selling-wrapper img {
    width: 100%;
}

p.desc-quote {
    font-size: 14px;
    font-family: 'Zalando Sans';
    font-weight: 400;
    line-height: 25px;
    color: #C6C6C6;
    margin-top: 30px;
    font-style: italic;
    max-width: 350px;
    text-transform: uppercase;
}

.shop-btn {
    background: #ededed;
    color: #000;
    padding: 15px;
    border: none;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s;
    font-family: 'Bebas Neue';
    font-weight: 400;
    line-height: 20px;
}

.add-btn a {
    border: 1px solid #E5E5E54D;
    backdrop-filter: blur(4px);
    background: #0A0A0A66;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #a71f23;
}

.bnr-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.add-btn {
    display: flex;
}

.size-video {
    display: flex;
    justify-content: end;
}

.z-line {
    position: relative;
    width: 220px;
    height: 150px;
    position: absolute;
    top: 40px;
    right: -120px;
    display: none;
}

.line {
    position: absolute;
    background: #C8001A;
    height: 1px;
}

.top {
    top: 10px;
    left: 35px;
    width: 80px;
    position: relative;
}

.top::after {
    position: absolute;
    width: 5px;
    content: "";
    height: 5px;
    top: -1.5px;
    right: 0;
    background: #C8001A;
    border-radius: 50%;
}

.bottom {
    top: 190px;
    left: -55px;
    width: 90px;
    position: relative;
}

.bottom::after {
    position: absolute;
    width: 5px;
    content: "";
    height: 5px;
    top: -1.5px;
    left: 0;
    background: #C8001A;
    border-radius: 50%;
}

.diagonal {
    top: 10px;
    left: 35px;
    width: 180px;
    transform-origin: top left;
    transform: rotate(90deg);
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;

    text-align: center;
}



.product-slider .owl-nav button.owl-prev,
.product-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    color: #fff !important;
    font-size: 40px !important;
    border: none !important;
}

.product-slider .owl-nav button.owl-prev {
    left: 0px;
}

.product-slider .owl-nav button.owl-next {
    right: 0px;
}

.product-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.product-slider .owl-dots .owl-dot span {
    background: #D9D9D970 !important;
}

.product-slider .owl-dots .owl-dot.active span {
    background: #D9D9D9 !important;
}

.owl-text-wrap {
    position: absolute;
    bottom: 65px;
    right: 15px;
    width: 180px;
}

.owl-text-wrap .goto-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    justify-content: end;
}

.owl-text-wrap .goto-line {
    width: 81px;
    height: 1px;
    background: #EA282E;
}

.product-slider.owl-carousel .owl-stage-outer {
    overflow: hidden;
    width: 100%;
}

.product-slider.owl-carousel .owl-stage {
    display: flex;
}

.product-slider .owl-item {
    width: 100% !important;
    /* important zaroori hai, owl inline width set karta hai */
}

@media (max-width:1400px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        min-width: 100%;
        text-align: center;
    }

    .owl-text-wrap {
        position: absolute;
        bottom: 50px;
        right: -50px;
        width: 150px;
    }
}

@media (max-width:1200px) {
    .product-banner-wrap {
        grid-template-columns: 33% 37% 30%;
    }

    .product-slider .owl-dots {

        bottom: -20px;

    }

    .z-line {

        right: -220px;
    }

    .owl-text-wrap {
        position: absolute;
        bottom: -100px;
        right: 10px;
    }
}

@media (max-width:991px) {
    .product-banner-center {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .product-banner-wrap {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 10px;
        /* apni requirement ke hisaab se adjust karo, ya 0 rakho */
    }

    .product-banner-wrap>div:nth-child(1),
    .product-banner-wrap>div:nth-child(2) {
        grid-column: span 1;
        /* default hi rahega, 50% wali col */
    }

    .product-banner-wrap>div:nth-child(3) {
        grid-column: 1 / -1;
        /* dono columns cover karke 100% width */
    }

    .product-banner-details {
        margin-top: 15px;
    }

    .z-line {
        display: none;
    }

    .product-banner-right {
        display: grid;
        gap: 40px;
        grid-template-columns: 50% 50%;
        justify-content: end;
    }

    .collection-section {
        padding: 0;
    }
}

@media (max-width:767px) {
    .product-banner-wrap {
        display: block;
        grid-template-columns: 50% 50%;
        gap: 10px;
    }

    p.desc-quote {

        max-width: 100%;

    }

    .product-banner-right p.desc-quote {
        padding-left: 50px;
        max-width: 100%;

    }
}

@media (max-width:576px) {
    .product-slider .owl-dots {
        bottom: 0;
    }

    .product-banner-right {
        display: block;
        gap: 40px;
        grid-template-columns: 50% 50%;
        justify-content: end;
    }

    .size-video {
        display: flex;
        justify-content: center;
    }

    .product-banner-right p.desc-quote {
        padding-left: 0px;

    }
}

/* ==========================================================================
   PRODUCT DATA TABS — Dark Theme Styling for Tabs, Attributes, Reviews & Forms
   ========================================================================== */

.grimmer-product-tabs-section {
    background-color: #070707 !important;
    padding: 60px 0;
    color: #d0d0d0;
}

.grimmer-product-tabs-section .container {
    max-width: 1380px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.grimmer-tabs-container {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 35px;
    margin-top: 20px;
}

/* --- Tabs Header List --- */

.grimmer-tabs-container .woocommerce-tabs ul.tabs,
.grimmer-tabs-container ul.wc-tabs {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 0 0 15px 0 !important;
    margin: 0 0 30px 0 !important;
    list-style: none !important;
    background: transparent !important;
}

.grimmer-tabs-container .woocommerce-tabs ul.tabs li,
.grimmer-tabs-container ul.wc-tabs li {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.grimmer-tabs-container .woocommerce-tabs ul.tabs li a,
.grimmer-tabs-container ul.wc-tabs li a {
    font-family: 'Space Mono', monospace !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #888888 !important;
    text-decoration: none !important;
    padding: 10px 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: #000000 !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.grimmer-tabs-container .woocommerce-tabs ul.tabs li.active a,
.grimmer-tabs-container ul.wc-tabs li.active a,
.grimmer-tabs-container .woocommerce-tabs ul.tabs li a:hover,
.grimmer-tabs-container ul.wc-tabs li a:hover {
    color: #ffffff !important;
    background: #bb0018 !important;
    border-color: #bb0018 !important;
}

/* --- Tab Panels Content --- */

.grimmer-tabs-container .woocommerce-Tabs-panel {
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    line-height: 1.8;
    color: #b0b0b0;
}

.grimmer-tabs-container .woocommerce-Tabs-panel h2 {
    font-family: "Bebas Neue", cursive;
    font-size: 28px;
    letter-spacing: 1.5px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* --- Specifications & Attributes Table --- */

.grimmer-tabs-container table.shop_attributes {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 15px 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.grimmer-tabs-container table.shop_attributes th,
.grimmer-tabs-container table.shop_attributes td {
    padding: 14px 18px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    font-family: 'Space Mono', monospace !important;
    font-size: 11px !important;
}

.grimmer-tabs-container table.shop_attributes th {
    color: #bb0018 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    width: 220px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    letter-spacing: 1px !important;
}

.grimmer-tabs-container table.shop_attributes td {
    color: #e0e0e0 !important;
    background: transparent !important;
}

.grimmer-tabs-container table.shop_attributes tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.01) !important;
}

/* --- Customer Reviews & Rating Form --- */

.grimmer-tabs-container #reviews #comments ol.commentlist {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}

.grimmer-tabs-container #reviews #comments ol.commentlist li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 20px 0 !important;
    margin-bottom: 10px !important;
}

.grimmer-tabs-container #reviews .star-rating,
.grimmer-tabs-container .star-rating {
    color: #bb0018 !important;
    font-size: 14px !important;
}

.grimmer-tabs-container #review_form_wrapper {
    background: #050505;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px;
    margin-top: 25px;
}

.grimmer-tabs-container #review_form_wrapper .comment-reply-title {
    font-family: 'Space Mono', monospace;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
}

.grimmer-tabs-container #review_form_wrapper label {
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    text-transform: uppercase;
    color: #a0a0a0;
    letter-spacing: 1px;
    margin-bottom: 6px;
    display: block;
}

.grimmer-tabs-container #review_form_wrapper input[type="text"],
.grimmer-tabs-container #review_form_wrapper input[type="email"],
.grimmer-tabs-container #review_form_wrapper textarea,
.grimmer-tabs-container #review_form_wrapper select {
    width: 100% !important;
    background: #111111 !important;
    border: 1px solid #333333 !important;
    color: #e0e0e0 !important;
    padding: 12px 16px !important;
    font-family: 'Space Mono', monospace !important;
    font-size: 11px !important;
    outline: none !important;
    box-sizing: border-box !important;
    margin-bottom: 15px !important;
    border-radius: 0 !important;
}

.grimmer-tabs-container #review_form_wrapper input:focus,
.grimmer-tabs-container #review_form_wrapper textarea:focus {
    border-color: #bb0018 !important;
}

.grimmer-tabs-container #review_form_wrapper input[type="submit"],
.grimmer-tabs-container #review_form_wrapper .submit {
    background: #ededed !important;
    color: #000000 !important;
    padding: 12px 28px !important;
    border: none !important;
    font-family: 'Space Mono', monospace !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.grimmer-tabs-container #review_form_wrapper input[type="submit"]:hover,
.grimmer-tabs-container #review_form_wrapper .submit:hover {
    background: #bb0018 !important;
    color: #ffffff !important;
}