.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
    max-width: 1480px;
}


/* Homepage CSS */

/* .cms-index-index .product-item-details {
    display: none;
} */

.cms-index-index .product-item-name a {
    font-size: 16px;
}


.cms-index-index .action.tocart.primary {
    width: 76%;
    background: #000 !important;
    color: white;
    border: none;
    padding: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-size: 12px;
}

.cms-index-index.page-layout-cms-full-width .nav-sections {
    margin-bottom: 20px;
}

.primary button,
.action.primary, .action-primary {
    background-color: #000 !important;
    /* border: 1px solid #27C6FD !important; */
}

.primary button:hover,
.action.primary:hover, .action-primary:hover {
    background: #000 !important;
    transform: translateY(-3px) scale(1.05);
}

.cms-about-us-html p {
    font-size: 18px;
    text-align: left;
}

h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cms-index-index h2 {
    color: #0a6c8f;
}

.cutom-contact-form,
.contact-us-custom-column {
    background: linear-gradient(135deg, #fff5f7 0%, #7fd9f8 100%);
    /* border-radius: 20px; */
    padding: 2.5rem;
    border: 2px solid #7fd9f8;
    box-shadow: 0 8px 32px rgba(255, 107, 149, 0.15);
}

.breadcrumbs a:visited {
    color: #333 !important;
    font-weight: 900 !important;
    letter-spacing: 0.6px !important;
}

.breadcrumbs strong {
    font-weight: 700;
    color: #0a6c8f;
    letter-spacing: 0.6px;
}

.category-description h1
{
    font-size: 18px !important;
}

.navigation-megamenu .megamenu-mainmenu a:hover, .navigation-megamenu .megamenu-mainmenu a:focus {
    color: #27C6FD !important;
}

.navigation .col-md-2 {
    vertical-align: top;
}

.left_content.static-content.col-md-4 {
    width: 90%;
}

@media (min-width: 700px) {

    .cms-index-index .hp-new-arrivals-slider .product-items.slick-slider .slick-slide .product-item {
        max-width: 258px !important;
    }


    .catalog-product-view.page-layout-1column .block.widget .products-grid .product-item {
        width: calc((100% - 6%) / 4) !important;
    }

    /* Default: wide V (down) */
    .catalog-product-view .data.item.title::after {
        content: "";
        position: absolute;
        right: 12px;
        top: 50%;
        width: 12px;
        height: 12px;
        border-right: 3px solid #7d7d7d;
        border-bottom: 3px solid #7d7d7d;
        transform: translateY(-60%) rotate(45deg);
        transition: transform 0.2s ease;
    }

    /* Active: wide ^ (up) */
    .catalog-product-view .data.item.title.active::after {
        transform: translateY(-40%) rotate(-135deg);
    }

    .nav-sections-item-content,
    .breadcrumbs,
    .catalog-category-view main#maincontent
    {
        max-width: 1480px !important;
    }


    #mainMenu {
        justify-content: space-between !important;
    }

    #mainMenu > li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .page-products.page-layout-1column .products-grid .product-item {
        width: 25% !important;
    }
    
    
    .page-products .product-item-info {
        width: 96% !important;
    }

    /* ul#mainMenu {
        width: 100%;
    } */

/* .navigation-megamenu .megamenu-mainmenu a {
    font-size: 1.6rem !important;
    letter-spacing: 1px;
} */


.dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

/* Optional: Custom scrollbar styling */
.dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

}


/* Category Page  */


.catalog-category-view .page-title-wrapper,
.category-description {
    text-align: center;
    padding-bottom: 20px;
}


/* Make product items more attractive */
/* .products.list.items.product-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
} */

/* Product item container */
.product-item-info {
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
}

.product-item-info:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

/* Larger images */
.product-item-photo {
    display: block;
    overflow: hidden;
}

.product-image-container {
    width: 100% !important;
    /* height: auto !important; */
}

.product-image-wrapper {
    padding-bottom: 60% !important; /* Adjust aspect ratio for larger appearance */
}

