/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*new custom CSS*/
html {
    position: relative;
}
.page-id-12379 #content {
    padding-top: 0px !important;
}
.home div#content {
    padding-top: 120px;
}
.gw-mm-item__dropdown {
    border-radius: 30px!important;
}
.single.single-post div#content {
    padding-top: 200px;
}
.comment-text  {
    background-color: rgba(255, 255, 255, 0.7);;
}
.header-wrap {
  top: 20px;
}
.page.page-id-8262 {
  padding-top: 0!important;
}
.page.page-id-8262 #content{
  padding-top: 0!important;
margin-top:0;
}
.woocommerce-page #content {
    padding-top: 100px !important;
}
.woocommerce-page.wp-singular{
    padding-top:0;
}

.menu-main-x:hover .sub-menu-x {
display:block!important;

}
a.gkit-btn.phone-canvas {
  background:none!important;
  color:#f05a29!important;
}

a.gkit-btn.phone-canvas .icon-left {
  fill: #f05a29 !important;
  color: #f05a29 !important;
}
div#wpadminbar {
  z-index: 9999999999999!important;
}
.blog div#content {
    padding-top: 30px;
}
/*
.page div#content {
  padding-top: 130px;
}
*/
.single.single-product figure.wp-block-image.size-full.uag-hide-desktop.uag-hide-tab {
  display: none;
}
figure.wp-block-image.size-full.uag-hide-desktop.uag-hide-tab {
  display: none;
}
.header-wrap {
z-index:999;
}
.sticky {
  position: fixed;
  left: 0;
  right: 0;
top:0;
  z-index: 99999;
}
div#content {
  padding-top: 140px;
}
.sub-menu-x {
z-index:9999999;
display:none!important;
position:absolute!important;
background:#f1f1f1f1;
margin:auto;
width:250px;
}
.sub-menu-x a {
padding:10px;
}
.site-header {
display:none;
}
button.gkit_navSidebar-button.gkit_offcanvas-sidebar {
display:none!important;
}
      .blog .page-hero {
  padding-top: 30px;
} 
/* GeneratePress Site CSS */ /* Sidebars*/
@media (min-width: 1024px) {
#getaquote{
display:none;
}
.gkit-sidebar-widget .gkit-off-canvas-position-right{
  display:none;
}
}
#menu-col {
gap:0!important;

}
img.gb-media-2964827e {
padding:0;
}

@media (max-width: 1024px) {
  
.post-type-archive-product figure.wp-block-image.size-full.uag-hide-desktop.uag-hide-tab {
  display: block;
}
figure.wp-block-image.size-full.uag-hide-desktop.uag-hide-tab {
  display: block;
}	.widget-area.is-right-sidebar {
margin-top: 80px;
}
  .page div#content {
  padding-top: 50px;
}
      .blog .page-hero {
  padding-top: 30px;
} 
  .gb-element-028924b0 {
    padding:10px;
    padding-bottom:0;
  }
  .gb-element-48ad09f2 {
  padding-bottom: 1px;
}

  #emergency {
    display:none!important;
  }

.no-mobile {
  display:none!important;
}
    button.gkit_navSidebar-button.gkit_offcanvas-sidebar {
  display:block!important;
}
  #menu-col .wp-block-column:nth-child(2) {
  order: 3;
      flex: 0 1 auto;
  margin-top: 5px;
}
#menu-col .wp-block-column:nth-child(3) {
  margin-left: 15px;
  margin-top: 0;
}
} /* End GeneratePress Site CSS */

.wp-block-navigation .wp-block-navigation-item {
  margin-right: 5px; /* Adjust this value to your preference */
}

/* Hide the default menu */
.main-nav#primary-menu {
  display: none;
}

.form-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 15px;
}

.form-group {
flex: 1;
}

.form-group.full-width {
flex: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}

textarea {
height: 80px; /* Height for the message box */
}

button[type="submit"] {
padding: 10px 20px;
background-color: #CB4A1F; /* Updated background color */
color: #fff; /* Text color */
border: none;
border-radius: 30px; /* Updated border radius */
cursor: pointer;
}

button[type="submit"]:hover {
background-color: #a8421a; /* Darker shade for hover effect */
}

.form-row [type="submit"] {
background-color: #F15A29
; /* Orange button */
color: #fff; /* White text */
border: none;
border-radius: 30px; /* Rounded corners */
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease-in-out;
}

.form-row [type="submit"]:hover {
background-color: #002448; /* Dark blue color on hover */
}

.form-row {
display: flex;
flex-wrap: wrap;
margin-bottom: 5px; /* reduce vertical space between rows */
}

.form-group {
flex: 1;
padding-right: 10px; /* optional: spacing between columns */
margin-bottom: 0;     /* remove extra spacing */
}

.form-group.full-width {
flex: 100%;
padding-right: 0;
}

input,
select,
textarea {
margin: 0 !important;
padding: 8px 10px;  /* adjust padding if needed */
line-height: 1.4;
}

