@charset "utf-8";

.discounty-cart-widget__wrapper { display: flex; justify-content: end; }

.discounty-cart-widget__wrapper > .discounty-cart-widget { width: 224px; font-size: 14px; }

.discounty-cart-widget > .discounty-cart-widget__row { display: flex; align-items: center; justify-content: space-between; }

.discounty-cart-widget > .discounty-cart-widget__row.discounty-cart-widget__saving-row { font-weight: 700; }

.discounty-cart-widget > .discounty-cart-widget__row > .discounty-cart-widget__line-through { text-decoration: line-through; }

.discounty-volume-discount-widget { font-size: 12px; margin-bottom: 24px; }

.discounty-volume-discount-widget > .discounty-volume-discount-widget__title { font-weight: 700; margin-top: 0px; margin-bottom: 2px; }

.discounty-volume-discount-widget > .discounty-volume-discount-widget__table-wrapper { width: 100%; overflow: hidden; }

.discounty-volume-discount-widget__table-wrapper > .discounty-volume-discount-widget__table { width: 100%; color: inherit; font-size: 12px; text-align: left; border-collapse: collapse; border-style: hidden; box-shadow: none; margin-bottom: 0px; }

.discounty-volume-discount-widget__table td, .discounty-volume-discount-widget__table th { border-color: inherit; padding: 8px 12px; }

.discounty-volume-discount-widget__table th { color: inherit; font-weight: 700; }

.discounty-volume-discount-widget__table .discounty-volume-discount-widget__criteria { font-weight: 700; }

.discounty-volume-badge-container { margin: 8px 0px; width: 100%; }

.discounty-volume-badge { background: rgba(0, 53, 102, 0.05); border: 1px solid rgb(0, 53, 102); border-radius: 4px; width: 100%; padding: 8px 16px; }

.discounty-volume-badge__text { color: rgb(0, 53, 102); font-size: 14px; font-weight: 700; line-height: 1.2; text-align: center; display: block; }

@media (max-width: 768px) {
  .discounty-volume-badge__text { font-size: 13px; }
  .discounty-volume-badge { padding: 6px 12px; }
}

.discounty-count-down-timer-widget { margin: 16px 0px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; text-align: center; padding: 9px 11px; }

.discounty-count-down-timer-widget__title { font-size: 14px; line-height: 20px; font-weight: 700; }

.discounty-count-down-timer-widget__timer { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 10px; }

.discounty-count-down-timer-widget__time-box { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }

.discounty-count-down-timer-widget__time-amount { width: 26px; height: 28px; border-radius: 8px; font-size: 16px; line-height: 28px; font-weight: 800; }

.discounty-count-down-timer-widget__time-label { font-size: 11px; line-height: 12px; font-weight: 500; }

.discounty-bxgy-product-card { width: 33.333%; min-width: 33.333%; padding: 8px; box-sizing: border-box; }

.discounty-bxgy-product-card__inner { padding: 12px; text-align: center; border: 1px solid rgb(226, 232, 240); border-radius: 12px; background-color: white; }

.discounty-bxgy-product-card__image-wrapper { position: relative; margin-bottom: 8px; }

.discounty-bxgy-product-card__image { width: 100%; height: 180px; object-fit: cover; border-radius: 8px; }

.discounty-bxgy-product-card__discount-badge { position: absolute; top: 8px; right: 8px; background-color: rgb(59, 130, 246); color: white; padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: 600; }

