/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/

body, p, h1, h2, h3, h4, h5, h6, li, a, input, textarea, button {
    font-family: "Open Sans", sans-serif !important;
}

#page-container {
    overflow-x: hidden;
    max-width: 100vw;
}

.mod-inline {
    display: flex;
	margin-right:0 !important;
}

.mod-inline .et_pb_module {
    margin-left: 20px;
}

.items-center {
    align-items: center;
	justify-content:center;
    gap: 10px;
}

.flex-left {
    justify-content: center;
}

#cart {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* HEADER & NAVIGATION */

#top-main-menu {
    max-width: 100%;
	width:1400px;
}

#main-logo {
    bottom: 4px;
}

div#main-logo, .et-db #et-boc div#main-logo {
    margin-right: 80px !important;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 0px;
}

.et-db #et-boc .et-l .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 0 !important;
}

.et_pb_menu__menu>nav>ul>li {
    margin-top: 0px !important;
}

.et_pb_section_0_tb_header {
    top: 0 !important;
}

.et-db #et-boc .et-l .et_pb_section_0_tb_header.et_pb_section_0_tb_header {
    position: fixed !important;
    top: 0 !important;
    z-index: 999999 !important;
}

/* Cart Icon */
#cart-icon {
    position: relative;
}

#ecommerce-cart-count.ecommerce-cart-with-items {
    display: block;
}

/* Language Switcher */
#menu-language-switcher > li.lang-item > a {
    font-size: 12px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: transparent !important;
    border: 1px solid black !important;
    color: black !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    padding: 0 !important;
    box-shadow: none !important;
    font-weight: bold !important;
}

#menu-language-switcher > li.lang-item > a:hover {
    background: #000 !important;
    transition: 0.3s ease-in-out all;
    color: white !important;
    border-color: white;
    opacity: 1;
}

#menu-language-switcher > li {
    margin-top: 0 !important;
}

div.et_pb_module.et_pb_menu.et_pb_menu_1_tb_header.et_pb_menu--without-logo.et_pb_menu--style-left_aligned {
    border-radius: 50%;
}

#menu-main-menu-gr > li.lang-item-en,
#menu-item-100343-el,
#menu-main-menu-en > li.lang-item-el{
    display: none !important;
}

/* Submenu Hover Effects */
#menu-main-menu-gr li .sub-menu li a span,
#menu-main-menu-en li .sub-menu li a span {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

#menu-main-menu-gr li .sub-menu li a span::after,
#menu-main-menu-en li .sub-menu li a span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 250ms ease-in-out;
}

#menu-main-menu-gr li .sub-menu li a:hover span::after,
#menu-main-menu-en li .sub-menu li a:hover span::after {
    transform: scaleX(1);
}

.dtb-menu ul.et-menu li li a, 
.et-db #et-boc .et-l .dtb-menu ul.et-menu li li a {
    padding: 5px 15px 5px 20px !important;
}

#top-menu>li:not(.mega-menu)>.sub-menu:after, 
#top-menu>li>.children:after, 
.dtb-menu ul.et-menu>li:not(.mega-menu)>.sub-menu:after {
    content: none !important;
}

#all-products-btn {
    font-size: 15px;
    text-transform: capitalize;
}

/* ======== HERO SLIDER ============ */

/* Desktop - Default styles */
#slide-portrait > div > div {
    background-image: url(/wp-content/uploads/2025/10/hero-bg-img.jpg);
    background-position: top;
    background-size: cover;
}

#slide-portrait > div > div > div > div > div > h1 {
    font-size: 50px !important;
}

#slide-portrait > div > div > div > div > div > div > p {
    font-size: 25px !important;
}

div.slider-content div.et-pb-active-slide {
    min-height: 100vh;
}

div.slider-content > div > div > div > div > div > h1 {
    font-size: 40px !important;
}

div.slider-content > div > div > div > div > div > div.et_pb_slide_content,
div.slider-content > div > div > div > div > div > div.et_pb_slide_content p {
    font-size: 20px !important;
}

/* Tablet - 980px and below */
@media (max-width: 980px) {
    #slide-portrait > div > div > div > div > div > h1 {
        font-size: 40px !important;
    }
    
    #slide-portrait > div > div > div > div > div > div > p {
        font-size: 20px !important;
    }
    
    div.slider-content > div > div > div > div > div > h1 {
        font-size: 32px !important;
    }
    
    div.slider-content > div > div > div > div > div > div.et_pb_slide_content,
    div.slider-content > div > div > div > div > div > div.et_pb_slide_content p {
        font-size: 18px !important;
    }
}

/* Mobile Landscape - 767px and below */
@media (max-width: 767px) {
    #slide-portrait > div > div > div > div > div > h1 {
        font-size: 32px !important;
    }
    
    #slide-portrait > div > div > div > div > div > div > p {
        font-size: 18px !important;
    }
    
    div.slider-content > div > div > div > div > div > h1 {
        font-size: 28px !important;
    }
    
    div.slider-content > div > div > div > div > div > div.et_pb_slide_content,
    div.slider-content > div > div > div > div > div > div.et_pb_slide_content p {
        font-size: 16px !important;
    }
    
    div.slider-content div.et-pb-active-slide {
        min-height: 80vh;
    }
}

/* Mobile Portrait - 479px and below */
@media (max-width: 479px) {
    #slide-portrait > div > div > div > div > div > h1 {
        font-size: 28px !important;
    }
    
    #slide-portrait > div > div > div > div > div > div > p {
        font-size: 16px !important;
    }
    
    div.slider-content > div > div > div > div > div > h1 {
        font-size: 24px !important;
    }
    
    div.slider-content > div > div > div > div > div > div.et_pb_slide_content,
    div.slider-content > div > div > div > div > div > div.et_pb_slide_content p {
        font-size: 14px !important;
    }
    
    div.slider-content div.et-pb-active-slide {
        min-height: 70vh;
    }
}

/* PRODUCT PAGES & VARIATIONS */

body.single-product #main-content {
    position: relative;
    z-index: 10;
}

body.single-product.woocommerce div.product, 
.et-db #et-boc .et-l.et-l--header .et_builder_inner_content.product {
    z-index: 20 !important;
}

body.with-sticky-menu.single-product.woocommerce div.product {
    z-index: auto !important;
}

.et_pb_wc_add_to_cart form.cart .variations td.value span:after {
    content: none;
}

#main-content .woocommerce-notices-wrapper {
    padding-top: 75px;
    display: none;
}

/* Product Page Information Style */
.product-information-style {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.product-information-style .product_meta {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    padding-top: 25px;
}

.product-information-style .product_meta span.sku_wrapper,
.product-information-style .product_meta span.posted_in,
.product-information-style .product_meta span.tagged_as {
    font-weight: 700 !important;
}

.product-information-style .product_meta span.sku_wrapper span.sku,
.product-information-style .product_meta span.posted_in span.posted_in a,
.product-information-style .product_meta span.tagged_as span.tagged_as a {
    font-weight: 400 !important;
}

.product-information-style p.stock {
    margin-bottom: 25px !important;
}

/* WOOCOMMERCE STYLES */

/* Shop & Product Styles */
div.dwe_woo_product_category_thumbnail {
    border-radius: 50% !important;
}

.et_pb_row {
    background-position: 100%;
}

li.product {
    text-align: center;
}

.et_pb_shop_0_tb_body.et_pb_shop .woocommerce ul.products li.product h2 {
    width: 100%;
}

.woocommerce-loop-product__title {
    width: 100% !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 20px 0 0 0;
}

.dfw-17-related-products section.related > h2 {
    margin-bottom: 60px !important;
}

p.woocommerce-result-count,
.orderby {
    display: none;
}

.dfw-shop-20 ul.products li.product:hover h2.woocommerce-loop-product__title {
    margin-top: -35px !important;
}

.et_pb_shop span.et_shop_image > ul {
    display: none;
}

.et_pb_shop_0_tb_body.et_pb_shop {
    border: none !important;
}

/* Product Images */
.dwe_single_woo_product_thumbnail_wrapper {
    border-radius: 5px;
}

.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a img {
    border-radius: 5px !important;
}

/* Product Titles */
.dwe_single_woo_product_title a,
.dwe_single_woo_product_title {
    font-weight: 400;
}

/* Add to Cart Buttons */
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_variable.add_to_cart_button,
.dwe_single_woo_product_add_to_cart a.added_to_cart,
a.button .added,
a.button .loading {
    padding: 15px !important;
    background: #000;
    border: 2px solid #000;
    border-radius: 8px !important;
    color: #fff;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 10px !important;
    margin-bottom: 25px;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    width: 100%;
}
/* Wishlist Button - Larger Touch Target */
.dwe_wishlist_button_wrapper a.dwe_add_to_wishlist_button {
   
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

/* Wishlist Icon SVG - Proper Size */
.dwe_wishlist_button_wrapper a.dwe_add_to_wishlist_button svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}

/* Product Thumbnail Link - Ensure Full Coverage */
.dwe_single_woo_product_thumbnail_wrapper .dwe_single_woo_product_thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px;
}
.shop-button-homepage {
    background: black;
    color: white;
}

a.button .loading {
    font-size: 14px;
    padding: 13px !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
a.button.product_type_variable.add_to_cart_button:hover {
    background: linear-gradient(135deg, rgba(212,175,55,0.15) 0%, rgba(212,175,55,0.08) 100%);
    color: #d4af37;
    border: 2px solid #d4af37;
}

/* Stock Status */
.woocommerce div.product p.stock,
.woocommerce div.product .et_pb_wc_add_to_cart .stock {
    color: green !important;
}

.woocommerce div.product .et_pb_wc_add_to_cart .out-of-stock {
    color: #aa0000 !important;
}

/* Variation & Cart Styles */
div.woocommerce-variation-add-to-cart .variations_button .woocommerce-variation-add-to-cart-enabled,
div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 180px;
    margin-right: 10px;
    padding: 8px;
    text-align: center;
}

/* Wishlist & Mini Cart */
.dwe_mini_cart_product_count {
    width: 16px;
    height: 16px;
    background: red;
    color: white;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    border-radius: 25px;
    position: absolute;
    top: -11px !important;
    right: -11px !important;
}

div.dwe_wishlist_button_wrapper {
    margin-left: 20px;
}

#mini-cart-woo {
    margin-bottom: 0 !important;
}

/* Mini Cart Dropdown */
.dwe_mini_cart_0_tb_header_module {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999999;
    text-align: left;
    transform: translateY(-10px);
    background-color: #fff;
    width: 300px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    border-radius: 6px;
}

.dwe_mini_cart_active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.dwe_mini_cart_wrapper {
    background-color: #fff;
    padding: 15px;
}

