a {
    outline: none;
}
body, button, input, select, optgroup, textarea {
    font-family: 'Montserrat', sans-serif;
}
.container {
    width: 1272px;
    margin: 0 auto;
}
body {
    background-color: #f7f7f7;
}
a:hover, a:focus, a:active, a:visited {
    color: #000;
}
mark, ins {
    background-color: transparent;
}
.post, .page{
    margin: 0;
}
.product.type-product .entry-content{
 margin: 0;
}
/* HEADER */

/* Menu Toggle Styles */

.main-navigation {
    position: relative;
    width: auto;
}
.main-navigation.toggled ul {
    display: flex;
    flex-direction: column;
}
.menu-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.main-navigation ul ul{
    position: relative;
    box-shadow: none;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
}

.menu-icon {
    transition: transform 0.3s ease;
}

.menu-wrapper {
    position: absolute;
    top: 37px;
    left: -17px;
    background: white;
    min-width: 280px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    border-right: 1px solid #e3e6e7;
}

.menu-wrapper.menu-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.primary-menu-container {
    padding: 0;
}

#primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#primary-menu li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #e3e6e7;
}

#primary-menu li:last-child {
    border-bottom: none;
}

#primary-menu a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    background: white;
}

#primary-menu a:hover {
    color: #00d6c7;
}

#primary-menu a:focus {
    outline: none;
}

/* Submenu styles */
#primary-menu .sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#primary-menu .menu-item-has-children > a {
    position: relative;
}

#primary-menu .menu-item-has-children > a::after {
    content: '+';
    font-size: 1.25rem;
    font-weight: 300;
    color: #9ca3af;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

#primary-menu .menu-item-has-children.active > a::after {
    content: '−';
}

#primary-menu .menu-item-has-children.active > .sub-menu {
    display: block;
}

#primary-menu .sub-menu li {
    border-bottom: none;
}

#primary-menu .sub-menu a {
    font-size: 0.9375rem;
    color: #000;
    font-weight: 400;
}

#primary-menu .sub-menu a:hover {
    color: #00d6c7;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .menu-wrapper {
        width: 100%;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
}

/* Header Styles */
.woocommerce-message {
    border-top-color: #1ddf93 !important;
    padding: 20px !important;
    text-align: left !important;
}
.woocommerce-message::before {
    content: "" !important;
}
.button.wc-forward {
    margin-bottom: 10px !important;
}
.header-line {
    width: 100%;
    height: 50px;
    background-color: white;
    border-bottom: 1px solid #e5e7eb;
}

.header-container {
    position: relative;
    height: 50px;
    /* max-width: 1440px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.phone-number {
    font-family: 'Montserrat', Helvetica;
    font-weight: 700;
    color: #00d6c7;
    font-size: 1.125rem;
    margin-left: 0.5rem;
    text-decoration: none;
}

.phone-number:hover {
    text-decoration: none;
    color: #00d6c7;
}

.header-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.logo {
    width: 89px;
    height: 31px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-section {
    display: flex;
    align-items: center;
    border-right: 1px solid #e5e7eb;
    padding-right: 1rem;
}

.search-section form {
    display: flex;
    align-items: center;
}

.search-section input[type="search"] {
    border: none;
    background: none;
    padding: 0;
    margin-left: 0.5rem;
    font-family: 'Montserrat', Helvetica;
    font-weight: normal;
    color: #65737e;
    font-size: 0.75rem;
    width: 100px;
}

.search-section input[type="search"]::placeholder {
    color: #65737e;
}

.search-section input[type="search"]:focus {
    outline: none;
}

.search-section button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cart-link {
    text-decoration: none;
    position: relative;
}

.cart-link span {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #00d6c7;
    color: white;
    font-size: 0.75rem;
    padding: 0px 6px;
    border-radius: 50%;
    min-width: 18px;
    text-align: center;
}


.remove-product {
    display: none;
}

/* Benefits Header */
.benefits-header {
    width: 100%;
    border-bottom: 1px solid #e5e7eb;
    background-color: #fff;
}

.benefits-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 1rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
}

