/**
* Theme Name: Razox Child
* Description: This is a child theme of Razox, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: razox
* Version: 2.0.1
*/

.custom-fullwidth-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Style for the custom PC descriptions */
.custom-pc-description {
    text-align: center;
    padding: 12px 10px;
    margin-top: 10px;
    border-top: 1px solid #eee;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

/* Make button always visible (not just on hover) and position it below price */
.page-id-4830 .products .product .product-caption-footer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
}
/* Ensure price is visible, centered, and forces everything on one line */
.page-id-4830 .products .product .price {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    margin-bottom: 2px !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    white-space: nowrap !important; /* Critical: prevent wrapping */
    overflow: visible !important; /* Allow overflow */
    font-size: 16px !important; /* Control font size */
}
/* Target "Starting at" text specifically */
.page-id-4830 .products .product .price .from {
    display: inline !important;
    font-size: 14px !important; /* Make "Starting at" slightly smaller */
    white-space: nowrap !important;
}
/* Keep price components on one line */
.page-id-4830 .products .product .woocommerce-Price-amount,
.page-id-4830 .products .product .woocommerce-Price-currencySymbol,
.page-id-4830 .products .product .price * {
    display: inline-block !important;
    white-space: nowrap !important;
    width: auto !important;
    vertical-align: baseline !important;
}
/* Override theme's hover effects to always show button */
.page-id-4830 .products .product .add_to_cart,
.page-id-4830 .products .product:hover .add_to_cart {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
}
/* Button styling */
.page-id-4830 .products .product .button {
    display: block !important;
    width: 100% !important;
    max-width: 90% !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding: 8px 15px !important;
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    position: static !important;
}
/* Hide stock status */
.page-id-4830 .products .product .inventory_status {
    display: none !important;
}
/* Fix description spacing and colors */
.custom-pc-description {
    padding: 8px 10px 5px !important;
    text-align: center !important;
    margin-top: 0 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: #000 !important;
    width: 100% !important;
}
.custom-pc-description strong {
    font-size: 15px !important;
    display: block !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    color: #000 !important;
}
.custom-pc-description .tagline {
    display: block !important;
    color: #000 !important;
    font-size: 13px !important;
    margin-top: 0 !important;
    font-weight: 500 !important;
}
/* Force override theme's hover effects */
.page-id-4830 .products .product .product-caption-footer,
.page-id-4830 .products .product:hover .product-caption-footer {
    transform: none !important;
    position: relative !important;
}
/* Fix product-price-stock container */
.page-id-4830 .products .product .product-price-stock {
    width: 100% !important;
    text-align: center !important;
}

/* -------------------------------------------- */


/* Hide the cloned original select created by our modified DDSlick */
.dd-container + select.pewc-form-field.pewc-select-box {
    display: none !important;
}

.dd-select .dd-selected {
    display: flex;       /* Treat the <a> tag as a flex container */
    align-items: center; /* Vertically align image and text block */
    line-height: 1;      /* Reset line height that might affect spacing */
}

.dd-selected-image {
    margin-right: 8px; /* Space after image */
    flex-shrink: 0;    /* Don't let image shrink */
}

.dd-selected-text {
    font-weight: bold;
    display: block; /* Make it take its own line within the text flow */
}

.dd-selected-description {
    font-weight: normal;
    display: block; /* Make it take its own line, appearing under the text */
    color: #777; /* Or your desired price color */
}