.product-image-photo {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-item-info:hover .product-image-photo {
    transform: scale(1.05);
}

/* Hide compare button */
.action.tocompare {
    display: none !important;
}

/* Move wishlist icon to top right of image */
.product-item-actions .action.towishlist {
    position: absolute;
    top:-26px;
    right: 10px;
    z-index: 10;
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.slick-slider .product-item-actions .action.towishlist {
    top: 0 !important;
}

.product-item-info:hover .action.towishlist {
    opacity: 1;
    transform: translateY(0);
}

.action.towishlist span {
    display: none;
}

/* .action.towishlist:before {
    content: "♥";
    font-size: 18px;
    color: #ff6b6b;
} */

/* Move add to cart button to bottom center of image */
.product-item-inner .actions-primary {
    /* position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    transition: all 0.3s ease; */
    width: 100%;
}

.product-item-info:hover .actions-primary {
    bottom: 20px;
}

.action.tocart.primary {
    width: 100%;
    background: #000 !important;
    color: white;
    border: none;
    padding: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.action.tocart.primary:hover {
    background: #333;
    transform: translateY(-2px);
}

/* .catalog-category-view .block.filter {
    padding: 20px;
    max-width: 400px;
    box-shadow: 0 0 2px #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .3s linear;
    z-index: 99;
}

.catalog-category-view .filter-options-item {
    display: block !important;
    padding: 15px 0 !important;
    margin: 0 0 10px !important;
    border-bottom: 1px solid #313131 !important;
}
.catalog-category-view .filter-options-content {
    position: static !important;
    box-shadow: none !important;
    width: 100% !important;
    border: 0 !important;
    background: 0 0 !important;
}
.catalog-category-view .filter-options-content .item {
    margin: 0;
    padding: 5px 0;
}

.catalog-category-view .block.filter {
    overflow-y: scroll;
}

.catalog-category-view .block.filter {
    overflow-y: scroll;
    z-index: 999;
}

.catalog-category-view .filter-options-item a {
    color: #000;
}

.catalog-category-view span.count {
    font-size: 1.2rem;
}

.catalog-category-view .filter-options-content li.item a:hover {
    color: #27C6FD;
}

.catalog-category-view .block.filter .filter-header {
    padding: 15px 20px;
    border-bottom: 1px solid #000;
    margin: 0 -20px;
}
.catalog-category-view .block.filter .filter-header .filter-bottom h3 {
    text-transform: uppercase;
}
.catalog-category-view .block.filter .filter-header .filter-top .close-icon {
    max-width: 15px;
    margin-left: auto;
    cursor: pointer;
}

.catalog-category-view .block.filter {
    padding: 20px;
    max-width: 400px;
    box-shadow: 0 0 2px #000;
}

.catalog-category-view .filter-options-title {
    color: #000;
}


.sub-cat-filers-btn {
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 10px 80px;
    border: 1px solid #000;
    text-transform: uppercase;
}

.sub-cat-filters {
    text-align: center;
}
 */


 h2.category-title {
    text-align: center;
}

.category-description {
    font-size: 18px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 20px;
    color: #232323;
}

.category-description [data-content-type='html'] {

    font-family: 'Lato', sans-serif !important;
}

/* Product details styling */
.product-item-details {
    padding: 50px 20px;
}

.product-item-name {
    margin-bottom: 8px;
}

.product-item-name a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

.product-item-name a:hover {
    color: #000;
}

/* Price styling */
.price-box {
    margin: 8px 0;
}

.special-price .price {
    color: #e02b2b;
    font-weight: 700;
    font-size: 16px;
}

.old-price .price {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
}

/* Quickview button styling */
.weltpixel-quickview {
    display: none; /* Hide quickview if not needed */
}

/* Product inner container adjustments */
.product-item-inner {
    position: static;
}

/* Ensure proper spacing and layout */
.product-actions {
    position: relative;
}

.actions-secondary {
    position: absolute;
    top: 10px;
    right: 10px;
}

.page-products .products-grid .product-item
{
    padding: 0 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {


.mini-product-card {
display: block !important;
}

    div#layered-filter-block .block-title.filter-title .filter-title strong {
        background-color: #000 !important;
        padding: 20px !important;
        font-size: 20px !important;
        justify-self: anchor-center;
        color: #fff !important;
        font-weight: 600;
    }

    /* .products.list.items.product-items {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
        padding: 10px;
    } */
    
    .actions-primary {
        width: 90%;
    }
    
    .action.tocart.primary {
        padding: 10px;
        font-size: 12px;
    }
}

/* Add some hover effects for better interactivity */
/* .product-item-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
} */

/* .product-item-info:hover::before {
    opacity: 1;
} */


/* product detail css */

.field.qty {
    width: 26%;
    float: left;
}

.catalog-product-view .box-tocart .actions {
    width: 50%;
    float: left;
}

/* .breadcrumbs {
    background-color: #f1fdff;
    padding: 20px 197px;
    margin-bottom: 55px !important;
    max-width: 100% !important;
} */


.breadcrumbs {
    position: relative;
    padding: 20px;
    margin-bottom: 55px !important;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
}

.breadcrumbs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #f1fdff;
    z-index: -1;
}

.swatch-option.text {
    background: #fff !important;
    color: #000;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 20px;
    margin-right: 7px;
    min-width: 22px;
    padding: 6px 10px !important;
}

.swatch-option {
    padding: 4px 10px !important;
}

.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover {
    border: 1px solid #ffffff;
    outline: 2px solid #000;
}


.swatch-option.color.selected {
    outline: 2px solid #000 !important;
}


.swatch-option:not(.color).selected {
    outline: 2px solid #000;
    border: none !important;
    color: #fff;
    background-color: #000 !important;
}

.box-tocart .action.tocart:not(:last-child) {
    margin-top: 3px;
}

.swatch-option:not(.disabled):not(.color):hover {
    border: none !important;
    color: #fff;
    outline: 1px solid #000 !important;
    background-color: #000 !important;
}


.product-info-main .product-info-price {
    margin-bottom: 0 !important;
}

.product-info-main .product-add-form {
    padding-top: 0 !important;
}

.reviews-actions a.action.add {
    color: #00bdff;
}

.product-info-main .product.attribute.overview {
    margin: 35px 0 !important;
    padding: 0 48px 0 0;
}

.product-info-main .page-title span {
    font-weight: 900 !important;
    font-size: 42px;
    letter-spacing: 1px;
}
.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
    font-size: 20px;
    color: #000 !important;
}

.product-reviews-summary .reviews-actions {
    font-size: 16px;
    margin-top: 3px;
}


.product.data.items {
    margin: 0 0 20px;
    padding: 0;
    border-bottom: none !important;
}
.product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin: 0 0 5px;
    position: relative;
}
.product.data.items > .item.title > .switch {
    display: block;
    padding-right: 30px; /* Add space for the plus/minus sign */
}
.product.attribute.overview div {
    color: #000;
}
.product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
}
.product.data.items > .item.content::after {
    clear: both;
}
.product.data.items > .item.content.active {
    display: block;
}
.product.data.items > .item.title > .switch {
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 2px;
    border-top: none;
    border-right: none;
    border-left: none;
    background: #fff;
    font-size: 24px;
    color: #000;
    padding-bottom: 7px !important;
    padding-left: 8px !important;
    position: relative;
    cursor: pointer;
    letter-spacing: 1px;
}
.item.content[aria-hidden="true"] {
    display: none;
}

