.nectar-quick-view-box .afp-widget--quickview{
  margin:28px 0 0;
  --afp-qv-border: rgba(181,108,82,.16);
  --afp-qv-soft: #faf6f2;
  --afp-qv-text: #2b1b15;
  --afp-qv-muted: rgba(92,67,54,.72);
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-card{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,246,242,.94));
  border:1px solid var(--afp-qv-border);
  border-radius:26px;
  padding:24px 22px 22px;
  box-shadow:0 16px 44px rgba(42,24,16,.07);
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section,
.nectar-quick-view-box .afp-widget--quickview .afp-conversion-note,
.nectar-quick-view-box .afp-widget--quickview .afp-qv-switches{
  position:relative;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section + .afp-qv-section,
.nectar-quick-view-box .afp-widget--quickview .afp-qv-summary,
.nectar-quick-view-box .afp-widget--quickview .afp-conversion-note,
.nectar-quick-view-box .afp-widget--quickview .afp-qv-switches{
  margin-top:18px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--extras{
  margin-top:24px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges,
.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--summary{
  margin-top:22px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-label{
  margin:0 0 10px;
  font-size:11px;
  line-height:1.25;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:var(--afp-qv-muted);
}

.nectar-quick-view-box .afp-widget--quickview .afp-control--format-simple select,
.nectar-quick-view-box .afp-widget--quickview .afp-area-input input{
  min-height:58px;
  border-radius:18px;
  border:1px solid rgba(181,108,82,.18);
  background:#fff;
  box-shadow:none;
}

.nectar-quick-view-box .afp-widget--quickview .afp-control--format-simple select{
  padding-right:48px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-area-input{
  border-radius:18px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-switches{
  display:grid;
  gap:10px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-input-mode-switch,
.nectar-quick-view-box .afp-widget--quickview .afp-order-unit-switch{
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
}

.nectar-quick-view-box .afp-widget--quickview .afp-input-mode-switch__label{
  min-width:auto;
  margin-right:4px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--afp-qv-muted);
}

.nectar-quick-view-box .afp-widget--quickview .afp-input-mode-switch__button{
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-conversion-note{
  padding-left:2px;
  color:rgba(92,67,54,.78);
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-list{
  display:grid;
  gap:12px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:16px 18px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(181,108,82,.14);
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__left{
  display:grid;
  grid-template-columns:24px minmax(0,1fr);
  gap:12px;
  align-items:center;
  min-width:0;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__check{
  display:flex;
  align-items:center;
  justify-content:center;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__check input{
  margin:0;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__text{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__title{
  display:block;
  margin:0;
  font-size:18px;
  line-height:1.32;
  font-weight:800;
  color:var(--afp-qv-text);
  white-space:normal;
  word-break:normal;
  overflow-wrap:break-word;
  hyphens:auto;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__meta{
  margin:0;
  display:inline-flex;
  align-items:center;
  gap:6px;
  width:fit-content;
  max-width:100%;
  padding:3px 10px;
  border-radius:999px;
  background:var(--afp-qv-soft);
  color:rgba(92,67,54,.76);
  font-size:11px;
  line-height:1.25;
  font-weight:700;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__price{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:116px;
  padding:0 18px;
  min-height:48px;
  border-radius:999px;
  border:1px solid rgba(181,108,82,.18);
  background:var(--afp-qv-soft);
  color:var(--afp-qv-text);
  font-size:17px;
  line-height:1;
  font-weight:800;
  text-align:center;
  white-space:nowrap;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-price-table-wrap{
  padding:0;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-shell{
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(181,108,82,.14);
  background:#fff;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle{
  padding:16px 18px !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__title{
  font-size:16px !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-panel{
  padding:0 12px 12px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-price-table + .afp-price-table{
  margin-top:10px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-tier-table{
  border-radius:16px !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-tier-table td,
.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-tier-table th{
  padding:13px 14px !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-summary{
  display:grid;
  gap:14px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview{
  background:#fff;
  border:1px solid rgba(181,108,82,.12);
  border-radius:20px;
  padding:10px 16px 8px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-summary{
  margin:0;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table{
  width:100%;
  margin:0;
  border-collapse:separate;
  border-spacing:0;
  table-layout:fixed;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table tr{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:start;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table tr + tr td{
  border-top:1px solid rgba(181,108,82,.12);
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table td{
  padding:13px 0;
  border:0 !important;
  background:transparent !important;
  vertical-align:top;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-meta-row td:first-child{
  color:rgba(92,67,54,.78) !important;
  font-size:11px !important;
  line-height:1.28 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  font-weight:800 !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-meta-row td:last-child{
  text-align:right;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-meta-row td:last-child strong{
  display:inline-flex;
  align-items:baseline;
  justify-content:flex-end;
  gap:4px;
  color:var(--afp-qv-text) !important;
  font-size:18px !important;
  line-height:1.1 !important;
  font-weight:850 !important;
  letter-spacing:-.02em !important;
  white-space:nowrap !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-meta-row[data-afp-row="unit-price"] td:last-child strong{
  font-size:16px !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-meta-row[data-afp-row="unit-price"] td:last-child strong em{
  font-style:normal;
  font-size:.82em;
  color:var(--afp-qv-muted);
  white-space:nowrap;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-detail-row td:first-child{
  max-width:none !important;
  color:#5e4538 !important;
  font-size:13px !important;
  line-height:1.38 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  font-weight:700 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:break-word !important;
  hyphens:auto;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-detail-row td:last-child{
  justify-self:end;
  text-align:right;
  color:var(--afp-qv-text) !important;
  font-size:18px !important;
  line-height:1.12 !important;
  font-weight:850 !important;
  letter-spacing:-.02em !important;
  white-space:nowrap !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-total{
  padding:17px 18px;
  border-radius:20px;
  background:var(--afp-qv-soft);
  border:1px solid rgba(181,108,82,.14);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-total__label{
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--afp-qv-muted);
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-total strong{
  font-size:30px;
  line-height:1;
  color:var(--afp-qv-text);
  letter-spacing:-.04em;
}

.nectar-quick-view-box form.cart > .quantity,
.nectar-quick-view-box form.cart .quantity.buttons_added{
  display:none !important;
}

.nectar-quick-view-box .afp-widget--quickview + .single_add_to_cart_button,
.nectar-quick-view-box .afp-widget--quickview ~ .single_add_to_cart_button{
  margin-top:18px;
}

@media (max-width: 999px){
  .nectar-quick-view-box .afp-widget--quickview{
    margin-top:20px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-card{
    padding:18px;
    border-radius:22px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__title{
    font-size:17px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-total strong{
    font-size:25px;
  }
}

@media (max-width: 480px){
  .nectar-quick-view-box .afp-widget--quickview{
    margin-top:16px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-card{
    padding:16px 14px;
    border-radius:20px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-section + .afp-qv-section,
  .nectar-quick-view-box .afp-widget--quickview .afp-qv-summary,
  .nectar-quick-view-box .afp-widget--quickview .afp-conversion-note,
  .nectar-quick-view-box .afp-widget--quickview .afp-qv-switches{
    margin-top:14px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-section--extras{
    margin-top:20px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row{
    grid-template-columns:1fr;
    gap:12px;
    padding:14px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__left{
    grid-template-columns:20px minmax(0,1fr);
    gap:10px;
    align-items:start;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__title{
    font-size:15px;
    line-height:1.34;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__meta{
    font-size:10px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__price{
    justify-self:start;
    margin-left:30px;
    min-width:110px;
    min-height:44px;
    font-size:16px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle{
    padding:14px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview{
    padding:8px 14px 6px;
    border-radius:18px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table tr{
    gap:10px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table td{
    padding:11px 0;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-meta-row td:first-child{
    font-size:10px !important;
    letter-spacing:.12em !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-meta-row td:last-child strong{
    font-size:16px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-detail-row td:first-child{
    font-size:12px !important;
    line-height:1.34 !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-detail-row td:last-child{
    font-size:16px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-total{
    padding:14px 16px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-total strong{
    font-size:22px;
  }
}


/* v1.9.99.27.22 quickview polish */
.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--extras{
  margin-top:28px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-list{
  gap:14px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row{
  grid-template-columns:minmax(0,1fr) 132px;
  align-items:start;
  gap:16px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__left{
  grid-template-columns:24px minmax(0,1fr);
  align-items:start;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__text{
  gap:8px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__title{
  font-size:17px;
  line-height:1.34;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__meta{
  margin-top:2px;
  font-size:10px;
  line-height:1.2;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__price{
  justify-self:end;
  align-self:center;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-panel{
  display:block !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-price-table-wrap{
  margin-top:2px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle{
  pointer-events:none;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__action{
  display:none;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-panel[hidden]{
  display:block !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview{
  padding:6px 0 0;
  border-radius:22px;
  overflow:hidden;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table tr{
  display:table-row !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table tr + tr td{
  border-top:1px solid rgba(181,108,82,.12) !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table td{
  display:table-cell !important;
  padding:14px 16px;
  vertical-align:middle;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-meta-row td:first-child,
.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-detail-row td:first-child{
  width:44%;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-meta-row td:first-child{
  font-size:11px !important;
  line-height:1.22 !important;
  letter-spacing:.14em !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-meta-row td:last-child,
.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-detail-row td:last-child{
  text-align:right;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-detail-row td:first-child{
  font-size:13px !important;
  line-height:1.34 !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

@media (max-width: 480px){
  .nectar-quick-view-box .afp-widget--quickview .afp-qv-section--extras{
    margin-top:24px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row{
    grid-template-columns:minmax(0,1fr) 116px;
    gap:12px;
    padding:14px 12px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__left{
    grid-template-columns:22px minmax(0,1fr);
    gap:10px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__title{
    font-size:14px;
    line-height:1.32;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__price{
    min-width:0;
    width:100%;
    max-width:116px;
    min-height:46px;
    padding:0 12px;
    font-size:15px;
    justify-self:end;
    align-self:center;
    margin-left:0;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview{
    padding-top:0;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table td{
    padding:12px 12px;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-meta-row td:first-child{
    width:42%;
    font-size:10px !important;
    letter-spacing:.12em !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-meta-row td:last-child strong,
  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-detail-row td:last-child{
    font-size:15px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-detail-row td:first-child{
    font-size:12px !important;
  }
}

/* v1.9.99.27.23 quickview corrective polish */
.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--extras{
  margin-top:26px !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row{
  grid-template-columns:minmax(0,1fr) !important;
  gap:12px !important;
  align-items:start !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__left{
  grid-template-columns:24px minmax(0,1fr) !important;
  gap:12px !important;
  align-items:start !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__check{
  padding-top:4px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__text{
  gap:8px !important;
  min-width:0 !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__title{
  font-size:16px !important;
  line-height:1.36 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  max-width:100% !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__meta{
  display:inline-flex !important;
  align-self:flex-start !important;
  width:auto !important;
  max-width:100% !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  padding:4px 11px !important;
  border-radius:999px !important;
  font-size:10px !important;
  line-height:1.2 !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__price{
  justify-self:start !important;
  margin-left:36px !important;
  min-width:122px !important;
  max-width:none !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-shell{
  overflow:visible !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle{
  pointer-events:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  padding:16px 18px !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__title{
  display:inline-flex !important;
  align-items:center !important;
  gap:12px !important;
  min-width:0 !important;
  white-space:normal !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__title:before{
  flex:0 0 10px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__action{
  display:inline-flex !important;
  flex:0 0 auto;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-panel{
  display:block;
  padding:0 12px 12px;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-panel[hidden]{
  display:none !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview{
  padding:10px 0 0 !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table{
  table-layout:fixed !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-meta-row td:first-child,
.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-detail-row td:first-child{
  width:58% !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-meta-row td:first-child{
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:break-word !important;
  letter-spacing:.12em !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-detail-row td:first-child{
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:break-word !important;
}

@media (max-width: 560px){
  .nectar-quick-view-box .afp-widget--quickview .afp-option-row{
    padding:14px 12px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__left{
    grid-template-columns:22px minmax(0,1fr) !important;
    gap:10px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__title{
    font-size:14px !important;
    line-height:1.34 !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__meta{
    font-size:10px !important;
    padding:4px 10px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__price{
    margin-left:32px !important;
    min-width:110px !important;
    min-height:44px !important;
    font-size:15px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle{
    align-items:flex-start !important;
    flex-direction:column !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__action{
    align-self:flex-start !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-meta-row td:first-child,
  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-detail-row td:first-child{
    width:56% !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-preview-card--quickview .afp-result-table td{
    padding:12px 10px !important;
  }
}

/* v1.9.99.27.24 quickview extras + range header tidy */
.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--extras{
  margin-top:24px !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-list{
  gap:14px !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row{
  grid-template-columns:minmax(0,1fr) minmax(108px,126px) !important;
  gap:14px !important;
  align-items:center !important;
  padding:16px 18px !important;
  border-radius:22px !important;
  border:1px solid rgba(181,108,82,.15) !important;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,246,242,.94)) !important;
  box-shadow:0 10px 22px rgba(42,24,16,.04) !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row.is-required{
  border-color:rgba(181,108,82,.22) !important;
  background:linear-gradient(180deg, rgba(255,252,250,.99), rgba(249,242,237,.96)) !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__left{
  grid-template-columns:22px minmax(0,1fr) !important;
  gap:12px !important;
  align-items:start !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__check{
  align-self:start !important;
  padding-top:2px !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__check input[type="checkbox"]{
  -webkit-appearance:none;
  appearance:none;
  width:20px;
  height:20px;
  margin:0;
  border-radius:6px;
  border:1.5px solid rgba(181,108,82,.34);
  background:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92), 0 2px 6px rgba(42,24,16,.06);
  background-repeat:no-repeat;
  background-position:center;
  background-size:11px 11px;
  transition:border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__check input[type="checkbox"]:checked{
  border-color:#b56c52;
  background-color:#b56c52;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='M3.5 8.5 6.6 11.6 12.7 4.9'/%3E%3C/svg%3E");
  box-shadow:0 0 0 4px rgba(181,108,82,.12);
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__check input[type="checkbox"][disabled]{
  cursor:default;
  opacity:1;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__text{
  gap:7px !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__title{
  font-size:16px !important;
  line-height:1.34 !important;
  font-weight:800 !important;
  overflow-wrap:anywhere !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__meta{
  margin-top:1px !important;
  padding:4px 11px !important;
  border-radius:999px !important;
  background:rgba(181,108,82,.08) !important;
  color:rgba(113,79,63,.82) !important;
  font-size:10px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row.is-required .afp-option-row__meta{
  background:rgba(181,108,82,.11) !important;
  color:#a06650 !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__price{
  justify-self:end !important;
  align-self:center !important;
  margin-left:0 !important;
  min-width:108px !important;
  min-height:46px !important;
  padding:0 14px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg, rgba(255,252,249,.98), rgba(247,238,232,.94)) !important;
  border:1px solid rgba(181,108,82,.18) !important;
  color:#a86148 !important;
  font-size:16px !important;
  line-height:1 !important;
  font-weight:800 !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.94) !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges{
  margin-top:20px !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-shell{
  border-radius:22px !important;
  overflow:hidden !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle{
  gap:16px !important;
  padding:17px 18px !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__title{
  display:inline-flex !important;
  align-items:center !important;
  gap:14px !important;
  font-size:17px !important;
  line-height:1.22 !important;
  font-weight:800 !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__title::before{
  width:10px !important;
  height:10px !important;
  flex:0 0 10px !important;
  margin-right:2px !important;
  box-shadow:0 0 0 5px rgba(181,108,82,.10) !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__action{
  min-height:44px !important;
  padding:0 18px !important;
}

@media (max-width: 560px){
  .nectar-quick-view-box .afp-widget--quickview .afp-option-row{
    grid-template-columns:minmax(0,1fr) 112px !important;
    gap:12px !important;
    padding:14px 14px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__title{
    font-size:15px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__price{
    min-width:104px !important;
    min-height:44px !important;
    padding:0 12px !important;
    font-size:15px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle{
    align-items:center !important;
    flex-direction:row !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__title{
    gap:13px !important;
    font-size:16px !important;
  }
}

@media (max-width: 380px){
  .nectar-quick-view-box .afp-widget--quickview .afp-option-row{
    grid-template-columns:minmax(0,1fr) !important;
    gap:12px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__price{
    justify-self:start !important;
    margin-left:34px !important;
    min-width:118px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle{
    align-items:flex-start !important;
    flex-direction:column !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__action{
    align-self:flex-start !important;
  }
}


/* v1.9.99.27.25 quickview premium mobile spacing */
.nectar-quick-view-box .afp-widget--quickview .afp-option-row{
  align-items:start !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__title{
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  text-wrap:pretty;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__meta{
  margin-top:6px !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-option-row__price{
  align-self:start !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  column-gap:16px !important;
  row-gap:10px !important;
  align-items:center !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__title{
  display:grid !important;
  grid-template-columns:14px minmax(0,1fr) !important;
  column-gap:14px !important;
  align-items:center !important;
}

.nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__title::before{
  margin:0 !important;
  justify-self:center !important;
  align-self:center !important;
}

@media (max-width: 480px){
  .nectar-quick-view-box .afp-widget--quickview .afp-option-row{
    grid-template-columns:minmax(0,1fr) !important;
    gap:12px !important;
    padding:16px 15px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__left{
    grid-template-columns:22px minmax(0,1fr) !important;
    gap:12px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__text{
    gap:0 !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__title{
    font-size:15px !important;
    line-height:1.38 !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__meta{
    margin-top:8px !important;
    padding:5px 10px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-option-row__price{
    justify-self:start !important;
    margin-left:34px !important;
    min-width:120px !important;
    min-height:44px !important;
    padding:0 16px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle{
    padding:16px !important;
    column-gap:14px !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__title{
    column-gap:13px !important;
    font-size:16px !important;
    line-height:1.28 !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__action{
    min-height:42px !important;
    padding:0 16px !important;
  }
}

@media (max-width: 390px){
  .nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle{
    grid-template-columns:minmax(0,1fr) !important;
    row-gap:14px !important;
    align-items:start !important;
  }

  .nectar-quick-view-box .afp-widget--quickview .afp-qv-section--ranges .afp-range-toggle__action{
    justify-self:start !important;
  }
}