.discounty-bxgy-product-card__title { font-size: 14px; font-weight: 500; margin: 0px 0px 10px; color: black; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.discounty-bxgy-product-card__variant-selector-wrapper { margin-bottom: 10px; }

.discounty-bxgy-product-card__variant-selector { width: 60%; max-width: 200px; padding: 8px 45px 8px 12px; border: 1px solid rgb(209, 213, 219); border-radius: 6px; font-size: 12px; background-color: white; color: rgb(55, 65, 81); appearance: none; background-repeat: no-repeat; background-position: right 8px center; background-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.discounty-bxgy-product-card__price-wrapper { margin-bottom: 10px; }

.discounty-bxgy-product-card__price { font-size: 16px; font-weight: 600; color: black; }

.discounty-bxgy-product-card__compare-at-price { font-size: 12px; color: rgb(156, 163, 175); text-decoration: line-through; margin-left: 8px; }

.discounty-bxgy-product-card__quantity-controls { display: flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid rgb(209, 213, 219); border-radius: 6px; padding: 4px; }

.discounty-bxgy-product-card__quantity-button { background: none; border: none; cursor: pointer; font-size: 16px; color: rgb(107, 114, 128); padding: 4px 8px; }

.discounty-bxgy-product-card__quantity-button:disabled { cursor: not-allowed; color: rgb(209, 213, 219); }

.discounty-bxgy-product-card__quantity-display { font-size: 14px; font-weight: 500; min-width: 20px; text-align: center; }

.discounty-bxgy-product-card__select-button { width: 100%; padding: 12px 16px; background-color: black; color: white; border: none; border-radius: 6px; cursor: pointer; font-size: 12px; font-weight: 500; }

.discounty-bxgy-product-card__select-button:disabled { background-color: rgb(156, 163, 175); cursor: not-allowed; }

.discounty-bxgy-desktop-widget { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); align-items: center; justify-content: center; z-index: 10000; }

.discounty-bxgy-desktop-widget__icon { width: auto; height: auto; }

.discounty-bxgy-desktop-widget__container { background-color: rgb(97, 97, 97); border-radius: 16px; max-width: 750px; width: 90%; max-height: 90vh; overflow: hidden; position: relative; box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; display: flex; flex-direction: column; }

.discounty-bxgy-desktop-widget__header { background-color: rgb(97, 97, 97); padding: 15px 24px; position: relative; }

.discounty-bxgy-desktop-widget__header-content { display: flex; align-items: center; gap: 12px; }

.discounty-bxgy-desktop-widget__title { font-size: 18px; font-weight: 600; margin: 0px; color: white; }

.discounty-bxgy-desktop-widget__subtitle { font-size: 14px; color: rgba(255, 255, 255, 0.8); margin: 0px; }

.discounty-bxgy-desktop-widget__close-button { position: absolute; top: 20px; right: 20px; background: none; border: none; cursor: pointer; padding: 4px; color: white; }

.discounty-bxgy-desktop-widget__main-body { background-color: rgb(244, 244, 244); padding: 12px 0px; flex: 1 1 0%; overflow: auto; }

.discounty-bxgy-desktop-widget__info-banner { background-color: rgb(249, 249, 249); margin: 0px 20px; padding: 6px 16px; display: flex; align-items: center; gap: 16px; border-radius: 8px; }

.discounty-bxgy-desktop-widget__info-text { font-size: 14px; color: black; font-weight: 400; }

.discounty-bxgy-desktop-widget__product-grid-nav { position: relative; padding: 8px 28px; }

.discounty-bxgy-desktop-widget__nav-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; background-color: white; border: 1px solid rgb(255, 255, 255); border-radius: 4px; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 1; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px; }

.discounty-bxgy-desktop-widget__nav-arrow--left { left: 18px; }

.discounty-bxgy-desktop-widget__nav-arrow--right { right: 18px; }

.discounty-bxgy-desktop-widget__product-grid-container { overflow: hidden; }

.discounty-bxgy-desktop-widget__product-grid { display: flex; transition: transform 0.3s; }

.discounty-bxgy-desktop-widget__nav-dots { display: flex; justify-content: center; gap: 6px; margin-bottom: 16px; }

.discounty-bxgy-desktop-widget__nav-dot { width: 8px; height: 8px; border-radius: 50%; border: none; cursor: pointer; padding: 0px; }

.discounty-bxgy-desktop-widget__border { border-top: 1px solid; margin: 0px 40px; display: flex !important; }

.discounty-bxgy-desktop-widget__actions { display: flex; justify-content: center; }

.discounty-bxgy-desktop-widget__actions-container { display: inline-flex; width: auto; gap: 12px; justify-content: center; padding: 14px 28px; }

.discounty-bxgy-desktop-widget__button { padding: 12px 24px; min-width: 180px; border-radius: 6px; cursor: pointer; font-size: 14px; font-weight: 500; }

.discounty-bxgy-desktop-widget__button:disabled { background-color: rgb(156, 163, 175); cursor: not-allowed; }

.discounty-bxgy-desktop-widget__button--secondary { color: black; border: 1px solid rgb(209, 213, 219); }

.discounty-bxgy-desktop-widget__button--primary { background-color: black; color: white; border: none; }

.discounty-bxgy-mobile-product-row { display: flex; gap: 12px; margin-bottom: 20px; padding-bottom: 20px; align-items: flex-start; border-bottom: 1px solid; }

.discounty-bxgy-mobile-product-row__image-wrapper { position: relative; flex-shrink: 0; }

.discounty-bxgy-mobile-product-row__image { width: 96px; height: 96px; object-fit: cover; border-radius: 8px; }

.discounty-bxgy-mobile-product-row__discount-badge { position: absolute; top: 4px; left: 4px; color: white; padding: 2px 8px; border-radius: 4px; font-size: 11px; font-weight: 600; }

.discounty-bxgy-mobile-product-row__details { flex: 1 1 0%; min-width: 0px; }

.discounty-bxgy-mobile-product-row__title { font-size: 16px; font-weight: 500; margin: 0px 0px 4px; color: rgb(17, 24, 39); }

.discounty-bxgy-mobile-product-row__price-wrapper { margin-bottom: 8px; }

