/* =====================================================
   ARTSHOP CLEAN START — MOBILE ONLY
   Править здесь только мобилку
   Подключается media: screen and (max-width: 768px)
===================================================== */

:root{
    --art-gold:#d48931;
    --art-gold-2:#f0c06a;
    --art-gold-soft:rgba(212,137,49,.22);
    --art-green:#13a54b;
    --art-green-dark:#0a8137;
    --art-dark:#102f32;
    --art-dark-2:#174d51;
    --art-dark-3:#0b2427;
    --art-cream:#f8f1e7;
    --art-cream-2:#fffaf2;
    --art-text:#111;
    --art-muted:#5e6663;
    --art-line:rgba(212,137,49,.26);
    --art-shadow:0 12px 28px rgba(0,0,0,.10);
    --art-shadow-hover:0 22px 46px rgba(0,0,0,.18);
}

html,
body{
    max-width:100%;
    overflow-x:hidden;
}

body{
    padding-bottom:0 !important;
    background:
        radial-gradient(circle at 20% -10%, rgba(212,137,49,.16), transparent 34%),
        linear-gradient(180deg,#fffaf3 0%,#f8f1e7 48%,#fffaf3 100%) !important;
    color:var(--art-text);
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}

body,
button,
input,
textarea,
select{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}

.col-full{
    width:100% !important;
    max-width:100% !important;
    padding-left:10px !important;
    padding-right:10px !important;
    box-sizing:border-box !important;
}

/* =====================================================
   TOP NOTICE — MOBILE
===================================================== */

.artshop-top-notice{
    background:linear-gradient(90deg,var(--art-dark-3),var(--art-dark-2),var(--art-dark-3));
    color:#fff;
    font-size:13px;
    font-weight:950;
    line-height:1.15;
    text-align:center;
}

.artshop-top-notice__inner{
    padding:7px 10px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
}

.artshop-top-notice__time{
    color:#ffe1a4;
    white-space:nowrap;
}

/* =====================================================
   HEADER — MOBILE
===================================================== */

.site-header{
    position:sticky !important;
    top:0;
    z-index:9999;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    background:rgba(255,250,242,.97) !important;
    backdrop-filter:blur(12px);
    box-shadow:0 8px 22px rgba(0,0,0,.12);
}

body.admin-bar .site-header{
    top:46px;
}

.site-header .col-full{
    display:grid !important;
    grid-template-columns:58px minmax(0,1fr) 46px;
    grid-template-areas:
        "brand phone cart"
        "search search search"
        "nav nav nav";
    gap:7px;
    align-items:center;
    padding:9px 10px 0 !important;
}

.site-branding{
    grid-area:brand;
    float:none !important;
    width:auto !important;
    margin:0 !important;
    padding:0 !important;
}

.site-branding .custom-logo-link,
.site-branding a{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-decoration:none !important;
}

.site-branding img,
.custom-logo{
    display:block !important;
    width:54px !important;
    max-width:54px !important;
    height:54px !important;
    max-height:54px !important;
    object-fit:contain !important;
    border-radius:50%;
    background:#fff;
}

.site-title{
    margin:0 !important;
    font-size:18px !important;
    line-height:1 !important;
    font-weight:950 !important;
}

.site-title a{
    color:var(--art-dark) !important;
    text-decoration:none !important;
}

.site-description{
    display:none !important;
}

.artshop-header-contact{
    grid-area:phone;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    gap:5px;
    min-width:0;
    overflow:hidden;
    white-space:nowrap;
}

.artshop-header-phone{
    color:var(--art-dark) !important;
    text-decoration:none !important;
    font-size:15px;
    font-weight:950;
    line-height:1;
}

.artshop-header-wa{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:27px;
    padding:5px 8px;
    border-radius:999px;
    background:linear-gradient(135deg,#e9fff1,#d5f8df);
    border:1px solid rgba(19,165,75,.28);
    color:var(--art-green-dark) !important;
    text-decoration:none !important;
    font-size:12px;
    font-weight:950;
    line-height:1;
}

.site-search,
.woocommerce-active .site-header .site-search{
    grid-area:search;
    float:none !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    clear:none !important;
}

.site-search form{
    margin:0 !important;
}

.site-search .widget_product_search form::before,
.site-search form::before{
    display:none !important;
}

.site-search input[type=search],
.site-search .search-field{
    width:100% !important;
    height:44px !important;
    border:1px solid rgba(23,77,81,.18) !important;
    border-radius:999px !important;
    background:#fff !important;
    box-shadow:0 7px 16px rgba(0,0,0,.06) !important;
    padding:0 14px !important;
    color:#111 !important;
    font-size:14px !important;
    font-weight:750 !important;
}

.site-header-cart,
.woocommerce-active .site-header .site-header-cart{
    grid-area:cart;
    float:none !important;
    width:auto !important;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
}

.site-header-cart .cart-contents{
    position:relative;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:46px !important;
    height:46px !important;
    min-height:46px !important;
    padding:0 !important;
    border-radius:16px !important;
    background:linear-gradient(135deg,var(--art-dark),#0f5b63) !important;
    color:#fff !important;
    box-shadow:0 9px 18px rgba(16,43,47,.22) !important;
    font-size:0 !important;
    text-decoration:none !important;
}

.site-header-cart .cart-contents::after{
    font-size:22px !important;
    margin:0 !important;
    color:#fff !important;
}

.site-header-cart .cart-contents .amount{
    display:none !important;
}

.site-header-cart .cart-contents .count{
    position:absolute;
    right:-7px;
    top:-7px;
    min-width:22px;
    height:22px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    padding:0 6px;
    margin:0 !important;
    border-radius:999px;
    background:var(--art-gold);
    color:#fff !important;
    font-size:11px !important;
    font-weight:950;
}

/* =====================================================
   MENU — MOBILE ONLY
===================================================== */

.storefront-primary-navigation{
    grid-area:nav;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
}

.main-navigation{
    float:none !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

.menu-toggle{
    display:none !important;
}

.main-navigation ul.menu,
.main-navigation ul.nav-menu{
    display:grid !important;
    grid-template-columns:1fr;
    gap:8px !important;
    width:100% !important;
    margin:0 !important;
    padding:8px 0 10px !important;
    list-style:none !important;
}

.main-navigation ul.menu > li,
.main-navigation ul.nav-menu > li{
    float:none !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:42px !important;
    padding:9px 10px !important;
    border-radius:999px !important;
    background:linear-gradient(180deg,#fffaf3,#f5eee4) !important;
    border:1px solid rgba(212,137,49,.26) !important;
    color:#122f32 !important;
    box-shadow:0 7px 15px rgba(0,0,0,.05) !important;
    font-size:13px !important;
    font-weight:950 !important;
    line-height:1.15 !important;
    text-align:center !important;
    text-decoration:none !important;
}

.main-navigation ul.menu > li.current-menu-item > a,
.main-navigation ul.nav-menu > li.current-menu-item > a{
    background:linear-gradient(135deg,var(--art-dark),#0f5b63) !important;
    color:#fff !important;
}

/* =====================================================
   CONTENT — MOBILE
===================================================== */

.site-content{
    padding-top:16px;
}

.home .entry-header{
    display:none;
}

.page-title,
.entry-title,
.woocommerce-products-header__title{
    color:var(--art-dark) !important;
    font-weight:950 !important;
    letter-spacing:-.025em;
}

.artshop-home-hero{
    margin:0 0 18px;
    padding:17px;
    border-radius:24px;
    background:
        radial-gradient(circle at 12% 0%, rgba(212,137,49,.16), transparent 35%),
        linear-gradient(180deg,#fffaf3 0%,#f5eee4 100%);
    border:1px solid rgba(212,137,49,.24);
    box-shadow:var(--art-shadow);
    overflow:hidden;
}

.artshop-home-hero h1{
    margin:0 0 8px !important;
    color:var(--art-dark) !important;
    font-size:25px !important;
    line-height:1.1 !important;
    font-weight:950 !important;
}

.artshop-home-hero p{
    margin:0 !important;
    color:#35413e;
    font-size:15px;
    line-height:1.42;
    font-weight:750;
}

.artshop-home-slider{
    margin-top:16px;
    border-radius:22px;
    overflow:hidden;
    background:rgba(255,255,255,.65);
    box-shadow:0 10px 22px rgba(0,0,0,.10);
}

.metaslider,
.metaslider img,
.metaslider .flexslider{
    border-radius:22px !important;
}

/* =====================================================
   TILES — MOBILE
===================================================== */

ul.products,
body.home ul.products,
body.post-type-archive-product ul.products{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    overflow:visible !important;
}

body.home ul.products,
body.post-type-archive-product ul.products{
    margin-top:18px !important;
}

ul.products::before,
ul.products::after{
    display:none !important;
    content:none !important;
}

ul.products li.product,
ul.products li.product-category{
    float:none !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
    border-radius:22px !important;
    background:linear-gradient(180deg,#fff8f0 0%,#ffffff 100%) !important;
    border:1px solid rgba(213,191,156,.48) !important;
    box-shadow:var(--art-shadow) !important;
    overflow:hidden !important;
    text-align:center !important;
}

ul.products li.product > a,
ul.products li.product-category > a{
    display:flex !important;
    flex-direction:column !important;
    height:100% !important;
    padding:10px !important;
    border-radius:22px !important;
    text-decoration:none !important;
    outline:none !important;
    box-shadow:none !important;
    overflow:hidden !important;
    background:transparent !important;
}

ul.products li.product img,
ul.products li.product-category img{
    display:block !important;
    width:100% !important;
    height:210px !important;
    object-fit:contain !important;
    object-position:center center !important;
    background:linear-gradient(180deg,#f7f2ea,#ffffff) !important;
    border-radius:16px !important;
    padding:4px !important;
    margin:0 !important;
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product-category h2,
ul.products li.product-category .woocommerce-loop-category__title{
    margin:11px 0 2px !important;
    padding:0 !important;
    min-height:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    color:#111 !important;
    background:transparent !important;
    font-size:15px !important;
    font-weight:950 !important;
    line-height:1.15 !important;
    text-align:center !important;
    text-transform:uppercase !important;
    letter-spacing:.02em !important;
}

ul.products li.product-category .count{
    display:none !important;
}

.artshop-cat-desc{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:0 12px 14px !important;
    background:linear-gradient(180deg,#f6f1ea 0%,#fffaf2 100%) !important;
    color:#3e4744 !important;
    font-size:14px !important;
    font-weight:800 !important;
    line-height:1.35 !important;
    text-align:center !important;
    border-radius:0 0 18px 18px !important;
    box-sizing:border-box !important;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.added_to_cart,
.woocommerce a.button,
.woocommerce button.button{
    border:none !important;
    border-radius:999px !important;
    background:linear-gradient(135deg,var(--art-dark),#0f5b63) !important;
    color:#fff !important;
    font-weight:950 !important;
    box-shadow:0 9px 18px rgba(16,43,47,.20) !important;
    text-decoration:none !important;
}

/* =====================================================
   SINGLE PRODUCT — MOBILE
===================================================== */

.single-product div.product{
    background:#fff;
    border:1px solid rgba(212,137,49,.24);
    border-radius:24px;
    padding:14px;
    box-shadow:var(--art-shadow);
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary{
    width:100% !important;
    float:none !important;
}

.single-product div.product .product_title{
    color:var(--art-dark) !important;
    font-size:25px !important;
    line-height:1.12 !important;
    font-weight:950 !important;
}

.single-product div.product p.price,
.single-product div.product span.price{
    color:var(--art-dark-2) !important;
    font-size:24px !important;
    font-weight:950 !important;
}

.woocommerce-product-gallery img{
    border-radius:18px !important;
    background:#fffaf2;
}

/* =====================================================
   FOOTER — MOBILE
===================================================== */

.site-footer{
    margin-top:30px !important;
    padding:0 !important;
    background:
        radial-gradient(circle at 12% 0%, rgba(212,137,49,.16), transparent 34%),
        linear-gradient(180deg,var(--art-dark-2),var(--art-dark-3)) !important;
    color:#fff !important;
    border-top:4px solid var(--art-gold);
}

.site-footer .col-full{
    padding-top:0 !important;
    padding-bottom:0 !important;
}

.artshop-footer{
    padding:28px 0 16px;
}

.artshop-footer__grid{
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
    align-items:start;
    text-align:center;
}

.artshop-footer h3{
    margin:0 0 10px !important;
    color:#ffe0a0 !important;
    font-size:18px !important;
    font-weight:950 !important;
}

.artshop-footer p,
.artshop-footer span,
.artshop-footer small{
    color:#e9f0ed !important;
    font-weight:700;
    line-height:1.45;
}

.artshop-footer a{
    display:block;
    color:#fff !important;
    text-decoration:none !important;
    margin:7px 0;
    font-weight:850;
}

.artshop-footer__wa{
    color:#77f2a1 !important;
    font-weight:950 !important;
}

.artshop-pay-icons{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
    margin-top:12px;
}

.artshop-pay-icons span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:32px;
    min-width:68px;
    padding:7px 10px;
    border-radius:16px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.16);
    color:#fff !important;
    font-size:12px;
    font-weight:950;
}

.artshop-pay-icons span:first-child{
    background:linear-gradient(135deg,#18b64f,#0a9440) !important;
    border:none !important;
}

.artshop-pay-icons span:last-child{
    background:#fff !important;
    color:#7d33d8 !important;
    border:none !important;
}

.artshop-footer__bottom{
    margin-top:22px;
    padding-top:14px;
    border-top:1px solid rgba(255,255,255,.14);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:#dbe5e1 !important;
    text-align:center;
    font-weight:850;
}

.storefront-handheld-footer-bar,
.site-info{
    display:none !important;
}