.product.data.items > .item.content {
    /* background: #fff none repeat scroll 0 0;
    border: 1px solid #828282; */
    margin: 0 0 5px;
    padding: 20px;
    border: none !important;
}
.product.data.items > .item.active.title{
    margin-bottom: 0px;
}

/* Plus/Minus signs */
/* .product.data.items > .item.title > .switch::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: normal;
    transition: transform 0.3s ease;
} */

/* .product.data.items > .item.title.active > .switch::after {
    content: '-';
} */

.review-form .action.submit.primary:hover {
    background: #e1e1e1;
    border: 1px solid #cccccc;
    color: #fff;
}

.review-form .action.submit.primary{
    color: #fff !important; 
}

.catalog-product-view .block.widget.block-products-list.grid .block-title,
.catalog-product-view .block.widget.block-products-list.grid .block-title strong,
.catalog-product-view h3.title {
    font-size: 46px !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-style: italic;
    text-align: center;
    padding-bottom: 40px;
}


.category-item-info {
    text-align: center;
}

/* .catalog-product-view h3.title {
    font-size: 32px !important;
    color: #000 !important;
} */


.catalog-product-view .magepow-categories span.category-name {
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.catalog-product-view .magepow-categories .btn-link {
    display: none;
}

.field.qty label span {
    display: none;
}

.stock.available span {
    color: green;
    font-weight: 900;
}

.stock.unavailable span {
    color: #EB3939;
    font-weight: 900;
}

.catalog-product-view .action.tocart.primary {
    width: 94%;
}

span.share-it {
    font-size: 24px;
    padding-right: 20px;
}


/* Custom Wishlist Icon for Product Social Links Only */
.catalog-product-view .action.towishlist:before {
    content: '' !important;
    background: url('https://96b66230a9.nxcli.io/media/wysiwyg/wishlist.png') no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.qty-control {
    display: flex;
    align-items: stretch;
    max-width: 98px !important;
    border: 1px solid #bababa;
    gap: 0 !important;
}

/* button#qty-increment,
button#qty-decrement,
input#qty {
    color: #bababa !important;
} */

.qty-btn:hover {
    color: #000 !important;
    background-color: transparent;
    border: none;
}

.catalog-product-view .qty-buttons,
.catalog-product-view #qty {
    border: none !important;
}

/* Box styling around the wishlist button */
.catalog-product-view .action.towishlist {
    padding: 0 !important;
    border: none !important;
    background-color: #fff !important;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
}

/* Hover effects */
.catalog-product-view .action.towishlist:hover {
    background-color: #fff;
    border-color: #1979c3;
    box-shadow: 0 2px 8px rgba(25, 121, 195, 0.15);
    transform: translateY(-1px);
}

/* Active state */
.catalog-product-view .action.towishlist:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(25, 121, 195, 0.1);
}

