/** Shopify CDN: Minification failed

Line 6:0 Unexpected "`"

**/
```css
/* =========================================================
   ALDEN CUSTOM CSS
   ========================================================= */


/* =========================================================
   1. SWATCHES
   ========================================================= */

.thumbnail-swatch,
.thumbnail-swatch > img,
.thumbnail-swatch::before {
  border-radius: 0 !important;
}

.block-swatch,
.block-swatch::before {
  border-radius: 0 !important;
}

:checked + .block-swatch::before,
.block-swatch.is-selected::before,
:checked + .image-thumbnail::before,
.thumbnail-swatch.is-selected::before {
  border-width: 1px !important;
}

:checked + .block-swatch:not(.is-disabled),
.block-swatch.is-selected:not(.is-disabled) {
  background-color: #fff !important;
}


/* =========================================================
   2. DRAWER / MOBILE MENU
   ========================================================= */

.drawer .panel-list__wrapper ul.v-stack {
  gap: 0 !important;
}

.drawer .panel-list__wrapper ul > li.h3,
.drawer .panel-list__wrapper ul > li.sm\:h4 {
  position: relative;
  padding: 18px 0;
  margin-right: 14px;
}

.drawer .panel-list__wrapper ul > li > a,
.drawer .panel-list__wrapper ul > li > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;

  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;

  background: transparent;
  border: none;
}

.drawer .panel-list__wrapper ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}

.drawer button.text-with-icon.h6.text-subdued {
  justify-content: flex-start !important;
  gap: 8px !important;
}

.drawer .panel__wrapper > ul > li:first-child button.text-with-icon.h6.text-subdued {
  padding: 10px 0 18px !important;
}

.drawer .panel-footer__localization-wrapper .bold {
  font-weight: 500 !important;
}

.panel-list__wrapper,
.panel-list__wrapper ul li,
.panel-list__wrapper button,
.panel-list__wrapper a {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  gap: 3px;
}


/* =========================================================
   3. PRODUCT PAGE GENERAL
   ========================================================= */

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-header .button {
  padding: 6px 14px;
}

.product-card__title {
  letter-spacing: 0.02rem;
}

.product-gallery__zoom {
  display: none !important;
}

.variant-picker {
  margin-bottom: 30px !important;
}

.product__accordion {
  margin-top: 0 !important;
  margin-bottom: 0;
  border-top: unset !important;
}

.accordion__toggle.no-bold span {
  text-transform: uppercase;
}

.page-dots.page-dots--blurred.md\:hidden {
  opacity: 0.5;
}


/* =========================================================
   4. COMPLEMENTARY PRODUCTS / RECOMMENDATIONS
   ========================================================= */

.product-info__complementary-products .h-stack p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 90%;
}

.product-info__complementary-products price-list sale-price,
.product-info__complementary-products price-list compare-at-price {
  font-size: 100% !important;
}

.product-info__complementary-products compare-at-price {
  color: #939393 !important;
}

.rec-title-row {
  display: block;
  justify-content: flex-start !important;
  text-align: left !important;
}

.rec-title-row::before,
.rec-title-row::after {
  display: none;
}

.rec-heading {
  display: block;
  width: 100%;
  text-align: left !important;
  font-weight: 600 !important;
  letter-spacing: 0.04rem !important;
  text-transform: uppercase;
  font-size: 14px !important;
}

.total-row {
  font-size: 18px !important;
}

.horizontal-product__cta .button {
  background-color: #1a1a1a;
  color: #fff;
}

.horizontal-product__cta .button:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .rec-heading {
    font-size: 13px !important;
  }

  .total-row {
    font-size: 14px !important;
  }
}



/* =========================================================
   6. FOOTER PAYMENT ICONS
   ========================================================= */

.footer__payment-icons {
  display: block;
  filter: grayscale(95%);
  opacity: 1;
  transition: all 0.2s ease;
}

.footer__payment-icons li:has(svg[aria-labelledby="pi-blik"]),
.footer__payment-icons li:has(svg[aria-labelledby="pi-maestro"]),
.footer__payment-icons li:has(svg[aria-labelledby="pi-mobilepay"]),
.footer__payment-icons li:has(svg[aria-labelledby="pi-przelewy24"]),
.footer__payment-icons li:has(svg[aria-labelledby="pi-unionpay"]),
.footer__payment-icons li:has(svg[aria-labelledby="pi-visa"]) {
  display: none !important;
}

.footer__payment-icons svg {
  margin-right: 6px !important;
}

.footer__payment-icons li:last-child svg {
  margin-right: 0 !important;
}


/* =========================================================
   7. USP BLOCKS
   ========================================================= */

span.green_icon {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
}

.icon--inventory::after,
.icon--inventory::before {
  width: 9px;
  height: 9px;
  background: #12e412;
  border-radius: 9px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  margin: 8px 6px;
}

.icon--inventory::before {
  animation: inventory-pulse 2s linear infinite;
}

@keyframes inventory-pulse {
  0% {
    opacity: 0.5;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

@media screen and (max-width: 750px) {
  div#usp {
    gap: 12px;
  }
}


/* =========================================================
   8. EASY SIZE / SIZEFOX / SIZE CHART
   ========================================================= */

.easysize_button,
.easysize_button__returning {
  font-weight: 500 !important;
  text-decoration: none !important;
  margin-left: auto !important;
}

.easysize_button__returning {
  margin-top: 0 !important;
}

.product-info__block-item .fit-quiz-wrapper {
  margin-top: -10px;
}

.smartsize-trigger {
  margin-top: -8px !important;
}

.product-info__block-item[data-block-id*="fit_quiz"] {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  margin-top: -16px !important;
}

.product-info__block-item[data-block-id*="fit_quiz"] .fit-quiz-wrapper,
.product-info__block-item[data-block-id*="fit_quiz"] .easysize-container {
  display: contents !important;
}

.product-info__block-item[data-block-id*="fit_quiz"] .ks-chart-modal-link {
  order: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
}

.product-info__block-item[data-block-id*="fit_quiz"] #easysize_button,
.product-info__block-item[data-block-id*="fit_quiz"] .es-recommended {
  order: 1 !important;
  margin-left: auto !important;
  white-space: nowrap !important;
}

#sizefox-container.sizefox-container-flex {
  display: flex !important;
  align-items: center;
  width: 100% !important;
  gap: 12px;
}

#sizefox-container.sizefox-container-flex > div:first-child {
  flex: 0 0 auto;
}

#sizefox-container.sizefox-container-flex > #easysize_button,
#sizefox-container.sizefox-container-flex > .es-recommended {
  margin-left: auto !important;
}


/* =========================================================
   9. KACHING BUNDLES
   ========================================================= */

.kaching-bundles__bar-price {
  position: relative;
  font-size: 110% !important;
  font-weight: 600 !important;
}

.kaching-bundles__bar-price::after {
  content: "";
  font-size: 80% !important;
  opacity: 0.7;
  margin-left: 2px;
}

.kaching-bundles__bar-first-line {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.kaching-bundles__bar-label {
  margin-top: 0 !important;
  line-height: 1;
}

.kaching-bundles__bar-full-price {
  font-size: 102% !important;
  margin-top: 3px;
}

.kaching-original-total {
  text-decoration: line-through;
  font-size: 80%;
  color: #777;
}

.kaching-bundles__bar-variant-names,
.kaching-bundles__bar-radio {
  display: none !important;
}

.kaching-bundles__bar-most-popular__content {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 9999px !important;
  color: #fff;
  line-height: 1;
  font-size: 10px !important;
}

.kaching-bundles__bar-most-popular__content::before,
.kaching-bundles__bar-most-popular__content::after {
  content: none !important;
  display: none !important;
}

.kaching-bundles__bar-most-popular {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  clip-path: none !important;
  overflow: visible !important;
}

.kaching-bundles__bar[data-deal-bar-id="-x4x"] .kaching-bundles__bar-most-popular__content {
  background-color: #00b67a !important;
  text-transform: uppercase;
}

.kaching-bundles__bar[data-deal-bar-id="-x4x"] .kaching-bundles__bar-price,
label.kaching-bundles__bar-container--most-popular
  .kaching-bundles__bar-pricing
  .kaching-bundles__bar-price {
  color: #ba0000 !important;
}

.kaching-bundles__bar[data-deal-bar-id="-x4x"] .kaching-bundles__bar-price::after,
label.kaching-bundles__bar-container--most-popular
  .kaching-bundles__bar-pricing
  .kaching-bundles__bar-price::after,
label.kaching-bundles__bar-container--most-popular
  .kaching-bundles__bar-pricing
  .kaching-bundles__bar-price span,
label.kaching-bundles__bar-container--most-popular
  .kaching-bundles__bar-pricing
  .kaching-bundles__bar-price small {
  color: #000 !important;
}

.kaching-bundles__bar-title {
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

.kaching-bundles .kaching-bundles__free-gift {
  padding-block: 1px !important;
}

.kaching-bundles__free-gift__text {
  font-weight: 600 !important;
}

.kaching-bundles__bar-variant-select {
  font-size: 12px !important;
}

.kaching-bundles__bars > .kaching-bundles__bar:nth-of-type(1) .kaching-bundles__bar-subtitle {
  color: #666666 !important;
}


/* =========================================================
   10. CART DRAWER / LINE ITEMS / QUANTITY CONTROLS
   ========================================================= */

.line-item {
  position: relative;
}

.line-item__actions {
  position: relative;
  z-index: 20;
}

.line-item__info,
.line-item__media-wrapper {
  position: relative;
  z-index: 1;
}

.line-item__info .badge {
  display: none !important;
}

.line-item__actions--desktop {
  margin-left: 0;
  justify-content: flex-end;
}

.line-item__actions .qty-wrap,
.line-item__actions .qty-btn,
.line-item__actions .remove-btn,
.line-item__actions .quantity-input {
  pointer-events: auto !important;
}

.line-item__info a,
.line-item__info .reversed-link {
  position: static !important;
}

.line-item__info a::before,
.line-item__info a::after,
.line-item__info .reversed-link::before,
.line-item__info .reversed-link::after {
  content: none !important;
  pointer-events: none !important;
}

line-item .pill-loader,
.price-list::before,
.price-list::after {
  pointer-events: none !important;
}

.cart-drawer__line-items {
  position: relative;
  isolation: isolate;
  z-index: 5;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.qty-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  padding: 4px;
  min-width: 100px;
  background: transparent;
}

.qty-btn {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 22px;
  height: 26px;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-btn.is-disabled,
.qty-btn:disabled {
  color: #c9c9c9;
  cursor: default;
  pointer-events: none;
}

.qty-value {
  min-width: 16px;
  text-align: center;
  font-weight: 600;
}

.remove-btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 2px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

.remove-btn svg {
  display: block;
}

@media (max-width: 640px) {
  .qty-wrap {
    gap: 3px;
  }

  .qty-control {
    gap: 3px;
    padding: 3px 6px;
  }

  .qty-btn {
    width: 20px;
    height: 20px;
    line-height: 26px;
    font-size: 16px;
  }

  .qty-value {
    font-size: 11px;
    min-width: 12px;
  }

  .remove-btn {
    margin-left: 22px;
  }

  .remove-btn svg {
    width: 16px;
    height: 16px;
  }
}

