.elementor-305 .elementor-element.elementor-element-4a219f2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-305 .elementor-element.elementor-element-0d6bb13{--display:flex;}.elementor-305 .elementor-element.elementor-element-8320fcf{--display:flex;}.elementor-305 .elementor-element.elementor-element-38015c3 .cart button, .elementor-305 .elementor-element.elementor-element-38015c3 .cart .button{transition:all 0.2s;}.elementor-305 .elementor-element.elementor-element-38015c3 .quantity .qty{transition:all 0.2s;}@media(min-width:768px){.elementor-305 .elementor-element.elementor-element-0d6bb13{--width:50%;}.elementor-305 .elementor-element.elementor-element-8320fcf{--width:50%;}}/* Start custom CSS *//* ============================================================
   LOXI – THE ULTIMATE WOW PRODUCT PAGE (CYBER-GOLD)
   ============================================================ */

/* 1. გვერდის საერთო აურა */
body.single-product {
    background-color: #030303 !important;
}

/* 2. სურათის გალერეა - Floating Effect */
body.single-product .woocommerce-product-gallery {
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    border-radius: 30px !important;
    background: radial-gradient(circle at center, #111 0%, #000 100%) !important;
    padding: 20px !important;
    box-shadow: 0 20px 50px rgba(0,0,0,1), 0 0 20px rgba(212, 175, 55, 0.05) !important;
    transition: 0.6s all cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
body.single-product .woocommerce-product-gallery:hover {
    transform: translateY(-10px) scale(1.02) !important;
    box-shadow: 0 30px 70px rgba(0,0,0,1), 0 0 30px rgba(212, 175, 55, 0.15) !important;
}

/* 3. ტაბების WOW დიზაინი - Floating Pill Style */
.woocommerce-tabs {
    margin-top: 100px !important;
    border: none !important;
}

.woocommerce-tabs ul.tabs {
    background: rgba(255, 255, 255, 0.03) !important;
    padding: 10px !important;
    border-radius: 100px !important; /* ოვალური ფორმა */
    display: inline-flex !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    position: relative !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(15px) !important;
    gap: 5px !important;
}

.woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: none !important;
    border-radius: 100px !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.4s all ease !important;
}

/* აქტიური ტაბის ნეონ ნათება */
.woocommerce-tabs ul.tabs li.active {
    background: #D4AF37 !important;
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.6) !important;
}

.woocommerce-tabs ul.tabs li a {
    color: rgba(255, 255, 255, 0.5) !important;
    padding: 12px 30px !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
}

.woocommerce-tabs ul.tabs li.active a {
    color: #000 !important;
}

/* 4. კონტენტის პანელი - "ამოჭრილი" ვიზუალი */
.woocommerce-tabs .woocommerce-Tabs-panel {
    background: linear-gradient(145deg, rgba(15,15,15,0.9) 0%, rgba(5,5,5,1) 100%) !important;
    border: 1px solid rgba(212, 175, 55, 0.1) !important;
    border-radius: 40px !important;
    padding: 60px !important;
    margin-top: 40px !important;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 50px rgba(212, 175, 55, 0.02) !important;
}

/* დეკორატიული ელემენტი პანელში (ოქროსფერი ნათება კუთხეში) */
.woocommerce-tabs .woocommerce-Tabs-panel::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
}

/* 5. ტექსტის დახვეწილი სტილი */
.woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 16px !important;
    line-height: 2 !important;
    color: #bbb !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
}

/* 6. WOW შეფასების ველები (Futuristic Inputs) */
.comment-form input, .comment-form textarea {
    background: #000 !important;
    border: none !important;
    border-bottom: 2px solid rgba(212, 175, 55, 0.2) !important;
    border-radius: 0 !important;
    padding: 15px 0 !important;
    font-size: 15px !important;
    transition: 0.4s all !important;
}

.comment-form input:focus, .comment-form textarea:focus {
    border-bottom-color: #D4AF37 !important;
    padding-left: 15px !important;
    background: rgba(212, 175, 55, 0.02) !important;
}

/* 7. CTA ღილაკი - Liquid Gold Pulse */
.woocommerce div.product .cart .button.single_add_to_cart_button {
    animation: goldPulse 3s infinite !important;
}

@keyframes goldPulse {
    0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4); }
    70% { box-shadow: 0 0 0 20px rgba(212, 175, 55, 0); }
    100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}
/* ============================================================
   LOXI PRODUCT PAGE – ADD TO CART & PRICE UPGRADE
   ============================================================ */

/* 1. ფასის რედიზაინი - რომ აღარ იყოს "საცოდავი" */
.single-product div.product p.price, 
.single-product div.product span.price {
    font-family: "Inter", sans-serif !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #D4AF37 !important; /* ოქროსფერი ფასი */
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
    margin-bottom: 20px !important;
}

/* ძველი ფასი (Sale-ს დროს) */
.single-product div.product p.price del,
.single-product div.product span.price del {
    font-size: 18px !important;
    color: rgba(255,255,255,0.3) !important;
    margin-right: 10px;
}

/* 2. Quantity (რაოდენობის) ველის გაშავება */
.woocommerce div.product form.cart .quantity input {
    background: #111 !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    color: #fff !important;
    padding: 12px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
}

/* 3. "Add to Cart" ღილაკის Supreme ტრანსფორმაცია */
.woocommerce div.product .cart .button.single_add_to_cart_button {
    background: linear-gradient(135deg, #D4AF37 0%, #F6D98F 50%, #D4AF37 100%) !important;
    background-size: 200% auto !important;
    color: #000 !important;
    border-radius: 8px !important;
    padding: 18px 40px !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    border: none !important;
}

.woocommerce div.product .cart .button.single_add_to_cart_button:hover {
    background-position: right center !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.4) !important;
}

/* 4. "Sale!" ბეიჯის გასწორება */
span.onsale {
    background: #D4AF37 !important;
    color: #000 !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    padding: 8px 15px !important;
    font-size: 12px !important;
    border-radius: 4px !important;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5) !important;
}

/* 5. პროდუქტის სათაურის ფიქსი */
.product_title.entry-title {
    font-family: "Fira GO", sans-serif !important;
    font-weight: 900 !important;
    color: #fff !important;
    font-size: 42px !important;
    letter-spacing: -1px !important;
    margin-bottom: 15px !important;
}
.single_add_to_cart_button, 
.add_to_cart_button {
    font-family: "Fira GO", sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: none !important; /* ქართულს uppercase არ უხდება */
}

/* კალათის პატარა აიკონის დამატება ტექსტის წინ */
.single_add_to_cart_button::before {
    content: "\f291"; /* WooCommerce-ის კალათის კოდი */
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 18px;
}/* End custom CSS */