@media (max-width: 880px) {
    .elementor-element-7a9143e .wpr-cv-container {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .elementor-element-7a9143e .wpr-slider-item {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        background-color: transparent !important;
        position: relative !important;
    }

    .elementor-element-7a9143e .wpr-slider-item-bg {
        order: 1 !important;
        width: 100% !important;
        position: relative !important;
        z-index: 1 !important;
        background-size: cover !important;
        background-position: right center !important;
        height: 280px !important;
    }

    .elementor-element-7a9143e .wpr-cv-container {
        order: 2 !important;
        width: 100% !important;
        background-color: #000000 !important;
        color: #ffffff !important;
        padding: 25px 20px !important;
        box-sizing: border-box !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        transform: none !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        text-align: left !important;
        z-index: 2 !important;
        min-height: 150px;
    }

    .elementor-element-7a9143e .wpr-cv-outer,
    .elementor-element-7a9143e .wpr-cv-inner {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .elementor-element-7a9143e .wpr-slider-content {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        display: block !important;
        text-align: inherit !important;
        position: static !important;
        transform: none !important;
    }

    .elementor-element-7a9143e .wpr-slider-content h2,
    .elementor-element-7a9143e .wpr-slider-content h3,
    .elementor-element-7a9143e .wpr-slider-content p,
    .elementor-element-7a9143e .wpr-slider-content div,
    .elementor-element-7a9143e .wpr-slider-content .wpr-slider-primary-btn,
    .elementor-element-7a9143e .wpr-slider-content .wpr-slider-secondary-btn {
        color: #ffffff !important;
        background: none !important;
        text-align: inherit !important;
    }

    .elementor-element-7a9143e .wpr-slider-content a.wpr-slider-primary-btn {
        color: #ffffff !important;
    }

    .elementor-element-7a9143e .wpr-advanced-slider,
    .elementor-element-7a9143e .slick-list,
    .elementor-element-7a9143e .slick-track,
    .elementor-element-7a9143e .slick-slide {
        height: auto !important;
    }

    .elementor-element-7a9143e .wpr-slider-item-overlay {
        display: none !important;
    }

    .elementor-element-7a9143e .wpr-slider-arrow-container {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 280px !important;
        z-index: 5 !important;
        pointer-events: none !important;
    }

    .elementor-element-7a9143e .wpr-slider-prev-arrow {
        left: 15px !important;
        transform: translateY(-50%) !important;
    }

    .elementor-element-7a9143e .wpr-slider-next-arrow {
        right: 15px !important;
        transform: translateY(-50%) scaleX(-1) !important;
    }

    .elementor-element-7a9143e .wpr-slider-prev-arrow,
    .elementor-element-7a9143e .wpr-slider-next-arrow {
        position: absolute !important;
        top: 50% !important;
        pointer-events: auto !important;
        background: rgba(0,0,0,0.35) !important;
        color: #ffffff !important;
        width: 32px !important;
        height: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        padding: 0 !important;
        line-height: 1 !important;
    }

    .elementor-element-7a9143e .wpr-slider-prev-arrow svg,
    .elementor-element-7a9143e .wpr-slider-next-arrow svg {
        width: 14px !important;
        height: 14px !important;
        fill: #ffffff !important;
    }

    .elementor-element-7a9143e .wpr-slider-controls {
        all: unset !important;
        display: block !important;
        width: 100% !important;
        background-color: #000000 !important;
        padding: 10px 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        position: relative;
        clear: both;
        text-align: center !important;
    }

    .elementor-element-7a9143e .wpr-slider-dots {
        all: unset !important;
        display: inline-block !important;
        width: auto !important;
        max-width: 100% !important;
        background: none !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        text-align: center !important;
        line-height: 1 !important;
        vertical-align: middle !important;
    }

    .elementor-element-7a9143e .wpr-slider-dots ul.slick-dots {
        all: unset !important;
        display: inline-flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        width: auto !important;
        min-width: 50px !important;
        box-sizing: border-box !important;
    }

    .elementor-element-7a9143e .wpr-slider-dots ul.slick-dots li {
        all: unset !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 4px !important;
        padding: 0 !important;
        line-height: 1 !important;
        height: auto !important;
    }

    .elementor-element-7a9143e .wpr-slider-dots .wpr-slider-dot {
        all: unset !important;
        display: block !important;
        width: 8px !important;
        height: 8px !important;
        border-radius: 50% !important;
        background-color: #888888 !important;
        line-height: 1 !important;
    }

    .elementor-element-7a9143e .wpr-slider-dots .slick-active .wpr-slider-dot {
        background-color: #ffffff !important;
    }
}
	

/* Base layout: desktop */
.addon-summary-wrap #your-configuration {
  margin-top: 1rem !important;
  background: #ffffff !important;
  color: #000 !important;
  padding: 1.5rem !important;
  border-radius: 12px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06) !important;
}

.content-single-images-wrapper .addon-summary-wrap {
  margin-top: 2rem !important;
}

.addon-summary-wrap #your-configuration h2 {
  font-size: 1.75rem !important;
  margin-bottom: 1.5rem !important;
}

.addon-summary-wrap #your-configuration ul.your-config-list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1.5rem !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  border-top: 1px solid #ddd !important;
}

.addon-summary-wrap #your-configuration ul.your-config-list li {
  padding: 0.75rem 0 !important;
  border-bottom: 1px solid #ddd !important;
}

.addon-summary-wrap #your-configuration ul.your-config-list li a {
  text-decoration: none !important;
  color: inherit !important;
  display: block !important;
  transition: color 0.2s ease !important;
  cursor: pointer !important;
}

@media (min-width: 1025px) {
  .addon-summary-wrap #your-configuration ul.your-config-list li a {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0.75rem 0 !important;
    box-sizing: border-box !important;
  }
}


.addon-summary-wrap #your-configuration ul.your-config-list strong {
  font-weight: 600 !important;
  font-size: 1rem !important;
  display: block !important;
  margin-bottom: 0px !important;
}

.addon-summary-wrap #your-configuration ul.your-config-list .config-category {
  font-size: 0.875rem !important;
  color: #888 !important;
  display: block !important;
  text-align: left !important;
  margin-left: 0 !important;
  white-space: normal !important;
}

/* Hover and click */
.addon-summary-wrap #your-configuration ul.your-config-list li a:hover strong,
.addon-summary-wrap #your-configuration ul.your-config-list li a:hover .config-category {
  color: #ff3c3c !important;
}

@keyframes clickFlash {
  0% { color: #ff3c3c; }
  100% { color: inherit; }
}

.clicked-flash strong,
.clicked-flash .config-category {
  animation: clickFlash 0.5s ease !important;
}

/* --------------------------
   Tablet & mobile adjustments
-------------------------- */
@media (max-width: 1024px) {
  .addon-summary-wrap #your-configuration ul.your-config-list {
    grid-template-columns: 1fr !important;
  }

  .addon-summary-wrap #your-configuration ul.your-config-list li a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  .addon-summary-wrap #your-configuration ul.your-config-list strong {
    margin-bottom: 0 !important;
  }

  .addon-summary-wrap #your-configuration ul.your-config-list .config-category {
    margin-left: auto !important;
    text-align: right !important;
    display: inline !important;
    white-space: nowrap !important;
  }
}