.dwe_mini_cart_product_name {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.dwe_mini_cart_product_quantity,
.dwe_mini_cart_product_meta .amount,
.dwe_mini_cart_product_content_wrapper > div > span {
    font-size: 13px;
    color: #666;
}

.dwe_mini_cart_total {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
}

.dwe_mini_cart_button {
    padding: 8px 16px !important;
    font-size: 12px !important;
    border-radius: 4px !important;
    margin-right: 5px !important;
}

.dwe_mini_cart_button:hover {
    background-color: black !important;
    color: white !important;
}

/* QuickView */
.dwe_product_lightbox_content_wrapper {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
}
.dwe_woo_products_0 .dwe_single_woo_product_quickview_wrapper a{
	width:100%;
}
.dwe_single_woo_product_quickview_wrapper a.dwe_single_woo_product_quickview {
    min-width: 48px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 14px;
}

/* Category Pages Fix */
body.tax-product_cat {
    padding-top: 0 !important;
}

/* Filter Sidebar Styles (Shop) */
div.wfpDescription {
    font-size: 17px;
    color: #000;
    font-family: 'Inter';
    font-weight: bold;
}

span.wpfFilterTaxNameWrapper {
    font-size: 15px;
    color: #000;
}

span.wpfFilterTaxNameWrapper:hover {
    color: #8f7b50;
}

div.wpfFilterButtons button.wpfClearButton {
    font-size: 14px !important;
    background: black;
    color: white;
    border-radius: 5px !important;
    line-height: 10px !important;
    transition: all 300ms ease-in-out;
    padding: 15px !important;
    border: none;
    cursor: pointer;
    width: auto;
}

div.wpfFilterButtons button.wpfClearButton:hover {
    background: #8f7b50;
    color: white;
    border: none;
}

.ui-slider.ui-widget-content .ui-slider-handle {
    background: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    border: none !important;
}

.ui-slider.ui-widget-content .ui-slider-handle:hover {
    background: #8f7b50 !important;
    border: none !important;
}

/* Footer Fix for Empty Space */
#et-main-area {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#et-main-area #main-content {
    flex: auto;
}

/* WooCommerce Messages */
div.woocommerce-message {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Shopping Bag & Checkout */
.et_pb_wc_cart_totals .select2-container--default .select2-selection--single {
    padding: 8px;
}

div.shopping-bag-items-info-content {
    width: 60% !important;
}

div.shopping-bag-items-info-cart-totals {
    width: 40% !important;
}

/* About Page Specific */
div.about-us-page-first-left-row {
    padding-top: 150px;
}

/* =========================HOMEPAGE CUSTOM SECTIONS===================================*/

/*  HOMEPAGE CATEGORIES SECTION*/
.homepage-categories-first-section,
.homepage-categories-row {
    background: #fcfaf5;
}

.joyme-categories {
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.joyme-categories::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    pointer-events: none;
}

.categories-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.categories-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    text-decoration: none;
    display: block;
    flex: 0 0 calc(20% - 20px);
    aspect-ratio: 3/4;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 280px;
}

.category-card:hover {
    transform: translateY(-10px);
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.5s ease;
}

.category-card .card-inner {
    min-height: 100%;
}

.category-card:hover .card-inner {
    box-shadow: 0 20px 60px rgba(201, 169, 97, 0.4);
}

.card-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-card:hover .card-image img {
    transform: scale(1.12);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.8) 100%
    );
    transition: opacity 0.4s ease;
}

.category-card:hover .card-overlay {
    opacity: 0.9;
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-card:hover .card-content {
    transform: translateY(-5px);
}

.category-name {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.category-cta {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #C9A961;
    font-weight: 400;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-card:hover .category-cta {
    opacity: 1;
    transform: translateY(0);
}

.shine-effect {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 60%,
        transparent 100%
    );
    transform: rotate(45deg) translateX(-100%);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.category-card:hover .shine-effect {
    transform: rotate(45deg) translateX(100%);
}

/* WOOCOMMERCE PRODUCTS ALL HOMEPAGE*/
div.third-row-homepage-products{
	width:1150px;
	max-width:100%;
}
/* SHIPPING SECTION - HOMEPAGE */

.shipping-costs-section {
    background: #fcfaf5;
}

.jewel-shipping-section {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.jewel-shipping-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    z-index: 1;
}

.jewel-shipping-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    z-index: 1;
}

.jewel-shipping-wrapper {
    width: 100%;
    max-width: 1800px;
    position: relative;
    z-index: 2;
}

.jewel-shipping-heading {
    text-align: center;
    margin-bottom: 60px;
}

.jewel-shipping-heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    letter-spacing: -0.5px;
}

.jewel-shipping-heading p {
    font-size: 18px;
    color: #666;
    margin: 0;
    font-weight: 400;
}

.jewel-shipping-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.jewel-shipping-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.04);
}

.jewel-shipping-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(212,175,55,0.8), transparent);
    transition: left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jewel-shipping-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    border-color: rgba(212,175,55,0.2);
}

.jewel-shipping-card:hover::before {
    left: 100%;
}

.jewel-shipping-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(212,175,55,0.1) 0%, rgba(212,175,55,0.05) 100%);
    border-radius: 50%;
    color: #d4af37;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jewel-shipping-card:hover .jewel-shipping-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(212,175,55,0.15) 0%, rgba(212,175,55,0.08) 100%);
}

.jewel-shipping-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    margin: 0 0 25px 0;
    letter-spacing: -0.3px;
}

.jewel-shipping-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.jewel-shipping-detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.jewel-shipping-detail-item:last-child {
    border-bottom: none;
}

.jewel-shipping-detail-item.single {
    justify-content: center;
}

.jewel-detail-label {
    font-size: 15px;
    color: #d4af37;
    font-weight: 600;
}

.jewel-detail-value {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 600;
}

/* ABOUT SECTION - HOMEPAGE (JOYME CREATION) */

.joyme-creation-section-about {
    background: #fcfaf5;
}

.jewel-about-section {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.jewel-about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.jewel-about-wrapper {
    width: 100%;
    max-width: 1800px;
    position: relative;
}

.jewel-about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.jewel-about-text {
    padding-right: 20px;
}

.jewel-about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(212,175,55,0.1) 0%, rgba(212,175,55,0.05) 100%);
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 50px;
    color: #d4af37;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.jewel-about-badge:hover {
    background: linear-gradient(135deg, rgba(212,175,55,0.15) 0%, rgba(212,175,55,0.08) 100%);
    transform: translateY(-2px);
}

.jewel-about-badge svg {
    width: 18px;
    height: 18px;
}

.jewel-about-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 25px 0;
    letter-spacing: -1px;
    line-height: 1.2;
}

.jewel-about-description {
    font-size: 16px;
    line-height: 27px;
    color: #333;
    margin: 0 0 35px 0;
    font-weight: 400;
}

.jewel-about-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.jewel-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.jewel-feature-item svg {
    color: #d4af37;
    flex-shrink: 0;
}

.jewel-about-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #000;
    border: 2px solid #000;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.jewel-about-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(212,175,55,0.15) 0%, rgba(212,175,55,0.08) 100%);
    transition: left 0.6s ease;
}

.jewel-about-button:hover {
    background: linear-gradient(135deg, rgba(212,175,55,0.1) 0%, rgba(212,175,55,0.05) 100%);
    color: #d4af37;
    border: 2px solid #d4af37;
}

.jewel-about-button:hover::before {
    left: 100%;
}

.jewel-about-button svg {
    transition: transform 0.4s ease;
}

.jewel-about-button:hover svg {
    transform: translateX(5px);
}

.jewel-about-image {
    position: relative;
}

.jewel-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    aspect-ratio: 4 / 5;
}

.jewel-image-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.2);
}

.jewel-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.jewel-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 40px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.jewel-image-container:hover .jewel-image-overlay {
    opacity: 1;
}

.jewel-overlay-content {
    text-align: center;
    color: #ffffff;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.jewel-image-container:hover .jewel-overlay-content {
    transform: translateY(0);
}

.jewel-overlay-content svg {
    margin-bottom: 15px;
    color: #d4af37;
}

.jewel-overlay-content p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.jewel-about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.jewel-stat-item {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.jewel-stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.jewel-stat-number {
    font-size: 32px;
    font-weight: 700;
/*     color: #d4af37; */
	 color: #9d7d1a;
    margin-bottom: 8px;
}

.jewel-stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* JEWEL CARE SECTION - HOMEPAGE */

.jewel-care-section {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    position: relative;
    padding: 20px;
}

.jewel-care-wrapper {
    width: 100%;
    max-width: 1800px;
}

.jewel-care-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.jewel-care-hero-image {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.jewel-care-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jewel-care-hero:hover .jewel-care-hero-image img {
    transform: scale(1.05);
}

.jewel-hero-overlay {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
}

.jewel-hero-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    color: #d4af37;
    font-weight: 600;
    font-size: 14px;
}

.jewel-hero-badge svg {
    width: 20px;
    height: 20px;
}

.jewel-care-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    gap: 20px;
}

.jewel-care-hero-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    line-height: 1.2;
}

.jewel-care-hero-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    margin: 0 0 35px 0;
}

.jewel-care-hero-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #000;
    border: 2px solid #000;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jewel-care-hero-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.6s ease;
}

.jewel-care-hero-button:hover {
    background: linear-gradient(135deg, rgba(212,175,55,0.15) 0%, rgba(212,175,55,0.08) 100%);
    color: #d4af37;
    border: 2px solid #d4af37;
}

.jewel-care-hero-button:hover::before {
    left: 100%;
}

.jewel-care-hero-button svg {
    transition: transform 0.4s ease;
}

.jewel-care-hero-button:hover svg {
    transform: translateX(5px);
}

.jewel-care-features {
     display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    margin: 20px 0;
    align-items: flex-start;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.feature-item:hover {
    color: #d4af37;
    transform: translateX(5px);
	cursor:default;
}

.feature-item svg {
    flex-shrink: 0;
}
/*---------------------------------SPECIFIC SITE PAGES--------------------------------*/

/* JEWEL CARE PAGE */

.jewel-care-page {
    width: 100%;
    max-width: 100%;
    background: #ffffff;
}

/* Hero Section */
.jewel-care-page-hero {
    width: 100%;
    padding: 20px 20px 40px;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.jewel-care-page-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.jewel-care-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.jewel-care-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(212,175,55,0.1) 0%, rgba(212,175,55,0.05) 100%);
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 50px;
    color: #d4af37;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.jewel-care-hero-badge svg {
    width: 18px;
    height: 18px;
}

.jewel-care-hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    line-height: 1.2;
}

.jewel-care-hero-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0 auto;
    max-width: 700px;
}

/* Quick Tips Cards */
.jewel-care-quick-tips {
    width: 100%;
    padding: 0 20px;
    background: #ffffff;
}

.jewel-care-tips-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
	padding-bottom:60px;
}

.jewel-care-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-wrap: balance;
    text-align: center;
}

.jewel-care-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.jewel-care-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    border-color: rgba(212,175,55,0.2);
}

.jewel-care-card:hover::before {
    transform: translateX(100%);
}

.jewel-care-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px 0;
    background: linear-gradient(135deg, rgba(212,175,55,0.1) 0%, rgba(212,175,55,0.05) 100%);
    border-radius: 50%;
    color: #d4af37;
    transition: all 0.4s ease;
}

.jewel-care-card:hover .jewel-care-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(212,175,55,0.15) 0%, rgba(212,175,55,0.08) 100%);
}

.jewel-care-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    letter-spacing: -0.3px;
}

.jewel-care-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Quote Divider Section */
.jewel-care-divider {
    width: 100%;
    padding: 60px 20px;
    position: relative;
}

.jewel-divider-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 45px 50px;
    background: #FBF7EB;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.jewel-divider-content::before {
    content: '💎';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.jewel-divider-quote {
    font-size: 17px;
    font-weight: 400;
    color: #333;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
}

/* Detailed Care Content */
.jewel-care-detailed {
    width: 100%;
    padding: 60px 20px 80px;
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
}

.jewel-care-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.jewel-care-block {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    margin-bottom: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
}

.jewel-care-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.jewel-care-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    border-color: rgba(212,175,55,0.2);
}

.jewel-care-block:hover::before {
    transform: translateX(100%);
}

