.elementor-kit-7{--e-global-color-primary:#D4AF37;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#6B7280;--e-global-color-accent:#61CE70;--e-global-color-e191663:#D4AF37;--e-global-color-86e69d1:#6B7280;--e-global-typography-primary-font-family:"Cinzel";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Georgia";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1000ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#D4AF37;--e-preloader-size:20px;}.elementor-kit-7 e-page-transition{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #D4AF37 100%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.payzy-item-loop-display{
  margin: 0px 30px;
}

@media(max-width:550px){
  .payzy-item-loop-display{
  margin: 0px 10px;
}
}
.product .price .product-price-installments-not-in-variation .koko-logo{
  height: 18px !important;
  width: auto !important;
}
.product .price .product-price-installments-not-in-variation .koko-info{
  height: 12px !important;
  width: 12px !important;
}
.gold{
	background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.payment-info-section {
    font-size: 16px;
    display: flex;
    flex-direction: row;
}

.payment-info-section img {
    max-width: 50px;
    text-align: center;
    align-items: center;
    align-content: center;
}

.payment-info-section span {
    color: #25D366;
    font-weight: bold;
    font-size: 20px;
}
.luxury-description{
    margin-bottom: 10px !important;
}
.single-product #header{
    display: none !important;
}
.single-product #footer{
    display: none !important;
}

/* Luxury Product Page Styles */
.luxury-product-wrapper {
    background: #0a0a0a;
    color: #ffffff;
    min-height: 100vh;
    padding-top: 130px !important;
    margin-top: -130px !important;
}
@media (max-width: 550px) {
    .luxury-product-container .product-image-section {
        height: 300px !important;
    }
}

/* ===================================
   LUXURY MINI CART STYLING
   =================================== */

/* Cart Container */
.woocommerce-mini-cart-item mini_cart_item::before{
    display:none !important;
}
.elementor-menu-cart__main {
    background: #0a0a0a !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8) !important;
    padding: 10px !important;
}

.widget_shopping_cart_content {
    background: #0a0a0a;
    color: #ffffff;
}

/* Close Button */
.elementor-menu-cart__close-button {
    color: #d4af37 !important;
    font-size: 24px;
    padding: 20px;
}

.elementor-menu-cart__close-button:hover {
    color: #f0c24b !important;
}

/* Cart Items List */
.wpr-woo-mini-cart {
    background: #0a0a0a;
    padding: 20px;
    margin: 0 !important;
    list-style: none !important;
}

/* Individual Cart Item */
.woocommerce-mini-cart-item {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
}

.woocommerce-mini-cart-item:last-child {
    border-bottom: none;
}

/* Product Image */
.wpr-mini-cart-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
}

.wpr-mini-cart-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.wpr-mini-cart-image:hover img {
    transform: scale(1.05);
}