/* Wrapper for all action buttons */
.single-product .quantity_wrap,
.single-product .single_add_to_cart_button,
.single-product .product_button {
  width: 100% !important;
  display: block !important;
  margin: 0 auto;
}

/* Ensure vertical spacing */
.single-product .quantity_wrap {
  margin-bottom: 1rem !important;
}

.single-product .product_button {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

/* Make wishlist and compare buttons full-width */
.single-product .product_button button {
  width: 100% !important;
  padding: 10px 15px !important;
  font-size: 0.95rem !important;
  text-align: center !important;
}

.single-product .single_add_to_cart_button {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 1rem !important;
  text-align: center !important;
  padding: 12px 15px !important;
  font-size: 1rem !important;
}

.single-product form.cart p.pewc-total-only {
    order: 2;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 15px;
    padding: 10px 0;
    font-size: 1em;
    line-height: 1;
    flex-shrink: 0;
}

.single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-product form.cart .pewc-product-extra-groups-wrap {
    display: contents;
}

.single-product form.cart .pewc-product-extra-groups-wrap > *:not(p.pewc-total-only) {
    order: 1;
    width: 100%;
    margin-bottom: 15px;
}

.single-product form.cart .quantity_wrap {
    order: 3;
    width: auto !important;
    display: inline-flex !important;
    align-items: center;
    margin: 0 !important;
    margin-left: auto !important;
    padding: 10px 0;
    flex-shrink: 0;
}

.single-product form.cart .quantity_wrap .quantity_label {
    display: none;
}

.single-product form.cart .single_add_to_cart_button {
    order: 4;
    width: 100% !important;
    display: block !important;
    margin: 15px auto 0 auto !important;
}

.single-product form.cart > .product_button {
    order: 5;
    width: 100% !important;
    margin-top: 15px !important;
    display: block !important;
}

.single-product form.cart > .product_button button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.single-product form.cart > .product_button button:last-child {
    margin-bottom: 0;
}

@media (min-width: 1025px) {
  .addon-summary-wrap #your-configuration ul.your-config-list li {
    padding: 0.3rem 0 !important;
  }

  .addon-summary-wrap #your-configuration ul.your-config-list li a {
    line-height: 1.2 !important;
  }

  .addon-summary-wrap #your-configuration ul.your-config-list strong {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.1 !important;
  }

  .addon-summary-wrap #your-configuration ul.your-config-list .config-category {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: 0.85rem !important;
  }
}

.product-caption-footer {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important; /* Align content to the left */
  justify-content: flex-start !important;
}

.product-caption-footer .price {
  display: block !important;
  white-space: nowrap !important;
  font-size: 16px;
  text-align: left !important;
  margin-bottom: 8px;
  line-height: 1.2;
}

.product-caption-footer .price span {
  display: inline !important;
  white-space: nowrap !important;
}

.product-caption-footer .price,
.product-caption-footer .price .pewc-label-before,
.product-caption-footer .price .woocommerce-Price-amount,
.product-caption-footer .price .woocommerce-Price-amount bdi,
.product-caption-footer .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  display: inline !important;
  white-space: nowrap !important;
  line-height: 1.2;
  text-align: left !important;
}

/* Clean, padded box for case Overview */
.overview-wrap {
  clear: both;
  display: block;
  margin-top: 2rem;
  background: #ffffff;
  color: #000;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  width: 100%;
  position: relative;
  z-index: 1;
}


.overview-wrap h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.overview-wrap p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

  .spec-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: 'Rajdhani', sans-serif;
  }

  .specs-table {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
  }

  .spec-row {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
  }

  .spec-label {
    font-weight: 600;
    color: #111;
    min-width: 160px;
  }

  .spec-value {
    text-align: right;
    color: #333;
    max-width: 70%;
  }

  .spec-row:last-child {
    border-bottom: none;
  }

.faq-page a {
    color: #cc0000; /* Red accent for links */
    text-decoration: none;
}

.faq-page a:hover {
    text-decoration: underline;
    color: #a30000; /* Darker red on hover */
}

.dd-container {
    position: relative; 
    overflow: visible !important; 
}

ul.dd-options {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-height: none !important;
    overflow: visible !important; 
    position: absolute !important; 
    z-index: 2000 !important;     
    padding: 10px 0;
    width: 100% !important;      
    background: #fff;            
    border: solid 1px #ccc;      
    border-top: none;            
    box-shadow: 0px 1px 5px #ddd;
    margin: 0;                   
}

ul.dd-options.dd-open {
	display: grid !important; 
}

ul.dd-options.dd-open.dd-options-single-column {
	grid-template-columns: 1fr !important; 
}

@media screen and (max-width: 767px) {
	ul.dd-options.dd-open {
		grid-template-columns: 1fr; 
	}
}

ul.dd-options li {
	width: 100% !important; 
    overflow: visible !important; 
}

a.dd-option {
    display: flex !important;
    align-items: flex-start !important;
    position: relative !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    overflow: visible !important; 
}