.jewel-block-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(212,175,55,0.15);
}

.jewel-block-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(212,175,55,0.1) 0%, rgba(212,175,55,0.05) 100%);
    border-radius: 10px;
    color: #d4af37;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.jewel-block-icon svg {
    width: 24px;
    height: 24px;
}

.jewel-care-block:hover .jewel-block-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(212,175,55,0.15) 0%, rgba(212,175,55,0.08) 100%);
}

.jewel-care-block h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    letter-spacing: -0.3px;
}

.jewel-block-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jewel-block-content li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    transition: all 0.2s ease;
}

.jewel-block-content li:last-child {
    margin-bottom: 0;
}

.jewel-block-content li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 2px;
    color: #d4af37;
    font-size: 18px;
}

.jewel-block-content li:hover {
    color: #1a1a1a;
/*     padding-left: 35px; */
}



/* CONTACT PAGE - FORM SECTION */

/*Section 1*/
.jewel-contact-info-section {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    background: #f7f4ec;
    position: relative;
    overflow: hidden;
}

.jewel-contact-info-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

.jewel-contact-info-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212,175,55,0.06) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

.jewel-contact-wrapper {
    width: 100%;
    max-width: 1800px;
    position: relative;
    z-index: 2;
}

.jewel-contact-heading {
    text-align: center;
    margin-bottom: 60px;
}

.jewel-contact-heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    letter-spacing: -0.5px;
}

.jewel-contact-heading p {
    font-size: 18px;
    color: #666;
    margin: 0;
    font-weight: 400;
}

.jewel-contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.jewel-contact-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.04);
    text-align: center;
}

.jewel-contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(212,175,55,0.8), transparent);
    transition: left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jewel-contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    border-color: rgba(212,175,55,0.2);
}

.jewel-contact-card:hover::before {
    left: 100%;
}

.jewel-contact-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(212,175,55,0.1) 0%, rgba(212,175,55,0.05) 100%);
    border-radius: 50%;
    color: #d4af37;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jewel-contact-card:hover .jewel-contact-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(212,175,55,0.15) 0%, rgba(212,175,55,0.08) 100%);
}

.jewel-contact-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    margin: 0 0 15px 0;
    letter-spacing: -0.3px;
}

.jewel-contact-value {
    font-size: 16px;
    color: #d4af37;
    font-weight: 600;
}

/* Mobile responsiveness για info section */
@media (max-width: 968px) {
    .jewel-contact-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .jewel-contact-info-section {
        padding: 60px 15px;
    }
}


/*Section 2 Contact Page*/
.contact-page-first-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.contact-page-row {
    width: 100%;
    max-width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.jewel-contact-form-section {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.jewel-contact-form-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212,175,55,0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

.jewel-form-wrapper {
    width: 100%;
    max-width: 900px;
    position: relative;
    z-index: 2;
}

.jewel-form-heading {
    text-align: center;
    margin-bottom: 50px;
}

.jewel-form-heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    letter-spacing: -0.5px;
}

.jewel-form-heading p {
    font-size: 18px;
    color: #666;
    margin: 0;
    font-weight: 400;
}

.jewel-form-container {
    background: #f7f4ec;
    padding: 50px 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
}

.joyme-contact-row {
    display: flex;
	flex-direction:column;
    gap: 20px;
    margin-bottom: 25px;
}

.joyme-contact-row label {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
}

.joyme-field-half {
    flex: 1;
}

.required {
    color: #d4af37;
    margin-left: 4px;
}

.joyme-contact-row input[type="text"],
.joyme-contact-row input[type="email"],
.joyme-contact-row input[type="tel"],
.joyme-contact-row textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 10px;
    font-size: 15px;
    color: #1a1a1a;
    background: #ffffff;
    transition: all 0.3s ease;
    font-family: inherit;
}

.joyme-contact-row input:focus,
.joyme-contact-row textarea:focus {
    outline: none;
    border-color: #d4af37;
    box-shadow: 0 0 0 3px rgba(212,175,55,0.1);
}

.joyme-contact-row textarea {
    min-height: 150px;
    resize: vertical;
}

.joyme-submit-wrapper {
    text-align: center;
    margin-top: 30px;
}

.joyme-submit-wrapper input[type="submit"] {
    background: linear-gradient(135deg, #d4af37 0%, #c9a32a 100%);
    color: #ffffff;
    padding: 16px 60px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 15px rgba(212,175,55,0.3);
    letter-spacing: 0.3px;
}

.joyme-submit-wrapper input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212,175,55,0.4);
    background: linear-gradient(135deg, #e0ba43 0%, #d4af37 100%);
}

.wpcf7-response-output {
    margin: 25px 0 0 0;
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid;
}

.wpcf7-validation-errors {
    background: #fff5f5;
    border-color: #fc8181;
    color: #c53030;
}

.wpcf7-mail-sent-ok {
    background: #f0fff4;
    border-color: #68d391;
    color: #2f855a;
}
/* ABOUT US PAGE - HERO SECTION */

.about-us-page-first-section {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.about-us-page-first-row {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.joyme-creation-hero {
    width: 100%;
    padding: 100px 20px;
    background: linear-gradient(135deg, #f7f4ec 0%, #faf8f3 100%);
    position: relative;
    overflow: hidden;
}

.joyme-creation-hero::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212,175,55,0.06) 0%, transparent 70%);
    border-radius: 50%;
}

.joyme-creation-hero-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.joyme-creation-label {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(212,175,55,0.15) 0%, rgba(212,175,55,0.08) 100%);
    color: #d4af37;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-bottom: 25px;
}

.joyme-creation-title {
    font-size: 52px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    line-height: 1.1;
}

.joyme-creation-subtitle {
    font-size: 20px;
    color: #d4af37;
    font-weight: 500;
    margin: 0 0 30px 0;
    letter-spacing: -0.3px;
}

.joyme-creation-description p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

.joyme-creation-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.joyme-hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.joyme-hero-image-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(212,175,55,0.1) 0%, transparent 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.joyme-hero-image-wrapper:hover::before {
    opacity: 1;
}

.joyme-hero-image-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.2);
}

.joyme-hero-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.joyme-hero-image-wrapper:hover .joyme-hero-image {
    transform: scale(1.05);
}

/*  ABOUT US PAGE - INSTAGRAM SHOWCASE*/

.joyme-instagram-showcase {
    width: 100%;
    padding: 100px 20px;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.joyme-instagram-showcase::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(225,48,108,0.03) 0%, transparent 70%);
    border-radius: 50%;
}

.joyme-instagram-showcase::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(131,58,180,0.03) 0%, transparent 70%);
    border-radius: 50%;
}

.joyme-instagram-showcase-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.joyme-instagram-showcase-header {
    text-align: center;
    margin-bottom: 70px;
}

.joyme-instagram-showcase-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    letter-spacing: -0.5px;
}

.joyme-instagram-showcase-header p {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.joyme-instagram-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.joyme-instagram-stats-box {
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 65%, #fcb045 100%);
    padding: 60px 50px;
    border-radius: 24px;
    color: #ffffff;
    box-shadow: 0 20px 60px rgba(131,58,180,0.3);
    position: relative;
    overflow: hidden;
}

.joyme-instagram-stats-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.joyme-instagram-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.joyme-instagram-counter {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.joyme-counter-number {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -2px;
}

.joyme-counter-number::after {
    content: '+';
    font-size: 48px;
    margin-left: 8px;
}

.joyme-counter-label {
    font-size: 18px;
    font-weight: 500;
    opacity: 0.95;
    letter-spacing: 0.3px;
}

.joyme-instagram-description {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 35px 0;
    opacity: 0.95;
    position: relative;
    z-index: 1;
}

.joyme-instagram-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 35px;
    background: rgba(255,255,255,0.95);
    color: #833ab4;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    position: relative;
    z-index: 1;
}

.joyme-instagram-cta-button:hover {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

.joyme-instagram-visual {
    position: relative;
}

.joyme-instagram-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.joyme-instagram-photo {
    aspect-ratio: 1;
    border-radius: 16px;
    background: linear-gradient(135deg, #f7f4ec 0%, #e8e0d0 100%);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.joyme-instagram-photo::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(212,175,55,0.2);
    border-radius: 50%;
}

.joyme-instagram-photo::after {
    content: '📷';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
}

.joyme-instagram-photo:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

/* ABOUT US PAGE - VALUES SHOWCASE */

.joyme-values-showcase {
    width: 100%;
    padding: 100px 20px;
    background: #f7f4ec;
    position: relative;
    overflow: hidden;
}

.joyme-values-showcase::before {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212,175,55,0.06) 0%, transparent 70%);
    border-radius: 50%;
}

.joyme-values-showcase-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.joyme-values-showcase-header {
    text-align: center;
    margin-bottom: 70px;
}

.joyme-values-showcase-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    letter-spacing: -0.5px;
}

.joyme-values-showcase-header p {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.joyme-values-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.joyme-values-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.joyme-value-item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding: 35px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
}

.joyme-value-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(212,175,55,0.8), transparent);
    transition: left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.joyme-value-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    border-color: rgba(212,175,55,0.2);
}

.joyme-value-item:hover::before {
    left: 100%;
}

.joyme-value-number {
    font-size: 48px;
    font-weight: 700;
    color: #d4af37;
    line-height: 1;
    opacity: 0.3;
    min-width: 70px;
}

.joyme-value-info h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    letter-spacing: -0.3px;
}

.joyme-value-info p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

.joyme-values-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.joyme-values-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.joyme-values-image:hover img {
    transform: scale(1.05);
}

/* GLOBAL FOOTER */

.joyme-global-footer {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding: 80px 20px 30px;
    position: relative;
}

.joyme-footer-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

/* Footer Top - Main Content */
.joyme-footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 60px;
    margin-bottom: 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* Brand Column */
.joyme-footer-brand {
    max-width: 350px;
}

.joyme-footer-logo {
    margin-bottom: 20px;
}

.joyme-footer-logo img {
    height: 60px;
    width: auto;
    display: block;
}

.joyme-footer-tagline {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 25px 0;
}

/* Social Links */
.joyme-footer-social {
    display: flex;
    gap: 15px;
}

.joyme-social-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(212,175,55,0.1) 0%, rgba(212,175,55,0.05) 100%);
    border-radius: 50%;
    color: #d4af37;
    transition: all 0.3s ease;
    text-decoration: none;
	 min-width: 48px;
    min-height: 48px;
}

.joyme-social-link:hover {
    background: linear-gradient(135deg, #d4af37 0%, #c9a32a 100%);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(212,175,55,0.3);
}

/* Footer Columns */
.joyme-footer-column h3.joyme-footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 25px 0;
    letter-spacing: -0.3px;
}

.joyme-footer-links {
    list-style: none;
    padding: 0 !important;
    margin: 0;
    display: flex;
    flex-direction: column;
	list-style-type:none !important;
}
   
.joyme-footer-links li a {
    font-size: 15px;
    color:#333;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    padding: 8px 0;
}

.joyme-footer-links li a:hover {
    color: #d4af37;
    transform: translateX(5px);
}

/* Contact Info */
.joyme-footer-contact {
    list-style: none;
    padding: 0 !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.joyme-footer-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #333;
}

.joyme-footer-contact li svg {
    color: #d4af37;
    flex-shrink: 0;
}

.joyme-footer-contact li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.joyme-footer-contact li a:hover {
    color: #d4af37;
}

/* Footer Bottom */
.joyme-footer-bottom {
    text-align: center;
    padding-top: 30px;
}