/* Product Name and Quantity Section */
.wpr-mini-cart-name-and-quantity {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wpr-mini-cart-product-name a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.wpr-mini-cart-name {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4;
    display: block;
}

.wpr-mini-cart-product-name a:hover .wpr-mini-cart-name {
    color: #d4af37;
}

/* Quantity and Price */
.wpr-mini-cart-quantity {
    font-size: 13px;
    color: #999;
}

.wpr-mini-cart-quantity .quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wpr-mini-cart-quantity .woocommerce-Price-amount {
    color: #d4af37;
    font-weight: 500;
}

.woocommerce-Price-currencySymbol {
    font-size: 12px;
}

/* Remove Button */
.wpr-mini-cart-remove {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpr-remove-item-from-mini-cart {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #999 !important;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 1;
    transition: all 0.3s ease;
}

.wpr-remove-item-from-mini-cart:hover {
    background: rgba(212, 175, 55, 0.1);
    border-color: #d4af37;
    color: #d4af37 !important;
    transform: rotate(90deg);
}

/* Separator Line */
.wpr-mini-cart-separator {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0;
}

/* Subtotal Section */
.woocommerce-mini-cart__total {
    background: #0a0a0a;
    padding: 25px 20px;
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-mini-cart__total strong {
    font-size: 12px !important;
    letter-spacing: 2px;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 20px !important;
    color: #d4af37 !important;
    font-weight: 500 !important;
}

/* Buttons Section */
.woocommerce-mini-cart__buttons {
    background: #0a0a0a !important;
    padding: 20px;
    margin: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* View Cart Button */
.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
    background: transparent !important;
    border: 1px solid rgba(212, 175, 55, 0.5) !important;
    color: #d4af37 !important;
    padding: 14px 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    border-radius: 0 !important;
}

.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout):hover {
    background: rgba(212, 175, 55, 0.1) !important;
    border-color: #d4af37 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.2);
}

/* Checkout Button */
.woocommerce-mini-cart__buttons .button.checkout {
    background: #d4af37 !important;
    border: 1px solid #d4af37 !important;
    color: #0a0a0a !important;
    padding: 14px 20px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    border-radius: 0 !important;
}

.woocommerce-mini-cart__buttons .button.checkout:hover {
    background: #f0c24b !important;
    border-color: #f0c24b !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
}

/* Empty Cart Message */
.woocommerce-mini-cart__empty-message {
    background: #0a0a0a;
    color: #999;
    padding: 40px 20px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Scrollbar Styling for Cart */
.widget_shopping_cart_content {
    scrollbar-width: thin;
    scrollbar-color: #d4af37 #1a1a1a;
}

.widget_shopping_cart_content::-webkit-scrollbar {
    width: 6px;
}

.widget_shopping_cart_content::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.widget_shopping_cart_content::-webkit-scrollbar-thumb {
    background: #d4af37;
    border-radius: 3px;
}

.widget_shopping_cart_content::-webkit-scrollbar-thumb:hover {
    background: #f0c24b;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .woocommerce-mini-cart-item {
        grid-template-columns: 80px 1fr auto;
        gap: 12px;
        padding: 15px 0;
    }
    
    .wpr-mini-cart-image img {
        width: 80px;
        height: 80px;
    }
    
    .wpr-mini-cart-name {
        font-size: 14px;
    }
    
    .wpr-mini-cart-quantity {
        font-size: 12px;
    }
    
    .woocommerce-mini-cart__total .woocommerce-Price-amount {
        font-size: 18px;
    }
    
    .woocommerce-mini-cart__buttons {
        grid-template-columns: 1fr;
    }
}

/* Animation for cart opening */
@keyframes slideInCart {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.elementor-menu-cart__main[aria-hidden="false"] {
    animation: slideInCart 0.3s ease-out;
}

/* Loading State */
.woocommerce-mini-cart.loading {
    opacity: 0.6;
    pointer-events: none;
}

.woocommerce-mini-cart.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(212, 175, 55, 0.2);
    border-top-color: #d4af37;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/*contact form styles */

.contact-form .wpcf7-form {
    background: #1F2933; /* Soft Charcoal used as the primary Dark Background */
    padding: 2.5rem;
    border-radius: 1.5rem;
    border: 1px solid #334155;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.4);
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #F8FAFC;
}

/* 2. Labels */
.contact-form .wpcf7-form label {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #E2E8F0; /* Off-white for high readability */
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

/* 3. Input Fields & Textarea */
.contact-form .wpcf7-form input[type="text"],
.contact-form .wpcf7-form input[type="email"],
.contact-form .wpcf7-form input[type="tel"],
.contact-form .wpcf7-form textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    background-color: #2D3748; /* Slightly lighter charcoal for input depth */
    border: 1px solid #475569;
    border-radius: 0.75rem;
    font-size: 1rem;
    color: #F8FAFC;
    transition: all 0.3s ease;
    margin-top: 0.25rem;
    box-sizing: border-box;
}

/* 4. Focus States (Deep Teal / Healthcare Green) */
.contact-form .wpcf7-form input:focus,
.contact-form .wpcf7-form textarea:focus {
    outline: none;
    border-color: #00D1D1; /* Brighter Teal for contrast in dark mode */
    background-color: #1A202C;
    box-shadow: 0 0 0 4px rgba(0, 209, 209, 0.15);
}

/* 5. Submit Button (Soft Amber CTA) */
.contact-form .wpcf7-form .wpcf7-submit {
    width: 100%;
    background-color: #F59E0B !important; /* Soft Amber remains the primary CTA */
    color: #FFFFFF !important;
    border: none;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: 800;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    box-shadow: 0 4px 14px 0 rgba(245, 158, 11, 0.5);
}

.contact-form .wpcf7-form .wpcf7-submit:hover {
    background-color: #D97706 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px 0 rgba(245, 158, 11, 0.6);
}

/* 6. Form spacing and cleanup */
.contact-form .wpcf7-form p {
    margin-bottom: 1.5rem;
}

.contact-form .wpcf7-form br {
    display: none;
}

/* 7. Validation & Response Messages */
.contact-form .wpcf7-not-valid-tip {
    font-size: 0.75rem;
    color: #FB7185 !important; /* Brighter Coral for warning contrast */
    font-weight: 600;
    margin-top: 0.5rem;
}

.contact-form .wpcf7-response-output {
    border-radius: 0.75rem !important;
    border: 2px solid #3B82F6 !important; /* Brighter NHS Blue for clinical authority */
    background: rgba(30, 58, 138, 0.3);
    color: #DBEAFE;
    font-weight: 600;
    padding: 1rem !important;
    margin-top: 2rem !important;
    text-align: center;
}
body.woocommerce-order-received footer.wp-block-template-part{
    display: none;
}
body.woocommerce-order-received main{
    padding-bottom: 50px;
}
body.woocommerce-checkout header.wp-block-template-part{
    display: none;
}
body.woocommerce-cart header.wp-block-template-part{
    display: none;
}
body.woocommerce-cart footer.wp-block-template-part{
    display: none;
}
body.woocommerce-cart header#wzg-custom-header{
    background: black !important;
}
body.woocommerce-checkout header#wzg-custom-header{
    background: black !important;
}


@media(max-width:550px){
  .contact-form .wpcf7-form {
    padding:1.5rem !important;
  }
}

.delivery-container {
    margin-top: 2.5rem; /* Equivalent to mt-10 */
}

/* Flex Row Styling */
.delivery-row {
    display: flex;
    align-items: center;
    column-gap: 1rem; /* Equivalent to space-x-4 */
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.2em; /* Equivalent to tracking-[0.2em] */
}

/* Vertical Spacing between rows */
.delivery-container > .delivery-row + .delivery-row {
    margin-top: 1rem; /* Equivalent to space-y-4 */
}

/* Gold Highlighted Row (Delivery) */
.delivery-row.highlight {
    color: #D4AF37; /* Brand Gold */
    font-weight: 600;
}

/* Subtle Gray Row (Shipping) */
.delivery-row.subtle {
    color: #6b7280; /* Equivalent to text-gray-500 */
}

/* Icon constraint */
.delivery-row svg {
    flex-shrink: 0;
}/* End custom CSS */