a.dd-option .dd-option-wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
a.dd-option .dd-option-wrap .dd-option-text,
a.dd-option .dd-option-wrap .dd-option-description {
    white-space: normal;
}

.tooltip-trigger.option-tooltip-trigger {
    position: relative;
    display: inline-flex;
    cursor: help;
    margin-left: auto;
    padding-left: 10px;
    padding-top: 2px;
    flex-shrink: 0;
    font-size: 1.1em;
    line-height: 1;
}

.tooltip-trigger.option-tooltip-trigger svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.tooltip-trigger.option-tooltip-trigger .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 240px;
    background-color: #2c3e50;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    border-radius: 5px;
    padding: 10px 12px;
    position: absolute;
    z-index: 2050; 
    right: calc(100% + 12px);
    left: auto;
    top: 0;
    margin-right: 10px;
    transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
    font-size: 13px;
    line-height: 1.5;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    pointer-events: none;
}

.tooltip-trigger.option-tooltip-trigger:hover .tooltip-text,
.tooltip-trigger.option-tooltip-trigger:focus .tooltip-text {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.tooltip-trigger.option-tooltip-trigger .tooltip-text::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 100%;
    margin-top: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #2c3e50;
}

.dd-option-image { margin-right: 10px; align-self: flex-start; }
.dd-option-text { display: block; font-weight: bold; }
.dd-option-description { display: block; color: #555; }



.overview-wrap {
    transition: opacity 0.3s ease;
}

.overview-wrap.overview-moved {
    margin-bottom: 2rem;
}

/* Ensure both elements maintain full width when moved back */
.content-single-images-wrapper .addon-summary-wrap,
.content-single-images-wrapper .overview-wrap {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Fix for Your Configuration losing width */
.addon-summary-wrap {
    width: 100% !important;
    max-width: 100% !important;
}

/* Ensure proper spacing when elements return to desktop */
@media (min-width: 992px) {
    .content-single-images-wrapper .addon-summary-wrap {
        margin-top: 2rem !important;
        width: 100% !important;
    }
    
    .content-single-images-wrapper .overview-wrap {
        margin-bottom: 0 !important;
        width: 100% !important;
    }
}

/* Clean up moved classes on desktop */
@media (min-width: 992px) {
    .overview-moved,
    .addon-summary-moved {
        /* Reset any mobile-specific styles */
        position: static !important;
        transform: none !important;
    }
}

.overview-wrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
    list-style: none;
    padding: 1.5rem 0 0;
    margin: 0;
    border-top: 1px solid #ddd;
}

.overview-wrap ul li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #222;
    position: relative;
    padding-left: 1.25rem;
}

.overview-wrap ul li::before {
    content: "•";
    color: #cc0000;
    position: absolute;
    left: 0;
    top: 0.75rem;
    font-size: 1.2rem;
    line-height: 1;
}

/* Mobile fallback: stack in 1 column */
@media (max-width: 768px) {
    .overview-wrap ul {
        grid-template-columns: 1fr;
    }
}

.razox-single-product-extra-description {
    margin-top: 10px !important;
}

.pewc-main-product-content-area {
    visibility: hidden;
}

/* Spinner styles (as before) */
#loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
}

#loading-spinner .css-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #DE3431;
    border-radius: 50%;
    animation: css-spinner-animation 1s linear infinite;
}

@keyframes css-spinner-animation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* When the body has 'pewc-content-is-loading', hide 'span.required' within the PEWC areas. */
body.pewc-content-is-loading .pewc-main-product-content-area span.required,
body.pewc-content-is-loading .pewc-product-extra-groups-wrap span.required,
body.pewc-content-is-loading .pewc-dd-field-label-custom span.required {
    display: none !important; /* Force hide these specific asterisks */
}


/* Custom CSS for Tooltipster - tooltipster-shadow theme */
body > .tooltipster-base.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    background: #333333 !important;
    border: 1px solid #333333 !important;
    border-radius: 5px !important;
}

body > .tooltipster-base.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #ffffff !important;
    font-size: 0.9em !important;
    padding: 8px 12px !important;
    line-height: 1.4 !important;
}

/* ===== GROW ANIMATIONS FOR ALL SUBMENU TYPES ===== */

/* Grow animation for Support and Community submenu containers (colored boxes) */
#menu-item-4814 .e-con.e-child[data-settings*="background_background"],
#menu-item-6678 .e-con.e-child[data-settings*="background_background"] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

#menu-item-4814 .e-con.e-child[data-settings*="background_background"]:hover,
#menu-item-6678 .e-con.e-child[data-settings*="background_background"]:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 10;
}

/* Keep the content stable while container grows */
#menu-item-4814 .elementor-widget-icon-box,
#menu-item-6678 .elementor-widget-icon-box {
    transition: none;
}

/* 2. Grow animation for product categories (Gaming Gear, etc.) */
.mega-menu .elementor-categories-item .product-cat {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

.mega-menu .elementor-categories-item .product-cat:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 10;
}

/* 3. Grow animation for product items (Gaming PCs, etc.) */
.mega-menu .product-block {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

.mega-menu .product-block:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    z-index: 10;
}

/* ===== FIX FOR CATEGORY CAPTION TEXT COLOR ===== */