.joyme-footer-copyright {
    font-size: 14px;
    color: #666;
    margin: 0 0 10px 0;
}

.joyme-footer-copyright strong {
    color: #1a1a1a;
    font-weight: 600;
}

.joyme-footer-credit {
    font-size: 13px;
    color: #757575;
    margin: 0;
}

.joyme-heart {
	font-size:16px;
    color: #d4af37;
    display: inline-block;
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    10%, 30% { transform: scale(1.1); }
    20%, 40% { transform: scale(1); }
}


table.shop_table tbody tr td.product-quantity div.quantity input{
	padding:5px;
}
div.shopping-bag-section{
	background: center 80%;
}
div.checkout-page-section-top{
	background:center 75%;
}
div.template-category-title-section{
	padding-top:190px !important;
}
a.added_to_cart{
	padding: 15px !important;
    background: #000;
    border: 2px solid #000;
    border-radius: 8px !important;
    color: #fff;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 10px !important;
    margin-bottom: 25px;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    width: 100%;
}
a.added_to_cart:hover{
	background: linear-gradient(135deg, rgba(212,175,55,0.15) 0%, rgba(212,175,55,0.08) 100%);
    color: #d4af37;
    border: 2px solid #d4af37;
}
/*  =============== RESPONSIVE BREAKPOINTS =============== */

/* ========== 1600px BREAKPOINT ========== */
@media (max-width: 1600px) {
    /* Shop Pages */
    #shop-page-product-row-el,
	#shop-page-product-row-en{
		max-width:100%;
		width:95%;
	}
	div.shopping-bag-row{
		max-width:1400px;
	}
	div.checkout-row{
		max-width:1400px;
	}
    
    div.shopping-bag-row,
    div.checkout-row {
        max-width: 1400px;
    }
    
    /* Shipping Section */
    .jewel-shipping-cards {
      
        gap: 28px;
    }
    
    .jewel-shipping-heading h2 {
        font-size: 36px;
    }
    
    .jewel-shipping-heading p {
        font-size: 17px;
    }
    
    .jewel-shipping-card {
        padding: 36px 28px;
    }
    
    .jewel-shipping-card h3 {
        font-size: 21px;
    }
    
    /* About Section */
    .jewel-about-content {
        max-width: 1400px;
        gap: 70px;
    }
    
    .jewel-about-text h2 {
        font-size: 30px;
    }
    
    .jewel-about-description {
        font-size: 17px;
    }
    
    /* Jewel Care Section Homepage */
    .jewel-care-wrapper {
        max-width: 1400px;
    }
    
    .jewel-care-hero-content h2 {
        font-size: 30px;
    }
    
    /* Jewel Care Page */
    .jewel-care-tips-wrapper {
        max-width: 1200px;
    }
    
    /* Homepage Categories */
    .categories-container {
        max-width: 1300px;
    }
    
    .category-card {
        flex: 0 0 calc(20% - 20px);
    }
    
    
    /* About Us Page - Hero */
    .joyme-creation-hero-wrapper {
        max-width: 1400px;
        gap: 60px;
    }
    
    .joyme-creation-title {
        font-size: 48px;
    }
    
    .joyme-instagram-showcase-wrapper,
    .joyme-values-showcase-wrapper {
        max-width: 1300px;
    }
    
    /* Footer */
    .joyme-footer-top {
        gap: 50px;
    }
}

/* ========== 1450px BREAKPOINT ========== */
@media (max-width: 1450px) {
	
	#slide-portrait > div > div > div > div > div > h1{
		font-size:35px !important;
	}
	#slide-portrait > div > div > div > div > div > div > p{
		font-size:20px !important;
	}
    /* Homepage */
    .first-section-row-product-cat .dwe_woo_product_category a {
        font-size: 16px !important;
    }
    div.third-row-homepage-products .dwe_single_woo_product div.dwe_single_woo_product_content a {
        font-size: 16px !important;
    }
	div.third-row-homepage-products{
		width:1080px;
	}
    /* Contact Page */
    .contact-page-first-section .contact-info-row h4,
    .contact-message-title h3 {
        font-size: 24px !important;
    }
    
    /* About Us */
    div.about-us-page-first-row p,
    div.about-us-page-first-row div.et_pb_text_inner,
    div.about-us-history-content-row p,
    div.joyme-creations-hastag-row p {
        font-size: 16px;
    }
    
    div.about-us-page-first-left-row {
        padding-top: 100px;
    }
    
    div.about-us-page-first-left-row h1 {
        font-size: 34px;
    }
    
    /* Shopping Bag */
    div.shopping-bag-row {
        max-width: 1280px;
    }
    
    div.shopping-bag-section > div > div > div > div > div.cart_totals,
    div.shopping-bag-section > div > div > div > div > div.cart_totals button {
        font-size: 14px;
    }
    
    form.woocommerce-cart-form th,
    form.woocommerce-cart-form button {
        font-size: 14px !important;
    }
    
    /* Checkout */
    div.checkout-row {
        max-width: 1200px;
    }
    
    div.checkout-row > div {
        font-size: 14px;
    }
    
    /* Shipping Section - SWITCH TO 2x2 */
    .jewel-shipping-cards {
        grid-template-columns: repeat(3, 1fr);
        max-width: 1000px;
        gap: 30px;
    }
    
    .jewel-shipping-heading h2 {
        font-size: 34px;
    }
    
    .jewel-shipping-heading p {
        font-size: 16px;
    }
    
    .jewel-shipping-card {
        padding: 38px 30px;
    }
    
    .jewel-shipping-card h3 {
        font-size: 17px;
    }
    
    .jewel-shipping-icon {
        width: 75px;
        height: 75px;
    }
    
    /* About Section */
    .jewel-about-content {
        max-width: 1280px;
        gap: 60px;
    }
    
    .jewel-about-text h2 {
        font-size: 42px;
    }
    
    .jewel-about-description {
        font-size: 16px;
    }
    
    /* Jewel Care Homepage */
    .jewel-care-wrapper {
        max-width: 1280px;
    }
    
    .jewel-care-hero-content {
        padding: 50px;
    }
    
    .jewel-care-hero-content h2 {
        font-size: 36px;
    }
    
    /* Jewel Care Page */
    .jewel-care-tips-wrapper {
        max-width: 1100px;
        gap: 25px;
    }
    
    .jewel-care-hero-content h1 {
        font-size: 48px;
    }
    
    /* Homepage Categories */

    .category-name {
        font-size: 15px;
    }
    
    /* About Us Page */
    .joyme-creation-hero-wrapper {
        max-width: 1300px;
        gap: 50px;
    }
    
    .joyme-creation-title {
        font-size: 46px;
    }
    
    .joyme-creation-subtitle {
        font-size: 22px;
    }
    
    .joyme-instagram-content,
    .joyme-values-content {
        gap: 60px;
    }
    
    /* Footer */
    .joyme-footer-top {
        gap: 40px;
    }
	/*home categories*/
	 .categories-container {
        max-width: 1200px;
    }
    
    .category-card {
        flex: 0 0 calc(20% - 20px);
    }
    
    .joyme-categories {
        padding: 80px 20px;
    }
		.section-title,
	.jewel-about-text h2,
	.jewel-care-hero-content h2,
	.jewel-shipping-heading h2,
	div.third-section-products > div > div > div.third-row-titles > div h3{
		font-size:25px !important;
	}
	div.third-section-products > div > div > div.third-row-titles > div p,
	.section-subtitle,
	div.shipping-costs-row p{
		font-size:16px !important;
	}
    div.shipping-costs-row p {
        font-size: 15px !important;
    }
    
	.jewel-feature-item span,
	.jewel-care-hero-content p,
	p.jewel-about-description,
	div.feature-item span{
		font-size:15px;
	}
	.jewel-detail-value,
	.jewel-detail-label,
	.category-name{
		font-size:14px;	
	}
	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
	.dwe_woo_products_0 .dwe_single_woo_product_quickview_wrapper a{
		font-size:13px !important;
	}
	
	
}

/* ========== 1280px BREAKPOINT ========== */
@media (max-width: 1280px) {
    /* Main Logo */
    #top-main-menu > div.et_pb_column.et_pb_column_3_4.et_pb_column_2_tb_header.mod-inline.items-center.et_pb_css_mix_blend_mode_passthrough.et_pb_column--with-menu {
        width: 100%;
    }
    
    #main-logo {
        padding-right: 0;
    }
	div.items-center{
		justify-content:flex-end;
	}
	div.flex-left{
		justify-content:center;
	}
	#menu-main-menu-gr > li > a > span,
	#menu-main-menu-en > li > a > span{
		font-size:14px;
	}
    div#main-logo, .et-db #et-boc div#main-logo {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
    /* Homepage Slider */
    div.slider-content > div > div > div > div > div > h1 {
        font-size: 32px !important;
    }
    
    div.slider-content > div > div > div > div > div > div.et_pb_slide_content,
    div.slider-content > div > div > div > div > div > div.et_pb_slide_content p {
        font-size: 18px !important;
    }
	/*Third Row Prodcuts Woo*/
	div.third-row-homepage-products{
		width:980px;
	}
	.dwe_woo_products_layout {
	    display: grid !important;
		grid-template-columns: repeat(3, 260px)!important;
		gap: 30px !important;
		width: 100% !important;
		justify-content: center;
	}

	/* Individual Product Item */
	.dwe_woo_products_isotope_item {
	  display: block !important; 
	  width: 100% !important;
	}
    /* Add to Cart Buttons */
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
    a.button.product_type_variable.add_to_cart_button {
        font-size: 12px !important;
    }
    
    /* Product Titles */
    .dwe_single_woo_product_title,
    .dwe_woo_products_0 .dwe_single_woo_product_title a {
        font-size: 15px !important;
    }
	.dwe_woo_products_0 .dwe_single_woo_product_quickview_wrapper a{
		font-size:13px !important;
	}
    /* About Us Page */
    div.joyme-creations-hastag-row {
        max-width: 800px;
    }
    
    /* Shopping Bag */
    div.shopping-bag-section > div.shopping-bag-row {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column;
        gap: 20px !important;
    }
    
    div.shopping-bag-items-info-content {
        width: 70% !important;
        margin-right: 0 !important;
    }
    
    div.shopping-bag-items-info-cart-totals {
        width: 70% !important;
    }
    
    /* Checkout */
    div.checkout-row {
        max-width: 1000px;
    }
    
    #place_order {
        font-size: 14px !important;
    }
    
    span.woocommerce-terms-and-conditions-checkbox-text {
        font-size: 13px !important;
    }
    
    div.woocommerce-billing-fields > h3,
    h3#ship-to-different-address,
    div.woocommerce-additional-fields h3 {
        font-size: 25px !important;
    }
    
    /* Homepage Products */
    div.third-row-homepage-products .dwe_single_woo_product div.dwe_single_woo_product_content a {
        font-size: 14px !important;
    }
    
    div.shipping-costs-row p {
        font-size: 14px !important;
    }
    
    h2.woocommerce-loop-product__title {
        font-size: 14px !important;
    }
    
    .third-section-products a.shop-button-homepage,
    div.joyme-creation-section-about a,
    div.joyme-creation-section-about p {
        font-size: 14px !important;
    }
    
    /* Shipping Section */
    .jewel-shipping-section {
        padding: 70px 20px;
    }
    
    .jewel-shipping-cards {
        max-width: 900px;
        gap: 28px;
    }
    
    .jewel-shipping-heading h2 {
        font-size: 32px;
    }
    
    .jewel-shipping-heading p {
        font-size: 15px;
    }
    
    .jewel-shipping-card {
        padding: 35px 28px;
    }
    
    
    .jewel-detail-label,
    .jewel-detail-value {
        font-size: 14px;
    }
    
    /* About Section */
    .jewel-about-section {
        padding: 80px 20px;
    }
    
    .jewel-about-content {
        max-width: 1000px;
        gap: 50px;
    }
    
    .jewel-about-text h2 {
        font-size: 38px;
    }
    
    .jewel-about-description {
        font-size: 15px;
    }
    
    .jewel-stat-number {
        font-size: 28px;
    }
    
    /* Jewel Care Homepage */
    .jewel-care-section {
        padding: 80px 20px;
    }
    
    .jewel-care-wrapper {
        max-width: 1000px;
    }
    
    .jewel-care-hero-content {
        padding: 45px;
    }
    
    .jewel-care-hero-content h2 {
        font-size: 34px;
    }
    
    /* Jewel Care Page */
    .jewel-care-page-hero {
        padding: 100px 20px 70px;
    }
    
    .jewel-care-hero-content h1 {
        font-size: 44px;
    }
    
    .jewel-care-tips-wrapper {
        max-width: 900px;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .jewel-care-block {
        padding: 40px;
    }
    
    /* Homepage Categories */
    .categories-container {
        max-width: 1100px;
    }
    
    .categories-grid {
        display: grid;
       grid-template-columns: repeat(3, 250px);
        gap: 20px;
    }
    
    .category-card {
        flex: none;
    }
    
    .section-title {
        font-size: 28px;
    }
    /* About Us Page */
    .joyme-creation-hero {
        padding: 80px 20px;
    }
    
    .joyme-creation-hero-wrapper {
        max-width: 1200px;
        gap: 40px;
        grid-template-columns: 1fr 1.5fr;
    }
    
    .joyme-creation-title {
        font-size: 42px;
    }
    
    .joyme-creation-description p {
        font-size: 16px;
    }
    
    .joyme-instagram-showcase,
    .joyme-values-showcase {
        padding: 80px 20px;
    }
    
    .joyme-instagram-stats-box {
        padding: 50px 40px;
    }
    
    .joyme-counter-number {
        font-size: 56px;
    }
    
    .joyme-value-item {
        padding: 30px;
    }
    
    /* Footer */
    .joyme-global-footer {
        padding: 70px 20px 30px;
    }
    
    .joyme-footer-top {
        grid-template-columns: 2fr 1fr 1fr 1.5fr;
        gap: 35px;
    }
	.jewel-detail-label, .jewel-detail-value{
		font-size:13px;
	}
	.jewel-shipping-card h3{
		font-size:15px;
	}
}

