
.coto-gwp-front{
  --coto-border:#e6ded3;
  --coto-border-strong:#d2c3b2;
  --coto-bg:#fff;
  --coto-bg-soft:#faf7f2;
  --coto-ink:#2b2b2b;
  --coto-muted:#736d66;
  --coto-accent:#d48c25;
  --coto-accent-soft:#fff6e8;
  --coto-shadow:0 10px 26px rgba(27,21,14,.06);
  --coto-shadow-strong:0 18px 40px rgba(27,21,14,.09);
  margin:30px 0;
  padding:0;
  background:transparent;
  color:var(--coto-ink);
}
.coto-gwp-front *{box-sizing:border-box}
.coto-gwp-front__header{margin-bottom:18px}
.coto-gwp-front__header-copy h3{margin:0 0 8px;font-size:clamp(24px,2vw,34px);line-height:1.12;color:var(--coto-ink);font-weight:700}
.coto-gwp-front__header-copy p{margin:0;color:var(--coto-muted);font-size:16px;line-height:1.55;max-width:760px}
.coto-gwp-section{display:grid;gap:16px}
.coto-gwp-section--nested{padding:20px;border:1px solid var(--coto-border);border-radius:20px;background:#fff;box-shadow:var(--coto-shadow)}
.coto-gwp-section__head{display:grid;gap:4px}
.coto-gwp-section__head h4,.coto-gwp-section__head h5{margin:0;font-size:22px;line-height:1.18;color:var(--coto-ink);font-weight:700}
.coto-gwp-section__head h5{font-size:18px}
.coto-gwp-section__head p{margin:0;color:var(--coto-muted);font-size:14px;line-height:1.5}
.coto-gwp-wraps{display:grid;gap:14px}
.coto-gwp-wrap-card{
  position:relative;display:grid;gap:14px;padding:22px 22px 20px;border:1px solid var(--coto-border);
  border-radius:22px;background:#fff;cursor:pointer;transition:.22s ease all;box-shadow:var(--coto-shadow)
}
.coto-gwp-wrap-card:hover{transform:translateY(-1px);border-color:var(--coto-border-strong);box-shadow:var(--coto-shadow-strong)}
.coto-gwp-wrap-card--selected{border-color:var(--coto-accent);background:linear-gradient(180deg,#fff 0%,var(--coto-accent-soft) 100%);box-shadow:0 0 0 1px rgba(212,140,37,.12), var(--coto-shadow-strong)}
.coto-gwp-wrap-card__badge{
  justify-self:start;padding:6px 10px;border-radius:999px;background:#f4eee5;color:#8a6a42;
  font-size:12px;font-weight:700;letter-spacing:.02em
}
.coto-gwp-wrap-card--empty .coto-gwp-wrap-card__badge{background:#f3f3f3;color:#666}
.coto-gwp-wrap-card__content{display:grid;gap:8px;padding-right:36px}
.coto-gwp-wrap-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.coto-gwp-wrap-card__top strong{font-size:22px;line-height:1.15;color:var(--coto-ink)}
.coto-gwp-wrap-card__content p{margin:0;color:var(--coto-muted);font-size:15px;line-height:1.55}
.coto-gwp-wrap-price{font-style:normal;font-size:19px;font-weight:700;color:var(--coto-accent);white-space:nowrap}
.coto-gwp-wrap-card__tick{
  position:absolute;top:22px;right:22px;width:22px;height:22px;border-radius:999px;border:2px solid #d7cfc4;background:#fff
}
.coto-gwp-wrap-card--selected .coto-gwp-wrap-card__tick{border-color:var(--coto-accent);background:var(--coto-accent)}
.coto-gwp-wrap-card--selected .coto-gwp-wrap-card__tick:after{content:"";position:absolute;inset:5px;border-radius:999px;background:#fff}

.coto-gwp-panel{display:none;gap:16px;padding:4px 0 0}
.coto-gwp-panel.is-visible{display:grid}

.coto-gwp-label-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.coto-gwp-label-search{
  width:min(100%,360px);min-width:230px;padding:12px 14px;border-radius:14px;border:1px solid var(--coto-border);
  background:#fff;font-size:15px;color:var(--coto-ink)
}
.coto-gwp-label-search:focus,.coto-gwp-field textarea:focus{outline:none;border-color:var(--coto-accent);box-shadow:0 0 0 3px rgba(212,140,37,.14)}
.coto-gwp-label-toolbar__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.coto-gwp-label-count{font-size:13px;color:var(--coto-muted)}
.coto-gwp-slider-nav,.coto-gwp-clear-label{
  appearance:none;border:1px solid var(--coto-border);background:#fff;color:var(--coto-ink);border-radius:12px;
  padding:10px 12px;font-size:14px;font-weight:600;cursor:pointer;transition:.2s ease all
}
.coto-gwp-slider-nav{width:42px;height:42px;padding:0;font-size:24px;line-height:1}
.coto-gwp-slider-nav:hover,.coto-gwp-clear-label:hover{border-color:var(--coto-accent);color:var(--coto-accent)}
.coto-gwp-label-slider-wrap{overflow:hidden}
.coto-gwp-label-slider{
  display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px, 250px);gap:16px;overflow-x:auto;
  padding:4px 2px 8px;scroll-snap-type:x proximity;scrollbar-width:thin
}
.coto-gwp-label-slider::-webkit-scrollbar{height:10px}
.coto-gwp-label-slider::-webkit-scrollbar-thumb{background:#ddd0c2;border-radius:999px}
.coto-gwp-label-card{
  display:grid;gap:12px;align-content:start;padding:14px;border:1px solid var(--coto-border);border-radius:20px;background:#fff;
  cursor:pointer;scroll-snap-align:start;transition:.2s ease all;min-height:100%
}
.coto-gwp-label-card:hover{border-color:var(--coto-border-strong);box-shadow:var(--coto-shadow)}
.coto-gwp-label-card.is-selected{border-color:var(--coto-accent);background:linear-gradient(180deg,#fff 0%,var(--coto-accent-soft) 100%);box-shadow:0 0 0 1px rgba(212,140,37,.12)}
.coto-gwp-label-card__media{
  aspect-ratio:1/1;background:#f5f1eb;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center
}
.coto-gwp-label-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.coto-gwp-label-card__placeholder{
  width:72px;height:72px;border-radius:999px;background:#e9ddcd;color:#8a6a42;display:flex;align-items:center;justify-content:center;
  font-size:28px;font-weight:700
}
.coto-gwp-label-card__copy{display:grid;gap:6px}
.coto-gwp-label-card__copy strong{font-size:17px;line-height:1.25;color:var(--coto-ink)}
.coto-gwp-label-card__copy small{font-size:13px;line-height:1.45;color:var(--coto-muted)}
.coto-gwp-label-card__price{font-size:13px;font-weight:700;color:var(--coto-accent)}
.coto-gwp-empty-search{padding:12px 14px;border-radius:14px;background:#f8f5f0;color:var(--coto-muted);font-size:14px}
.coto-gwp-label-preview{
  display:grid;grid-template-columns:92px 1fr;gap:14px;padding:14px;border-radius:18px;background:#fcfaf6;border:1px solid var(--coto-border)
}
.coto-gwp-label-preview__media{
  width:92px;height:92px;border-radius:16px;background:#f1ebdf;overflow:hidden;display:flex;align-items:center;justify-content:center;
  color:#8a6a42;font-size:32px;font-weight:700
}
.coto-gwp-label-preview__media img{width:100%;height:100%;object-fit:cover}
.coto-gwp-label-preview__copy{display:grid;align-content:center;gap:4px}
.coto-gwp-label-preview__eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--coto-accent);font-weight:700}
.coto-gwp-label-preview__title{font-size:18px;line-height:1.2}
.coto-gwp-label-preview__price{font-size:14px;font-weight:700;color:var(--coto-accent)}

.coto-gwp-section--personalize{gap:16px}
.coto-gwp-field{display:grid;gap:8px}
.coto-gwp-field label{font-weight:700;color:var(--coto-ink);font-size:15px}
.coto-gwp-field textarea{
  width:100%;min-height:110px;padding:14px 16px;border-radius:16px;border:1px solid var(--coto-border);background:#fff;
  color:var(--coto-ink);font-size:15px;line-height:1.5;resize:vertical
}
.coto-gwp-char-counter{font-size:13px;color:var(--coto-muted)}
.coto-gwp-catalog-option{
  display:grid;grid-template-columns:20px 1fr;gap:12px;align-items:flex-start;padding:16px 18px;border:1px solid var(--coto-border);
  border-radius:16px;background:#fffaf3;cursor:pointer
}
.coto-gwp-catalog-option input{margin-top:3px}
.coto-gwp-catalog-option__copy{display:grid;gap:4px}
.coto-gwp-catalog-option__copy strong{font-size:15px;line-height:1.3;color:var(--coto-ink)}
.coto-gwp-catalog-option__copy small{font-size:13px;line-height:1.45;color:var(--coto-muted)}

@media (max-width: 980px){
  .coto-gwp-front{margin:22px 0}
  .coto-gwp-wrap-card__top strong{font-size:20px}
}
@media (max-width: 767px){
  .coto-gwp-front__header-copy h3{font-size:26px}
  .coto-gwp-section--nested{padding:16px}
  .coto-gwp-wrap-card{padding:18px}
  .coto-gwp-wrap-card__content{padding-right:0}
  .coto-gwp-wrap-card__tick{top:18px;right:18px}
  .coto-gwp-label-toolbar{align-items:stretch}
  .coto-gwp-label-search{width:100%;min-width:0}
  .coto-gwp-label-toolbar__actions{width:100%;justify-content:space-between}
  .coto-gwp-label-slider{grid-auto-columns:minmax(190px, 78vw)}
  .coto-gwp-label-preview{grid-template-columns:72px 1fr}
  .coto-gwp-label-preview__media{width:72px;height:72px}
}


/* Compact premium frontend v2.8.1 */
.coto-gwp-front{margin:18px 0 14px;max-width:100%}
.coto-gwp-front__header{margin-bottom:12px}
.coto-gwp-front__header-copy h3{font-size:18px;line-height:1.25;font-weight:700;display:flex;align-items:center;gap:8px;margin:0 0 4px}
.coto-gwp-front__header-copy p{font-size:13px;line-height:1.5;color:var(--coto-muted)}
.coto-gwp-section{gap:12px}
.coto-gwp-section__head{gap:2px}
.coto-gwp-section__head h4,.coto-gwp-section__head h5{font-size:15px;line-height:1.3;font-weight:700}
.coto-gwp-section__head p{font-size:13px;line-height:1.45}
.coto-gwp-wraps{gap:10px}
.coto-gwp-wrap-card{padding:12px 14px 12px;border-radius:14px;gap:8px;box-shadow:none}
.coto-gwp-wrap-card:hover{transform:none;box-shadow:none}
.coto-gwp-wrap-card--selected{box-shadow:0 0 0 1px rgba(212,140,37,.16);background:linear-gradient(180deg,#fff 0%,#fffaf2 100%)}
.coto-gwp-wrap-card__badge{font-size:11px;padding:4px 8px;border-radius:999px}
.coto-gwp-wrap-card__content{gap:4px;padding-right:24px}
.coto-gwp-wrap-card__top strong{font-size:16px;line-height:1.25}
.coto-gwp-wrap-card__content p{font-size:13px;line-height:1.45}
.coto-gwp-wrap-price{font-size:15px}
.coto-gwp-wrap-card__tick{width:18px;height:18px;top:14px;right:14px}
.coto-gwp-wrap-card--selected .coto-gwp-wrap-card__tick:after{inset:4px}
.coto-gwp-panel{gap:10px;padding-top:2px}
.coto-gwp-section--nested{padding:14px;border-radius:14px;box-shadow:none}
.coto-gwp-label-toolbar{gap:8px;align-items:center}
.coto-gwp-label-search{width:220px;min-width:0;padding:10px 12px;border-radius:10px;font-size:14px}
.coto-gwp-label-toolbar__actions{margin-left:auto;gap:6px}
.coto-gwp-label-count{font-size:12px}
.coto-gwp-slider-nav,.coto-gwp-clear-label{border-radius:10px;padding:8px 10px;font-size:13px}
.coto-gwp-slider-nav{width:34px;height:34px;font-size:18px}
.coto-gwp-label-slider-wrap{overflow:hidden;margin-top:2px}
.coto-gwp-label-slider{grid-auto-columns:110px;gap:10px;padding:2px 2px 6px}
.coto-gwp-label-slider::-webkit-scrollbar{height:6px}
.coto-gwp-label-card{padding:8px;border-radius:12px;gap:6px;box-shadow:none}
.coto-gwp-label-card__media{border-radius:10px;aspect-ratio:1/1;background:#f4eee7}
.coto-gwp-label-card__placeholder{width:44px;height:44px;font-size:18px}
.coto-gwp-label-card__copy{gap:3px}
.coto-gwp-label-card__copy strong{font-size:12px;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:31px}
.coto-gwp-label-card__copy small,.coto-gwp-label-card__price{display:none}
.coto-gwp-empty-search{padding:10px 12px;border-radius:10px;font-size:13px}
.coto-gwp-label-preview{grid-template-columns:56px 1fr;gap:10px;padding:10px 12px;border-radius:12px;background:#fffdf9}
.coto-gwp-label-preview__media{width:56px;height:56px;border-radius:10px;font-size:18px}
.coto-gwp-label-preview__eyebrow{font-size:10px;letter-spacing:.08em}
.coto-gwp-label-preview__title{font-size:14px;line-height:1.3}
.coto-gwp-label-preview__price{font-size:12px}
.coto-gwp-section--personalize{gap:12px}
.coto-gwp-field{gap:6px}
.coto-gwp-field label{font-size:14px}
.coto-gwp-field textarea{min-height:82px;padding:12px 12px;border-radius:12px;font-size:14px}
.coto-gwp-char-counter{font-size:12px}
.coto-gwp-catalog-option{grid-template-columns:18px 1fr;gap:10px;padding:12px;border-radius:12px;background:#fff}
.coto-gwp-catalog-option__copy strong{font-size:14px}
.coto-gwp-catalog-option__copy small{font-size:12px}
@media (min-width: 768px){
  .coto-gwp-wraps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .coto-gwp-wrap-card--empty{grid-column:1/-1}
}
@media (max-width: 767px){
  .coto-gwp-front{margin:16px 0 12px}
  .coto-gwp-front__header-copy h3{font-size:17px}
  .coto-gwp-wrap-card{padding:12px}
  .coto-gwp-wrap-card__content{padding-right:22px}
  .coto-gwp-wrap-card__top strong{font-size:15px}
  .coto-gwp-wrap-price{font-size:14px}
  .coto-gwp-label-toolbar{align-items:stretch}
  .coto-gwp-label-toolbar__actions{margin-left:0;width:auto;justify-content:flex-end}
  .coto-gwp-label-search{width:100%}
  .coto-gwp-label-slider{grid-auto-columns:96px}
}


/* v2.8.3 compact refinements */
.coto-gwp-wrap-card{
  align-content:start;
  min-height:unset;
}
.coto-gwp-wrap-card__badge{
  display:inline-flex;
  align-items:center;
  width:auto;
  max-width:max-content;
  align-self:start;
  justify-self:start;
  white-space:nowrap;
}
.coto-gwp-wrap-card__content,
.coto-gwp-wrap-card__top{
  align-items:start;
}
.coto-gwp-wrap-card__top{
  gap:10px;
}
.coto-gwp-label-card{
  position:relative;
}
.coto-gwp-label-card__zoom{
  position:absolute;
  top:8px;
  right:8px;
  width:28px;
  height:28px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:var(--coto-ink);
  font-size:15px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 4px 10px rgba(0,0,0,.08);
  opacity:0;
  transition:.18s ease all;
  z-index:2;
}
.coto-gwp-label-card:hover .coto-gwp-label-card__zoom,
.coto-gwp-label-card:focus-within .coto-gwp-label-card__zoom{
  opacity:1;
}
.coto-gwp-label-card__zoom:hover{
  border-color:var(--coto-accent);
  color:var(--coto-accent);
}
.coto-gwp-label-preview{
  position:relative;
}
.coto-gwp-label-preview__zoom{
  position:absolute;
  top:10px;
  right:10px;
  appearance:none;
  border:1px solid var(--coto-border);
  background:#fff;
  color:var(--coto-ink);
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:600;
  cursor:pointer;
}
.coto-gwp-label-preview__zoom:hover{
  border-color:var(--coto-accent);
  color:var(--coto-accent);
}
.coto-gwp-lightbox{
  position:fixed;
  inset:0;
  background:rgba(20,20,20,.72);
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  z-index:99999;
}
.coto-gwp-lightbox.is-open{
  display:flex;
}
.coto-gwp-lightbox__dialog{
  position:relative;
  width:min(92vw,820px);
  max-height:90vh;
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.22);
}
.coto-gwp-lightbox__close{
  position:absolute;
  top:12px;
  right:12px;
  width:40px;
  height:40px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  font-size:28px;
  line-height:1;
  cursor:pointer;
  z-index:2;
}
.coto-gwp-lightbox__figure{
  margin:0;
  display:grid;
  gap:12px;
}
.coto-gwp-lightbox__figure img{
  width:100%;
  max-height:78vh;
  object-fit:contain;
  display:block;
  background:#f6f2eb;
}
.coto-gwp-lightbox__caption{
  padding:0 18px 18px;
  font-size:14px;
  color:var(--coto-muted);
}
@media (max-width: 767px){
  .coto-gwp-label-card__zoom{
    opacity:1;
  }
  .coto-gwp-label-preview__zoom{
    position:static;
    justify-self:start;
    margin-top:4px;
  }
}


/* v2.8.4 style refinements for Original CV */
.coto-gwp-front{
  --coto-border:#e9e2d9;
  --coto-border-strong:#d8c8b3;
  --coto-accent:#d8912c;
  --coto-accent-soft:#fff9ef;
  margin:20px 0 12px;
}
.coto-gwp-front__header{margin-bottom:10px}
.coto-gwp-front__header-copy h3{
  font-size:17px;
  line-height:1.25;
  font-weight:700;
  margin:0 0 4px;
}
.coto-gwp-front__header-copy p{
  font-size:12px;
  line-height:1.45;
  max-width:none;
}
.coto-gwp-section{gap:10px}
.coto-gwp-section__head h4,.coto-gwp-section__head h5{
  font-size:14px;
  line-height:1.25;
  margin:0;
}
.coto-gwp-section__head p{
  font-size:12px;
  line-height:1.4;
}
.coto-gwp-wraps{
  gap:10px;
}
@media (min-width:768px){
  .coto-gwp-wraps{
    grid-template-columns:1fr;
  }
}
.coto-gwp-wrap-card{
  padding:12px 14px;
  border-radius:16px;
  gap:8px;
  box-shadow:none;
}
.coto-gwp-wrap-card__badge{
  display:inline-flex;
  align-self:start;
  justify-self:start;
  max-width:max-content;
  width:auto;
  padding:4px 8px;
  font-size:10px;
  line-height:1;
  border-radius:999px;
}
.coto-gwp-wrap-card__content{
  padding-right:24px;
  gap:4px;
}
.coto-gwp-wrap-card__top strong{
  font-size:15px;
  line-height:1.25;
}
.coto-gwp-wrap-price{
  font-size:14px;
}
.coto-gwp-wrap-card__content p{
  font-size:12px;
  line-height:1.45;
}
.coto-gwp-wrap-card__tick{
  top:14px;
  right:14px;
  width:18px;
  height:18px;
}
.coto-gwp-wrap-card--selected{
  background:linear-gradient(180deg,#fff 0%,var(--coto-accent-soft) 100%);
  box-shadow:0 0 0 1px rgba(216,145,44,.12);
}
.coto-gwp-panel{
  gap:10px;
  padding-top:2px;
}
@media (min-width:980px){
  .coto-gwp-panel{
    grid-template-columns:minmax(0,1fr) minmax(250px, 310px);
    align-items:start;
  }
  .coto-gwp-panel > .coto-gwp-section--nested:first-child{
    min-width:0;
  }
}
.coto-gwp-section--nested{
  padding:14px;
  border-radius:16px;
  box-shadow:none;
}
.coto-gwp-label-toolbar{
  gap:8px;
  align-items:center;
}
.coto-gwp-label-search{
  width:190px;
  min-width:0;
  padding:9px 12px;
  border-radius:12px;
  font-size:13px;
}
.coto-gwp-label-toolbar__actions{
  margin-left:auto;
  gap:6px;
}
.coto-gwp-label-count{
  font-size:12px;
}
.coto-gwp-slider-nav,.coto-gwp-clear-label{
  border-radius:10px;
  padding:7px 10px;
  font-size:12px;
}
.coto-gwp-slider-nav{
  width:32px;
  height:32px;
  font-size:18px;
}
.coto-gwp-label-slider-wrap{
  overflow:hidden;
}
.coto-gwp-label-slider{
  grid-auto-columns:96px;
  gap:10px;
  padding:2px 2px 6px;
}
.coto-gwp-label-card{
  padding:7px;
  border-radius:14px;
  gap:6px;
}
.coto-gwp-label-card__media{
  border-radius:10px;
  aspect-ratio:1/1;
}
.coto-gwp-label-card__copy strong{
  font-size:11px;
  line-height:1.3;
  min-height:28px;
}
.coto-gwp-label-card__copy small,
.coto-gwp-label-card__price{
  display:none;
}
.coto-gwp-label-preview{
  grid-template-columns:52px 1fr;
  gap:10px;
  padding:10px 12px;
  border-radius:12px;
}
.coto-gwp-label-preview__media{
  width:52px;
  height:52px;
}
.coto-gwp-label-preview__title{
  font-size:13px;
}
.coto-gwp-label-preview__price{
  font-size:12px;
}
.coto-gwp-section--personalize{
  gap:10px;
}
.coto-gwp-field label{
  font-size:13px;
}
.coto-gwp-field textarea{
  min-height:82px;
  padding:11px 12px;
  border-radius:12px;
  font-size:14px;
}
.coto-gwp-char-counter{
  font-size:12px;
}
.coto-gwp-catalog-option{
  grid-template-columns:16px 1fr;
  gap:10px;
  padding:12px;
  border-radius:12px;
}
.coto-gwp-catalog-option__copy strong{
  font-size:13px;
}
.coto-gwp-catalog-option__copy small{
  font-size:12px;
}
@media (max-width:979px){
  .coto-gwp-label-search{width:100%;}
}
@media (max-width:767px){
  .coto-gwp-front{margin:16px 0 10px}
  .coto-gwp-wrap-card{padding:12px}
  .coto-gwp-label-slider{grid-auto-columns:90px}
  .coto-gwp-section--nested{padding:12px}
}


.coto-gwp-cost-summary{margin-top:14px;padding:14px 16px;border:1px solid #e6ddd2;border-radius:16px;background:#fffaf4}
.coto-gwp-cost-summary__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:10px;flex-wrap:wrap}
.coto-gwp-cost-summary__head strong{font-size:15px;line-height:1.2}.coto-gwp-cost-summary__head small{font-size:12px;color:#7a736b}
.coto-gwp-cost-summary__rows{display:grid;gap:7px}.coto-gwp-cost-summary__row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;font-size:14px}
.coto-gwp-cost-summary__row span{color:#5d574f}.coto-gwp-cost-summary__row strong{font-weight:600;text-align:right}.coto-gwp-cost-summary__row strong small{display:inline-block;margin-left:4px;font-size:11px;color:#7a736b;font-weight:500}
.coto-gwp-cost-summary__row--muted{padding-top:7px;border-top:1px dashed #eadfce}.coto-gwp-cost-summary__row--total{padding-top:8px;border-top:1px solid #e6ddd2;font-size:15px}.coto-gwp-cost-summary__row--total strong{font-size:18px;color:#b87b12}.coto-gwp-cost-summary__tax{margin-top:8px;font-size:12px;color:#7a736b}


/* v2.9.2 summary refinements */
.coto-gwp-cost-summary__rows{
  margin-top:10px;
}
.coto-gwp-cost-summary__row{
  display:flex;
  justify-content:space-between;
  gap:16px;
}
.coto-gwp-cost-summary__row span:first-child{
  color:#3e3e3e;
}
.coto-gwp-cost-summary__row strong{
  white-space:nowrap;
}
.coto-gwp-cost-summary__tax{
  margin-top:10px;
  font-size:12px;
  color:#6c655d;
}


/* v3.0.1 responsive fixes for medium/small product columns */
@media (max-width: 1240px) {
  .coto-gwp-front{
    min-width: 0;
  }

  .coto-gwp-front .coto-gwp-section--nested,
  .coto-gwp-front .coto-gwp-section--personalize,
  .coto-gwp-front .coto-gwp-cost-summary{
    min-width: 0;
  }

  .coto-gwp-front .coto-gwp-panel{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
  }

  .coto-gwp-front .coto-gwp-section--nested,
  .coto-gwp-front .coto-gwp-section--personalize{
    width:100%;
  }

  .coto-gwp-front .coto-gwp-label-toolbar{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
  }

  .coto-gwp-front .coto-gwp-label-toolbar > *{
    min-width:0;
  }

  .coto-gwp-front .coto-gwp-label-search{
    width:100%;
    max-width:100%;
  }

  .coto-gwp-front .coto-gwp-label-slider{
    grid-auto-columns:108px;
    gap:10px;
    overflow-x:auto;
    padding-bottom:6px;
    scroll-snap-type:x proximity;
  }

  .coto-gwp-front .coto-gwp-label-card{
    min-width:108px;
    scroll-snap-align:start;
  }

  .coto-gwp-front textarea,
  .coto-gwp-front input[type="text"],
  .coto-gwp-front input[type="search"]{
    max-width:100%;
  }
}

@media (max-width: 980px) {
  .coto-gwp-front .coto-gwp-wrap-card{
    padding:16px 18px;
  }

  .coto-gwp-front .coto-gwp-panel{
    grid-template-columns:1fr;
    gap:16px;
  }

  .coto-gwp-front .coto-gwp-section--nested,
  .coto-gwp-front .coto-gwp-section--personalize,
  .coto-gwp-front .coto-gwp-cost-summary{
    width:100%;
    margin-left:0;
    margin-right:0;
  }

  .coto-gwp-front .coto-gwp-label-preview{
    grid-template-columns:54px minmax(0,1fr);
  }

  .coto-gwp-front .coto-gwp-cost-summary__row{
    gap:12px;
  }
}

@media (max-width: 767px) {
  .coto-gwp-front .coto-gwp-wrap-card{
    padding:14px 16px;
    border-radius:18px;
  }

  .coto-gwp-front .coto-gwp-wrap-card__top{
    flex-direction:column;
    align-items:flex-start;
  }

  .coto-gwp-front .coto-gwp-wrap-price{
    align-self:flex-start;
  }

  .coto-gwp-front .coto-gwp-label-slider{
    grid-auto-columns:96px;
  }

  .coto-gwp-front .coto-gwp-label-card{
    min-width:96px;
  }

  .coto-gwp-front .coto-gwp-label-card__media{
    aspect-ratio:1 / 1;
  }

  .coto-gwp-front .coto-gwp-label-preview{
    grid-template-columns:46px minmax(0,1fr);
  }

  .coto-gwp-front .coto-gwp-label-preview__title,
  .coto-gwp-front .coto-gwp-label-preview__copy strong{
    word-break:break-word;
  }

  .coto-gwp-front .coto-gwp-cost-summary{
    padding:18px;
  }

  .coto-gwp-front .coto-gwp-cost-summary__row{
    flex-wrap:wrap;
    justify-content:space-between;
  }

  .coto-gwp-front .coto-gwp-cost-summary__row strong{
    margin-left:auto;
  }
}


/* v3.0.2 medium-width collision fix */
@media (max-width: 1180px) {
  .coto-gwp-front .coto-gwp-panel,
  .coto-gwp-front .coto-gwp-panel.is-visible {
    display: block !important;
  }

  .coto-gwp-front .coto-gwp-section--nested,
  .coto-gwp-front .coto-gwp-section--personalize,
  .coto-gwp-front .coto-gwp-cost-summary {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: both !important;
  }

  .coto-gwp-front .coto-gwp-section--personalize {
    margin-top: 14px !important;
  }

  .coto-gwp-front .coto-gwp-label-toolbar {
    flex-wrap: wrap !important;
  }

  .coto-gwp-front .coto-gwp-label-search,
  .coto-gwp-front textarea,
  .coto-gwp-front input[type="text"],
  .coto-gwp-front input[type="search"] {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* v3.0.3 merge personalize block under labels */
.coto-gwp-section--merged-personalize{
  margin-top: 12px !important;
  padding-top: 0 !important;
}
.coto-gwp-section--merged-personalize .coto-gwp-section__head{
  display:none !important;
}
@media (max-width:1180px){
  .coto-gwp-section--merged-personalize{
    margin-top: 12px !important;
  }
}


/* v3.0.4 labels full width + message below */
.coto-gwp-panel,
.coto-gwp-panel.is-visible{
  display:block !important;
}
.coto-gwp-panel > .coto-gwp-section{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
}
.coto-gwp-section--below-labels{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  clear:both !important;
  margin-top:14px !important;
}
.coto-gwp-section--below-labels .coto-gwp-field,
.coto-gwp-section--below-labels textarea{
  width:100% !important;
  max-width:100% !important;
}
.coto-gwp-section--nested .coto-gwp-label-slider-wrap,
.coto-gwp-section--nested .coto-gwp-label-slider{
  width:100% !important;
  max-width:100% !important;
}
.coto-gwp-section--nested .coto-gwp-label-slider{
  grid-auto-flow:column;
  grid-auto-columns:112px;
}
@media (max-width: 767px){
  .coto-gwp-section--nested .coto-gwp-label-slider{
    grid-auto-columns:96px;
  }
}

/* v3.0.5 show labels/message only when wrap is selected */
.coto-gwp-panel{
  display:none !important;
}
.coto-gwp-panel.is-visible{
  display:block !important;
}


/* v3.1.4 mobile hard containment: prevent horizontal overflow */
@media (max-width: 767px) {
  .coto-gwp-front,
  .coto-gwp-front * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .coto-gwp-front {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .coto-gwp-front__header,
  .coto-gwp-section,
  .coto-gwp-wraps,
  .coto-gwp-wrap-card,
  .coto-gwp-panel,
  .coto-gwp-section--nested,
  .coto-gwp-section--personalize,
  .coto-gwp-cost-summary {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .coto-gwp-wrap-card {
    display: block !important;
    padding: 14px 16px !important;
    overflow: hidden !important;
  }

  .coto-gwp-wrap-card__badge {
    display: inline-flex !important;
    width: auto !important;
    max-width: max-content !important;
    margin-bottom: 10px !important;
  }

  .coto-gwp-wrap-card__content {
    display: block !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .coto-gwp-wrap-card__top {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
    min-width: 0 !important;
    width: calc(100% - 34px) !important;
  }

  .coto-gwp-wrap-card__top strong,
  .coto-gwp-wrap-card p,
  .coto-gwp-section__head p,
  .coto-gwp-front__header-copy p {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .coto-gwp-wrap-price {
    align-self: flex-start !important;
    white-space: normal !important;
  }

  .coto-gwp-wrap-card__tick {
    right: 14px !important;
    top: 16px !important;
  }

  .coto-gwp-label-slider-wrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .coto-gwp-label-slider {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    grid-auto-columns: 92px !important;
    gap: 8px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .coto-gwp-label-card {
    width: 92px !important;
    min-width: 92px !important;
    padding: 10px !important;
    border-radius: 14px !important;
  }

  .coto-gwp-label-card__copy strong {
    font-size: 12px !important;
    line-height: 1.15 !important;
  }

  .coto-gwp-label-toolbar {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
  }

  .coto-gwp-label-toolbar .coto-gwp-label-count {
    width: auto !important;
  }

  .coto-gwp-slider-nav,
  .coto-gwp-clear-label {
    flex: 0 0 auto !important;
  }

  .coto-gwp-label-search,
  .coto-gwp-field textarea {
    width: 100% !important;
    max-width: 100% !important;
  }

  .coto-gwp-cost-summary {
    padding: 16px !important;
    overflow: hidden !important;
  }

  .coto-gwp-cost-summary__head,
  .coto-gwp-cost-summary__row {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* Keep plugin from creating page-level horizontal scroll */
@media (max-width: 767px) {
  body:has(.coto-gwp-front) {
    overflow-x: hidden;
  }
}