/* Keep the product count text dark by default */
.mega-menu .category-product-caption .category-count,
.mega-menu .category-product-caption .category-count-text {
    color: #666 !important; /* Adjust this color to match your default text color */
    transition: color 0.3s ease;
}

/* Only turn text white when hovering directly on the red caption area */
.mega-menu .category-product-caption:hover .category-count,
.mega-menu .category-product-caption:hover .category-count-text {
    color: #fff !important;
}

/* Ensure the caption area still gets its red background on hover */
.mega-menu .category-product-caption {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.mega-menu.mega-stretchwidth {
    display: none;
}

.elementor-nav-menu--dropdown .mega-menu.mega-stretchwidth {
    display: block;
}


/* Force inline display for header titles */
[data-id="8da9958"] .elementor-icon-box-title,
[data-id="7c51a3c"] .elementor-icon-box-title,
[data-id="287a001"] .elementor-icon-box-title {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure content stays inline with icon */
[data-id="8da9958"] .elementor-icon-box-content,
[data-id="7c51a3c"] .elementor-icon-box-content,
[data-id="287a001"] .elementor-icon-box-content {
    display: inline !important;
}




/* ====================================================================
  ArsenalPC Blog Global Stylesheet
  ====================================================================
*/

/* ====================================================================
  METADATA STYLES
  This section reorders the post elements and groups all meta info.
====================================================================
*/

/* Use Flexbox on the parent container to reorder elements */
.single-post .single-content {
    display: flex;
    flex-direction: column;
}

/* 1. Image: Move to the top */
.single-post .post-thumbnail {
    order: 1;
    margin-bottom: 2em; /* Space after image */
}

/* 2. Tags: Move to appear right after the image, before the title */
.single-post .entry-taxonomy {
    order: 2;
    text-align: center;
    margin-top: 0; /* No extra space needed since it's right after image */
    margin-bottom: 2em; /* Space before title */
}

/* 3. Header (Title, Category, Date): Position after tags */
.single-post .entry-header {
    order: 3;
    text-align: center; /* Center align title and meta */
    margin-bottom: 3em; /* Space before content */
    max-width: 100%;
    margin: 0 auto 3em auto; /* Combined margin declaration */
    padding: 0 20px;
}

/* 4. Main Content: Position after all header/meta info */
.single-post .entry-content {
    order: 4;
    width: 100%; /* Prevents Elementor layout from breaking */
}

/* 5. Comments Section: Ensure it remains at the bottom */
.single-post #comments {
    order: 5;
}

/* --- Styling for the new grouped metadata --- */

/* Style the container for Category & Date */
.single-post .entry-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5em; /* Space between category and date */
    font-size: 0.9rem;
    margin-top: 1em;
}

/* Style the category link as a badge */
.single-post .categories-link a {
    text-decoration: none !important;
    font-weight: 600 !important;
    color: #005a9c !important; /* Use your primary color */
    background-color: #e6f0f6 !important;
    padding: 6px 12px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.single-post .categories-link a:hover {
    background-color: #005a9c !important;
    color: #ffffff !important;
}

/* Style the date with a calendar icon */
.single-post .posted-on {
    position: relative;
    padding-left: 22px; /* Make room for the icon */
    color: #555;
    font-weight: 500;
}

.single-post .posted-on::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23555555" width="16px" height="16px"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM5 8V6h14v2H5z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}

.single-post .posted-on a {
    text-decoration: none !important;
    color: #555 !important;
    font-weight: 500 !important;
}

.single-post .posted-on a:hover {
    color: #000 !important;
}

/* Style the Tags section */
.single-post .entry-taxonomy .tags-links {
    font-size: 0.9rem;
}

/* Hide the "Tags:" label text */
.single-post .entry-taxonomy .tags-links > span {
    display: none;
}

/* Style individual tag links */
.single-post .entry-taxonomy .tags-links a {
    display: inline-block;
    background-color: #f0f0f0;
    color: #444;
    padding: 4px 10px;
    margin: 3px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.single-post .entry-taxonomy .tags-links a:hover {
    background-color: #ddd;
    color: #000;
}

/* ====================================================================
  ORIGINAL GLOBAL STYLES (with minor adjustments)
  ====================================================================
*/

/* Only apply to single blog posts */
.single-post .entry-content {
    --color-primary: #005a9c;
    --color-primary-light: #e6f0f6;
    --color-heading: #1d2d35;
    --color-text: #34495e;
    --color-border: #dce4e9;
    --color-background: #f7f9fa;
    --color-success: #28a745;
    --color-success-light: #eaf6ec;
    --color-warning: #ffc107;
    --color-warning-light: #fff8e1;
    --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --border-radius: 8px;
    --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    --transition: all 0.3s ease;
}

/* Section Spacing */
.single-post .entry-content > * {
    margin-bottom: 1.5em;
}

.single-post .entry-content h2,
.single-post .entry-content h3 {
    margin-top: 2.5em;
    margin-bottom: 1em;
}

/* Remove top margin from first element */
.single-post .entry-content > *:first-child {
    margin-top: 0 !important;
}

/* Typography */
.single-post .entry-content {
    font-family: var(--font-sans);
    color: var(--color-text);
    line-height: 1.7;
}

.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
    font-family: var(--font-sans);
    color: var(--color-heading);
    font-weight: 700;
    line-height: 1.3;
}

.single-post .entry-content h1.wp-block-heading {
    font-size: 2.8rem;
    font-weight: 800;
    border-bottom: 4px solid var(--color-primary);
    padding-bottom: 0.4em;
    margin-top: 0;
}

.single-post .entry-content h2.wp-block-heading {
    font-size: 2.2rem;
    font-weight: 700;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 0.5em;
}

.single-post .entry-content h3.wp-block-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-primary);
}