textarea {
min-height: 100px; /* keep message box readable but compact */
}

.wpcf7-form .form-row,
.wpcf7-form .form-group {
margin-bottom: -5px !important;
}

.side-cart-wrapper {
  right: auto !important;
  left: 20px !important;
  bottom: 20px !important;
  z-index: 9999 !important;
}

/*woocoommerce styles August 2025*/
.help-section {
    position: relative;
    background: rgba(199, 216, 239, 0.29);
    padding: 10px 18px 10px 14px;
    border-radius: 30px;
    margin: 15px 0;
    display: inline-block;
}

.help-icon {
    position: absolute;
    top: -12px;
    left: 16px;
    width: 24px;
    height: 24px;
    font-weight: bold;
    color: #C7D8EF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 40px;
}

.help-text {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

/* Alternative with gradient background */
.help-section-gradient {
    background: linear-gradient(135deg, #e8f2ff 0%, #f0f8ff 100%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Hover effect */
.help-section:hover {
    background-color: #ddeeff;
    transition: background-color 0.2s ease;
}

/* Compact Product Rating Layout */
.product-rating-compact {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 8px 0;
}

.product-rating-compact .star-rating {
    margin: 0;
}

.product-rating-compact .woocommerce-review-link {
    color: #042E6F;
    text-decoration: none;
    font-size: 14px;
}

.product-rating-compact .woocommerce-review-link:hover {
    text-decoration: underline;
}

.product-categories {
    margin: 8px 0;
}

.product-categories a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.product-categories a:hover {
    color: #000;
    text-decoration: underline;
}

/* Consolidated WooCommerce Tab Styles */
/* Main container styling */
.wp-block-woocommerce-product-details .wc-tabs-wrapper,
.woocommerce div.product .woocommerce-tabs,
.wc-tabs-wrapper {
    background: #EBF2FA !important;
    border: 2px solid #6699CC !important;
    border-radius: 30px !important;
    padding: 0 !important;
    margin: 20px 0 !important;
    overflow: hidden !important;
}

/* Tab navigation */
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.tabs,
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.wc-tabs,
.wp-block-woocommerce-product-details ul.tabs,
.wp-block-woocommerce-product-details ul.wc-tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.wc-tabs-wrapper ul.wc-tabs,
.woocommerce div.product .woocommerce-tabs ul.wc-tabs {
    list-style: none !important;
    padding: 15px 15px 0 15px !important;
    margin: 0 !important;
    display: flex !important;
    border: none !important;
    background: #EBF2FA !important;
    gap: 0 !important;
    flex-wrap: wrap !important;
}

/* Individual tabs */
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.tabs li,
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.wc-tabs li,
.wp-block-woocommerce-product-details ul.tabs li,
.wp-block-woocommerce-product-details ul.wc-tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.wc-tabs-wrapper ul.wc-tabs li,
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
    background: #C7D8EF !important;
    border: 2px solid transparent !important;
    border-radius: 30px !important;
    margin: 0 15px 0 0 !important;
    padding: 0 !important;
    position: relative !important;
    display: block !important;
    float: none !important;
    transform: none !important;
    transition: all 0.3s ease !important;
}

/* Tab links */
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.tabs li a,
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.wc-tabs li a,
.wp-block-woocommerce-product-details ul.tabs li a,
.wp-block-woocommerce-product-details ul.wc-tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.wc-tabs-wrapper ul.wc-tabs li a,
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a {
    color: #042E6F !important;
    text-decoration: none !important;
    padding: 16px 24px !important;
    display: block !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    transition: all 0.3s ease !important;
    border-radius: 30px !important;
}

/* Active tab styling */
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.tabs li.active,
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.wc-tabs li.active,
.wp-block-woocommerce-product-details ul.tabs li.active,
.wp-block-woocommerce-product-details ul.wc-tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.wc-tabs-wrapper ul.wc-tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active,
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.tabs li.wc-tab-active,
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.wc-tabs li.wc-tab-active,
.wp-block-woocommerce-product-details ul.tabs li.wc-tab-active,
.wp-block-woocommerce-product-details ul.wc-tabs li.wc-tab-active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.wc-tab-active,
.wc-tabs-wrapper ul.wc-tabs li.wc-tab-active,
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li.wc-tab-active {
    background: #EBF2FA !important;
    border-color: #042E6F !important;
}

/* Active tab link styling */
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.tabs li.active a,
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.wc-tabs li.active a,
.wp-block-woocommerce-product-details ul.tabs li.active a,
.wp-block-woocommerce-product-details ul.wc-tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.wc-tabs-wrapper ul.wc-tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active a {
    color: #042E6F !important;
    background: #EBF2FA !important;
    border-radius: 30px !important;
}

/* Hover effects for inactive tabs */
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.tabs li:hover:not(.active):not(.wc-tab-active),
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.wc-tabs li:hover:not(.active):not(.wc-tab-active),
.wp-block-woocommerce-product-details ul.tabs li:hover:not(.active):not(.wc-tab-active),
.wp-block-woocommerce-product-details ul.wc-tabs li:hover:not(.active):not(.wc-tab-active),
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:not(.active):not(.wc-tab-active),
.wc-tabs-wrapper ul.wc-tabs li:hover:not(.active):not(.wc-tab-active),
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li:hover:not(.active):not(.wc-tab-active) {
    background: #B8CDE0 !important;
}

/* Content panels */
.wp-block-woocommerce-product-details .wc-tabs-wrapper .woocommerce-Tabs-panel,
.wp-block-woocommerce-product-details .woocommerce-Tabs-panel,
.woocommerce div.product .woocommerce-Tabs-panel,
.wc-tabs-wrapper .woocommerce-Tabs-panel {
    background: #EBF2FA !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 20px !important;
    margin: 0 !important;
    box-shadow: none !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Content panel headings */
.wp-block-woocommerce-product-details .wc-tabs-wrapper .woocommerce-Tabs-panel h2,
.wp-block-woocommerce-product-details .woocommerce-Tabs-panel h2,
.woocommerce div.product .woocommerce-Tabs-panel h2,
.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
    color: #2C3E50 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

/* Content panel paragraphs */
.wp-block-woocommerce-product-details .wc-tabs-wrapper .woocommerce-Tabs-panel p,
.wp-block-woocommerce-product-details .woocommerce-Tabs-panel p,
.woocommerce div.product .woocommerce-Tabs-panel p,
.wc-tabs-wrapper .woocommerce-Tabs-panel p {
    color: #2C3E50 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 16px !important;
}

/* Content panel lists */
.wp-block-woocommerce-product-details .wc-tabs-wrapper .woocommerce-Tabs-panel ul,
.wp-block-woocommerce-product-details .woocommerce-Tabs-panel ul,
.woocommerce div.product .woocommerce-Tabs-panel ul,
.wc-tabs-wrapper .woocommerce-Tabs-panel ul {
    color: #2C3E50 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 20px 0 !important;
    padding-left: 1.25rem !important;
    list-style-position: outside !important;
}

/* Content panel list items */
.wp-block-woocommerce-product-details .wc-tabs-wrapper .woocommerce-Tabs-panel ul li,
.wp-block-woocommerce-product-details .woocommerce-Tabs-panel ul li,
.woocommerce div.product .woocommerce-Tabs-panel ul li,
.wc-tabs-wrapper .woocommerce-Tabs-panel ul li {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 0 .6rem 0 !important;
    padding: 0 !important;
    transform: none !important;
    display: list-item !important;
    list-style-type: disc !important;
}

/* Remove any custom bullets */
.wp-block-woocommerce-product-details .wc-tabs-wrapper .woocommerce-Tabs-panel ul li:before,
.wp-block-woocommerce-product-details .woocommerce-Tabs-panel ul li:before,
.woocommerce div.product .woocommerce-Tabs-panel ul li:before,
.wc-tabs-wrapper .woocommerce-Tabs-panel ul li:before {
    content: none !important;
}

/* No hover effects on list items in content */
.wp-block-woocommerce-product-details .woocommerce-Tabs-panel ul li:hover,
.woocommerce div.product .woocommerce-Tabs-panel ul li:hover,
.wc-tabs-wrapper .woocommerce-Tabs-panel ul li:hover {
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .wp-block-woocommerce-product-details .wc-tabs-wrapper ul.tabs,
    .wp-block-woocommerce-product-details .wc-tabs-wrapper ul.wc-tabs,
    .wp-block-woocommerce-product-details ul.tabs,
    .wp-block-woocommerce-product-details ul.wc-tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
    .wc-tabs-wrapper ul.wc-tabs,
.woocommerce div.product .woocommerce-tabs ul.wc-tabs {
        flex-direction: column !important;
        width: 100% !important;
        padding: 15px 15px 0 15px !important;
    }
    
    .wp-block-woocommerce-product-details .wc-tabs-wrapper ul.tabs li,
    .wp-block-woocommerce-product-details .wc-tabs-wrapper ul.wc-tabs li,
    .wp-block-woocommerce-product-details ul.tabs li,
    .wp-block-woocommerce-product-details ul.wc-tabs li,
    .woocommerce div.product .woocommerce-tabs ul.tabs li,
    .wc-tabs-wrapper ul.wc-tabs li,
    .woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
        border-radius: 30px !important;
        margin-bottom: 10px !important;
        margin-right: 0 !important;
    }
    
    .wp-block-woocommerce-product-details .wc-tabs-wrapper .woocommerce-Tabs-panel,
    .wp-block-woocommerce-product-details .woocommerce-Tabs-panel,
    .woocommerce div.product .woocommerce-Tabs-panel,
    .wc-tabs-wrapper .woocommerce-Tabs-panel {
        padding: 20px !important;
    }
}

/* WooCommerce Block-Based Product Details Tabs Styling */
.wp-block-woocommerce-product-details {
    margin: 30px 0;
}

.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.tabs,
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.wc-tabs,
.wp-block-woocommerce-product-details ul.tabs,
.wp-block-woocommerce-product-details ul.wc-tabs {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    border: none !important;
    background: none !important;
    gap: 0 !important;
    flex-wrap: wrap !important;
}

.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.tabs li,
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.wc-tabs li,
.wp-block-woocommerce-product-details ul.tabs li,
.wp-block-woocommerce-product-details ul.wc-tabs li {
    background: #C7D8EF !important;
    border: 2px solid transparent !important;
    border-radius: 30px !important;
    margin: 0 15px 0 0 !important;
    padding: 20px 35px !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}

.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.tabs li a,
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.wc-tabs li a,
.wp-block-woocommerce-product-details ul.tabs li a,
.wp-block-woocommerce-product-details ul.wc-tabs li a {
    color: #042E6F !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    display: block !important;
    padding: 0 !important;
}

.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.tabs li.active,
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.wc-tabs li.active,
.wp-block-woocommerce-product-details ul.tabs li.active,
.wp-block-woocommerce-product-details ul.wc-tabs li.active,
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.tabs li.wc-tab-active,
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.wc-tabs li.wc-tab-active,
.wp-block-woocommerce-product-details ul.tabs li.wc-tab-active,
.wp-block-woocommerce-product-details ul.wc-tabs li.wc-tab-active {
    background: #EBF2FA !important;
    border-color: #042E6F !important;
    color: #042E6F !important;
    font-weight: bold !important;
}

.wp-block-woocommerce-product-details .wc-tabs-wrapper .woocommerce-Tabs-panel,
.wp-block-woocommerce-product-details .woocommerce-Tabs-panel {
    background: #EBF2FA !important;
    border: none !important;
    border-radius: 0 30px 30px 30px !important;
    padding: 45px !important;
    margin: 0 !important;
}

.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.tabs,
.wp-block-woocommerce-product-details .wc-tabs-wrapper ul.wc-tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.wc-tabs,
.wc-tabs-wrapper ul.tabs,
.wc-tabs-wrapper ul.wc-tabs {
    padding: 20px 20px 0 20px !important;
    background: #EBF2FA !important;
}

.wp-block-woocommerce-product-details .wc-tabs-wrapper .woocommerce-Tabs-panel ul,
.wp-block-woocommerce-product-details .wc-tabs-wrapper .woocommerce-Tabs-panel ol,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ul,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ol,
.wc-tabs-wrapper .woocommerce-Tabs-panel ul,
.wc-tabs-wrapper .woocommerce-Tabs-panel ol {
    list-style: initial !important;
    padding-left: 20px !important;
}

.wp-block-woocommerce-product-details .wc-tabs-wrapper .woocommerce-Tabs-panel ul li:before,
.wp-block-woocommerce-product-details .wc-tabs-wrapper .woocommerce-Tabs-panel ol li:before,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ul li:before,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ol li:before,
.wc-tabs-wrapper .woocommerce-Tabs-panel ul li:before,
.wc-tabs-wrapper .woocommerce-Tabs-panel ol li:before {
    content: none !important;
}

.wp-block-woocommerce-product-details .wc-tabs-wrapper .woocommerce-Tabs-panel ul li:hover,
.wp-block-woocommerce-product-details .wc-tabs-wrapper .woocommerce-Tabs-panel ol li:hover,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ul li:hover,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ol li:hover,
.wc-tabs-wrapper .woocommerce-Tabs-panel ul li:hover,
.wc-tabs-wrapper .woocommerce-Tabs-panel ol li:hover {
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.wp-block-woocommerce-product-details .woocommerce-Tabs-panel {
    border: none !important;
}

/* What's Included in the Purchase Section */
.whats-included-section {
    margin: 40px 0;
    padding: 40px 0;
}

.whats-included-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #042E6F;
    margin-bottom: 40px;
    font-family: inherit;
}

/* Desktop Grid Layout */
.whats-included-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    align-items: stretch;
}

.whats-included-card {
    background: rgba(199, 216, 239, 0.29);
    border: 1px solid #042E6F;
    border-radius: 5px;
    padding: 30px 20px;
    text-align: center;
    width: 240px;
    height: 180px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.card-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.card-text {
    color: #042E6F;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px) {
    .whats-included-cards {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .whats-included-card {
        width: 280px;
        height: 180px;
    }
    
    .whats-included-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .whats-included-section {
        margin: 30px 0;
        padding: 30px 0;
    }
    
    /* Mobile Swiper Adjustments */
    .whats-included-swiper .swiper-slide .whats-included-card {
        width: 280px;
        height: 160px;
        margin: 0 auto;
        padding: 20px 15px;
    }
    
    /* Mobile Section Height Optimization */
    .whats-included-section {
        margin: 20px 0;
        padding: 20px 0;
    }
    
    .whats-included-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    /* Mobile Card Content Optimization */
    .whats-included-swiper .swiper-slide .whats-included-card .card-icon {
    margin-bottom: 15px;
}

    .whats-included-swiper .swiper-slide .whats-included-card .card-icon svg {
        width: 40px;
        height: 40px;
    }
    
    .whats-included-swiper .swiper-slide .whats-included-card .card-text {
        font-size: 15px;
        line-height: 1.3;
    }
    
    /* Mobile Pagination Positioning */
    .whats-included-swiper .swiper-pagination {
        margin-top: 15px;
        position: relative;
        bottom: 0;
    }
    
    /* Mobile Card Container */
    .whats-included-swiper .swiper-slide .whats-included-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        box-sizing: border-box;
    }
}

/* Related Products Section Styling */
.related.products {
    margin: 40px 0;
    width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.related.products h2 {
    font-size: 28px;
    font-weight: 700;
    color: #042E6F;
    margin-bottom: 30px;
    text-align: left;
}

/* Desktop Grid Layout for Related Products */
.related.products ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

/* Override any WooCommerce 4-column rules */
.wc-related-upsell-columns-4.related ul.products,
.related.products ul.products {
    grid-template-columns: repeat(3, 1fr) !important;
}

/* Swiper and Regular Products Styling */
.related.products ul.products li.product,
.related-products-swiper .swiper-slide .product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    min-width: 0 !important;
    max-width: none !important;
    display: flex;
    flex-direction: column;
    flex: 1 !important;
}

.related.products ul.products li.product .woocommerce-loop-product__link,
.related-products-swiper .swiper-slide .product .woocommerce-loop-product__link {
    display: block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    height: 320px !important;
    width: 100% !important;
    padding: 0;
    box-sizing: border-box;
}

.related.products ul.products li.product .woocommerce-loop-product__link img,
.related-products-swiper .swiper-slide .product .woocommerce-loop-product__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.related.products ul.products li.product .woocommerce-loop-product__link::before,
.related-products-swiper .swiper-slide .product .woocommerce-loop-product__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(4, 46, 111, 0.1) 0%,
        rgba(4, 46, 111, 0.3) 50%,
        rgba(4, 46, 111, 0.7) 100%
    );
    border-radius: 15px;
    z-index: 1;
}