.discounty-bxgy-mobile-product-row__price { font-size: 16px; font-weight: 600; color: rgb(17, 24, 39); }

.discounty-bxgy-mobile-product-row__compare-at-price { font-size: 14px; color: rgb(156, 163, 175); text-decoration: line-through; margin-left: 6px; }

.discounty-bxgy-mobile-product-row__controls { display: flex; gap: 8px; align-items: center; width: 100%; min-width: 0px; }

.discounty-bxgy-mobile-product-row__variant-selector { flex: 1 1 0%; min-width: 0px; max-width: 100%; padding: 6px 32px 6px 12px; border: 1px solid rgb(229, 231, 235); border-radius: 6px; font-size: 14px; background-color: white; color: rgb(55, 65, 81); appearance: none; background-repeat: no-repeat; background-position: right 8px center; background-size: 12px; overflow: hidden; text-overflow: ellipsis; }

.discounty-bxgy-mobile-product-row__quantity-controls { display: flex; align-items: center; gap: 4px; margin-left: auto; flex-shrink: 0; }

@media (max-width: 360px) {
  .discounty-bxgy-mobile-product-row__controls { gap: 6px; }
  .discounty-bxgy-mobile-product-row__variant-selector { padding: 6px 28px 6px 10px; font-size: 13px; }
  .discounty-bxgy-mobile-product-row__quantity-button { width: 26px; height: 26px; font-size: 16px; }
}

.discounty-bxgy-mobile-product-row__quantity-button { background: white; border: 1px solid rgb(229, 231, 235); border-radius: 4px; font-size: 18px; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; padding: 0px; color: rgb(107, 114, 128); cursor: pointer; }

.discounty-bxgy-mobile-product-row__quantity-button:disabled { cursor: not-allowed; color: rgb(209, 213, 219); }

.discounty-bxgy-mobile-product-row__quantity-display { font-size: 14px; font-weight: 500; min-width: 24px; text-align: center; color: rgb(55, 65, 81); }

.discounty-bxgy-mobile-widget { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0); display: flex; align-items: flex-end; justify-content: center; z-index: 10000; transition: background-color 0.3s ease-in-out; pointer-events: none; }

.discounty-bxgy-mobile-widget.discounty-bxgy-mobile-widget--is-open { background-color: rgba(0, 0, 0, 0.5); pointer-events: auto; }

.discounty-bxgy-mobile-widget__container { background-color: white; border-radius: 20px 20px 0px 0px; width: 100%; max-height: 90vh; overflow: hidden; position: relative; transform: translateY(100%); transition: transform 0.3s ease-in-out; }

.discounty-bxgy-mobile-widget--is-open .discounty-bxgy-mobile-widget__container { transform: translateY(0px); }

.discounty-bxgy-mobile-widget__header { padding: 20px 16px 4px; position: relative; border-bottom: 1px solid rgb(240, 240, 240); }

.discounty-bxgy-mobile-widget__close-button { position: absolute; top: 20px; right: 16px; background: none; border: none; cursor: pointer; padding: 0px; color: rgb(107, 114, 128); }

.discounty-bxgy-mobile-widget__title { font-size: 14px; font-weight: 600; margin: 0px; color: rgb(17, 24, 39); padding-right: 40px; }

.discounty-bxgy-mobile-widget__subtitle { font-size: 14px; color: rgb(107, 114, 128); margin: 0px; }

.discounty-bxgy-mobile-widget__products-list { height: calc(-200px + 75vh); overflow-y: auto; padding: 16px 16px 150px; }

.discounty-bxgy-mobile-widget__actions { position: absolute; bottom: 0px; left: 0px; right: 0px; background-color: white; border-top: 1px solid rgb(229, 231, 235); padding: 16px; }

.discounty-bxgy-mobile-widget__button { width: 100%; padding: 16px; border: none; border-radius: 8px; cursor: pointer; font-size: 16px; font-weight: 600; }

.discounty-bxgy-mobile-widget__button:disabled { background-color: rgb(229, 231, 235); color: rgb(156, 163, 175); cursor: not-allowed; }

.discounty-bxgy-mobile-widget__button--primary { background-color: black; color: white; margin-bottom: 12px; }

.discounty-bxgy-mobile-widget__button--secondary { background-color: rgb(243, 244, 246); color: black; font-weight: 500; }

.discounty-bxgy-fab { position: fixed; bottom: 12pt; left: 12pt; z-index: 9999; }

.discounty-bxgy-fab__button { width: 80px; height: 80px; border: none; display: flex; justify-content: center; align-items: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px; cursor: pointer; transition: 0.2s; }

.discounty-bxgy-fab__close { position: absolute; top: -8px; right: -8px; width: 24px; height: 24px; border-radius: 50%; border: none; display: flex; justify-content: center; align-items: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px; cursor: pointer; font-size: 14px; transition: background-color 0.2s; }