.single-post .entry-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5em;
    color: var(--color-heading);
}

.single-post .entry-content p {
    margin-bottom: 1.25em;
}

.single-post .entry-content a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.single-post .entry-content a:hover {
    color: var(--color-heading);
    text-decoration: underline;
}

/* Build Tier Headers - NEW STYLING */
.single-post .entry-content .build-tier-header {
    background: linear-gradient(135deg, #1d2d35 0%, #2c3e50 100%);
    border-radius: var(--border-radius);
    padding: 25px 30px;
    margin: 40px 0 30px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(29, 45, 53, 0.15);
    position: relative;
    overflow: hidden;
}

.single-post .entry-content .build-tier-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: currentColor;
}

.single-post .entry-content .build-tier-header.entry::before {
    background: var(--color-success);
}

.single-post .entry-content .build-tier-header.performance::before {
    background: #FF9800;
}

.single-post .entry-content .build-tier-header.ultimate::before {
    background: #9C27B0;
}

.single-post .entry-content .build-tier-label {
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: relative;
}

/* Content Sections - Better Spacing */
.single-post .entry-content .content-section {
    margin: 25px 0;
    padding: 0;
}

/* NUCLEAR OPTION FOR ALL LISTS - REMOVE RED CIRCLES */
.single-post .entry-content ul,
.single-post .entry-content ol,
.single-post .entry-content ul.wp-block-list,
.single-post .entry-content ol.wp-block-list {
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.single-post .entry-content li,
.single-post .entry-content ul.wp-block-list li,
.single-post .entry-content ol.wp-block-list li {
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
    position: relative !important;
    padding-left: 28px !important;
    margin-bottom: 0.6em;
}

/* Remove any markers */
.single-post .entry-content li::marker,
.single-post .entry-content ul.wp-block-list li::marker {
    display: none !important;
    content: none !important;
}

/* Default blue arrow for ALL list items */
.single-post .entry-content li::before,
.single-post .entry-content ul.wp-block-list li::before,
.single-post .entry-content ol.wp-block-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23005a9c" viewBox="0 0 24 24"><path d="M10 17l5-5-5-5v10z"/></svg>') !important;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

/* Table of Contents - Special Styling */
.single-post .entry-content .toc-container {
    background: var(--color-background);
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
    padding: 25px 30px;
    margin: 30px 0;
    box-shadow: var(--box-shadow);
}

.single-post .entry-content .toc-title {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--color-heading);
}

.single-post .entry-content .toc-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
}

.single-post .entry-content .toc-list li {
    padding-left: 28px !important;
    position: relative !important;
    list-style: none !important;
    border-bottom: 1px solid #dce4e9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.single-post .entry-content .toc-list li:last-child {
    border-bottom: none;
}

/* TOC specific arrow with better positioning */
.single-post .entry-content .toc-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23005a9c" viewBox="0 0 24 24"><path d="M10 17l5-5-5-5v10z"/></svg>') !important;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

/* Specs Grid */
.single-post .entry-content .specs-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px 20px;
    background: var(--color-background);
    padding: 25px;
    border-radius: var(--border-radius);
    margin: 20px 0;
    border: 1px solid var(--color-border);
}

.single-post .entry-content .specs-grid strong {
    color: var(--color-heading);
    font-weight: 600;
}

/* Highlight Box - Override list styling completely */
.single-post .entry-content .highlight-box {
    background: var(--color-success-light);
    border-left: 5px solid var(--color-success);
    padding: 20px 25px;
    margin: 25px 0;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.single-post .entry-content .highlight-box ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-top: 1em !important;
}

.single-post .entry-content .highlight-box li {
    padding-left: 28px !important;
    position: relative !important;
    list-style: none !important;
}

/* Green checkmarks for highlight box - Override default arrow */
.single-post .entry-content .highlight-box li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%2328a745" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>') !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

/* Call to Action Button - ALWAYS ON NEW LINE */
.single-post .entry-content .cta-button {
    display: block !important;
    width: fit-content;
    background: var(--color-primary);
    color: white;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: var(--border-radius);
    font-weight: 700;
    margin: 30px auto !important;
    transition: var(--transition);
    box-shadow: 0 4px 10px rgba(0, 90, 156, 0.2);
    text-align: center;
    clear: both;
}

/* Ensure CTA buttons after paragraphs appear properly */
.single-post .entry-content p + .cta-button,
.single-post .entry-content div + .cta-button,
.single-post .entry-content ul + .cta-button {
    margin-top: 30px !important;
}

.single-post .entry-content .cta-button:hover {
    background: var(--color-heading);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(29, 45, 53, 0.3);
}

/* Benchmark Table */
.single-post .entry-content .benchmark-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    overflow: hidden;
}

.single-post .entry-content .benchmark-table th {
    background: var(--color-heading);
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.5px;
}

