/* === КОНТЕЙНЕР МАГАЗИНА === */
.shop-container{width:100%;min-height:550px;background:linear-gradient(135deg,rgba(235,230,240,0.65) 0%,rgba(250,245,240,0.7) 100%);padding:15px 20px 20px 25px;overflow-y:auto;box-shadow:0 0 0 2px #c8b898 inset,0 0 25px rgba(180,200,220,0.2);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);font-family:'Cormorant Garamond',serif;color:#6b5a4a;font-weight:400;background-image:repeating-linear-gradient(rgba(220,225,235,0.5) 0px,rgba(220,225,235,0.5) 28px,rgba(160,180,200,0.1) 30px);backdrop-filter:blur(4px);border-left:3px solid #c8d8e8;scroll-behavior:smooth}
.shop-container::-webkit-scrollbar{width:8px}
.shop-container::-webkit-scrollbar-track{background:#e0d8d0}
.shop-container::-webkit-scrollbar-thumb{background:var(--border-light);box-shadow:0 0 10px var(--border-light)}

/* === БЛОК ИНСТРУКЦИИ === */
.hi-there-shop{margin-bottom:15px;padding:12px 20px;background:#faf3e6;border:3px double #8b6b4d;box-shadow:0 0 0 2px rgba(212,184,150,0.3);position:relative}
.hi-there-shop b{display:block;text-align:center;font-size:1.8rem!important;font-family:'Great Vibes',cursive;background:linear-gradient(to bottom,#c8b080 14%,#a08050 16%,#d0b890 20%,#c0a878 22%,#e8d0a8 40%,#907040 84%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:5px}
.hi-there-shop .receipt-divider{border-top:1px dashed #8b6b4d;margin:10px 0;opacity:0.6}
.hi-there-shop .instruction-title{text-align:center;font-weight:700;color:#5a4a2a;margin:5px 0 10px;font-size:.95rem}
.hi-there-shop .instruction-list{list-style:none;padding-left:0;margin:0 0 10px}
.hi-there-shop .instruction-list li{color:#6b5a4a;font-size:.85rem;padding:4px 0 4px 20px;position:relative}
.hi-there-shop .instruction-list li::before{content:"✦";position:absolute;left:0;color:#c8a060}
.hi-there-shop .instruction-footer{color:#6b5a4a;font-size:.85rem;margin-top:5px;text-align:center}
.info-link{color:var(--accent-blue)!important;text-decoration:underline;cursor:pointer}

/* === ФИЛЬТРЫ === */
.filter-container{margin-bottom:15px;padding:0;background:0 0;border:1.5px dashed #d4b896}
.filter-inner{padding:10px;background:rgba(212,184,150,0.2)}
.filter-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.filter-select{padding:4px 8px;background:#f5f0e8;border:1px solid #6080a0;font-family:'Cormorant Garamond',serif;font-size:.9rem;color:#6b5a4a;cursor:pointer;flex:1 1 auto}
.filter-select:focus{outline:2px solid #d4b896;outline-offset:1px}
.filter-select:focus,.filter-select:active{border-color:#c8a060;box-shadow:0 0 8px #e0c8a0;outline:none}

/* === СЕТКА ТОВАРОВ === */
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:10px}
.product-card{background:rgba(250,245,240,0.6);backdrop-filter:blur(4px);padding:8px 6px 10px;text-align:center;border:1.5px solid transparent;border-image:linear-gradient(135deg,#d4b896,#b89060,#e0c8a0,#f0d8b0,#a08050);border-image-slice:1;box-shadow:4px 4px 0 rgba(160,140,100,0.15);transition:all 0.2s;display:flex;flex-direction:column;height:100%;position:relative}
.product-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 rgba(160,140,100,0.25);background:rgba(255,250,245,0.8)}
.product-card.in-cart{border-color:#d4b896;box-shadow:0 0 15px #e0c8a0,4px 4px 0 rgba(160,140,100,0.15);animation:goldGlow 3s ease-in-out infinite}
.product-card.sold-out .product-img img{filter:sepia(0.6)}
.product-card.sold-out .product-btn{opacity:0.6;pointer-events:none;cursor:not-allowed}
@keyframes goldGlow{0%,100%{box-shadow:0 0 10px #d4b896,4px 4px 0 rgba(160,140,100,0.15)}50%{box-shadow:0 0 20px #e8d0a8,0 0 25px #d4b896,4px 4px 0 rgba(160,140,100,0.15)}}
.product-badge{position:absolute;top:4px;left:4px;color:#fff;font-family:'Bad Script',cursive;font-size:.6rem;padding:2px 6px;border-radius:3px;z-index:5;box-shadow:0 0 5px rgba(0,0,0,0.1)}
.product-badge.new{background:#6080a0;animation:blinkBadge 1.5s ease-in-out infinite}
.product-badge.limited{background:#c8a060;animation:shineBadge 2s ease-in-out infinite}
.product-badge.sold-out-badge{background:#8b6b4d;color:#f0e8d8}
@keyframes blinkBadge{0%,100%{opacity:1}50%{opacity:0.5}}
@keyframes shineBadge{0%,100%{box-shadow:0 0 5px #c8a060}50%{box-shadow:0 0 15px #f0d090,0 0 10px #c8a060}}

/* Картинка в карточке товара */
.product-img{position:relative;width:100%;aspect-ratio:1/1;border:1px solid #a08060;background:#e8d8c0;padding:4px;margin-bottom:3px;box-shadow:inset 0 0 15px #00000015;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer}
.product-img img{width:100%;height:100%;object-fit:cover;filter:none;image-rendering:auto;display:block}

.product-card h3{font-family:'Bad Script',cursive;color:#6b5a4a;font-weight:400;font-size:.9rem;margin:1px 0 3px;line-height:1.2;cursor:pointer}
.product-card h3:hover{color:#6080a0;text-shadow:0 0 5px #a0b8d0}
.product-price{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:.9rem;color:#5a4a3a;background:#faf3e6;display:inline-block;padding:2px 8px;margin:0 auto 5px;border:1px dashed #8b6b4d;line-height:1.4}
.product-price span{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:1.1em;letter-spacing:0.5px}
.product-cart-controls{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:2px}
.product-qty-btn{width:24px;height:24px;background:#f0e8d8;border:1px solid #a0b8d0;font-family:'Bad Script',cursive;font-size:1rem;color:#5a4a2a;cursor:pointer;box-shadow:1px 1px 0 rgba(160,180,200,0.2);transition:all 0.2s;user-select:none;display:flex;align-items:center;justify-content:center}
.product-card.in-cart .product-qty-btn{border-color:#d4b896;box-shadow:0 0 8px #e0c8a0}
.product-qty-btn:hover{transform:translate(1px,1px);box-shadow:none}
.product-qty-badge{font-family:'Cormorant Garamond',serif;font-weight:700;color:#5a4a2a;font-size:1rem;min-width:20px;text-align:center}
.product-btn{margin-top:2px;margin-bottom:2px;font-size:12px!important;padding:3px 6px!important;width:auto!important;cursor:pointer}
.product-btn.in-cart-btn{background:linear-gradient(135deg,#e0c8d0 0%,#d0b0c0 100%);border-color:#c898a8}


/* === ПАГИНАЦИЯ === */
.pagination{display:flex;justify-content:center;gap:15px;margin-top:20px}
.pagination-btn{font-size:18px!important;padding:8px 25px!important;width:auto!important}
.pagination-btn.disabled{opacity:0.5;filter:sepia(0.5);pointer-events:none;box-shadow:3px 3px 0 rgba(180,190,210,0.3)}

/* === СЛАЙДЕР В МОДАЛКЕ === */
.product-modal-slider{position:relative;width:100%;overflow:hidden;margin-bottom:15px;border-radius:4px;background:#e8d8c0;aspect-ratio:1/1}
.slider-track{display:flex;transition:transform 0.3s ease;height:100%}
.slider-slide{min-width:100%;display:flex;align-items:center;justify-content:center;background:#e8d8c0}
.slider-slide img{width:100%;height:100%;object-fit:contain;padding:8px;display:block}
.slider-dots{display:flex;justify-content:center;gap:8px;margin-top:10px}
.slider-dots .dot{width:10px;height:10px;border-radius:50%;background:#c8b898;cursor:pointer;transition:background 0.2s}
.slider-dots .dot.active{background:#8b6b4d}
.slider-prev,.slider-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(250,245,240,0.8);border:1px solid #c8b898;color:#6b5a4a;font-size:24px;width:36px;height:36px;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;transition:background 0.2s;padding:0;line-height:1}
.slider-prev{left:8px;border-radius:50%}
.slider-next{right:8px;border-radius:50%}
.slider-prev:hover,.slider-next:hover{background:#f5f0e8}

/* === МОДАЛКИ === */
.product-modal-overlay,.receipt-overlay,.info-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(30,25,30,0.5);backdrop-filter:blur(8px) sepia(0.3);z-index:100000;display:none;align-items:center;justify-content:center;padding:20px}
.product-modal{width:420px;max-width:90vw;animation:floatIn 0.4s ease-out}
.product-modal .box-inner{background:#f5f0e8!important;backdrop-filter:none!important}
.product-modal-content{text-align:center;color:#6b5a4a}
.product-modal-img{width:100%;aspect-ratio:1/1;border:2px solid #a08060;background:#e8d8c0;padding:8px;margin-bottom:15px;box-shadow:inset 0 0 20px #00000015;min-height:200px}
.product-modal-img img{width:100%;height:100%;object-fit:contain;filter:none;display:block}
.product-modal h3{font-family:'Bad Script',cursive;color:#6b5a4a;font-size:1.4rem;margin-bottom:10px;font-weight:400}
.product-modal-desc-container{padding:6px 4px;background:#f2e8d8;background-size:8px 24px;border:1px solid #c0b098;border-radius:8px;box-shadow:inset 0 0 12px rgba(0,0,0,0.04),3px 3px 0 rgba(160,180,200,0.15);margin-bottom:15px;max-height:100px;overflow-y:auto}
.product-modal-desc{font-family:'Cormorant Garamond',serif;color:#7a6a5a;font-size:1rem;font-style:italic;font-weight:400;padding:0 5px}
.product-modal-price{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:1.1rem;color:#5a4a3a;background:#f0e8d8;display:inline-block;padding:4px 15px;margin-bottom:15px;border:1.5px dashed #8b6b4d}
.product-modal-price span{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:1.3rem;letter-spacing:0.5px}
.product-modal-quantity{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:20px}
.product-modal-quantity label{font-family:'Bad Script',cursive;color:#6b5a4a;font-weight:400;font-size:1rem}
.quantity-control{display:flex;align-items:center;gap:5px}
.quantity-btn{width:32px;height:32px;background:#f0e8d8;border:1px solid #c8b898;font-family:'Bad Script',cursive;font-size:1.2rem;color:#5a4a2a;cursor:pointer;transition:all 0.2s;user-select:none;-webkit-tap-highlight-color:transparent}
.quantity-btn:hover{background:#e0d8c8}
.quantity-input{width:60px;padding:6px 8px;background:#f5f0e8;border:1px solid #c8b898;font-family:'Cormorant Garamond',serif;font-size:1rem;text-align:center;color:#6b5a4a;-moz-appearance:textfield}
.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.quantity-input:focus{outline:none;border-color:#a0b8d0}
.product-modal-actions{display:flex;gap:10px;justify-content:center}
.modal-btn{font-size:16px!important;padding:8px 20px!important;width:auto!important}
@keyframes floatIn{from{opacity:0;transform:scale(0.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}

/* === ЧЕК (РЕСИПТ) === */
.receipt-modal{width:450px;max-width:95vw;animation:floatIn 0.4s ease-out}
#receiptContent{background:#faf3e6;padding:40px 15px;border:3px double #8b6b4d;box-shadow:inset 0 0 20px rgba(0,0,0,0.05);line-height:1.3;font-family:'Cormorant Garamond',serif;font-size:15px;font-weight:500;color:#4a4050;margin:0}
.receipt-header{text-align:center;border-bottom:1px dashed #8b6b4d;padding-bottom:15px;margin-bottom:15px}
.receipt-header h4{font-family:'Great Vibes',cursive;font-size:20px;color:#5a4a2a;margin:0 0 2px}
.receipt-header p{margin:1px 0}
.receipt-items{margin:15px 0}
.receipt-item{display:flex;align-items:center;margin-bottom:2px}
.receipt-item .receipt-left{white-space:nowrap}
.receipt-item .receipt-dots{flex:1;margin:0 5px;letter-spacing:2px;overflow:hidden}
.receipt-item .receipt-price{white-space:nowrap;font-weight:700;font-size:1.1em;color:#3d2218}
.receipt-total{border-top:1px dashed #8b6b4d;padding-top:15px;margin-top:15px;text-align:right;font-weight:700}
.receipt-total span{font-weight:700;font-size:1.3em;color:#3d2218}
.receipt-footer{text-align:center;margin-top:15px;color:#807060;font-style:italic}

/* === ПРОМОКОД === */
.promo-box{margin:15px 20px;padding:8px 10px;border:1px solid #8b6b4d;background:#e8dcc8;display:flex;align-items:center;gap:6px;position:relative;overflow:hidden}
.promo-box .promo-decor-tl{position:absolute;top:-6px;left:-6px;width:20px;height:20px;background:url('https://bzhna.neocities.org/stuff/decori.gif') no-repeat center/contain;image-rendering:pixelated;pointer-events:none;z-index:5;opacity:0.8}
.promo-box .promo-decor-br{position:absolute;bottom:-6px;right:-6px;width:20px;height:20px;background:url('https://bzhna.neocities.org/stuff/decori.gif') no-repeat center/contain;image-rendering:pixelated;transform:rotate(180deg);pointer-events:none;z-index:5;opacity:0.8}
.promo-box input{flex:1;min-width:0;background:0 0;border:none;padding:6px 8px;font-family:'Cormorant Garamond',serif;font-size:.9rem;color:#6b5a4a;outline:none;white-space:normal;overflow:hidden;text-overflow:ellipsis}
.promo-box input::placeholder{color:#8a7a6a;font-style:italic}
.promo-btn{background:#f0e8d8;border:1px solid #a0b8d0;padding:4px 12px;font-family:'Bad Script',cursive;font-size:.8rem;color:#5a4a2a;cursor:pointer;transition:all 0.2s;white-space:nowrap;border-image-source:url('https://bzhna.neocities.org/stuff/whitelace.png');border-image-slice:40;border-image-repeat:round;border-style:solid;border-width:4px}
.promo-btn:hover{background:#e0d8c8}

/* === ИНФО МОДАЛКА === */
.info-modal{width:450px;max-width:95vw;animation:floatIn 0.4s ease-out}
#infoContent{background:#faf3e6;padding:20px 15px;border:3px double #8b6b4d;box-shadow:inset 0 0 20px rgba(0,0,0,0.05);font-size:14px;line-height:1.6;font-family:'Cormorant Garamond',serif;color:#6b5a4a;margin:0}

/* === КОРЗИНА (САЙДБАР) === */
.cart-sidebar{margin-top:20px;padding:8px 6px;background:rgba(240,235,225,0.4);border:1px dashed #8b6b4d;position:relative;border-image-source:url('https://bzhna.neocities.org/stuff/whitelace.png');border-image-slice:40;border-image-repeat:round;border-style:solid;border-width:10px;color:#6b5a4a;font-weight:400}
.cart-header{background:url('https://bzhna.neocities.org/stuff/dotbeige.png') repeat;background-size:30px 30px;background-color:rgba(193,171,140,0.9);background-blend-mode:overlay;padding:8px 10px;margin:-10px -8px 8px -8px;border-bottom:2px dashed #8b6b4d}
.cart-header h4{margin-bottom:0;font-family:'Great Vibes',cursive;color:#7a6a5a;font-size:1.8rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:5px}
.floating-clip-cart{position:absolute;z-index:99999;pointer-events:none;background:url('https://bzhna.neocities.org/stuff/clip.png') no-repeat;background-size:contain;filter:drop-shadow(0 0 8px var(--border-light)) brightness(1.05);width:55px;height:55px;top:-25px;right:-20px;animation:clipFloatCart 4.5s ease-in-out infinite 0.3s}
@keyframes clipFloatCart{0%,100%{transform:translateY(0) rotate(5deg);filter:drop-shadow(0 0 6px var(--border-light))}50%{transform:translateY(-4px) rotate(-3deg);filter:drop-shadow(0 0 18px var(--border-light)) drop-shadow(0 0 5px #d0c0a0)}}
.cart-notebook{padding:6px 4px;background:#f2e8d8;background-size:8px 24px;border:1px solid #c0b098;border-radius:8px;box-shadow:inset 0 0 12px rgba(0,0,0,0.04),3px 3px 0 rgba(160,180,200,0.15);margin-bottom:10px}
.cart-notebook-scroll{max-height:120px;overflow-y:auto;overflow-x:hidden;padding-right:3px}
.cart-notebook-scroll::-webkit-scrollbar{width:4px}
.cart-notebook-scroll::-webkit-scrollbar-track{background:#e0d0c0;border-radius:2px}
.cart-notebook-scroll::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:2px}
.cart-mini-item{display:flex;align-items:center;justify-content:space-between;padding:4px 0;border-bottom:1px dotted #c8b898;font-size:.85rem;gap:2px;color:#6b5a4a;font-weight:400}
.cart-item-name{white-space:nowrap;font-size:.8rem;font-weight:400;cursor:pointer;text-decoration:underline;text-decoration-color:#c8b898;text-underline-offset:2px}
.cart-item-name:hover{color:#6080a0}
.cart-item-qty-badge{display:inline-block;background:0 0;border:none;padding:0 2px;margin:0 1px;font-size:.7rem;font-weight:500;white-space:nowrap;font-family:'Courier New',monospace;letter-spacing:-0.5px;color:#6b5a4a;border-radius:0}
.cart-item-dots{flex:1;margin:0 2px;letter-spacing:1px;overflow:hidden;font-size:.7rem}
.cart-item-price{font-family:'Cormorant Garamond',serif;font-weight:600;white-space:nowrap;margin-right:3px;font-size:.9rem;color:#5a4a3a}
.cart-item-remove{cursor:pointer;border:none;background:0 0;color:#8b4a4a;font-size:.8rem;padding:0 2px}
.cart-price-row{display:flex;justify-content:flex-end;align-items:flex-start;gap:10px;margin-bottom:8px}
.cart-delivery-note{font-family:'Cormorant Garamond',serif;font-style:italic;color:#8a7a6a;font-size:.9rem;margin:0;text-align:right;line-height:1.2}
.cart-total-wrapper{text-align:right;position:relative;margin:0;flex-shrink:0}
.cart-mini-total{text-align:right;margin-top:0;font-weight:700;color:#5a4a2a;position:relative;display:inline-block}
.cart-mini-total .cart-price-tag{font-size:1.1rem}
.cart-mini-total .cart-total-decor-tl{position:absolute;top:-3px;left:-3px;width:10px;height:10px;background:url('https://bzhna.neocities.org/stuff/decori.gif') no-repeat center/contain;image-rendering:pixelated;pointer-events:none;z-index:5;opacity:0.8}
.cart-mini-total .cart-total-decor-br{position:absolute;bottom:-3px;right:-3px;width:10px;height:10px;background:url('https://bzhna.neocities.org/stuff/decori.gif') no-repeat center/contain;image-rendering:pixelated;transform:rotate(180deg);pointer-events:none;z-index:5;opacity:0.8}
.cart-actions{display:flex;gap:5px;margin-top:6px;justify-content:center}
.cart-btn-small{font-size:14px!important;padding:5px 10px!important;width:auto!important}
.cart-btn-small.disabled{opacity:0.5;filter:sepia(0.5);pointer-events:none}

/* === ТОСТ И ДИАЛОГИ === */
.custom-toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);width:auto!important;max-width:350px!important;padding:12px 20px!important;z-index:100000;opacity:0;text-align:center;font-size:1rem;display:flex;align-items:center;justify-content:center;background:#f5f0e8;box-shadow:0 0 15px rgba(0,0,0,0.1),0 0 0 1px #c8b898;font-family:'Cormorant Garamond',serif;color:#6b5a4a;font-style:italic;border:1px solid #c8b898;transition:opacity 0.3s}
.custom-toast.show{opacity:1}
.custom-toast .toast-decor-tl{position:absolute;top:-6px;left:-6px;width:20px;height:20px;background:url('https://bzhna.neocities.org/stuff/decori.gif') no-repeat center/contain;image-rendering:pixelated;pointer-events:none;z-index:5;opacity:0.8}
.custom-toast .toast-decor-br{position:absolute;bottom:-6px;right:-6px;width:20px;height:20px;background:url('https://bzhna.neocities.org/stuff/decori.gif') no-repeat center/contain;image-rendering:pixelated;transform:rotate(180deg);pointer-events:none;z-index:5;opacity:0.8}
.confirm-overlay,.prompt-overlay{position:fixed;inset:0;background:rgba(30,25,30,0.3);backdrop-filter:blur(3px);z-index:100000;display:none}
.confirm-overlay.show,.prompt-overlay.show{display:block}
.custom-confirm,.custom-prompt{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#f5f0e8;border:3px solid #c8b898;box-shadow:0 0 0 5px rgba(200,210,230,0.3),0 10px 30px rgba(0,0,0,0.2);padding:25px 30px;font-family:'Bad Script',cursive;z-index:100001;display:none;text-align:center;backdrop-filter:blur(8px);max-width:350px;border-image-source:url('https://bzhna.neocities.org/stuff/lace-white.png');border-image-slice:84;border-image-repeat:round;border-style:solid;border-width:25px}
.custom-confirm.show,.custom-prompt.show{display:block}
.custom-confirm p,.custom-prompt p{font-size:1.3rem;color:#5a4a2a;margin-bottom:20px;margin-top:-10px}
.custom-prompt .prompt-input-container{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px}
.custom-prompt .prompt-qty-btn{width:36px;height:36px;background:#f0e8d8;border:1px solid #c8b898;font-family:'Bad Script',cursive;font-size:1.3rem;color:#5a4a2a;cursor:pointer;transition:all 0.2s;user-select:none}
.custom-prompt .prompt-qty-btn:hover{background:#e0d8c8}
.custom-prompt input{width:80px;padding:8px 12px;background:#fff;border:2px solid #a0b8d0;font-family:'Courier New',monospace;font-size:1.3rem;text-align:center;color:#6b5a4a;box-shadow:inset 0 2px 5px rgba(0,0,0,0.05);-moz-appearance:textfield}
.custom-prompt input::-webkit-outer-spin-button,.custom-prompt input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.custom-confirm-buttons,.custom-prompt-buttons{display:flex;gap:15px;justify-content:center}
.confirm-btn,.prompt-btn{border-radius:0;display:inline-block;color:#5a4a2a;background:linear-gradient(135deg,rgba(250,248,240,0.7) 0%,rgba(245,240,230,0.8) 100%);border:2px solid #c8b898;padding:8px 25px!important;font-size:1.1rem!important;font-weight:400;font-family:'Bad Script',cursive;text-align:center;text-decoration:none;box-shadow:5px 5px 0 rgba(180,190,210,0.4),0 0 15px rgba(160,180,200,0.2);transition:0.3s;transform:rotate(-0.5deg);backdrop-filter:blur(4px);text-shadow:-1px 0 1px #b0a080,0 1px 1px #c0b090,2px 2px 4px rgba(0,0,0,0.3);position:relative;cursor:pointer;width:auto!important}
.confirm-btn span,.prompt-btn span{position:relative;display:inline-block}
.confirm-btn span:before,.prompt-btn span:before{content:attr(data-double);position:absolute;left:0;top:0;z-index:1;background:linear-gradient(to bottom,#a09070 14%,#706030 16%,#b0a080 20%,#a89878 22%,#d0c0a0 40%,#605030 84%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}
.confirm-btn::before,.prompt-btn::before{content:"";position:absolute;top:-4px;left:-2px;right:-2px;height:12px;background:url('https://bzhna.neocities.org/stuff/s01-bg-frill.png') repeat-x top;background-size:auto 12px;opacity:0.8;pointer-events:none;filter:drop-shadow(0 0 5px #a0b8d0)}
.confirm-btn:hover,.prompt-btn:hover{transform:translate(3px,3px) rotate(0deg);box-shadow:2px 2px 0 #d4b896,0 0 25px #e0c8a0,0 0 35px #f0d8b0;background:linear-gradient(135deg,rgba(240,240,250,0.8) 0%,rgba(225,230,245,0.9) 100%);border-color:#d4b896}

/* === АНИМАЦИИ === */
.jumping-animation{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100002;pointer-events:none;display:flex;align-items:center;justify-content:center}
.jumping-img{width:auto;height:80px;image-rendering:pixelated}
.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(240,235,225,0.5);backdrop-filter:blur(4px);z-index:100003;display:none;align-items:center;justify-content:center;pointer-events:all}

/* === МОБИЛЬНЫЕ (≤700px) === */
.mobile-cart-section{display:none}
@media(max-width:700px){
  .shop-content-wrapper{flex-direction:column}
  .shop-main{width:100%}
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .shop-container{min-height:auto;padding:12px 8px;scroll-behavior:smooth;overflow-x:hidden}
  .cart-sidebar{display:none}
  .mobile-cart-section{display:block;margin-top:15px;padding:8px;border-image-source:url('https://bzhna.neocities.org/stuff/whitelace.png');border-image-slice:40;border-image-repeat:round;border-style:solid;border-width:8px;position:relative;z-index:10;background:rgba(240,235,225,0.4)!important;backdrop-filter:blur(4px)}
  .mobile-cart-section h4{font-family:'Great Vibes',cursive;color:#7a6a5a;font-size:1.8rem;text-align:center;margin-bottom:4px;display:flex;align-items:center;justify-content:center;gap:5px}
  .mobile-cart-section .cart-item-price{font-size:.9rem;font-family:'Cormorant Garamond',serif;font-weight:600;color:#5a4a3a}
  .mobile-cart-section .cart-price-tag{font-size:1rem;font-weight:600;font-family:'Cormorant Garamond',serif;color:#5a4a3a}
  .mobile-cart-section .cart-btn-small{font-size:14px!important;padding:5px 10px!important}
  .filter-select{flex:1;min-width:0;max-width:none;font-size:.75rem;padding:3px 4px}
  .hi-there-shop b{font-size:1.4rem!important}
  .hi-there-shop p{font-size:.8rem!important}
  .hi-there-shop{padding:8px 12px}
  .product-price,.product-price span,.cart-price-tag,.product-modal-price{font-feature-settings:"lnum" 1}
  .cart-mini-item{flex-wrap:wrap;gap:4px}
  .cart-item-name{font-size:.85rem}
  .duck-fortune-area{justify-content:center;margin-left:0}
  .fortune-bubble{width:140px;max-width:140px}
  .custom-toast{left:50%!important;transform:translateX(-50%)!important;margin:0!important;z-index:100005!important}
  .product-modal-overlay,.receipt-overlay,.info-overlay{background:rgba(30,25,30,0.5)!important;backdrop-filter:blur(8px)!important}
  .receipt-overlay,.info-overlay{align-items:flex-start;padding:40px 10px;overflow-y:auto}
  .receipt-modal,.info-modal{width:95vw!important;max-width:95vw!important;max-height:none!important;overflow-y:visible!important}
  #receiptContent,#infoContent{padding:20px 12px;margin:0;font-size:13px}
  .filter-row{justify-content:space-between;gap:5px}
  .promo-box{flex-wrap:nowrap}
  .promo-btn{white-space:nowrap}
  .slider-dots .dot{width:14px;height:14px}
  .slider-prev,.slider-next{width:32px;height:32px;font-size:20px}
  .product-qty-btn{width:36px;height:36px;font-size:1.2rem}
  .nav-link{font-size:18px;padding:10px 12px}
  .product-btn{padding:8px 12px!important;font-size:14px!important}
}