.benefit-icon {
    width: 24px;
    height: 24px;
}

.benefit-text {
    display: flex;
    flex-direction: column;
}

.benefit-title {
    font-family: 'Montserrat', Helvetica;
    font-size: 0.875rem;
    color: #111827;
    margin: 0;
}

.benefit-description {
    font-family: 'Montserrat', Helvetica;
    font-size: 0.75rem;
    color: #6b7280;
}

@media (max-width: 768px) {
    .benefit-item {
        width: 100%;
    }
}



/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('/wp-content/themes/djun_custom/assets/hero-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
}

.hero-container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 1;
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 29px;
    font-weight: 500;
    color: white;
    margin: 0 auto 2rem;
    max-width: 734px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.hero-button {
    width: 155px;
    padding: 1rem 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    border: 2px solid white;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.hero-button:hover {
    background: white;
    color: #00d6c7;
}

.hero-button:visited {
    color: white;
}

.hero-button:visited:hover {
    color: #00d6c7;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-title {
        font-size: 24px;
        padding: 0 1rem;
    }

    .hero-button {
        width: 100%;
        max-width: 155px;
    }
}

/* Hero Section END */



/* carousel slider products homepage */

/* Category Section Styles */
.category-section {
    margin: 40px 0;
    max-width: 1051px;
    margin: 0 auto;
    position: relative;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.category-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 24px;
}

.category-filters {
    display: flex;
    gap: 20px;
}

.filter-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

/* Product Section Styles */
.woocommerce span.onsale{
    display: none;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
    opacity: unset;
    width: auto !important;
}
.woocommerce-product-gallery__image {
    width: 639px ;
}
.product-section {
    margin: 40px auto;
    max-width: 1051px;
}

.section-header {
    margin-bottom: 20px;
}

