/* Add-to-cart notice */
.ag-added-notice{display:flex;align-items:center;gap:16px;padding:12px 20px;margin-bottom:16px;background:#f0f7f5;border-left:4px solid #013C31;border-radius:4px;font-family:Geologica,sans-serif;font-size:14px;color:#1a1a1a}
.ag-added-notice .button{background:#013C31;color:#fff;border-radius:24px;padding:8px 18px;font-size:13px;font-weight:500;text-decoration:none;white-space:nowrap;transition:background .2s}
.ag-added-notice .button:hover{background:#006250;color:#fff}
/* Swatches — reserve height even when empty via parent selector */
.nvm-ag-swatches{margin:0}
/* Reserve height even when empty */
.agswatches{min-height:28px}
.nvm-ag-swatches .ag-swatches{display:flex;flex-wrap:wrap;gap:6px}
.nvm-ag-swatches .ag-swatches__pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border:1.5px solid #dde4e1;border-radius:20px;font-family:Geologica,sans-serif;font-size:12px;font-weight:500;color:#013C31;text-decoration:none;background:#f5f8f7;transition:border-color .2s,background .2s,color .2s;white-space:nowrap;line-height:1.4}
.nvm-ag-swatches .ag-swatches__pill:hover,.nvm-ag-swatches .ag-swatches__pill.is-active{border-color:#013C31;background:#013C31;color:#fff}