Debug:
Selected collection: No collection selected.
.bulk-coffee-template199530749624921783031237dd19a4c3 {
--bg: ;
--card: ;
--heading: ;
--text: ;
--muted: B3;
--border: ;
--accent: ;
--button: ;
--button-text: ;
--button-hover: ;
display: block;
width: 100%;
padding: px 20px;
background:
radial-gradient(circle at top left, 24, transparent 34%),
var(--bg);
color: var(--text);
}
.bulk-coffee-template199530749624921783031237dd19a4c3 * {
box-sizing: border-box;
}
.bulk-coffee-container-template199530749624921783031237dd19a4c3 {
width: min(1420px, 100%);
margin: 0 auto;
}
.bulk-coffee-header-template199530749624921783031237dd19a4c3 {
max-width: 880px;
margin: 0 auto 36px;
text-align: center;
}
.bulk-coffee-eyebrow-template199530749624921783031237dd19a4c3 {
display: inline-flex;
margin-bottom: 14px;
padding: 8px 14px;
border: 1px solid var(--border);
border-radius: 999px;
background: rgba(255,255,255,.78);
color: var(--muted);
font-size: 12px;
font-weight: 900;
letter-spacing: .08em;
text-transform: uppercase;
}
.bulk-coffee-title-template199530749624921783031237dd19a4c3 {
margin: 0;
color: var(--heading);
font-size: clamp(34px, 5vw, 66px);
line-height: .98;
font-weight: 950;
letter-spacing: -.055em;
}
.bulk-coffee-subtitle-template199530749624921783031237dd19a4c3 {
max-width: 740px;
margin: 18px auto 0;
color: var(--muted);
font-size: clamp(16px, 1.6vw, 20px);
line-height: 1.55;
}
.bulk-coffee-layout-template199530749624921783031237dd19a4c3 {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
gap: 28px;
align-items: start;
}
.bulk-coffee-products-template199530749624921783031237dd19a4c3 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(px, 1fr));
gap: 18px;
}
.bulk-coffee-card-template199530749624921783031237dd19a4c3 {
display: flex;
flex-direction: column;
overflow: hidden;
border: 1px solid var(--border);
border-radius: 24px;
background: var(--card);
box-shadow: 0 20px 54px rgba(15,23,42,.08);
}
.bulk-coffee-image-template199530749624921783031237dd19a4c3 {
position: relative;
aspect-ratio: 1 / .78;
overflow: hidden;
background: #f6f2ee;
}
.bulk-coffee-image-template199530749624921783031237dd19a4c3 img,
.bulk-coffee-image-template199530749624921783031237dd19a4c3 svg {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.bulk-coffee-badge-template199530749624921783031237dd19a4c3 {
position: absolute;
top: 14px;
left: 14px;
padding: 7px 12px;
border-radius: 999px;
background: rgba(255,255,255,.88);
color: var(--heading);
font-size: 11px;
font-weight: 950;
letter-spacing: .08em;
text-transform: uppercase;
}
.bulk-coffee-card-body-template199530749624921783031237dd19a4c3 {
display: flex;
flex: 1;
flex-direction: column;
padding: 18px;
}
.bulk-coffee-card-main-template199530749624921783031237dd19a4c3 {
flex: 1;
}
.bulk-coffee-card-title-template199530749624921783031237dd19a4c3 {
margin: 0;
color: var(--heading);
font-size: 19px;
line-height: 1.2;
font-weight: 950;
}
.bulk-coffee-card-desc-template199530749624921783031237dd19a4c3 {
margin: 10px 0 0;
color: var(--muted);
font-size: 13px;
line-height: 1.45;
}
.bulk-coffee-price-template199530749624921783031237dd19a4c3 {
margin: 14px 0 0;
color: var(--heading);
font-size: 24px;
line-height: 1;
font-weight: 950;
}
.bulk-coffee-variant-wrap-template199530749624921783031237dd19a4c3 {
margin-top: 14px;
}
.bulk-coffee-label-template199530749624921783031237dd19a4c3 {
display: block;
margin-bottom: 7px;
color: var(--heading);
font-size: 12px;
font-weight: 900;
}
.bulk-coffee-select-template199530749624921783031237dd19a4c3,
.bulk-coffee-input-template199530749624921783031237dd19a4c3 {
width: 100%;
min-height: 46px;
padding: 10px 12px;
border: 1px solid var(--border);
border-radius: 14px;
background: #fff;
color: var(--heading);
font-size: 15px;
font-weight: 750;
}
.bulk-coffee-actions-template199530749624921783031237dd19a4c3 {
display: grid;
gap: 12px;
margin-top: 18px;
}
.bulk-coffee-qty-row-template199530749624921783031237dd19a4c3 {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.bulk-coffee-qty-label-template199530749624921783031237dd19a4c3 {
color: var(--heading);
font-size: 13px;
font-weight: 900;
}
.bulk-coffee-qty-control-template199530749624921783031237dd19a4c3 {
display: inline-grid;
grid-template-columns: 38px 58px 38px;
overflow: hidden;
border: 1px solid var(--border);
border-radius: 999px;
background: #fff;
}
.bulk-coffee-qty-btn-template199530749624921783031237dd19a4c3 {
width: 38px;
height: 38px;
border: 0;
background: transparent;
color: var(--heading);
cursor: pointer;
font-size: 19px;
font-weight: 950;
}
.bulk-coffee-qty-input-template199530749624921783031237dd19a4c3 {
width: 58px !important;
height: 38px !important;
padding: 0 !important;
margin: 0 !important;
border: 0 !important;
border-left: 1px solid var(--border) !important;
border-right: 1px solid var(--border) !important;
border-radius: 0 !important;
background: #fff !important;
color: var(--heading) !important;
-webkit-text-fill-color: var(--heading) !important;
opacity: 1 !important;
text-align: center !important;
font-size: 17px !important;
font-weight: 950 !important;
appearance: none !important;
box-shadow: none !important;
}
.bulk-coffee-btn-template199530749624921783031237dd19a4c3 {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 48px;
padding: 13px 18px;
border: 0;
border-radius: 999px;
background: var(--button);
color: var(--button-text);
cursor: pointer;
font-size: 14px;
font-weight: 950;
letter-spacing: .02em;
text-transform: uppercase;
}
.bulk-coffee-btn-template199530749624921783031237dd19a4c3:hover {
background: var(--button-hover);
}
.bulk-coffee-btn-template199530749624921783031237dd19a4c3:disabled {
opacity: .45;
cursor: not-allowed;
}
.bulk-coffee-btn-template199530749624921783031237dd19a4c3.is-added {
background: #111827;
color: #fff;
}
.bulk-coffee-pagination-template199530749624921783031237dd19a4c3 {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 8px;
margin-top: 28px;
}
.bulk-coffee-page-link-template199530749624921783031237dd19a4c3,
.bulk-coffee-page-current-template199530749624921783031237dd19a4c3,
.bulk-coffee-page-disabled-template199530749624921783031237dd19a4c3 {
min-width: 42px;
min-height: 42px;
padding: 10px 14px;
border: 1px solid var(--border);
border-radius: 999px;
background: #fff;
color: var(--heading);
text-align: center;
text-decoration: none;
font-size: 14px;
font-weight: 900;
}
.bulk-coffee-page-current-template199530749624921783031237dd19a4c3 {
background: var(--button);
color: var(--button-text);
border-color: var(--button);
}
.bulk-coffee-page-disabled-template199530749624921783031237dd19a4c3 {
opacity: .42;
}
.bulk-coffee-sidebar-template199530749624921783031237dd19a4c3 {
position: sticky;
top: 24px;
display: grid;
gap: 16px;
}
.bulk-coffee-panel-template199530749624921783031237dd19a4c3 {
overflow: hidden;
border: 1px solid var(--border);
border-radius: 24px;
background: rgba(255,255,255,.86);
box-shadow: 0 20px 54px rgba(15,23,42,.08);
}
.bulk-coffee-panel-header-template199530749624921783031237dd19a4c3 {
padding: 20px 20px 0;
}
.bulk-coffee-panel-title-template199530749624921783031237dd19a4c3 {
margin: 0;
color: var(--heading);
font-size: 20px;
font-weight: 950;
}
.bulk-coffee-panel-subtitle-template199530749624921783031237dd19a4c3 {
margin: 5px 0 0;
color: var(--muted);
font-size: 13px;
line-height: 1.4;
}
.bulk-coffee-panel-body-template199530749624921783031237dd19a4c3 {
padding: 20px;
}
.bulk-coffee-calc-grid-template199530749624921783031237dd19a4c3 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}
.bulk-coffee-field-template199530749624921783031237dd19a4c3 {
display: grid;
gap: 7px;
}
.bulk-coffee-field-template199530749624921783031237dd19a4c3.wide {
grid-column: 1 / -1;
}
.bulk-coffee-result-template199530749624921783031237dd19a4c3 {
margin-top: 16px;
padding: 16px;
border-radius: 18px;
background: 22;
}
.bulk-coffee-result-label-template199530749624921783031237dd19a4c3 {
margin: 0;
color: var(--muted);
font-size: 12px;
font-weight: 950;
letter-spacing: .08em;
text-transform: uppercase;
}
.bulk-coffee-result-value-template199530749624921783031237dd19a4c3 {
margin: 7px 0 0;
color: var(--heading);
font-size: 28px;
font-weight: 950;
}
.bulk-coffee-result-note-template199530749624921783031237dd19a4c3 {
margin: 8px 0 0;
color: var(--muted);
font-size: 13px;
}
.bulk-coffee-box-items-template199530749624921783031237dd19a4c3 {
display: grid;
gap: 10px;
max-height: 360px;
overflow: auto;
}
.bulk-coffee-empty-template199530749624921783031237dd19a4c3 {
padding: 22px;
border: 1px dashed var(--border);
border-radius: 18px;
background: rgba(255,255,255,.56);
color: var(--muted);
text-align: center;
font-size: 14px;
line-height: 1.45;
}
.bulk-coffee-box-item-template199530749624921783031237dd19a4c3 {
display: grid;
grid-template-columns: 58px 1fr auto;
gap: 12px;
align-items: center;
padding: 10px;
border: 1px solid var(--border);
border-radius: 18px;
background: #fff;
}
.bulk-coffee-box-img-template199530749624921783031237dd19a4c3 {
width: 58px;
height: 58px;
overflow: hidden;
border-radius: 14px;
background: #f6f2ee;
}
.bulk-coffee-box-img-template199530749624921783031237dd19a4c3 img {
width: 100%;
height: 100%;
object-fit: cover;
}
.bulk-coffee-box-title-template199530749624921783031237dd19a4c3 {
margin: 0;
color: var(--heading);
font-size: 13px;
font-weight: 950;
line-height: 1.25;
}
.bulk-coffee-box-meta-template199530749624921783031237dd19a4c3 {
margin: 4px 0 0;
color: var(--muted);
font-size: 12px;
line-height: 1.35;
}
.bulk-coffee-remove-template199530749624921783031237dd19a4c3 {
width: 30px;
height: 30px;
border: 0;
border-radius: 999px;
background: #fee2e2;
color: #991b1b;
cursor: pointer;
font-size: 18px;
}
.bulk-coffee-summary-template199530749624921783031237dd19a4c3 {
display: none;
margin-top: 14px;
padding-top: 14px;
border-top: 1px solid var(--border);
}
.bulk-coffee-total-row-template199530749624921783031237dd19a4c3 {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-bottom: 12px;
}
.bulk-coffee-total-label-template199530749624921783031237dd19a4c3 {
color: var(--muted);
font-size: 13px;
font-weight: 850;
}
.bulk-coffee-total-value-template199530749624921783031237dd19a4c3 {
color: var(--heading);
font-size: 28px;
font-weight: 950;
}
.bulk-coffee-coverage-template199530749624921783031237dd19a4c3 {
margin: 0 0 14px;
padding: 12px;
border-radius: 16px;
background: #f8fafc;
color: var(--muted);
font-size: 13px;
line-height: 1.45;
}
.bulk-coffee-subscription-template199530749624921783031237dd19a4c3 {
margin-bottom: 14px;
padding: 14px;
border: 1px solid 4F;
border-radius: 18px;
background: 22;
}
.bulk-coffee-sub-label-template199530749624921783031237dd19a4c3 {
display: grid;
grid-template-columns: 22px 1fr;
gap: 10px;
align-items: start;
cursor: pointer;
}
.bulk-coffee-sub-checkbox-template199530749624921783031237dd19a4c3 {
width: 22px !important;
height: 22px !important;
margin: 2px 0 0 !important;
accent-color: var(--accent);
}
.bulk-coffee-sub-title-template199530749624921783031237dd19a4c3 {
display: block;
color: var(--heading);
font-size: 14px;
font-weight: 950;
}
.bulk-coffee-sub-note-template199530749624921783031237dd19a4c3 {
display: block;
margin-top: 4px;
color: var(--muted);
font-size: 12px;
line-height: 1.4;
}
.bulk-coffee-status-template199530749624921783031237dd19a4c3 {
display: none;
margin-top: 12px;
padding: 11px 12px;
border-radius: 14px;
font-size: 13px;
font-weight: 850;
line-height: 1.35;
}
.bulk-coffee-status-template199530749624921783031237dd19a4c3.is-error {
display: block;
background: #fee2e2;
color: #991b1b;
}
.bulk-coffee-status-template199530749624921783031237dd19a4c3.is-success {
display: block;
background: #dcfce7;
color: #166534;
}
@media screen and (max-width: 1080px) {
.bulk-coffee-layout-template199530749624921783031237dd19a4c3 {
grid-template-columns: 1fr;
}
.bulk-coffee-sidebar-template199530749624921783031237dd19a4c3 {
position: static;
order: -1;
}
}
@media screen and (max-width: 640px) {
.bulk-coffee-template199530749624921783031237dd19a4c3 {
padding: px 14px;
}
.bulk-coffee-header-template199530749624921783031237dd19a4c3 {
text-align: left;
}
.bulk-coffee-products-template199530749624921783031237dd19a4c3 {
grid-template-columns: 1fr;
}
.bulk-coffee-calc-grid-template199530749624921783031237dd19a4c3 {
grid-template-columns: 1fr;
}
.bulk-coffee-box-item-template199530749624921783031237dd19a4c3 {
grid-template-columns: 54px 1fr;
}
}
Selected collection: No collection selected.
