.cart-sidebar { position: sticky; top: 16px; display: flex; min-width: 0; flex-direction: column; gap: 12px; }
.cart-sidebar .cart-summary { position: static; }
.gogo-trust { position: relative; min-height: 254px; overflow: hidden; padding: 16px; border-radius: 15px; color: #fff; background: radial-gradient(circle at 86% 20%, #ff5365 0, transparent 29%), linear-gradient(145deg, #b90016, #ed0017 54%, #8f0012); box-shadow: 0 12px 28px rgb(183 0 21 / 18%); }
.gogo-trust__glow { position: absolute; width: 190px; height: 190px; border: 1px solid rgb(255 255 255 / 13%); border-radius: 50%; inset: -56px -66px auto auto; }
.gogo-trust__glow::after { position: absolute; border: 1px solid rgb(255 255 255 / 10%); border-radius: inherit; content: ""; inset: 23px; }
.gogo-trust__content { position: relative; z-index: 2; width: 64%; }
.gogo-trust__badge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 7px; border: 1px solid rgb(255 255 255 / 24%); border-radius: 999px; background: rgb(255 255 255 / 12%); font-size: 6.5px; font-weight: 900; letter-spacing: .07em; }
.gogo-trust__badge img { width: 12px; filter: brightness(0) invert(1); }
.gogo-trust h2 { margin: 10px 0 7px; font-size: 18px; line-height: 1.08; }
.gogo-trust__content > p { min-height: 39px; margin: 0; color: rgb(255 255 255 / 76%); font-size: 8px; line-height: 1.45; }
.gogo-trust ul { display: flex; flex-direction: column; gap: 4px; margin: 9px 0 11px; padding: 0; list-style: none; }
.gogo-trust li { display: flex; align-items: center; gap: 5px; font-size: 7px; font-weight: 700; }
.gogo-trust li img { width: 11px; filter: brightness(0) invert(1); opacity: .84; }
.gogo-trust__content > button { display: inline-flex; min-height: 30px; align-items: center; gap: 7px; padding: 0 10px; border: 0; border-radius: 8px; color: #b60016; background: #fff; font: inherit; font-size: 8px; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.gogo-trust__content > button:hover, .gogo-trust__content > button:focus-visible { outline: 0; box-shadow: 0 7px 16px rgb(48 0 5 / 22%); transform: translateY(-1px); }
.gogo-trust__mascot { position: absolute; z-index: 1; width: 158px; max-height: 225px; object-fit: contain; object-position: bottom; inset: auto -24px -7px auto; filter: drop-shadow(0 10px 12px rgb(59 0 7 / 24%)); transition: transform .28s ease; }
.gogo-trust:hover .gogo-trust__mascot { transform: translateY(-3px) rotate(1deg); }
.gogo-trust__answer { position: absolute; z-index: 4; display: flex; width: calc(100% - 24px); flex-direction: column; gap: 3px; padding: 9px 10px; border: 1px solid rgb(255 255 255 / 35%); border-radius: 10px; color: #35373d; background: rgb(255 255 255 / 96%); box-shadow: 0 8px 22px rgb(55 0 7 / 22%); opacity: 0; pointer-events: none; inset: auto 12px 12px; transform: translateY(8px); transition: .2s ease; }
.gogo-trust__answer::after { position: absolute; width: 9px; height: 9px; background: #fff; content: ""; inset: auto 46px -4px auto; transform: rotate(45deg); }
.gogo-trust__answer strong { color: #c30017; font-size: 8px; }
.gogo-trust__answer span { color: #707279; font-size: 7px; line-height: 1.35; }
.gogo-trust.is-answer-open .gogo-trust__answer { opacity: 1; pointer-events: auto; transform: translateY(0); }
@media (max-width: 991.98px) { .cart-sidebar { position: static; } .gogo-trust { min-height: 220px; } .gogo-trust__content { width: 58%; } .gogo-trust__mascot { width: 190px; } }
@media (max-width: 575.98px) { .gogo-trust__content { width: 70%; } .gogo-trust__mascot { right: -42px; width: 155px; opacity: .9; } }
@media (prefers-reduced-motion: reduce) { .gogo-trust__mascot, .gogo-trust__answer, .gogo-trust__content > button { transition: none; } }