.related.products ul.products li.product img,
.related-products-swiper .swiper-slide .product img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 15px;
}

.related.products ul.products li.product .woocommerce-loop-product__title,
.related-products-swiper .swiper-slide .product .woocommerce-loop-product__title {
    position: absolute;
    bottom: 60px;
    left: 20px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.related.products ul.products li.product .price,
.related-products-swiper .swiper-slide .product .price {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.related.products ul.products li.product .price del,
.related-products-swiper .swiper-slide .product .price del {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-right: 10px;
}

.related.products ul.products li.product .price ins,
.related-products-swiper .swiper-slide .product .price ins {
    color: white;
    text-decoration: none;
}

/* Prevent mobile overscroll */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* Mobile-Only Display Classes */
.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

/* Ensure desktop layouts are properly maintained */
.related-products-desktop {
    display: block;
}

.whats-included-cards.desktop-only {
    display: flex;
}

/* Ensure Swiper slides are properly visible */
.swiper-slide {
    display: block !important;
    width: 100% !important;
}

.swiper-slide:not(.swiper-slide-active) {
    display: none;
}

.swiper-slide-active {
    display: block !important;
}

@media (max-width: 768px) {
    .mobile-only {
        display: block !important;
    }
    
    .desktop-only {
        display: none !important;
    }
    
    .related-products-desktop {
        display: none !important;
    }
    
    .whats-included-cards.desktop-only {
        display: none !important;
    }
    
    /* Additional mobile overscroll prevention */
    .whats-included-section,
    .related.products {
        overflow-x: hidden;
        max-width: 100vw;
        width: 100%;
    }
    
    /* Ensure swiper containers don't overflow */
    .whats-included-swiper,
    .related-products-swiper {
        overflow: hidden;
        max-width: 100vw;
        width: 100%;
        position: relative;
    }
    
    /* Prevent card overflow */
    .whats-included-card,
    .related-products-swiper .product {
        max-width: 100%;
        overflow: hidden;
    }
}

/* Swiper Styling for Related Products (Mobile Only) */
.related-products-swiper {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.related-products-swiper .swiper-wrapper {
    align-items: stretch;
    overflow: visible;
}

.related-products-swiper .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: visible;
    width: 100%;
}

.related-products-swiper .swiper-slide .product {
    height: 100%;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100%;
    overflow: visible;
}

/* Swiper Pagination */
.related-products-swiper .swiper-pagination {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.related-products-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(4, 46, 111, 0.3);
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.related-products-swiper .swiper-pagination-bullet-active {
    background: rgba(4, 46, 111, 1);
    transform: scale(1.2);
}

/* Responsive Design for Related Products */
@media (max-width: 768px) {
    .related-products-swiper .swiper-button-next,
    .related-products-swiper .swiper-button-prev {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    
    .related-products-swiper .swiper-button-next::after,
    .related-products-swiper .swiper-button-prev::after {
        font-size: 14px;
    }
    
    .related-products-swiper .swiper-pagination {
        margin-top: 15px;
    }
    
    .related-products-swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
}

/* What's Included Swiper Styling (Mobile Only) */
.whats-included-swiper {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Mobile height optimization */
@media (max-width: 768px) {
    .whats-included-swiper {
        min-height: 200px;
        max-height: 220px;
    }
    
    .whats-included-swiper .swiper-wrapper {
        height: auto;
        min-height: 200px;
    }
    
    .whats-included-swiper .swiper-slide {
        height: auto;
        min-height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.whats-included-swiper .swiper-wrapper {
    align-items: stretch;
    overflow: visible;
}

.whats-included-swiper .swiper-slide {
    height: auto;
    display: flex;
        flex-direction: column;
    overflow: visible;
    width: 100%;
}

.whats-included-swiper .swiper-slide .whats-included-card {
    height: 100%;
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

/* Fallback for non-JavaScript users */
.related-products-swiper.swiper-fallback {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-products-swiper.swiper-fallback .swiper-wrapper {
    display: contents;
}

.related-products-swiper.swiper-fallback .swiper-slide {
    display: block;
}

@media (max-width: 1024px) {
    .related-products-swiper.swiper-fallback {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .related-products-swiper.swiper-fallback {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Single Product Photo Background */
.woocommerce div.product div.images .woocommerce-product-gallery__image img,
.woocommerce div.product div.images .woocommerce-product-gallery__image figure img,
.single-product .woocommerce-product-gallery__image img {
    background: rgba(199, 216, 239, 0.29);
    border-radius: 50%;
    padding: 20px;
    box-sizing: border-box;
}

/* Reviews Section Styling - Matching Tab Section Design */
.reviews-section {
    background: #EBF2FA !important;
    border: 2px solid #6699CC !important;
    border-radius: 30px !important;
    padding: 0 !important;
    margin: 30px 0 !important;
    overflow: hidden !important;
}

.reviews-section .reviews-title {
    background: #C7D8EF !important;
    color: #042E6F !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    padding: 20px 35px !important;
    margin: 0 !important;
    border-bottom: 2px solid #6699CC !important;
    text-align: center !important;
}

.reviews-section .commentlist,
.reviews-section .woocommerce-Reviews,
.reviews-section .comment-respond {
    background: #EBF2FA !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 30px !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.reviews-section .commentlist h3,
.reviews-section .woocommerce-Reviews h3,
.reviews-section .comment-respond h3 {
    color: #2C3E50 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}

.reviews-section .commentlist p,
.reviews-section .woocommerce-Reviews p,
.reviews-section .comment-respond p {
    color: #2C3E50 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 16px !important;
}

.reviews-section .commentlist ul,
.reviews-section .woocommerce-Reviews ul,
.reviews-section .comment-respond ul {
    color: #2C3E50 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 20px 0 !important;
    padding-left: 1.25rem !important;
    list-style-position: outside !important;
}

.reviews-section .commentlist ul li,
.reviews-section .woocommerce-Reviews ul li,
.reviews-section .comment-respond ul li {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 0 .6rem 0 !important;
    padding: 0 !important;
    transform: none !important;
    display: list-item !important;
    list-style-type: disc !important;
}

.reviews-section .commentlist ul li:before,
.reviews-section .woocommerce-Reviews ul li:before,
.reviews-section .comment-respond ul li:before {
    display: none !important;
}

.reviews-section .commentlist ul li:hover,
.reviews-section .woocommerce-Reviews ul li:hover,
.reviews-section .comment-respond ul li:hover {
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Review Summary Styling */
.review-summary {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    gap: 30px;
    background: #EBF2FA;
}

.overall-rating {
    flex: 0 0 auto;
    text-align: center;
    min-width: 150px;
}

.overall-rating .stars {
    font-size: 24px;
    margin-bottom: 10px;
}

.overall-rating .rating-text {
    font-size: 18px;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 5px;
}

.overall-rating .review-count {
    font-size: 14px;
    color: #666;
}

.rating-breakdown {
    flex: 1;
    max-width: 400px;
}

.rating-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    gap: 15px;
}

.rating-row .stars {
    flex: 0 0 auto;
    font-size: 16px;
    min-width: 80px;
}

.rating-row .bar-container {
    flex: 1;
    height: 8px;
    background: #ddd;
    border-radius: 4px;
    overflow: hidden;
    min-width: 150px;
}

.rating-row .bar {
    height: 100%;
    background: #2C3E50;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.rating-row .count {
    flex: 0 0 auto;
    min-width: 30px;
    text-align: right;
    font-size: 14px;
    color: #2C3E50;
    font-weight: 600;
}

.write-review-section {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.write-review-btn {
    background: #2C3E50;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.write-review-btn:hover {
    background: #1a252f;
}

/* Star Rating Styling */
.star {
    color: #FFD700;
    font-size: 1em;
    margin-right: 2px;
}

.star.filled {
    color: #FFD700;
}

.star.half {
    color: #FFD700;
    opacity: 0.7;
}

.star.empty {
    color: #ddd;
}

/* Responsive Design for Review Summary */
@media (max-width: 768px) {
    .review-summary {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    
    .overall-rating {
        min-width: auto;
    }
    
    .rating-breakdown {
        max-width: 100%;
    }
    
    .rating-row {
        gap: 10px;
    }
    
    .rating-row .bar-container {
        min-width: 100px;
    }
}

/* Review Form Submit Button Styling - Matching Write Review Button */
.reviews-section .comment-respond input[type="submit"],
.reviews-section .comment-respond button[type="submit"],
.reviews-section .woocommerce-Reviews input[type="submit"],
.reviews-section .woocommerce-Reviews button[type="submit"] {
    background: #2C3E50 !important;
    color: white !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

/* Prevent Review Form from Interfering with Tabs */
.reviews-section .comment-respond {
    /* Isolate review form from tab system */
    position: relative;
    z-index: 1;
}

.reviews-section .comment-respond form {
    /* Ensure form doesn't affect tab layout */
    margin: 0;
    padding: 0;
}

/* Ensure tabs stay active when review form is submitted */
.wc-tabs li.active,
.tabs li.active {
    /* Force active state to persist */
    background: #EBF2FA !important;
    border-color: #042E6F !important;
}

.wc-tabs li.active a,
.tabs li.active a {
    /* Force active tab link styling to persist */
    color: #042E6F !important;
    background: #EBF2FA !important;
}

/* Ensure proper tab functionality */
.woocommerce-Tabs-panel {
    /* Hide all tab panels by default */
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.woocommerce-Tabs-panel.active {
    /* Show only active tab panel */
    display: block !important;
}

/* Ensure first tab is active by default */
.wc-tabs li:first-child,
.tabs li:first-child {
    background: #EBF2FA !important;
    border-color: #042E6F !important;
}

.wc-tabs li:first-child a,
.tabs li:first-child a {
    color: #042E6F !important;
    background: #EBF2FA !important;
}

/* Show first tab panel by default */
.woocommerce-Tabs-panel:first-child {
    display: block !important;
}

/* Review Form Star Rating Styling - Matching Main Review Stars */
.reviews-section .comment-respond .stars,
.reviews-section .woocommerce-Reviews .stars,
.reviews-section .comment-respond .star-rating,
.reviews-section .woocommerce-Reviews .star-rating {
    color: #FFD700 !important;
}

.reviews-section .comment-respond .stars a,
.reviews-section .woocommerce-Reviews .stars a,
.reviews-section .comment-respond .star-rating a,
.reviews-section .woocommerce-Reviews .star-rating a {
    color: #FFD700 !important;
}

.reviews-section .comment-respond .stars a:hover,
.reviews-section .woocommerce-Reviews .stars a:hover,
.reviews-section .comment-respond .star-rating a:hover,
.reviews-section .woocommerce-Reviews .star-rating a:hover {
    color: #FFD700 !important;
}

.reviews-section .comment-respond .stars a.active,
.reviews-section .woocommerce-Reviews .stars a.active,
.reviews-section .comment-respond .star-rating a.active,
.reviews-section .woocommerce-Reviews .star-rating a.active {
    color: #FFD700 !important;
}

/* Comprehensive Star Color Override - All WooCommerce Stars */
.woocommerce .star-rating,
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before,
.woocommerce .stars,
.woocommerce .stars a,
.woocommerce .stars a::before,
.woocommerce .stars a:hover::before,
.woocommerce .stars a.active::before,
.woocommerce .stars a.active:hover::before,
.woocommerce .stars a:hover,
.woocommerce .stars a.active,
.woocommerce .stars a.active:hover,
.woocommerce .star-rating span,
.woocommerce .star-rating span::before,
.woocommerce .star-rating span:hover::before,
.woocommerce .star-rating span.active::before,
.woocommerce .star-rating span.active:hover::before,
.woocommerce .star-rating span:hover,
.woocommerce .star-rating span.active,
.woocommerce .star-rating span.active:hover,
.woocommerce .star-rating::after,
.woocommerce .star-rating span::after,
.woocommerce .star-rating span:hover::after,
.woocommerce .star-rating span.active::after,
.woocommerce .star-rating span.active:hover::after,
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before,
.woocommerce .star-rating span:hover::before,
.woocommerce .star-rating span.active::before,
.woocommerce .star-rating span.active:hover::before,
.woocommerce .star-rating::after,
.woocommerce .star-rating span::after,
.woocommerce .star-rating span:hover::after,
.woocommerce .star-rating span.active::after,
.woocommerce .star-rating span.active:hover::after {
    color: #FFD700 !important;
}

/* Additional WooCommerce Star Selectors */
.woocommerce .star-rating,
.woocommerce .stars,
.woocommerce .star-rating::before,
.woocommerce .stars::before,
.woocommerce .star-rating::after,
.woocommerce .stars::after {
    color: #FFD700 !important;
}

.woocommerce .star-rating span,
.woocommerce .stars a,
.woocommerce .star-rating span::before,
.woocommerce .stars a::before,
.woocommerce .star-rating span::after,
.woocommerce .stars a::after {
    color: #FFD700 !important;
}

/* Force all star colors with maximum specificity */
.woocommerce div.product .star-rating,
.woocommerce div.product .stars,
.woocommerce div.product .star-rating::before,
.woocommerce div.product .stars::before,
.woocommerce div.product .star-rating::after,
.woocommerce div.product .stars::after,
.woocommerce div.product .star-rating span,
.woocommerce div.product .stars a,
.woocommerce div.product .star-rating span::before,
.woocommerce div.product .stars a::before,
.woocommerce div.product .star-rating span::after,
.woocommerce div.product .stars a::after {
    color: #FFD700 !important;
}

.reviews-section .comment-respond input[type="submit"]:hover,
.reviews-section .comment-respond button[type="submit"]:hover,
.reviews-section .woocommerce-Reviews input[type="submit"]:hover,
.reviews-section .woocommerce-Reviews button[type="submit"]:hover {
    background: #1a252f !important;
}

/* Prevent horizontal overflow on product pages */
.woocommerce div.product,
.single-product,
.woocommerce div.product .summary,
.woocommerce div.product .images {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Product Buttons Styling */
.product-buttons-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 15px;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
}

.single_add_to_cart_button {
    background: #042E6F !important;
    color: white !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    flex: 1;
    text-align: center;
}

.single_add_to_cart_button:hover {
    background: #031a4a !important;
}

.ask-expert-button {
    background: white !important;
    color: #042E6F !important;
    border: 2px solid #042E6F !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    flex: 1;
    text-align: center;
}

.ask-expert-button:hover {
    background: #042E6F !important;
    color: white !important;
}

/* Quantity Input Styling */
.woocommerce .quantity {
    margin-bottom: 20px;
}

.woocommerce .quantity input[type="number"] {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 16px;
    width: 80px;
    text-align: center;
    transition: border-color 0.3s ease;
}

.woocommerce .quantity input[type="number"]:focus {
    outline: none;
    border-color: #042E6F;
    box-shadow: 0 0 0 2px rgba(4, 46, 111, 0.1);
}

/* Payment Options Styling */
.payment-options-container {
    margin: 20px 0;
    width: 100%;
    overflow: hidden;
}

.payment-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
}

/* Payment option content styling */
.payment-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}

.payment-help {
    margin-left: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
p.price {
  margin-bottom: 0;
}

.payment-price {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 3px;
}

.payment-description {
    font-size: 13px;
    opacity: 0.9;
}



/* DEFAULT STATES - Both options have same default styling */
.payment-option.monthly-subscription,
.payment-option.one-time-payment {
    background: white !important;
    color: #042E6F !important;
    border: 2px solid #042E6F !important;
}

/* Hover effects */
.payment-option:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.payment-option:hover:not(.selected) {
    background: #f8f9fa !important;
}

/* SELECTED STATES - Both options have same selected styling */
.payment-option.monthly-subscription.selected,
.payment-option.one-time-payment.selected {
    background: #042E6F !important;
    color: white !important;
    border: 3px solid #042E6F !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Make the entire payment option clickable */
.payment-option {
    cursor: pointer;
}

/* Radio button integration - ensure proper selection */
input[type="radio"].variation-radio:checked + .payment-option-label .payment-option {
    /* This ensures the radio button state works with our CSS classes */
    /* The actual styling is handled by the .selected class above */
}

/* Ensure no default selection styling */
.payment-option:first-child {
    background: white !important;
    color: #042E6F !important;
    border: 2px solid #042E6F !important;
}

/* Remove any potential :first-child or :first-of-type styling */
.payment-option:first-child:not(.selected),
.payment-option:first-of-type:not(.selected) {
    background: white !important;
    color: #042E6F !important;
    border: 2px solid #042E6F !important;
}

/* Add to cart button states */
.single_add_to_cart_button:disabled,
.single_add_to_cart_button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.single_add_to_cart_button:not(:disabled):not(.disabled) {
    opacity: 1;
    cursor: pointer;
}

/* Variation form states */
.variations_form.variations_set .single_add_to_cart_button {
    opacity: 1 !important;
    cursor: pointer !important;
}