.single-post .entry-content .benchmark-table td {
    padding: 15px;
    border-bottom: 1px solid var(--color-border);
}

.single-post .entry-content .benchmark-table tr:nth-child(even) {
    background: var(--color-background);
}

.single-post .entry-content .benchmark-table tr:last-child td {
    border-bottom: none;
}

/* Pro Tip Box */
.single-post .entry-content .pro-tip {
    background: var(--color-warning-light);
    border: 1px solid var(--color-warning);
    border-left-width: 5px;
    border-radius: var(--border-radius);
    padding: 20px 25px;
    margin: 25px 0;
}

.single-post .entry-content .pro-tip::before {
    content: "💡 Pro Tip: ";
    font-weight: 700;
    color: #c79100;
}

/* Pre-Build Checklist - Blue checkmarks */
.single-post .entry-content .pre-build-checklist li {
    list-style: none !important;
    padding-left: 35px !important;
    position: relative !important;
}

.single-post .entry-content .pre-build-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23005a9c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>') !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
}

/* FAQ Section */
.single-post .entry-content .faq-section {
    margin: 30px 0;
}

.single-post .entry-content .faq-section h3 {
    margin-top: 30px;
}

/* LAST RESORT - Hide any element that might be creating red circles */
.single-post .entry-content li > img[src*="red"],
.single-post .entry-content li > img[src*="circle"],
.single-post .entry-content li > img[src*="bullet"],
.single-post .entry-content li > svg,
.single-post .entry-content li > i,
.single-post .entry-content li > span:empty {
    display: none !important;
}

/* Style the WordPress-generated title with proper width */
.single-post .entry-header h2.entry-title {
    font-size: 2.8rem;
    font-weight: 800;
    border-bottom: 4px solid #005a9c;
    padding-bottom: 0.4em;
    margin-bottom: 0;
    color: #1d2d35;
    line-height: 1.3;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    max-width: 100%; /* Ensure title takes full width of its container */
}

/* Match the content container width for consistency */
.single-post .single-content {
    display: flex;
    flex-direction: column;
    max-width: 100%; /* or specify a specific max-width like 1200px */
    margin: 0 auto;
}

/* Ensure the entry-meta (category & date) appears right after the title */
.single-post .entry-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5em;
    font-size: 0.9rem;
    margin-top: 1.2em; /* Space after the title's bottom border */
    margin-bottom: 0.5em; /* Small space before tags */
}

/* For desktop, you might want to constrain the max width */
@media (min-width: 768px) {
    .single-post .single-content,
    .single-post .entry-header,
    .single-post .entry-content {
        max-width: 1200px; /* Adjust this to match your content width */
        width: 100%;
        margin: 0 auto;
    }
}


/* Product Card Hover Effects - Matching Your HTML Structure */
.product-block {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

/* Top accent line for products */
.product-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #E32B28, #FF6B35);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 10;
}

.product-block:hover::before {
    transform: scaleX(1);
}

/* Product hover lift and glow */
.product-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(227, 43, 40, 0.15);
}

/* Product image hover effect */
.product-block .product-image img {
    transition: all 0.6s ease;
}

.product-block:hover .product-image img {
    transform: scale(1.05);
}

/* Product title hover */
.product-block:hover .woocommerce-loop-product__title a {
    color: #E32B28;
    transition: all 0.3s ease;
}

/* Price glow on hover */
.product-block:hover .price {
    color: #E32B28;
    text-shadow: 0 0 10px rgba(227, 43, 40, 0.2);
    transition: all 0.3s ease;
}

/* Customize button hover effect */
.product-block .add_to_cart .button {
    background: #4CAF50 !important;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.product-block:hover .add_to_cart .button {
    background: #E32B28 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(227, 43, 40, 0.3);
}

/* Category Card Hover Effects */
.product-cat {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
}

/* Top accent line for categories */
.product-cat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #E32B28, #FF6B35);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 10;
}

.product-cat:hover::before {
    transform: scaleX(1);
}

/* Category hover lift and glow */
.product-cat:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(227, 43, 40, 0.15);
}

/* Category image hover effect */
.product-cat .category-product-img img {
    transition: all 0.4s ease;
    filter: brightness(0.9);
}

.product-cat:hover .category-product-img img {
    filter: brightness(1);
    transform: scale(1.05);
}

/* Category title hover */
.product-cat:hover .category-title a {
    color: #E32B28;
    text-shadow: 0 0 10px rgba(227, 43, 40, 0.1);
    transition: all 0.3s ease;
}

