/* Gorilla Dirt — Social Proof */

/* Module 1 — best review at the add-to-cart */
.gd-gsp-cta-review{margin:2px 0 14px;padding:10px 14px;background:#faf6ef;border-left:3px solid #FEB442;border-radius:8px;font-size:13.5px;line-height:1.5;color:#3a2f20}
.gd-gsp-cta-review .gd-gsp-stars{color:#FEB442;letter-spacing:1px}
.gd-gsp-cta-review .gd-gsp-quote{font-style:italic;color:#302413}
.gd-gsp-cta-review .gd-gsp-author{white-space:nowrap;font-weight:600}
.gd-gsp-cta-review .gd-gsp-verified{display:inline-block;font-style:normal;font-weight:600;font-size:10.5px;text-transform:uppercase;letter-spacing:.04em;color:#2f7d32;background:#e8f5e9;border-radius:4px;padding:1px 6px;margin-left:2px}

/* Module 3 — X sold */
.gd-gsp-sold{margin:6px 0 10px;font-size:13.5px;color:#7a2e12;font-weight:600}
.gd-gsp-sold strong{color:#302413}

/* Module 4 — In the Wild UGC strip */
.gd-gsp-ugc{margin:34px 0 10px}
.gd-gsp-ugc-title{font-family:'Oswald','Arial Narrow',sans-serif;text-transform:uppercase;letter-spacing:.03em;font-size:22px;color:#302413;margin:0 0 14px}
.gd-gsp-ugc-row{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
.gd-gsp-ugc-item{flex:0 0 auto;width:180px;height:180px;border-radius:12px;overflow:hidden;scroll-snap-align:start;background:#ece5da}
.gd-gsp-ugc-item img{width:100%;height:100%;object-fit:cover;display:block}
.gd-gsp-ugc-row::-webkit-scrollbar{height:8px}
.gd-gsp-ugc-row::-webkit-scrollbar-thumb{background:#d8cfc2;border-radius:4px}

/* Module 2 — recent-sales ticker */
.gd-gsp-toast{position:fixed;left:18px;bottom:18px;z-index:9998;max-width:330px;background:#fff;border:1px solid #ece2d1;border-left:4px solid #FEB442;border-radius:12px;box-shadow:0 10px 30px rgba(30,22,10,.18);padding:12px 34px 12px 14px;opacity:0;transform:translateY(14px);transition:opacity .35s ease,transform .35s ease;pointer-events:none}
.gd-gsp-toast.show{opacity:1;transform:translateY(0);pointer-events:auto}
.gd-gsp-toast-x{position:absolute;top:6px;right:8px;border:0;background:transparent;font-size:18px;line-height:1;color:#b3a894;cursor:pointer;padding:2px 4px}
.gd-gsp-toast-x:hover{color:#302413}
.gd-gsp-toast-body{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.4;color:#3a2f20}
.gd-gsp-dot{flex:0 0 auto;width:8px;height:8px;margin-top:5px;border-radius:50%;background:#2f7d32;box-shadow:0 0 0 3px rgba(47,125,50,.18)}
.gd-gsp-line strong{color:#302413}
.gd-gsp-prod{font-weight:600;color:#302413}
.gd-gsp-ago{display:block;margin-top:3px;font-size:11px;color:#8a7f70}

@media(max-width:600px){
	.gd-gsp-toast{left:10px;right:10px;bottom:10px;max-width:none}
	.gd-gsp-ugc-item{width:140px;height:140px}
}
