
:root{
    --pink:#e989a0;--pink-dark:#c85e79;--pink-soft:#fff1f4;
    --text:#242424;--muted:#777;--line:#ececec;--bg:#fff;--card:#fff;
    --green:#218739;--red:#c63d3d;--yellow:#a66b00;--shadow:0 12px 35px rgba(0,0,0,.07);
}
*{box-sizing:border-box}
body{margin:0;background:#fafafa;color:var(--text);font-family:Tahoma,"IRANYekanWeb",Arial,sans-serif;line-height:1.9}
a{color:inherit;text-decoration:none}a:hover{text-decoration:none;color:var(--pink-dark)}
img{max-width:100%}
.container{width:min(1180px,calc(100% - 30px));margin:auto}
.skip-link{position:absolute;right:-9999px;top:10px;background:#111;color:#fff;padding:8px 12px;z-index:9999}
.skip-link:focus{right:10px}
.topbar{background:#222;color:#eee;font-size:13px}
.topbar-inner{display:flex;justify-content:space-between;gap:15px;padding:7px 0}.topbar-links{display:flex;gap:8px}
.header-main{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:1000}
.header-main-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:10px;min-width:180px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--pink);color:#fff;font-size:24px;font-weight:bold}.brand strong{display:block;font-size:20px}.brand small{display:block;color:var(--muted);font-size:11px}
.main-nav{display:flex;align-items:center;gap:22px;flex:1;justify-content:center}.main-nav a{font-weight:700}
.header-cart{display:flex;align-items:center;gap:7px;background:var(--pink-soft);padding:9px 13px;border-radius:12px;white-space:nowrap}.header-cart b{background:var(--pink);color:#fff;border-radius:20px;padding:0 7px}.cart-icon{font-size:19px}
.site-messages{position:fixed;top:90px;left:20px;z-index:2000;width:min(420px,calc(100% - 40px));display:grid;gap:9px}.site-message{display:flex;gap:10px;align-items:center;padding:12px 14px;border-radius:12px;background:#fff;box-shadow:var(--shadow);border-right:4px solid #777}.site-message-success{border-color:var(--green)}.site-message-error{border-color:var(--red)}.site-message-warning{border-color:#d89a20}.site-message-icon{font-weight:900}
.hero-section{padding:42px 0;background:linear-gradient(135deg,#fff,#fff0f3)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center}.hero-copy h1{font-size:44px;line-height:1.35;margin:8px 0 14px}.hero-copy p{font-size:17px;color:var(--muted);max-width:650px}.eyebrow{color:var(--pink-dark);font-weight:800;font-size:13px}.hero-image img{width:100%;height:300px;object-fit:cover;border-radius:22px;box-shadow:var(--shadow)}.hero-actions{display:flex;gap:10px;margin-top:22px}
.btn-primary,.btn-secondary,.btn-danger,.btn-success,.btn-disabled{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:9px 16px;cursor:pointer;font:inherit;font-weight:700;transition:.2s}.btn-primary{background:var(--pink);color:#fff}.btn-primary:hover{background:var(--pink-dark);color:#fff}.btn-secondary{background:#fff;border:1px solid var(--line)}.btn-danger{background:#d9534f;color:#fff}.btn-success{background:#2d9b48;color:#fff}.btn-disabled{background:#ddd;color:#777;cursor:not-allowed}.btn-large{padding:12px 20px}.full-width{width:100%;display:flex}
.feature-strip{background:#fff;border-bottom:1px solid var(--line)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.feature-grid>div{padding:15px;display:flex;align-items:center;gap:9px;justify-content:center}.feature-grid strong{font-size:20px}
.shop-section{padding:45px 0}.shop-section-alt{background:#fff}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:22px}.section-heading h1,.section-heading h2{margin:3px 0;font-size:27px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:var(--card);border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,.035);display:flex;flex-direction:column}.product-card-media{height:235px;background:#f8f8f8;position:relative;display:grid;place-items:center}.product-card-media img{width:100%;height:100%;object-fit:contain}.product-placeholder{color:#aaa}.product-badge{position:absolute;top:12px;right:12px;padding:3px 9px;border-radius:20px;font-size:11px;font-weight:bold}.product-badge-sale{background:#ffe2e6;color:#b33e56}.product-badge-new{background:#e8f6eb;color:#28743a}.product-card-body{padding:14px}.product-card-title{font-size:16px;margin:0 0 6px;min-height:50px}.product-stock{font-size:12px;color:var(--muted);min-height:28px}.out-of-stock{color:var(--red)}.product-price-box{display:flex;align-items:baseline;gap:7px;min-height:36px}.product-price-box del{color:#999;font-size:12px}.product-price-box strong{font-size:18px;color:var(--pink-dark)}.product-price-box span{font-size:11px;color:var(--muted)}.product-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:7px;margin-top:12px}.product-actions>*{width:100%}
.page-hero{padding:30px 0;background:#fff0f3;border-bottom:1px solid #f6dbe1}.page-hero h1{margin:5px 0 0}.page-hero.compact{padding:25px 0}
.empty-state{text-align:center;background:#fff;border:1px dashed #ddd;border-radius:16px;padding:45px 20px}.empty-state.small{padding:25px}.empty-icon{font-size:42px;margin-bottom:8px}
.detail-card{display:grid;grid-template-columns:1fr 1fr;gap:35px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;box-shadow:var(--shadow)}.detail-media{min-height:420px;background:#fafafa;border-radius:15px;display:grid;place-items:center}.detail-media img{max-height:420px;object-fit:contain}.detail-info h1{font-size:32px;margin:10px 0}.detail-price{display:flex;align-items:baseline;gap:10px;margin:15px 0}.detail-price strong{font-size:28px;color:var(--pink-dark)}.detail-price del{color:#999}.detail-stock{margin:12px 0}.stock-ok{color:var(--green);font-weight:700}.stock-bad{color:var(--red);font-weight:700}.detail-description{color:#555;margin:20px 0}.detail-actions{display:flex;gap:10px;flex-wrap:wrap}
.cart-layout,.checkout-grid,.order-detail-grid{display:grid;grid-template-columns:1.7fr .9fr;gap:22px;align-items:start}.cart-list{display:grid;gap:13px}.cart-item,.checkout-card,.payment-card,.order-card,.account-menu{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:0 4px 16px rgba(0,0,0,.035)}.cart-item{display:grid;grid-template-columns:1fr auto auto;gap:15px;align-items:center}.cart-item-main{display:flex;gap:14px;align-items:center}.cart-item-thumb{width:80px;height:80px;border-radius:10px;background:#f7f7f7;display:grid;place-items:center;overflow:hidden}.cart-item-thumb img{width:100%;height:100%;object-fit:cover}.cart-item h2{font-size:17px;margin:0}.cart-item p{margin:3px 0;font-size:13px;color:var(--muted)}.quantity-controls{display:flex;align-items:center;gap:8px}.quantity-controls form{margin:0}.quantity-controls button{width:34px;height:34px;border:1px solid var(--line);border-radius:9px;background:#fff;cursor:pointer}.quantity-controls button:disabled{opacity:.45;cursor:not-allowed}.cart-item-actions{display:grid;gap:6px}.cart-item-error{color:var(--red);font-size:12px}.cart-summary{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;position:sticky;top:105px}.cart-summary h2{margin-top:0}.cart-summary p{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:10px 0}.summary-total{font-size:18px}
.checkout-card h2{margin-top:0}.checkout-line,.summary-row,.order-meta,.status-row{display:flex;justify-content:space-between;gap:15px;align-items:center;border-bottom:1px solid var(--line);padding:12px 0}.checkout-line small{display:block;color:var(--muted)}.summary-row.total{font-size:19px;border-bottom:0;padding-top:18px}.checkout-form{display:grid;gap:13px;margin-top:16px}.form-field{display:grid;gap:5px}.form-field label{font-weight:700}.form-field input,.form-field textarea,.form-field select{width:100%;border:1px solid #ddd;border-radius:9px;padding:10px;background:#fff;font:inherit}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:2px solid #f5c3cf;border-color:var(--pink)}.form-errors,.field-error{color:var(--red);font-size:12px}.payment-card{max-width:720px;margin:0 auto}.payment-amount{display:flex;justify-content:space-between;align-items:center;background:var(--pink-soft);padding:18px;border-radius:13px}.payment-amount strong{font-size:24px;color:var(--pink-dark)}.order-items-simple{margin:20px 0}.order-items-simple>div{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line)}.payment-note{padding:12px;background:#fff8e8;border-radius:10px;color:#795b20}.payment-actions{display:grid;gap:10px;margin-top:20px}.status-panel{padding:12px;border-radius:10px;text-align:center;font-weight:800;margin-bottom:12px}.status-panel.success{background:#e8f7ed;color:var(--green)}.status-panel.danger{background:#ffe9e9;color:var(--red)}.status-panel.warning{background:#fff4dc;color:var(--yellow)}
.orders-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.order-card-head{display:flex;justify-content:space-between;gap:10px;align-items:start}.order-card h2{margin:0;font-size:19px}.order-card time,.muted{color:var(--muted);font-size:12px}.status-row{padding:9px 0}.status-badge{border-radius:20px;padding:3px 10px;font-size:12px;font-weight:700}.status-success{background:#e6f6ea;color:var(--green)}.status-danger{background:#ffe7e7;color:var(--red)}.status-warning{background:#fff1d5;color:var(--yellow)}.status-neutral{background:#eee;color:#555}.order-card-actions{display:flex;gap:8px;margin-top:14px}.order-detail-head{display:flex;gap:30px;margin-bottom:20px}.order-detail-head span,.order-detail-head strong{display:block}.order-detail-head span{color:var(--muted);font-size:12px}.info-list{display:grid;gap:0}.info-list>div{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid var(--line)}.info-list dt{color:var(--muted)}.info-list dd{margin:0;text-align:left}
.auth-section{padding:55px 15px}.auth-card{max-width:500px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:var(--shadow)}.auth-card h1{margin-top:4px}.auth-footer{text-align:center}.account-grid{display:grid;grid-template-columns:230px 1fr;gap:20px}.account-menu{display:grid;gap:4px;height:max-content}.account-menu a{padding:9px 11px;border-radius:9px}.account-menu a.active,.account-menu a:hover{background:var(--pink-soft);color:var(--pink-dark)}
.cta-section{margin-bottom:45px;background:#222;color:#fff;border-radius:18px;padding:25px;display:flex;align-items:center;justify-content:space-between;gap:20px}.cta-section h2{margin:3px 0}
.site-footer{margin-top:30px;background:#222;color:#eee}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding:35px 0}.site-footer h3{color:#fff}.site-footer p{color:#bbb}.site-footer a{display:block;color:#ccc;padding:3px 0}.footer-badges{display:flex;gap:8px;margin-top:10px}.footer-badges img{height:38px;width:auto}.footer-bottom{border-top:1px solid #444;padding:13px 0;text-align:center;color:#aaa}
@media(max-width:900px){.main-nav{gap:10px}.product-grid{grid-template-columns:repeat(3,1fr)}.hero-grid,.detail-card,.cart-layout,.checkout-grid,.order-detail-grid{grid-template-columns:1fr}.cart-summary{position:static}.orders-grid{grid-template-columns:1fr}.account-grid{grid-template-columns:1fr}.account-menu{display:flex;overflow:auto}.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.topbar-inner,.header-main-inner{flex-wrap:wrap}.header-main-inner{padding:10px 0}.main-nav{order:3;width:100%;justify-content:flex-start;overflow:auto}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card-media{height:190px}.hero-copy h1{font-size:32px}.cart-item{grid-template-columns:1fr}.cart-item-main{align-items:flex-start}.cta-section{display:grid}.footer-grid{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column}}
@media(max-width:420px){.product-grid{grid-template-columns:1fr}.hero-actions,.detail-actions{display:grid}.hero-actions>*{width:100%}}

/* ============================================================
   PAMELA SHOP v3.4.8 — FINAL TRUST FOOTER
   ============================================================ */
.site-footer { display:none !important; }

.ps-footer {
    position: relative;
    overflow: hidden;
    margin-top: 70px;
    color: #e9eef5;
    background:
        radial-gradient(circle at 86% 8%, rgba(232, 60, 88, .20), transparent 26%),
        radial-gradient(circle at 10% 88%, rgba(65, 169, 153, .13), transparent 25%),
        linear-gradient(145deg, #171c24 0%, #202733 52%, #151a21 100%);
}
.ps-footer *,
.ps-footer *::before,
.ps-footer *::after { box-sizing: border-box; }
.ps-footer a { text-decoration: none !important; }
.ps-footer__container { position: relative; z-index: 2; padding: 42px 0 0; }
.ps-footer__brand-row {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding-bottom:26px;
    border-bottom:1px solid rgba(255,255,255,.08);
}
.ps-footer__brand {
    width:180px;
    height:58px;
    padding:6px 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:#fff;
    box-shadow:0 10px 28px rgba(0,0,0,.14);
}
.ps-footer__brand img { max-width:100%; max-height:100%; object-fit:contain; display:block; }
.ps-footer__brand-row p {
    max-width:680px;
    margin:0;
    color:#aeb9c5;
    font-size:11px;
    line-height:2;
}
.ps-footer__grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    padding:24px 0;
}
.ps-footer__card {
    min-width:0;
    min-height:235px;
    padding:23px 20px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    background:rgba(255,255,255,.045);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
    backdrop-filter:blur(9px);
}
.ps-footer__card-icon {
    width:40px;height:40px;
    display:grid;place-items:center;
    margin-bottom:15px;
    border-radius:12px;
    background:rgba(255,255,255,.08);
    color:#ffb4c2;
    font-size:17px;
}
.ps-footer__eyebrow {
    display:block;
    color:#ff9eb1;
    font-size:9px;
    font-weight:900;
    letter-spacing:.03em;
}
.ps-footer__card h3 {
    margin:7px 0 9px;
    color:#fff;
    font-size:14px;
    font-weight:950;
    line-height:1.7;
}
.ps-footer__card p {
    margin:0;
    color:#aeb8c3;
    font-size:9px;
    line-height:2;
}
.ps-footer__experience {
    display:flex;
    align-items:center;
    gap:8px;
    margin-top:15px;
    padding:8px 10px;
    border-radius:12px;
    background:rgba(255,255,255,.055);
}
.ps-footer__experience strong { color:#fff; font-size:15px; }
.ps-footer__experience span { color:#aeb8c3; font-size:8px; }
.ps-footer__trust-line {
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin-top:14px;
}
.ps-footer__trust-line span {
    padding:7px 9px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:10px;
    color:#c8d1da;
    background:rgba(255,255,255,.035);
    font-size:8px;
}
.ps-footer__link-list {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:7px 13px;
    margin-top:13px;
}
.ps-footer__link-list a {
    color:#b7c1cb;
    font-size:9px;
    transition:color .18s ease, transform .18s ease;
}
.ps-footer__link-list a:hover { color:#fff; transform:translateX(-2px); }
.ps-footer__socials {
    display:flex;
    gap:8px;
    margin-top:15px;
}
.ps-footer__socials a {
    width:34px;height:34px;
    display:grid;place-items:center;
    border:1px solid rgba(255,255,255,.10);
    border-radius:10px;
    color:#fff;
    background:rgba(255,255,255,.055);
    font-size:14px;
    transition:.18s ease;
}
.ps-footer__socials a:hover {
    background:#fff;
    color:#c51b36;
    transform:translateY(-2px);
}
.ps-footer__bottom {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:18px 0 22px;
    border-top:1px solid rgba(255,255,255,.08);
}
.ps-footer__bottom > div:first-child {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
}
.ps-footer__bottom strong { color:#fff; font-size:9px; }
.ps-footer__bottom span { color:#8895a2; font-size:8px; }
.ps-footer__bottom-links { display:flex; gap:14px; }
.ps-footer__bottom-links a { color:#aab5c0; font-size:8px; }
.ps-footer__bottom-links a:hover { color:#fff; }

@media(max-width:950px) {
    .ps-footer__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:650px) {
    .ps-footer { margin-top:50px; }
    .ps-footer__container { padding-top:30px; width:min(100% - 22px,560px); }
    .ps-footer__brand-row { flex-direction:column; align-items:stretch; text-align:center; }
    .ps-footer__brand { margin-inline:auto; }
    .ps-footer__brand-row p { margin-inline:auto; }
    .ps-footer__grid { grid-template-columns:1fr 1fr; gap:9px; }
    .ps-footer__card { min-height:0; padding:17px 13px; border-radius:17px; }
    .ps-footer__card-icon { width:34px;height:34px; margin-bottom:11px; font-size:14px; }
    .ps-footer__card h3 { font-size:11px; }
    .ps-footer__card p { font-size:8px; line-height:2; }
    .ps-footer__link-list { grid-template-columns:1fr; gap:7px; }
    .ps-footer__experience { align-items:flex-start; flex-direction:column; gap:2px; }
    .ps-footer__trust-line { display:grid; grid-template-columns:1fr; }
    .ps-footer__bottom { flex-direction:column; align-items:center; text-align:center; }
}
@media(max-width:390px) {
    .ps-footer__grid { grid-template-columns:1fr; }
}


/* ============================================================
   PAMELA SHOP v3.4.9 — FOOTER LAMP + READABILITY
   ============================================================ */
.ps-footer { padding-top:78px; }
.ps-footer__lamp {
    position:absolute; z-index:5; top:-2px; left:50%; transform:translateX(-50%);
    width:150px; height:120px; pointer-events:none;
}
.ps-footer__lamp-cord {
    position:absolute; left:50%; top:0; width:2px; height:25px; transform:translateX(-50%);
    background:linear-gradient(#707984,#bfc7cf); border-radius:99px;
}
.ps-footer__lamp-shade {
    position:absolute; left:50%; top:20px; transform:translateX(-50%);
    width:76px; height:45px; border-radius:50% 50% 14px 14px / 55% 55% 25% 25%;
    background:linear-gradient(145deg,#f6f8fb,#9fa9b5); border:1px solid rgba(255,255,255,.55);
    box-shadow:0 8px 15px rgba(0,0,0,.20), inset 0 2px 4px rgba(255,255,255,.65);
}
.ps-footer__lamp-bulb {
    position:absolute; left:50%; top:38px; transform:translateX(-50%);
    width:30px; height:30px; border-radius:50%;
    background:radial-gradient(circle at 45% 40%,#fffef2 0 18%,#ffe98d 42%,#f8c84c 72%,#dca62d 100%);
    box-shadow:0 0 18px 7px rgba(255,216,100,.38), 0 0 65px 20px rgba(255,208,72,.16);
    animation:ps-footer-bulb 3.2s ease-in-out infinite;
}
.ps-footer__lamp-glow {
    position:absolute; left:50%; top:28px; transform:translateX(-50%);
    width:260px; height:170px; border-radius:50%;
    background:radial-gradient(ellipse,rgba(255,219,112,.17) 0%,rgba(255,210,85,.07) 34%,transparent 70%);
    filter:blur(2px); animation:ps-footer-glow 3.2s ease-in-out infinite;
}
@keyframes ps-footer-bulb { 0%,100%{filter:brightness(1)} 50%{filter:brightness(1.12)} }
@keyframes ps-footer-glow { 0%,100%{opacity:.75;transform:translateX(-50%) scale(1)} 50%{opacity:1;transform:translateX(-50%) scale(1.06)} }
.ps-footer__brand-row p { font-size:13px !important; line-height:2 !important; color:#c1cad3 !important; }
.ps-footer__card { padding:25px 22px !important; }
.ps-footer__eyebrow { font-size:11px !important; }
.ps-footer__card h3 { font-size:17px !important; line-height:1.65 !important; }
.ps-footer__card p { font-size:12px !important; line-height:2.05 !important; color:#c0c8d1 !important; }
.ps-footer__experience strong { font-size:19px !important; }
.ps-footer__experience span { font-size:10px !important; }
.ps-footer__trust-line span { font-size:10px !important; }
.ps-footer__link-list a { font-size:11px !important; }
.ps-footer__bottom strong { font-size:11px !important; }
.ps-footer__bottom span,.ps-footer__bottom-links a { font-size:10px !important; }
@media(max-width:650px){
    .ps-footer { padding-top:70px; }
    .ps-footer__lamp { transform:translateX(-50%) scale(.82); transform-origin:top center; }
    .ps-footer__brand-row p { font-size:11px !important; }
    .ps-footer__card h3 { font-size:14px !important; }
    .ps-footer__card p { font-size:10px !important; }
    .ps-footer__eyebrow { font-size:9px !important; }
    .ps-footer__link-list a { font-size:10px !important; }
    .ps-footer__bottom strong { font-size:10px !important; }
    .ps-footer__bottom span,.ps-footer__bottom-links a { font-size:9px !important; }
}


/* ============================================================
   Pamela Shop v3.5.0 — Visible Warm Footer Lamp
   ============================================================ */
.ps-footer{
    position:relative !important;
    overflow:hidden !important;
    padding-top:128px !important;
}
.ps-footer__lamp-stage{
    position:absolute !important;
    z-index:20 !important;
    top:12px !important;
    left:50% !important;
    width:190px !important;
    height:112px !important;
    transform:translateX(-50%) !important;
    pointer-events:none !important;
}
.ps-footer__lamp-stage .ps-footer__lamp-cord{
    position:absolute !important;
    left:50% !important;
    top:0 !important;
    width:3px !important;
    height:34px !important;
    transform:translateX(-50%) !important;
    background:linear-gradient(#8d98a4,#d4d9de) !important;
    border-radius:999px !important;
    box-shadow:0 0 2px rgba(255,255,255,.25);
}
.ps-footer__lamp-stage .ps-footer__lamp-shade{
    position:absolute !important;
    left:50% !important;
    top:29px !important;
    width:88px !important;
    height:48px !important;
    transform:translateX(-50%) !important;
    border-radius:50% 50% 18px 18px / 58% 58% 22% 22% !important;
    background:linear-gradient(145deg,#ffffff,#c9d0d8 55%,#8d98a4) !important;
    border:1px solid rgba(255,255,255,.85) !important;
    box-shadow:0 10px 18px rgba(0,0,0,.25),inset 0 2px 5px rgba(255,255,255,.9) !important;
}
.ps-footer__lamp-stage .ps-footer__lamp-bulb{
    position:absolute !important;
    left:50% !important;
    top:58px !important;
    width:31px !important;
    height:31px !important;
    transform:translateX(-50%) !important;
    border-radius:50% !important;
    background:radial-gradient(circle at 42% 38%,#ffffff 0 14%,#fff7b0 30%,#ffd85c 57%,#f1b62f 82%,#cf9120 100%) !important;
    box-shadow:0 0 20px 8px rgba(255,222,112,.65),0 0 80px 30px rgba(255,210,70,.30) !important;
    animation:ps-footer-bulb-v35 2.8s ease-in-out infinite !important;
}
.ps-footer__lamp-stage .ps-footer__lamp-filament{
    position:absolute !important;
    left:50% !important;
    top:66px !important;
    width:10px !important;
    height:14px !important;
    transform:translateX(-50%) !important;
    border:2px solid rgba(255,255,255,.95) !important;
    border-top:0 !important;
    border-radius:0 0 50% 50% !important;
    filter:drop-shadow(0 0 3px #fff6b0);
}
.ps-footer__lamp-stage .ps-footer__lamp-glow{
    position:absolute !important;
    left:50% !important;
    top:31px !important;
    width:310px !important;
    height:220px !important;
    transform:translateX(-50%) !important;
    border-radius:50% !important;
    background:radial-gradient(ellipse,rgba(255,224,123,.25) 0%,rgba(255,214,88,.12) 30%,rgba(255,204,68,.045) 53%,transparent 74%) !important;
    filter:blur(3px) !important;
    animation:ps-footer-glow-v35 2.8s ease-in-out infinite !important;
}
@keyframes ps-footer-bulb-v35{
    0%,100%{filter:brightness(1)}
    50%{filter:brightness(1.18)}
}
@keyframes ps-footer-glow-v35{
    0%,100%{opacity:.78;transform:translateX(-50%) scale(1)}
    50%{opacity:1;transform:translateX(-50%) scale(1.08)}
}
@media(max-width:650px){
    .ps-footer{padding-top:112px !important;}
    .ps-footer__lamp-stage{
        top:9px !important;
        transform:translateX(-50%) scale(.82) !important;
        transform-origin:top center !important;
    }
}


/* ============================================================
   Pamela Shop v3.5.1 — Global render-performance cleanup
   ============================================================ */
.ps-footer,
.pamela-product-card{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.ps-footer__glow,
.ps-footer__lamp-glow{
    filter:blur(1px) !important;
}