/* Text alignment */
.catalog-product-view .action.towishlist span {
    margin-left: 8px;
    vertical-align: middle;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .catalog-product-view .action.towishlist {
        padding: 10px;
        min-width: 44px;
        min-height: 44px;
    }
    
    .catalog-product-view .action.towishlist:before {
        width: 18px;
        height: 18px;
    }
}




/* dropdown  */

/* Product Options Wrapper Styling */
.product-options-wrapper {
    margin: 20px 0;
    padding: 0;
    font-family: 'Lato', sans-serif !important;
}

/* Fieldset Styling */
.product-options-wrapper .fieldset {
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
}

/* Field Container Styling */
.product-options-wrapper .field {
    margin-bottom: 20px;
}

/* Label Styling */
.product-options-wrapper .label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Required Field Indicator */
.product-options-wrapper .field.required .label:after {
    content: '*';
    color: #e02b27;
    font-size: 14px;
    margin-left: 4px;
}

/* Control Container */
.product-options-wrapper .control {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
}

/* Dropdown Styling */
.product-options-wrapper select {
    width: 100%;
    /* padding: 12px 40px 12px 15px; */
    font-size: 16px;
    color: #555;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

/* Dropdown Focus State */
.product-options-wrapper select:focus {
    outline: none;
    border-color: #1979c3;
    box-shadow: 0 0 0 3px rgba(25, 121, 195, 0.1);
}

/* Dropdown Hover State */
.product-options-wrapper select:hover {
    border-color: #1979c3;
}

/* Dropdown Options Styling */
.product-options-wrapper option {
    padding: 10px 15px;
    font-size: 15px;
}

/* Dropdown Option Hover (limited browser support) */
.product-options-wrapper option:hover {
    background-color: #f0f7ff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-options-wrapper .control {
        max-width: 100%;
    }
    
    .product-options-wrapper select {
        padding: 14px 40px 14px 15px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    .product-options-wrapper .label {
        font-size: 15px;
    }
}

/* Animation for dropdown interaction */
@keyframes dropdownFocus {
    0% { transform: translateY(0); }
    50% { transform: translateY(-2px); }
    100% { transform: translateY(0); }
}

.product-options-wrapper select:focus {
    animation: dropdownFocus 0.3s ease;
}

/* Custom scrollbar for dropdown (Webkit browsers) */
.product-options-wrapper select::-webkit-scrollbar {
    width: 8px;
}

.product-options-wrapper select::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.product-options-wrapper select::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.product-options-wrapper select::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.field.qty .label {
    display: none;
}

.product.info.detailed {
    padding-top: 35px;
}


.catalog-product-view .data.item.title {
    position: relative;
    padding-right: 36px; /* space for arrow */
}



.block.related {
    display: none;
}



.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}