/* ========== 1100px BREAKPOINT ========== */
@media (max-width: 1100px) {
    /* Menu */
    #menu-main-menu-en > li > a,
    #menu-main-menu-gr > li > a {
        font-size: 13px !important;
    }
    
    /* Add to Cart */
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
    a.button.product_type_variable.add_to_cart_button {
        font-size: 11px !important;
    }
    
    /* Product Titles */
    .dwe_single_woo_product_title,
    .dwe_woo_products_0 .dwe_single_woo_product_title a,
    .dwe_woo_products_0 .dwe_single_woo_product_quickview_wrapper a {
        font-size: 13px !important;
    }
    
    /* About Us Page */
    div.joyme-creations-hastag-row {
        max-width: 700px;
    }
    
    div.checkout-row {
        max-width: 980px;
    }
	.jewel-about-wrapper{
		display: flex;
		justify-content: center;
	}
	.jewel-about-content{
		max-width:500px;
	}
	.jewel-care-hero{
		max-width:500px;
	}
	.jewel-care-wrapper{
		display: flex;
		justify-content: center;
	}
}

/* ========== 1024px BREAKPOINT ========== */
@media (max-width: 1024px) {
    /* Shipping Section - SWITCH TO 1 COLUMN */
    .jewel-shipping-section {
        padding: 60px 20px;
    }
    
    .jewel-shipping-cards {
        grid-template-columns: 1fr;
        max-width: 600px;
        gap: 25px;
    }
    
    .jewel-shipping-heading {
        margin-bottom: 50px;
    }
    
    .jewel-shipping-heading h2 {
        font-size: 30px;
    }
    
    .jewel-shipping-heading p {
        font-size: 14px;
    }
    
    .jewel-shipping-card {
        padding: 35px 30px;
    }
    
    .jewel-shipping-card h3 {
        font-size: 20px;
    }
    
    .jewel-shipping-icon {
        width: 70px;
        height: 70px;
    }
    
    /* About Section */
    .jewel-about-section {
        padding: 70px 20px;
    }
    
    .jewel-about-content {
        max-width: 768px;
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .jewel-about-text {
        padding-right: 0;
        text-align: center;
    }
    
    .jewel-about-badge {
        margin-left: auto;
        margin-right: auto;
    }
    
    .jewel-about-text h2 {
        font-size: 36px;
    }
    
    .jewel-about-features {
        align-items: center;
    }
    
    .jewel-about-button {
        margin: 0 auto;
    }
    
    /* Jewel Care Homepage */
    .jewel-care-section {
        padding: 70px 20px;
    }
    
    .jewel-care-wrapper {
        max-width: 768px;
    }
    
    .jewel-care-hero {
        grid-template-columns: 1fr;
    }
    
    .jewel-care-hero-image {
        min-height: 400px;
    }
    
    .jewel-care-hero-content {
        padding: 50px 40px;
    }
    
    .jewel-care-hero-content h2 {
        font-size: 32px;
    }
    
    /* Jewel Care Page */
    .jewel-care-page-hero {
        padding: 80px 20px 60px;
    }
    
    .jewel-care-hero-content h1 {
        font-size: 40px;
    }
       
    .jewel-care-quick-tips {
        padding: 60px 20px;
    }
    
    .jewel-care-detailed {
        padding: 50px 20px 70px;
    }
    
    /* Homepage Categories - 3 columns */
    .categories-container {
        max-width: 900px;
    }
    
    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
    
    .joyme-categories {
        padding: 60px 20px;
    }
    
    .section-header {
        margin-bottom: 60px;
    }
    
    .section-title {
        font-size: 26px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
    
    .category-card {
        min-height: 240px;
    }
    
    /* About Us Page */
    .joyme-creation-hero {
        padding: 70px 20px;
    }
    
    .joyme-creation-hero-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
        max-width: 900px;
    }
    
    .joyme-creation-content {
        text-align: center;
    }
    
    .joyme-creation-title {
        font-size: 40px;
    }
    
    .joyme-creation-subtitle {
        font-size: 20px;
    }
    
    .joyme-instagram-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .joyme-instagram-stats-box {
        max-width: 600px;
        margin: 0 auto;
    }
    
    .joyme-instagram-visual {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .joyme-values-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .joyme-values-list {
        max-width: 700px;
        margin: 0 auto;
    }
    
    .joyme-values-image {
        max-width: 600px;
        margin: 0 auto;
    }
    
    /* Footer */
    .joyme-global-footer {
        padding: 60px 20px 30px;
    }
    
    .joyme-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin-bottom: 50px;
    }
    
    .joyme-footer-brand {
        max-width: 100%;
    }
	
	
	.jewel-about-wrapper{
		display: flex;
		justify-content: center;
	}
	.jewel-about-content{
		max-width:500px;
	}
	.jewel-care-hero{
		max-width:500px;
	}
	.jewel-care-wrapper{
		display: flex;
		justify-content: center;
	}
	.jewel-shipping-cards{
		max-width:400px;
	}
	.jewel-feature-item span, .jewel-care-hero-content p, p.jewel-about-description, div.feature-item span{
		font-size:14px;
	}
}

/* ========== 980px BREAKPOINT ========== */
@media (max-width: 980px) {
    /* Mobile Menu & Header */
    #top-main-menu > div.et_pb_column.et_pb_column_1_4.et_pb_column_3_tb_header.mod-inline.flex-left.items-center.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column--with-menu > div.et_pb_module.et_pb_menu.et_pb_menu_2_tb_header.et_pb_bg_layout_light.et_pb_text_align_left.et_dropdown_animation_fade.et_pb_menu--without-logo.et_pb_menu--style-left_aligned,
    #top-main-menu > div.et_pb_column.et_pb_column_1_4.et_pb_column_3_tb_header.mod-inline.flex-left.items-center.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column--with-menu > div.et_pb_module.et_pb_menu.et_pb_menu_1_tb_header.et_pb_bg_layout_light.et_pb_text_align_left.et_dropdown_animation_fade.et_pb_menu--without-logo.et_pb_menu--style-left_aligned {
        display: none !important;
    }
    
    #menu-main-menu-gr > li.lang-item-en,
    li.lang-item.lang-item-15.lang-item-el.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-100344-el > a {
        display: block !important;
    }
    /*old maybe*/
    #et-boc #top-main-menu .et_pb_column {
        width: 50% !important;
        margin-bottom: 0px !important;
    }
	div.items-center{
		justify-content:flex-start;
	}
	div.flex-left{
		justify-content:flex-end;
	}
	#main-logo > a > span > img{
		width:150px;
	}
	
    /* Mobile Product Sheet */
    #mobile-product-sheet {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    #mobile-product-sheet .et_pb_column {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }
    
    #mobile-product-sheet .price {
        text-align: left;
    }
    
    #mobile-product-sheet .variations {
        display: block;
    }
    
    .woocommerce-variation-add-to-cart {
        text-align: left;
    }
    
    #mobile-product-sheet .variations td {
        text-align: left;
        display: inline-flex;
    }
    
    #mobile-product-sheet tbody {
        display: flex;
        align-items: center;
    }
    
    #mobile-product-sheet .variations td.label {
        width: auto;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    
    #mobile-product-sheet .variable-item:not(.radio-variable-item) {
        height: 24px;
        width: 24px;
        margin-right: 4px !important;
    }
    
    .et-db #et-boc header.et-l--header .et_pb_text_3_tb_header {
        position: relative !important;
        transform: translateY(-20%) !important;
    }
    
    ul.et_pb_side_nav.et-visible {
        display: none !important;
    }
    
    #sheet-row .et_pb_column_1_tb_body.sticky-bottom {
        position: inherit;
        top: inherit;
        bottom: inherit;
        left: inherit;
    }
    .items-center {
        top: 0px !important;
        gap: 5px;
        text-align: center;
    }
    
    #wishlist-icon-header {
        padding-top: 5px;
    }
    
    #mini-cart-woo {
        margin-left: 10px !important;
        margin-right: 30px !important;
    }
    
    div.language-menu-ghost {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }
    
    div.dtb-hamburger {
        top: 8px;
    }
    
    body.tax-product_cat {
        padding-top: 0 !important;
    }
    
    /* Homepage Slider */
    div.slider-content > div > div > div > div > div > h1 {
        font-size: 23px !important;
    }
    
    div.slider-content > div > div > div > div > div > div.et_pb_slide_content,
    div.slider-content > div > div > div > div > div > div.et_pb_slide_content p {
        font-size: 16px !important;
    }
    
    .contact-info-row > div {
        margin-bottom: 0;
    }
    
    /* About Us Page */
    div.joyme-creations-hastag-row {
        max-width: 500px;
    }
    
    div.history-title-row > div > div {
        text-align: left !important;
    }
    
    /* Shopping Bag */
    div.shopping-bag-items-info-content {
        width: 100% !important;
        margin-right: 0 !important;
    }
    
    div.shopping-bag-items-info-cart-totals {
        width: 100% !important;
    }
    
    div.shopping-bag-page-cart-totals p,
    div.shopping-bag-page-cart-totals th,
    div.shopping-bag-page-cart-totals tr {
        font-size: 14px !important;
    }
    
    div.shopping-bag-items-info-content,
    div.shopping-bag-page-cart-totals {
        padding: 15px;
    }
    
  
    /* Homepage Categories */
    .section-title {
        font-size: 36px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
	 .categories-grid {
     	grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .joyme-categories {
        padding: 50px 15px;
    }
    
    .section-header {
        margin-bottom: 50px;
    }
    
    .category-card {
        min-height: 260px;
    }
    
    /* About Us Page */
    .joyme-creation-hero {
        padding: 60px 20px;
    }
    
    .joyme-creation-title {
        font-size: 38px;
    }
    
    .joyme-creation-label {
        font-size: 12px;
        padding: 7px 18px;
    }
    
    .joyme-instagram-showcase-header h2,
    .joyme-values-showcase-header h2 {
        font-size: 28px;
    }
    
    .joyme-instagram-showcase-header p,
    .joyme-values-showcase-header p {
        font-size: 17px;
    }
    
    .joyme-counter-number {
        font-size: 52px;
    }
    
    .joyme-value-number {
        font-size: 42px;
    }
    
    /* Footer */
    .joyme-footer-top {
        gap: 35px;
    }
    
    .joyme-footer-logo img {
        height: 55px;
    }
	.joyme-footer-column{
		   
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
	}
	.joyme-footer-column h3.joyme-footer-title{
		margin-bottom:5px;
	}
	.dwe_woo_products_layout{
		grid-template-columns: repeat(2, 260px)!important;
	}
	
}

/* ========== 968px BREAKPOINT ========== */
@media (max-width: 968px) {
    /* Contact Info Section */
    .jewel-contact-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .jewel-contact-info-section {
        padding: 60px 15px;
    }
}

/* ========== 768px BREAKPOINT ========== */
@media (max-width: 768px) {
    /* Header */
    .items-center {
        gap: 5px;
    }
    
    #wishlist-icon-header {
        padding-top: 5px !important;
    }
    
    div.dtb-hamburger {
        top: 0px;
    }
    
    body.tax-product_cat {
        padding-top: 0 !important;
    }
    
    /* Contact Form Tablet */
    .joyme-contact-row {
        gap: 15px;
        margin-bottom: 15px;
        flex-direction: column;
    }
    
    .joyme-field-half {
        min-width: 100%;
        flex: none;
    }
    
    .joyme-contact-row input[type="text"],
    .joyme-contact-row input[type="email"],
    .joyme-contact-row input[type="tel"],
    .joyme-contact-row textarea {
        padding: 12px 15px;
        font-size: 16px;
    }
    
    .joyme-contact-row input::placeholder,
    .joyme-contact-row textarea::placeholder {
        font-size: 16px;
    }
    
    .joyme-submit-wrapper input[type="submit"] {
        width: 100%;
        padding: 15px 20px;
        min-width: none;
    }
    
    /* About Us */
    div.about-us-page-first-row p,
    div.about-us-page-first-row div.et_pb_text_inner,
    div.about-us-history-content-row p,
    div.joyme-creations-hastag-row p {
        font-size: 16px;
    }
    
    /* Shopping Bag */
    div.shopping-bag-items-info-content,
    div.shopping-bag-items-info-cart-totals {
        width: 70% !important;
    }
    
    /* Shipping Section */
    .jewel-shipping-section {
        padding: 50px 20px;
    }
    
    .jewel-shipping-cards {
        gap: 25px;
    }
    
    .jewel-shipping-heading h2 {
        font-size: 28px;
    }
    
    .jewel-shipping-heading p {
        font-size: 13px;
    }
    
    .jewel-shipping-card {
        padding: 32px 28px;
    }
    
    .jewel-shipping-card h3 {
        font-size: 19px;
    }
    
    .jewel-shipping-icon {
        width: 65px;
        height: 65px;
    }
    
    /* About Section */
    .jewel-about-section {
        padding: 60px 20px;
    }
    
    .jewel-about-content {
        gap: 50px;
    }
    
    .jewel-about-text h2 {
        font-size: 32px;
    }
    
    .jewel-about-description {
        font-size: 14px;
    }
    
    .jewel-stat-number {
        font-size: 26px;
    }
    
    .jewel-stat-label {
        font-size: 13px;
    }
    
    /* Jewel Care Homepage */
    .jewel-care-section {
        padding: 60px 20px;
    }
    
    
    .jewel-care-hero-image {
        min-height: 350px;
    }
    
    .jewel-care-hero-content {
        padding: 40px 30px;
    }
    
    .jewel-care-hero-content h2 {
        font-size: 28px;
    }
      
    /* Jewel Care Page */
    .jewel-care-page-hero {
        padding: 70px 20px 50px;
    }
    
    .jewel-care-hero-content h1 {
        font-size: 36px;
    }
    
    
    .jewel-care-tips-wrapper {
       
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .jewel-care-block {
        padding: 35px 30px;
    }
    
    .jewel-care-block h2 {
        font-size: 24px;
    }
    
    .jewel-cta-content h3 {
        font-size: 32px;
    }
    
    /* Homepage Categories - 2 columns */
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 500px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .section-subtitle {
        font-size: 15px;
    }
    
    .category-name {
        font-size: 15px;
    }
    
    .category-card {
        min-height: 220px;
    }
    /* Contact Page */
    .jewel-contact-form-section {
        padding: 60px 15px;
    }
    
    .jewel-form-heading h2 {
        font-size: 26px;
    }
    
    .jewel-form-container {
        padding: 35px 25px;
    }
    
    .joyme-contact-row {
        flex-direction: column;
        gap: 0;
    }
    
    .joyme-submit-wrapper input[type="submit"] {
        width: 100%;
        padding: 16px;
    }
    
    /* About Us Page */
    .joyme-creation-hero,
    .joyme-instagram-showcase,
    .joyme-values-showcase {
        padding: 50px 15px;
    }
    
    .joyme-creation-title {
        font-size: 34px;
    }
    
    .joyme-creation-subtitle {
        font-size: 19px;
    }
    
    .joyme-creation-description p {
        font-size: 15px;
    }
    
    .joyme-hero-image-wrapper {
        border-radius: 20px;
    }
    
    .joyme-instagram-showcase-header,
    .joyme-values-showcase-header {
        margin-bottom: 50px;
    }
    
    .joyme-instagram-showcase-header h2,
    .joyme-values-showcase-header h2 {
        font-size: 26px;
    }
    
    .joyme-instagram-stats-box {
        padding: 40px 30px;
        border-radius: 20px;
    }
    
    .joyme-instagram-icon-wrapper {
        width: 80px;
        height: 80px;
    }
    
    .joyme-instagram-icon-wrapper svg {
        width: 50px;
        height: 50px;
    }
    
    .joyme-counter-number {
        font-size: 48px;
    }
    
    .joyme-counter-label {
        font-size: 16px;
    }
    
    .joyme-instagram-description {
        font-size: 15px;
    }
    
    .joyme-instagram-cta-button {
        width: 100%;
        justify-content: center;
        padding: 16px 30px;
    }
    
    .joyme-instagram-grid {
        gap: 12px;
    }
    
    .joyme-value-item {
        padding: 25px;
        gap: 25px;
    }
    
    .joyme-value-info h3 {
        font-size: 20px;
    }
    
    .joyme-value-info p {
        font-size: 15px;
    }
    
    /* Footer */
    .joyme-global-footer {
        padding: 50px 15px 25px;
    }
    
    .joyme-footer-top {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    
    .joyme-footer-brand {
        text-align: center;
    }
    
    .joyme-footer-logo img {
        margin: 0 auto;
    }
    
    .joyme-footer-social {
        justify-content: center;
    }
    
    .joyme-footer-column {
        text-align: center;
    }
    
    .joyme-footer-links,
    .joyme-footer-contact {
        align-items: center;
    }
    
    .joyme-footer-links li a:hover {
        transform: translateX(0);
    }
}

/* ========== 769px+ BREAKPOINT (Desktop Contact Form) ========== */
@media (min-width: 769px) {
    .joyme-contact-row.two-columns {
        flex-direction: row;
        gap: 20px;
    }
}

/* ========== 600px BREAKPOINT ========== */
@media (max-width: 600px) {
	.section-title, .jewel-about-text h2, .jewel-care-hero-content h2, .jewel-shipping-heading h2, div.third-section-products > div > div > div.third-row-titles > div h3{
		font-size:20px !important;
	}
	div.third-section-products > div > div > div.third-row-titles > div p, .section-subtitle, div.shipping-costs-row p{
		font-size:14px !important;
	}
	/*HomePage Products*/
	.dwe_woo_products_layout{
		grid-template-columns:repeat(1,290px) !important;
	}
    /* Contact Page */
    .contact-page-first-section .contact-info-row h4,
    .contact-message-title h3 {
        font-size: 18px !important;
    }
    
    /* About Us */
    div.about-us-page-first-row p,
    div.about-us-page-first-row div.et_pb_text_inner,
    div.about-us-history-content-row p,
    div.joyme-creations-hastag-row p {
        font-size: 15px;
    }
    
    /* Shopping Bag */
    div.shopping-bag-items-info-content,
    div.shopping-bag-items-info-cart-totals {
        width: 100% !important;
    }
    
    /* Shipping Section */
    .jewel-shipping-section {
        padding: 40px 15px;
    }
    
    .jewel-shipping-cards {
        max-width: 400px;
        gap: 20px;
    }
    
    .jewel-shipping-heading {
        margin-bottom: 40px;
    }
    
    .jewel-shipping-heading h2 {
        font-size: 26px;
    }
    
    .jewel-shipping-heading p {
        font-size: 12px;
    }
    
    .jewel-shipping-card {
        padding: 28px 22px;
    }
    
    .jewel-shipping-card h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .jewel-shipping-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .jewel-detail-label,
    .jewel-detail-value {
        font-size: 13px;
    }
    
    /* About Section */
    .jewel-about-section {
        padding: 50px 15px;
    }
    
    .jewel-about-content {
        max-width: 400px;
    }
    
    .jewel-about-text h2 {
        font-size: 28px;
    }
    
    .jewel-about-description {
        font-size: 13px;
        line-height: 1.7;
    }
    
    .jewel-about-button {
        padding: 14px 28px;
        font-size: 15px;
    }
    
    .jewel-stat-item {
        padding: 20px 15px;
    }
    
    /* Jewel Care Homepage */
    .jewel-care-section {
        padding: 50px 15px;
    }
    
    .jewel-care-wrapper {
        max-width: 400px;
    }
    
    .jewel-care-hero-image {
        min-height: 300px;
    }
    
    .jewel-care-hero-content {
        padding: 35px 25px;
    }
    
    .jewel-care-hero-content h2 {
        font-size: 26px;
    }
    
    .jewel-care-hero-content p {
        font-size: 14px;
    }
    
    .jewel-hero-badge {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    /* Jewel Care Page */
    .jewel-care-page-hero {
        padding: 60px 15px 40px;
    }
    
    .jewel-care-hero-content h1 {
        font-size: 32px;
    }
    
    
    .jewel-care-quick-tips {
        padding: 50px 15px;
    }
    
    .jewel-care-tips-wrapper {
        max-width: 400px;
    }
    
    .jewel-care-detailed {
        padding: 40px 15px 60px;
    }
    
    .jewel-care-block {
        padding: 30px 25px;
    }
    
    .jewel-block-content li {
        font-size: 15px;
        padding-left: 30px;
    }
    
    .jewel-care-cta {
        padding: 60px 15px;
    }
    
    .jewel-cta-content h3 {
        font-size: 28px;
    }
    
    .jewel-cta-content p {
        font-size: 16px;
    }
    
    /* Homepage Categories */
    .section-header {
        margin-bottom: 40px;
    }
    
    .category-name {
        font-size: 15px;
    }
    
    .category-cta {
        font-size: 12px;
    }
    .categories-grid {
        max-width: 400px;
    }
    /* About Us Page */
    .joyme-creation-hero,
    .joyme-instagram-showcase,
    .joyme-values-showcase {
        padding: 40px 15px;
    }
    
    .joyme-creation-title {
        font-size: 30px;
    }
    
    .joyme-creation-subtitle {
        font-size: 18px;
        margin-bottom: 25px;
    }
    
    .joyme-creation-label {
        font-size: 11px;
        padding: 6px 16px;
        margin-bottom: 20px;
    }
    
    .joyme-hero-image-wrapper {
        border-radius: 16px;
    }
    
    .joyme-instagram-showcase-header h2,
    .joyme-values-showcase-header h2 {
        font-size: 24px;
    }
    
    .joyme-instagram-showcase-header p,
    .joyme-values-showcase-header p {
        font-size: 16px;
    }
    
    .joyme-instagram-stats-box {
        padding: 35px 25px;
    }
    
    .joyme-counter-number {
        font-size: 44px;
    }
    
    .joyme-counter-number::after {
        font-size: 36px;
    }
    
    .joyme-instagram-grid {
        gap: 10px;
    }
    
    .joyme-instagram-photo::after {
        font-size: 28px;
    }
    
    .joyme-value-item {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }
    
    .joyme-value-number {
        font-size: 38px;
        min-width: auto;
    }
    
    .joyme-value-info h3 {
        font-size: 19px;
    }
    
    /* Footer */
    .joyme-global-footer {
        padding: 45px 15px 25px;
    }
    
    .joyme-footer-top {
        gap: 35px;
        margin-bottom: 35px;
        padding-bottom: 35px;
    }
    
    .joyme-footer-logo img {
        height: 50px;
    }
    
    .joyme-footer-tagline {
        font-size: 14px;
    }
    
    .joyme-social-link {
        width: 40px;
        height: 40px;
    }
    
    .joyme-social-link svg {
        width: 20px;
        height: 20px;
    }
    
    .joyme-footer-column h3.joyme-footer-title {
        font-size: 17px;
        margin-bottom: 20px;
    }
    
    .joyme-footer-links,
    .joyme-footer-contact {
        gap: 10px;
    }
    
    .joyme-footer-links li a,
    .joyme-footer-contact li {
        font-size: 14px;
    }
}

/* ========== 480px BREAKPOINT ========== */
@media (max-width: 480px) {
    /* Add to Cart */
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
    a.button.product_type_variable.add_to_cart_button {
        font-size: 11px;
    }
    
    #wishlist-icon-header {
        padding-top: 5px !important;
    }
    
    body.tax-product_cat {
        padding-top: 0 !important;
    }
    
    /* Contact Form Mobile */
    .joyme-contact-row {
        gap: 12px;
        margin-bottom: 12px;
    }
    
    .joyme-contact-row label {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .joyme-contact-row input[type="text"],
    .joyme-contact-row input[type="email"],
    .joyme-contact-row input[type="tel"],
    .joyme-contact-row textarea {
        padding: 12px;
        font-size: 13px;
    }
    
    .joyme-contact-row input::placeholder,
    .joyme-contact-row textarea::placeholder {
        font-size: 13px;
    }
    
    .joyme-contact-row textarea {
        min-height: 100px;
    }
    
    .joyme-submit-wrapper {
        margin-top: 20px;
    }
    
    .joyme-submit-wrapper input[type="submit"] {
        padding: 14px 20px;
        font-size: 14px;
    }
    
    /* Shop Page, Category Pages, Tag Pages */
    #shop-page-product-row-el ul.products,
    #shop-page-product-row-en ul.products,
    .product-category-section .product-category-row ul.products,
    #tag-product-page-section #tag-product-page-row > div > div > div > ul.products {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    
    #shop-page-product-row-el ul.products > li,
    #shop-page-product-row-en ul.products > li,
    #main-content > div > div > div.et_pb_section.et_pb_section_1_tb_body.product-category-section.et_section_regular > div > div > div > div > ul > li.product.type-product,
    #tag-product-page-section #tag-product-page-row > div > div > div > ul.products li {
        margin: 0 auto !important;
        width: 80% !important;
    }
    
    /* Homepage Slider */
    div.slider-content > div > div > div > div > div > h1 {
        font-size: 15px !important;
    }
    
    div.slider-content > div > div > div > div > div > div.et_pb_slide_content,
    div.slider-content > div > div > div > div > div > div.et_pb_slide_content p {
        font-size: 12px !important;
    }
    
    /* About Page */
    div.about-us-page-first-row p,
    div.about-us-page-first-row div.et_pb_text_inner,
    div.about-us-history-content-row p,
    div.joyme-creations-hastag-row p {
        font-size: 14px;
    }
    
    div.joyme-creations-hastag-row h2 {
        font-size: 15px;
    }
    
    #ship-to-different-address > label > span {
        font-size: 14px !important;
    }
    
    div.woocommerce-billing-fields > h3,
    h3#ship-to-different-address,
    div.woocommerce-additional-fields h3 {
        font-size: 20px !important;
    }
    
    /* Shipping Section */
    .jewel-shipping-section {
        padding: 35px 12px;
    }
    
    .jewel-shipping-cards {
        max-width: 320px;
        gap: 18px;
    }
    
    .jewel-shipping-heading h2 {
        font-size: 24px;
    }
    
    .jewel-shipping-heading p {
        font-size: 11px;
    }
    
    .jewel-shipping-card {
        padding: 25px 20px;
        border-radius: 12px;
    }
    
    .jewel-shipping-card h3 {
        font-size: 17px;
    }
    
    .jewel-shipping-icon {
        width: 55px;
        height: 55px;
    }
    
    .jewel-shipping-icon svg {
        width: 38px;
        height: 38px;
    }
    
    .jewel-shipping-detail-item {
        padding: 10px 0;
    }
    
    /* About Section */
    .jewel-about-section {
        padding: 40px 12px;
    }
    
    .jewel-about-content {
        max-width: 320px;
        gap: 40px;
    }
    
    .jewel-about-text h2 {
        font-size: 26px;
    }
    
    .jewel-about-description {
        font-size: 12px;
    }
    
    .jewel-feature-item {
        font-size: 14px;
    }
    
    .jewel-about-button {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .jewel-stat-number {
        font-size: 24px;
    }
    
    .jewel-stat-label {
        font-size: 12px;
    }
    
    /* Jewel Care Homepage */
    .jewel-care-section {
        padding: 40px 12px;
    }
    
    .jewel-care-wrapper {
        max-width: 320px;
    }
    
    .jewel-care-hero {
        border-radius: 16px;
    }
    
    .jewel-care-hero-image {
        min-height: 250px;
    }
    
    .jewel-care-hero-content {
        padding: 30px 20px;
    }
    
    .jewel-care-hero-content h2 {
        font-size: 24px;
    }
    
    .jewel-care-hero-content p {
        font-size: 14px;
    }
    
    .jewel-care-hero-button {
        padding: 14px 28px;
        font-size: 15px;
    }
    
    .jewel-hero-overlay {
        top: 20px;
        right: 20px;
    }
    
    /* Jewel Care Page */
    .jewel-care-page-hero {
        padding: 50px 12px 35px;
    }
    
    .jewel-care-hero-content h1 {
        font-size: 28px;
    }
    
    
    .jewel-care-hero-badge {
        font-size: 13px;
        padding: 8px 16px;
    }
    
    .jewel-care-tips-wrapper {
        max-width: 320px;
    }
    
    .jewel-care-card {
        padding: 35px 25px;
    }
    
    .jewel-care-card h3 {
        font-size: 18px;
    }
    
    .jewel-care-card p {
        font-size: 14px;
    }
    
    .jewel-care-block {
        padding: 25px 20px;
        border-radius: 16px;
    }
    
    .jewel-block-header {
        gap: 12px;
        margin-bottom: 25px;
    }
    
    .jewel-care-block h2 {
        font-size: 22px;
    }
    
    .jewel-block-content li {
        font-size: 14px;
    }
    
    /* Homepage Categories - 1 column */
    .categories-grid {
        grid-template-columns:230px;
        gap: 12px;
        max-width: 85%;
    }
    
    .joyme-categories {
        padding: 40px 15px;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-title {
        font-size: 22px;
    }
    
    .category-card {
        min-height: 300px;
        max-width: 100%;
    }
    
    /* About Us Page */
    .joyme-creation-hero,
    .joyme-instagram-showcase,
    .joyme-values-showcase {
        padding: 35px 12px;
    }
    
    .joyme-creation-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .joyme-creation-subtitle {
        font-size: 17px;
    }
    
    .joyme-creation-description p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 15px;
    }
    
    .joyme-instagram-showcase-header h2,
    .joyme-values-showcase-header h2 {
        font-size: 22px;
    }
    
    .joyme-instagram-showcase-header p,
    .joyme-values-showcase-header p {
        font-size: 15px;
    }
    
    .joyme-instagram-stats-box {
        padding: 30px 20px;
        border-radius: 18px;
    }
    
    .joyme-instagram-icon-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .joyme-instagram-icon-wrapper svg {
        width: 40px;
        height: 40px;
    }
    
    .joyme-counter-number {
        font-size: 40px;
    }
    
    .joyme-counter-number::after {
        font-size: 32px;
    }
    
    .joyme-counter-label {
        font-size: 15px;
    }
    
    .joyme-instagram-description {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .joyme-instagram-cta-button {
        padding: 14px 25px;
        font-size: 15px;
    }
    
    .joyme-instagram-cta-button svg {
        width: 20px;
        height: 20px;
    }
    
    .joyme-value-item {
        padding: 22px 18px;
    }
    
    .joyme-value-number {
        font-size: 36px;
    }
    
    .joyme-value-info h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .joyme-value-info p {
        font-size: 14px;
    }
    
    .joyme-values-image {
        border-radius: 16px;
    }
    
    /* Footer */
    .joyme-global-footer {
        padding: 40px 12px 20px;
    }
    
    .joyme-footer-top {
        gap: 30px;
        margin-bottom: 30px;
    }
    
    .joyme-footer-logo img {
        height: 45px;
    }
    
    .joyme-footer-column h3.joyme-footer-title {
        font-size: 16px;
        margin-bottom: 18px;
    }
    
    .joyme-footer-copyright,
    .joyme-footer-credit {
        font-size: 13px;
    }
	.dwe_woo_products_layout{
		grid-template-columns:repeat(1,250px) !important;
	}
		.section-title, .jewel-about-text h2, .jewel-care-hero-content h2, .jewel-shipping-heading h2, div.third-section-products > div > div > div.third-row-titles > div h3{
		font-size:17px !important;
	}
	div.third-section-products > div > div > div.third-row-titles > div p, .section-subtitle, div.shipping-costs-row p{
		font-size:13px !important;
	}
	.category-name{
		font-size:13px;
	}
}

/* ========== 400px BREAKPOINT ========== */
@media (max-width: 400px) {
    /* Shipping Section */
    .jewel-shipping-heading h2 {
        font-size: 22px;
    }
    
    .jewel-shipping-heading p {
        font-size: 10px;
    }
    
    .jewel-shipping-card {
        padding: 22px 18px;
    }
    
    .jewel-shipping-card h3 {
        font-size: 16px;
    }
    
    .jewel-detail-label,
    .jewel-detail-value {
        font-size: 12px;
    }
    
    /* About Section */
    .jewel-about-content {
        max-width: 280px;
    }
    
    .jewel-about-text h2 {
        font-size: 24px;
    }
    
    .jewel-about-badge {
        font-size: 12px;
        padding: 8px 16px;
    }
    
    /* Jewel Care Homepage */
    .jewel-care-wrapper {
        max-width: 280px;
    }
    
    .jewel-care-hero-content h2 {
        font-size: 22px;
    }
    
    /* Jewel Care Page */
    .jewel-care-tips-wrapper {
        max-width: 280px;
    }
    
    .jewel-care-hero-content h1 {
        font-size: 26px;
    }
    
    .jewel-cta-content h3 {
        font-size: 24px;
    }
    
    /* Homepage Categories */
    .joyme-categories {
        padding: 50px 10px;
    }
    
    .section-title {
        font-size: 26px;
    }
    
    .card-content {
        padding: 20px;
    }
    
    /* About Us Page */
    .joyme-creation-hero,
    .joyme-instagram-showcase,
    .joyme-values-showcase {
        padding: 30px 10px;
    }
    
    .joyme-creation-title {
        font-size: 26px;
    }
    
    .joyme-creation-subtitle {
        font-size: 16px;
    }
    
    .joyme-creation-label {
        font-size: 10px;
        padding: 6px 14px;
    }
    
    .joyme-instagram-showcase-header h2,
    .joyme-values-showcase-header h2 {
        font-size: 21px;
    }
    
    .joyme-instagram-stats-box {
        padding: 25px 18px;
    }
    
    .joyme-counter-number {
        font-size: 38px;
    }
    
    .joyme-counter-number::after {
        font-size: 30px;
    }
    
    .joyme-instagram-grid {
        gap: 8px;
    }
    
    .joyme-instagram-photo::before {
        width: 50px;
        height: 50px;
    }
    
    .joyme-instagram-photo::after {
        font-size: 24px;
    }
    
    .joyme-value-item {
        padding: 20px 15px;
    }
    
    .joyme-value-number {
        font-size: 34px;
    }
    
    /* Footer */
    .joyme-global-footer {
        padding: 35px 10px 20px;
    }
    
    .joyme-footer-top {
        gap: 28px;
    }
    
    .joyme-footer-logo img {
        height: 42px;
    }
    
    .joyme-footer-tagline {
        font-size: 13px;
    }
    
    .joyme-social-link {
        width: 38px;
        height: 38px;
    }
}

/* ========== 380px BREAKPOINT ========== */
@media (max-width: 380px) {
    /* Add to Cart */
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
    a.button.product_type_variable.add_to_cart_button {
        font-size: 12px !important;
    }
    
    /* Contact Page */
    .contact-page-first-section .contact-info-row h4,
    .contact-message-title h3 {
        font-size: 16px !important;
    }
    
    /* About Section */
    .jewel-about-content {
        max-width: 260px;
    }
    
    /* Jewel Care Homepage */
    .jewel-care-wrapper {
        max-width: 260px;
    }
    
    /* Jewel Care Page */
    .jewel-care-tips-wrapper {
        max-width: 260px;
    }
    
    .jewel-care-hero-content h1 {
        font-size: 24px;
    }
    
    
    /* Homepage Categories */
    .category-name {
        font-size: 14px;
        letter-spacing: 1px;
    }
    
    /* About Us Page */
    .joyme-creation-title {
        font-size: 24px;
    }
    
    .joyme-creation-subtitle {
        font-size: 15px;
    }
    
    .joyme-creation-description p {
        font-size: 13px;
    }
    
    .joyme-instagram-showcase-header h2,
    .joyme-values-showcase-header h2 {
        font-size: 20px;
    }
    
    .joyme-instagram-showcase-header p,
    .joyme-values-showcase-header p {
        font-size: 14px;
    }
    
    .joyme-instagram-icon-wrapper {
        width: 65px;
        height: 65px;
    }
    
    .joyme-counter-number {
        font-size: 36px;
    }
    
    .joyme-counter-label {
        font-size: 14px;
    }
    
    .joyme-instagram-cta-button {
        padding: 13px 22px;
        font-size: 14px;
    }
    
    .joyme-value-info h3 {
        font-size: 17px;
    }
    
    .joyme-value-info p {
        font-size: 13px;
    }
    
    /* Footer */
    .joyme-footer-column h3.joyme-footer-title {
        font-size: 15px;
    }
    
    .joyme-footer-links li a,
    .joyme-footer-contact li {
        font-size: 13px;
    }
    
    .joyme-footer-contact li svg {
        width: 16px;
        height: 16px;
    }
}

/* ========== 360px BREAKPOINT ========== */
@media (max-width: 360px) {
    /* Shipping Section */
    .jewel-shipping-card {
        padding: 20px 16px;
    }
    
    /* About Section */
    .jewel-about-content {
        max-width: 240px;
    }
    
    .jewel-about-text h2 {
        font-size: 22px;
    }
    
    /* Jewel Care Homepage */
    .jewel-care-wrapper {
        max-width: 240px;
    }
    
    .jewel-care-hero-content h2 {
        font-size: 20px;
    }
    
    /* Jewel Care Page */
    .jewel-care-tips-wrapper {
        max-width: 240px;
    }
    
    .jewel-care-hero-content h1 {
        font-size: 22px;
    }
    
    .jewel-care-block {
        padding: 22px 18px;
    }
    
    .jewel-care-block h2 {
        font-size: 20px;
    }
    
    /* Homepage Categories */
    .section-title {
        font-size: 24px;
    }
    
    .category-name {
        font-size: 13px;
    }
    
    /* About Us Page */
    .joyme-creation-hero,
    .joyme-instagram-showcase,
    .joyme-values-showcase {
        padding: 25px 8px;
    }
    
    .joyme-creation-title {
        font-size: 23px;
    }
    
    .joyme-instagram-showcase-header,
    .joyme-values-showcase-header {
        margin-bottom: 35px;
    }
    
    .joyme-instagram-stats-box {
        padding: 22px 15px;
    }
    
    .joyme-counter-number {
        font-size: 34px;
    }
    
    .joyme-counter-number::after {
        font-size: 28px;
    }
    
    .joyme-instagram-grid {
        gap: 6px;
    }
    
    .joyme-instagram-photo {
        border-radius: 12px;
    }
    
    .joyme-value-item {
        padding: 18px 12px;
        border-radius: 14px;
    }
    
    .joyme-value-number {
        font-size: 32px;
    }
    
    /* Footer */
    .joyme-global-footer {
        padding: 30px 8px 18px;
    }
    
    .joyme-footer-logo img {
        height: 40px;
    }
    
    .joyme-footer-social {
        gap: 12px;
    }
    
    .joyme-social-link {
        width: 36px;
        height: 36px;
    }
}

/* ========== 340px BREAKPOINT ========== */
@media (max-width: 340px) {
    /* Shipping Section */
    .jewel-shipping-cards {
        max-width: 280px;
    }
    
    .jewel-shipping-heading h2 {
        font-size: 20px;
    }
    
    .jewel-shipping-card h3 {
        font-size: 15px;
    }
    
    /* About Section */
    .jewel-about-content {
        max-width: 220px;
    }
    
    .jewel-about-text h2 {
        font-size: 20px;
    }
    
    .jewel-about-stats {
        gap: 15px;
    }
    
    /* Jewel Care Homepage */
    .jewel-care-wrapper {
        max-width: 220px;
    }
    
    .jewel-care-hero-content {
        padding: 25px 18px;
    }
    
    /* Jewel Care Page */
    .jewel-care-tips-wrapper {
        max-width: 220px;
    }
    
    .jewel-care-hero-content h1 {
        font-size: 20px;
    }
    
    .jewel-care-card {
        padding: 30px 20px;
    }
    
    .jewel-cta-content h3 {
        font-size: 22px;
    }
    
    .jewel-cta-button {
        padding: 14px 24px;
        font-size: 15px;
    }
    
    /* Homepage Categories */
    .joyme-categories {
        padding: 40px 8px;
    }
    
    .card-content {
        padding: 15px;
    }
    
    /* About Us Page */
    .joyme-creation-title {
        font-size: 22px;
    }
    
    .joyme-creation-subtitle {
        font-size: 14px;
    }
    
    .joyme-creation-description p {
        font-size: 12px;
    }
    
    .joyme-instagram-showcase-header h2,
    .joyme-values-showcase-header h2 {
        font-size: 19px;
    }
    
    .joyme-instagram-showcase-header p,
    .joyme-values-showcase-header p {
        font-size: 13px;
    }
    
    .joyme-instagram-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .joyme-instagram-icon-wrapper svg {
        width: 35px;
        height: 35px;
    }
    
    .joyme-counter-number {
        font-size: 32px;
    }
    
    .joyme-counter-number::after {
        font-size: 26px;
        margin-left: 5px;
    }
    
    .joyme-counter-label {
        font-size: 13px;
    }
    
    .joyme-instagram-description {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .joyme-instagram-cta-button {
        padding: 12px 20px;
        font-size: 13px;
        gap: 10px;
    }
    
    .joyme-instagram-cta-button svg {
        width: 18px;
        height: 18px;
    }
    
    .joyme-instagram-photo::before {
        width: 45px;
        height: 45px;
    }
    
    .joyme-instagram-photo::after {
        font-size: 22px;
    }
    
    .joyme-value-item {
        padding: 16px 10px;
    }
    
    .joyme-value-number {
        font-size: 30px;
    }
    
    .joyme-value-info h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .joyme-value-info p {
        font-size: 12px;
        line-height: 1.6;
    }
    
    .joyme-values-image,
    .joyme-hero-image-wrapper {
        border-radius: 14px;
    }
    
    /* Footer */
    .joyme-footer-top {
        gap: 25px;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    
    .joyme-footer-logo img {
        height: 38px;
    }
    
    .joyme-footer-tagline {
        font-size: 12px;
    }
    
    .joyme-footer-column h3.joyme-footer-title {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .joyme-footer-links li a,
    .joyme-footer-contact li {
        font-size: 12px;
    }
    
    .joyme-footer-copyright,
    .joyme-footer-credit {
        font-size: 12px;
    }
}

/* ========== 320px BREAKPOINT ========== */
@media (max-width: 320px) {
    /* Contact Form */
    .joyme-contact-row {
        gap: 10px;
        margin-bottom: 10px;
    }
    
    .joyme-field-half {
        min-width: 100%;
    }
    
    .joyme-contact-row input[type="text"],
    .joyme-contact-row input[type="email"],
    .joyme-contact-row input[type="tel"],
    .joyme-contact-row textarea {
        padding: 10px;
    }
    
    .joyme-contact-row input::placeholder,
    .joyme-contact-row textarea::placeholder {
        font-size: 14px;
    }
    
    .joyme-submit-wrapper input[type="submit"] {
        padding: 12px 15px;
    }
}

/* END OF CONSOLIDATED BREAKPOINTS */