/* Category count glow */
.product-cat:hover .category-count {
    color: #E32B28;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Additional hover effects for action buttons */
.product-block .woosw-btn:hover,
.product-block .woosc-btn:hover,
.product-block .woosq-btn:hover {
    background: #E32B28;
    color: #fff;
    transition: all 0.3s ease;
}

/* In Stock badge glow */
.product-block:hover .inventory_status {
    color: #4CAF50;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Smooth transition for second images */
.product-block .second-image {
    transition: all 0.6s ease;
}

.product-block:hover .second-image {
    opacity: 1;
}

/* Just force the width and remove the inline width */
.mega-menu.mega-stretchwidth {
    width: 100vw !important;
    max-width: none !important;
}

/* Account for potential scrollbar */
body {
    overflow-x: hidden;
}

/* Margin for PayPal button */
.ppc-button-wrapper {
    margin-top: 20px;
}

/* Remove "Starting at" text */
.pewc-main-price .pewc-label-before {
    display: none !important;
}

/* Ensure the main page handles scrolling; remove any internal scrollbars */
.summary.entry-summary {
    position: relative; /* Keep this for internal positioning if needed */
    display: flex;
    flex-direction: column;
    /* IMPORTANT: Remove max-height and overflow-y to prevent an internal scrollbar */
    /* max-height: 100vh; */
    /* overflow-y: auto; */
}

.pewc-main-price {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  background: #fff;
  z-index: 1000;
  padding: 12px 20px;
  margin: 0;
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  width: 100%;
  box-sizing: border-box;
  transition: top 0.2s ease;align-content
}

.pewc-main-price {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.pewc-content-is-loading .pewc-main-price {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
}

#remove {
    display: none;
}



/* Hide compare buttons */
/* Hide compare buttons */
/* Hide compare buttons */

/* Hide compare button in product grids */
.product-action .compare,
.product-action .yith-compare,
.product-action .wpc-btn-compare {
    display: none !important;
}

/* Hide compare button in product pages */
.single-product .compare-button,
.single-product .wpc-btn-compare {
    display: none !important;
}

/* Hide compare icon on mobile */
.product-action-mobile .compare,
.product-action-mobile .wpc-btn-compare {
    display: none !important;
}

/* Hide compare icon in header (if any) */
.header-compare,
.compare-link {
    display: none !important;
}

.razox-single-product-extra-description ul {
	margin-top: 30px !important;
	margin-bottom: 10px !important;
}

.entry-summary .razox-single-product-extra-description {
	padding-bottom: 0 !important;
}

@media (max-width: 569px) {
    .razox-single-product-extra-description ul {
        padding: 0;
        margin: 0;
        list-style: none; /* Remove bullet points */
    }

    .razox-single-product-extra-description ul li {
        display: flex; /* Use flexbox for alignment */
        align-items: center; /* Vertically align items */
        margin-bottom: 15px; /* Add some space between list items */
        text-align: left; /* Ensure text is left-aligned */
        font-size: 14px; /* Adjust font size for smaller screens */
    }

    /* Adjust icon size and position */
    .razox-single-product-extra-description ul li.delivery::before,
    .razox-single-product-extra-description ul li.return::before,
    .razox-single-product-extra-description ul li.customer::before {
        content: ''; /* Ensure content is set for pseudo-elements */
        display: inline-block;
        width: 30px; /* Adjust icon width */
        height: 30px; /* Adjust icon height */
        background-size: contain; /* Ensure background image fits */
        background-repeat: no-repeat;
        margin-right: 10px; /* Space between icon and text */
        /* You'll need to replace these with your actual icon image paths */
        /* For example: background-image: url('path/to/your/delivery-icon.png'); */
    }

    .razox-single-product-extra-description ul li.delivery::before {
        /* Assuming your delivery icon is part of the image */
        /* You might need to use a sprite or separate image for each icon */
        /* For example: background-image: url('your-delivery-icon.png'); */
        /* If using the provided image as a sprite, you'd adjust background-position */
    }

    .razox-single-product-extra-description ul li.return::before {
        /* background-image: url('your-return-icon.png'); */
    }

    .razox-single-product-extra-description ul li.customer::before {
        /* background-image: url('your-customer-icon.png'); */
    }

    .razox-single-product-extra-description ul li b {
        font-weight: bold; /* Keep bold text */
        margin-right: 5px; /* Small space after bold text */
    }
}

/* General improvements for product meta over 569px */
.product_meta {
    margin-top: 20px; /* Add some space above the meta info */
    font-size: 14px; /* Adjust base font size */
    color: #666; /* Softer text color */
    line-height: 1.8; /* Improve readability */
}

.product_meta span {
    display: block; /* Make each span take its own line */
    margin-bottom: 5px; /* Space between each meta item */
}

.product_meta span a {
    color: #333; /* Darker link color */
    text-decoration: none; /* Remove underline */
    font-weight: 500; /* Slightly bolder links */
}

.product_meta span a:hover {
    color: #007bff; /* Hover effect for links */
    text-decoration: underline; /* Add underline on hover */
}

.product_meta .sku_wrapper .sku {
    font-weight: 600; /* Make the actual SKU value stand out */
    color: #333;
}

    .product_meta {
        display: flex; /* Use flexbox to arrange items */
        flex-wrap: wrap; /* Allow items to wrap to the next line if needed */
        justify-content: flex-start; /* Align items to the start */
        font-size: 13px; /* Slightly smaller font size for very small screens */
        margin-top: 15px; /* Adjust margin for mobile */
    }

    .product_meta span {
        display: inline-block; /* Allow spans to sit side-by-side */
        margin-right: 15px; /* Space between items when side-by-side */
        margin-bottom: 8px; /* Maintain a small bottom margin for wrapping */
        white-space: nowrap; /* Prevent items from breaking mid-word */
    }

    /* Optional: If you want to make "Category:" etc. slightly less prominent */
    .product_meta span:not(.sku_wrapper) {
        /* This targets Category, Tag, Brands */
        /* You can adjust font-weight or color if desired */
    }
}