.catalog-category-view main#maincontent {
    padding: 0 !important;
}

select#limiter {
    background: none;
    border: 1px solid #000;
}


/* Newsletter */

.bikini-newsletter {
    margin: 2rem 0;
    /* font-family: 'Helvetica Neue', Arial, sans-serif; */
}

.newsletter-container {
    /* background: linear-gradient(135deg, #fff5f7 0%, #7fd9f8 100%);
    border-radius: 20px; */
    padding: 2.5rem;
    border: 2px solid #0a6c8f;
    /* box-shadow: 0 8px 32px rgba(255, 107, 149, 0.15); */
}

.newsletter-content {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-icon {
    margin-bottom: 1rem;
}

.newsletter-icon svg {
    width: 48px;
    height: 48px;
}

.newsletter-title {
    color: #0a6c8f;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.newsletter-description {
    color: #666;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.newsletter .field {
    margin-bottom: 1.5rem;
}

.newsletter .input-text {
    width: 100%;
    padding: 2rem 2.5rem;
    border: 2px solid #0a6c8f;
    /* border-radius: 50px; */
    font-size: 1.4rem;
    outline: none;
    transition: all 0.3s ease;
    background: white;
}

.newsletter .input-text:focus {
    border-color: #0a6c8f;
    box-shadow: 0 0 0 3px rgba(255, 107, 149, 0.1);
}

.actions .subscribe {
    background: #0a6c8f;
    border: none;
    /* border-radius: 50px; */
    padding: 1rem 2.5rem;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.actions .subscribe:hover {
    background: linear-gradient(135deg, #7fd9f8 0%, ##27C6FD 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 149, 0.3);
}

.newsletter-benefits {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #0a6c8f;
}

.benefit-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
    color: #666;
    font-size: 1.4rem;
}

.benefit-icon {
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.newsletter-footer {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {

    .mini-product-info a {
        font-size: 24px !important;
        padding-top: 10px;
    }

    a.action.towishlist {
        color: #000;
        font-size: 18px !important;
        gap: 10px !important;
    }
    .newsletter-container {
        padding: 2rem 1.5rem;
        margin: 0 1rem;
    }
    
    .newsletter-title {
        font-size: 1.5rem;
    }
    
    .newsletter-description {
        font-size: 1rem;
    }
    
    .actions .subscribe {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
}

/* Success/Error Messages */
.messages .message-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    margin: 1rem 8px;
}

.messages .message-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    margin: 1rem 8px;
}

.minicart-wrapper .action.showcart .counter-number {
    background: #0a6c8f !important;
}

button#top-cart-btn-checkout {
    background-color: #0a6c8f;
}

button.action.update {
    background-color: #000 !important;
    color: #fff !important;
}

.minicart-items .product-item-name a,
strong#block-discount-heading {
    color: #000 !important;
}

a.pagebuilder-button-primary {
    background: #000;
}

a.pagebuilder-button-primary:hover {
    background: #27C6FD !important;
}

.onestepcheckout-index-index .group-title .mark,
.onestepcheckout-index-index  .customer-information-title .mark {
    background-color: #000 !important;
}

.onestepcheckout-index-index .discount-code .form-discount .action-apply {
    color: #fff !important;
    max-width: 90px !important;
}

.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card--wrapper > .radio:checked + .label {
    border-color: #000 !important;
    box-shadow: inset 0 0 0 1px #000 !important;
}

.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox']:checked + label:before,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .radio:checked + .label::before,
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio:checked + .label::before, .onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio + .label:hover::before  {
    color: #000 !important
}

.mfp-content .block.widget.block-products-list.grid {
    display: none !important;
}

.mfp-content .custom-header-panel {
    display: none !important;
}

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
    z-index: 99999;
}

strong.block-subtitle.filter-subtitle {
    display: none;
}

.mf-label.mf-label-position-top-left {
    width: 25%;
}

a.weltpixel-quickview.weltpixel_quickview_button_v1 {
    width: 85% !important;
}

.mfp-iframe-holder .mfp-close {
    color: #000 !important;
}

.mf-label-container.mfpl-product-page img {
    width: 50% !important;
}

.mf-label.mf-label-position-top-left img {
    width: 25% !important;
}

.mfp-content .custom-header-panel {
    display: none !important;
}

