
.gmqo-wrap{
  margin:20px 0 14px;
  --gmqo-accent:#78e32f;
  --gmqo-text:inherit;
  --gmqo-secondary:color-mix(in srgb,currentColor 72%,transparent);
  --gmqo-card-bg:transparent;
  --gmqo-border:color-mix(in srgb,currentColor 18%,transparent);
  --gmqo-selected-bg:transparent;
  --gmqo-selected-border:var(--gmqo-accent);
  --gmqo-badge-bg:var(--gmqo-accent);
  --gmqo-badge-text:#fff;
  --gmqo-old-price:var(--gmqo-secondary);
  --gmqo-radio-border:var(--gmqo-border);
  --gmqo-radio-selected:var(--gmqo-accent);
  font-family:inherit;
  color:var(--gmqo-text);
}
.gmqo-heading{display:none!important;}
.gmqo-option{
  position:relative;
  width:100%;
  box-sizing:border-box;
  height:80px;
  min-height:80px;
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  padding:14px 26px;
  margin:0 0 18px;
  border:2px solid var(--gmqo-border);
  border-radius:14px;
  background:var(--gmqo-card-bg);
  color:inherit;
  text-align:left;
  cursor:pointer;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease, background-color .18s ease;
  font:inherit;
  line-height:1.18;
  box-shadow:none;
}
.gmqo-option:last-child{margin-bottom:10px;}

.gmqo-option.is-selected{
  border-color:var(--gmqo-selected-border);
  background:var(--gmqo-selected-bg);
  box-shadow:0 0 0 1px var(--gmqo-selected-border);
}
.gmqo-radio{
  width:26px;
  height:26px;
  border-radius:50%;
  border:3px solid var(--gmqo-radio-border);
  display:block;
  position:relative;
}
.gmqo-option.is-selected .gmqo-radio{border-color:var(--gmqo-radio-selected);}
.gmqo-option.is-selected .gmqo-radio:after{
  content:"";
  position:absolute;
  inset:5px;
  border-radius:50%;
  background:var(--gmqo-radio-selected);
}
.gmqo-main{min-width:0;}
.gmqo-title-row{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:10px;row-gap:6px;}
.gmqo-title-row strong{font-size:17px;font-weight:700;color:inherit;letter-spacing:.01em;white-space:nowrap;}
.gmqo-perks{display:flex;flex-wrap:wrap;align-items:center;gap:6px;}
.gmqo-unit-price{display:block;margin-top:4px;font-size:13px;color:var(--gmqo-secondary);}
.gmqo-price{min-width:138px;text-align:right;display:flex;flex-direction:column;gap:4px;color:inherit;}
.gmqo-price del{color:var(--gmqo-old-price);font-size:12px;font-weight:400;}
.gmqo-price strong{font-size:17px;font-weight:700;color:inherit;}
.gmqo-badge,.gmqo-free,.gmqo-gift{
  background:var(--gmqo-badge-bg);
  color:var(--gmqo-badge-text);
  font-weight:700;
  border-radius:6px;
}
.gmqo-badge{position:absolute;top:-14px;padding:6px 12px;font-size:11px;line-height:1;}
.gmqo-badge-left{left:24px;}
.gmqo-badge-right{right:24px;}
.gmqo-free,.gmqo-gift{position:static;display:inline-flex;padding:5px 8px;font-size:10px;line-height:1;white-space:nowrap;}

@media (max-width:549px){
  .gmqo-wrap{margin:16px 0 10px;}
  .gmqo-option{grid-template-columns:24px minmax(0,1fr) auto;gap:8px;height:80px;min-height:80px;padding:13px 14px;border-width:2px;border-radius:11px;margin-bottom:14px;}
  .gmqo-option:last-child{margin-bottom:8px;}
  .gmqo-radio{width:20px;height:20px;border-width:2px;}
  .gmqo-option.is-selected .gmqo-radio:after{inset:4px;}
  .gmqo-title-row{grid-template-columns:1fr;row-gap:5px;}
  .gmqo-title-row strong{font-size:14px;}
  .gmqo-perks{gap:5px;}
  .gmqo-unit-price{font-size:11px;margin-top:3px;}
  .gmqo-price{min-width:92px;gap:2px;}
  .gmqo-price del{font-size:10px;}
  .gmqo-price strong{font-size:14px;}
  .gmqo-badge{top:-12px;padding:5px 10px;font-size:9px;border-radius:5px;}
  .gmqo-badge-left{left:12px;}
  .gmqo-badge-right{right:12px;}
  .gmqo-free,.gmqo-gift{font-size:8px;padding:4px 7px;border-radius:5px;}
}
@media (max-width:390px){
  .gmqo-option{grid-template-columns:22px minmax(0,1fr);}
  .gmqo-price{grid-column:2;min-width:0;text-align:left;flex-direction:row;align-items:baseline;gap:8px;margin-top:3px;}
}

.gmqo-free,.gmqo-gift{align-items:center;gap:5px}
.gmqo-free svg,.gmqo-gift svg{display:block;width:12px;height:12px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:0 0 12px}
@media(max-width:560px){.gmqo-free svg,.gmqo-gift svg{width:10px;height:10px;flex-basis:10px}}