.section-header h2 {
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.filters {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.filter-btn {
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 2px 0;
    background: none;
    border: none;
    font-weight: 700;
    border-radius: 0;
}

.filter-btn.active {
    color: #000;
    border-bottom: 2px solid #000;
}

.product-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-content {
    display: flex;
    transition: transform 0.3s ease;
    width: 100%;
}

.product-card {
    flex: 0 0 253px;
    margin-right: 13px;
    background: white;
    text-decoration: none;
}

.product-image-container {
    position: relative;
    height: 253px;
    overflow: hidden;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-badge {
    position: absolute;
    bottom: 21px;
    left: 0;
    background: #E10E0E;
    color: white;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: bold;
    min-width: 87px;
    text-align: center;
}

.product-info {
    height: 115px;
    padding: 9px 12px;
    position: relative;
}

.product-price {
    display: flex;
    gap: 10px;
}

.original-price {
    color: #b3b3b5;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 700;
}

.sale-price {
    color: #46c18f;
    font-size: 14px;
    font-weight: 700;
}
.product-layout .sale-price {
    font-size: 16px;
    padding-left: 5px;
}

.carousel-next,
.carousel-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: #00D6C7;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 1;
}

.carousel-next img,
.carousel-prev img{
    max-width: none;
}

.carousel-next {
    right: 0;
}

.carousel-prev {
    left: 0;
}

.carousel-next:hover,
.carousel-prev:hover {
    background: rgba(0, 214, 199, 0.9);
}

/* Filter text styles */
.filter-text {
    font-size: 12px;
    color: #65737E;
}

/* carousel slider products homepage END */


/* Footer Styles */
.footer-container {
    display: flex;
}
.footer-container_mobile {
    display: none;
}
.site-footer {
    background-color: #ECECEC;
    padding: 2rem 0;
    margin-top: auto;
}

.footer-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left {
    display: flex;
    flex-direction: column;
}
.footer-left a {
    margin-bottom: 70px;
}

.footer-logo img {
    width: 89px;
    height: 31px;
}

.footer-copyright {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    color: #000;
    margin: 0;
}

.footer-links {
    display: flex;
    margin-top: 70px;
    gap: 2rem;
}

.footer-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    transition: color 0.3s ease;
    font-weight: 500;
    
}

.footer-link:hover {
    color: #00d6c7;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.social-link img {
    width: 40px;
    height: 40px;
}
.footer-right {
    display: flex;
    flex-direction: column;
    align-items: end;
}

/* Responsive Footer */
@media (max-width: 1024px) {
    .footer-container {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

    .footer-right {
        flex-direction: column;
        gap: 1.5rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Footer Styles END */

/* Product Grid Styles */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .category-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .product-categories-filter {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .product-categories-filter a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    font-weight: 500;
  }
  
  .custom-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
  }
  
  .product-card {
    position: relative;
    background: #fff;
  }
  
  .product-card .product-img {
    position: relative;
    display: block;
  }
  
  .product-card img {
    width: 100%;
    height: auto;
  }
  
  .badge.sale {
    position: absolute;
    top: 225px;
    left: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0px 18px;
    background-color: #E10E0E;
}

.badge.promo {
    background-color: #E10E0E;
    position: absolute;
    top: 225px;
    left: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0px 18px;
  }
  
  .color-tag {
    position: absolute;
    bottom: 10px;
    right: 8px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
  }
  
  .product-title {
    margin-top: 0px;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    color: black;
  }
  
  .price {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-top: 5px;
  }
  

/* Product Grid Styles END */

/* Product Variation Styles */
.color-variation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.color-option {
    position: relative;
    cursor: pointer;
}

.color-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.price {
    font-size: 18px !important;
}

.product-card .price {
    font-size: 14px !important;
}

/* Styled color variation circles */

.color-option span.color-name {
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.color-option.selected span.color-name {
    border-bottom: 2px solid #000;
}

.color-variation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.color-option {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.color-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.color-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 71px;
    height: 71px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 2px solid #eee;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.color-option input:checked + .color-circle {
    border-color: #00BCDC;
    box-shadow: 0 0 0 2px #00BCDC;
}

.color-name {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    white-space: nowrap;
}

.reset_variations {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    text-decoration: none;
}

.woocommerce-variation-price {
    margin-bottom: 15px;
    font-weight: 600;
}

.woocommerce-variation-price del {
    font-size: 14px;
    color: #B4B4B5;
    margin-right: 0;
    text-decoration: line-through;
}

.woocommerce-variation-price ins {
    text-decoration: none;
    color: #46C18F;
    font-weight: 700;
    font-size: 18px !important;
}

.woocommerce-variation-availability {
    margin-bottom: 15px;
    font-size: 14px;
}

.hidden {
    display: none !important;
}

.nav-links, #comments, .widget-area, .site .page-title {
    display: none !important;
}

.woocommerce-message {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: end;
}

.woocommerce-message::after {
    content: "Продуктът е добавен в количката успешно.";
}
.woocommerce-message, .woocommerce-message:focus-visible {
    border: 2px solid #1ddf93;
}
.button.wc-forward {
    background-color: #00D6C7 !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    width: 200px;
    text-align: center;
    padding: 13px 0 !important;
}
.woocommerce-message::before {
    content: "\e015";
    color: #1ddf93;
}

.phone-number-sidebar-mobile, .phone-number-sidebar-mobile:hover {
    color: #000;
    font-weight: 700;
}

/* Checkout Page */
.checkout-help-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.modal-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    max-width: 90%;
    width: 400px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.modal-close {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    font-size: 50px;
    cursor: pointer;
    color: #666;
    padding: 5px;
    line-height: 1;
}

.modal-close:hover {
    color: #000;
}

.modal-text {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    color: #10C6BA;
    font-weight: 700;
}

.modal-buttons {
    display: flex;
    justify-content: center;
}

.modal-button {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.phone-button {
    color: #46c18f;
    font-weight: 700;
}


.modal-button:hover {
    color: #000;
    transform: translateY(-1px);
}

.close-modal {
    color: #fff;
    font-weight: 700;
    background-color: #0064d6;
    cursor: pointer;
    margin-top: 20px;
}
.close-modal:hover {
    color: #cccccc;
}

.button-icon {
    width: 20px;
    height: 20px;
}
 .woocommerce-shipping-totals, .wc_payment_methods.payment_methods, .woocommerce-terms-and-conditions-wrapper, #order_review, .woocommerce-checkout-review-order-table {
    display: none;
 }
 .woocommerce-remove-coupon, .woocommerce-remove-coupon:hover {
    color: #000;
 }
 .woocommerce table.shop_table tfoot td {
    text-align: right;
 }
 .woocommerce table.shop_table th {
    width: 50%;
 }
.place-order #place_order {
    width: 100%;
    height: 50px;
    font-family: 'Montserrat', sans-serif;
    background-color: #00D6C7;
    border: 0;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}
.form-row.place-order {
    padding: 0 !important;
    background-color: #fff;
}
.checkout-info-box {
    display: flex;
    align-items: center;
    background-color: #F7ECA5;
    padding: 16px;
}
.checkout-info-box p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    padding-left: 15px;
    font-weight: 500;
}
.shipping_address_left, .shipping_address_right {
    background-color: #fff;
    padding: 22px;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
a.edit-cart-button {
    color: #909091;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

.cart-notification-message {
    background: #CAF8E8;
    color: #000;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}
.cart-notification-message p {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}
.cart-notification-message p span {
    font-weight: 700;
}
.cart-product-item, .product-image-title {
    display: flex;
}
.cart-product-item{
    width: 100%;
    margin-top: 22px;
}
.product-image-title {
    width: 60%;
}
.cart-product-item .product-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    padding-top: 0;
}
.product-details h3 {
    font-size: 14px;
    font-weight: 700;
}
.product-details .variation-name, .product-details .quantity-name {
    font-size: 14px;
    font-weight: 500;
    color: #909091;
}
.product-details .variation-value, .product-details .quantity-value {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.product-price-info {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 40%;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
}

.regular-price {
    color: #B4B4B5;
    text-decoration: line-through;
}

/* .product-image-title img {
    width: 105px;
} */

.cart-totals div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.cart-total {
    border-bottom: 1px solid #E3E6E7;
    padding-bottom: 21px;
}

.cart-totals {
    margin-top: 45px;
}

.cart-totals span.value{
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.cart-shipping span.value{
    font-size: 14px;
    font-weight: 500;
    color: #909091;
}

.coupon-label {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding-bottom: 15px;
}
.cart-coupon input {
    border: 1px solid #000;
    height: 52px;
}

.apply-coupon-button {
    background-color: #00D6C7 !important;
    height: 52px;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #000 !important;
}

.woocommerce-checkout h1 {
    text-align: center;
    padding-top: 0;
    margin-top: 0;
}

.site-main .container {
    padding-top: 0;
}

.custom-coupon-container {
    margin-top: 22px !important;
}

.checkout-info-box {
    margin-bottom: 10px !important;
}

.woocommerce-billing-fields {
    display: none;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: none !important;
}

.phone-number-sidebar-mobile, .cart-coupon {
    display: none;
}

@media (max-width: 1024px) {
    .phone-number-sidebar-mobile {
        display: block;
        color: #00d6c7;
    }
    #primary-menu .sub-menu {
        display: block;
    }
    .woo-variation-product-gallery {
        width: 100%;
    }
    .product-card .color-variations-section {
        margin-top: 0px !important;
    }
    .product-title, .woo-variation-product-gallery {
        margin-bottom: 0px;
    }
    .woo-variation-gallery-wrapper {
        min-height: auto !important;
    }
    .product-info {
        height: auto;
    }
    .product-card .color-option {
        width: 48px !important;
        height: 48px !important;
    }
    .section-header h2 {
        font-size: 29px;
    }
    .button.wc-forward {
        width: 100% !important;
    }
    .header-cart-popup {
        display: none !important;
    }
    .header-left .phone-number {
        display: none;
    }
    .search-section .search-form {
        width: 50px;
    }
    .search-section .search-form img{
        max-width: none;
    }
    .benefit-item {
        display: none;
    }
    .benefit-item:first-child {
        display: flex;
        justify-content: center;
    }
    .benefits-container {
        flex-direction: unset;
        gap: 0px;
        padding: 0;
        height: 40px;
    }
    .benefit-title {
        font-size: 10px;
    }
    .hero-button:last-child {
        display: none;
    }
    .hero-buttons {
        flex-direction: row;
    }
    .hero-section {
        align-items: end;
        padding-bottom: 40px;
        height: 460px;
    }
    .filter-text {
        display: none;
    }
    .product-section {
        padding: 0 20px;
    }
    .search-section input[type="search"] {
        margin-left: 0 !important;
    }
    .main-navigation.toggled ul li.focus > ul,#primary-menu .toggled .sub-menu  {
        display: flex !important;
    }
    .footer-container {
        display: none;
    }
    .footer-container_mobile {
        display: block;
        padding: 0 20px;
    }
    .footer-container_mobile-inner {
        display: flex;
        justify-content: space-between;
    }
    .footer-links_mobile {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-social_mobile a {
        color: transparent;
    }
    .footer-links_mobile-phone {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
    }
    .footer-links_mobile-phone a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
    }
    .footer-links_mobile-phone img {
        width: 24px;
        height: 24px;
    }
    .footer-social_mobile img {
        width: 39px;
        height: 39px;
    }
    .flex_filter_sort {
        flex-direction: column-reverse;
    }
    .woocommerce .woocommerce-ordering {
        margin-bottom: 5px !important;
    }
    .woocommerce-product-gallery__image, .product-thumbnail-carousel {
        width: 100% !important;
    }
    .product-layout {
        display: flex;
        flex-wrap: wrap;
        gap: 0 !important;
        margin-bottom: 0;
    }
    .woocommerce-message {
        text-align: right;
    }
    .container {
        width: 100%;
    }
    .custom-coupon-container {
        margin-top: 0 !important;
    }
    .checkout h1 {
        font-size: 20px;
        text-transform: uppercase;
        padding-bottom: 10px;
        color: #000;
    }
    .container {
        padding: 0;
    } 
    .shipping_address_right {
        padding-top: 0;
    }
    .product-image-title img {
        height: 104px;
    }
    .cart-product-item .product-details {
        padding-top: 0;
        padding-bottom: 0;
    }
    .product-quantity{
        display: flex;
        gap: 10px;
    }
    .cart-product-item {
        justify-content: space-between;
    }
    .product-price-info {
        width: 30%;
    }
    .product-image-title {
        width: 88%;
    }
    .product-details h3{
        margin: 0;
        padding: 0;
    }
    .checkout-info-box p {
        font-size: 12px;
        color: #000;
    }
    .footer-link:visited {
        color: #000;
    }
    .product-card {
        margin-right: 0;
    }
    .product-section {
        margin: 21px auto;
    }
    .product-title, .product-price span {
        font-size: 20px;
    }
    .woocommerce div.product div.images {
        margin-bottom: 0.5em !important;
    }
    .product-info-section .price {
        width: 190px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        margin: 10px auto;
    }
    .wc-block-components-product-metadata__description {
        display: none !important;
    }
    .sale-price .woocommerce-Price-amount {
        color: #000 !important;
    }
}
@media (max-width: 380px) {
    .filters {
        gap: 10px;
    }
}

/* Media queries for mobile responsiveness */
@media (max-width: 767px) {
    .product-carousel {
        overflow: hidden;
        width: 100%;
    }
    
    .carousel-content {
        display: flex;
        transition: transform 0.3s ease;
    }
    
    .product-carousel .carousel-content .product-card {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    
    /* Ensure the product image container is proper size on mobile */
    .product-card .product-image-container {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }
}