/** Shopify CDN: Minification failed

Line 30:8 Expected identifier but found whitespace
Line 30:9 Unexpected "1px"
Line 2025:0 Unexpected "<"
Line 2047:0 Unexpected "<"

**/
.custom-product-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 10;
  background: #ffffff;
  color: #000;
  font-size: 8px;
  font-weight: 600;
  padding: 5px 8px;
  border-radius: 4px;
  letter-spacing: 0.08em;
}.product-card .badge--on-sale {
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 9px !important;   /* smaller text */
  font-weight: 600 !important; /* thoda light */
  letter-spacing: 0.06em !important;
  padding: 4px 6px !important; /* less height */
  border-radius: 3px !important;
  line-height: 1 !important;
}border: 1px solid #eee;
/* PRODUCT CARD TITLE */
product-card .product-title {
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1.35 !important;
  color: #111 !important;
}

/* PRODUCT CARD PRICE */
product-card .price-list,
product-card sale-price,
product-card compare-at-price {
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  color: #111 !important;
}

/* OLD PRICE */
product-card compare-at-price {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #777 !important;
  text-decoration: line-through !important;
}

/* PRODUCT PAGE TITLE */
.product-info .title,
.product-info h1,
h1.title {
  font-size: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
}

/* PRODUCT PAGE PRICE */
.product-info .price-list,
.product-info sale-price,
.product-info compare-at-price {
  font-size: 18px !important;
  font-weight: 700 !important;
}.shopify-section--collection-banner .section-spacing {
  padding-top: 48px !important;
  padding-bottom: 40px !important;
}

.shopify-section--collection-banner .h1 {
  font-size: 36px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
  line-height: 1.1 !important;
}

.shopify-section--collection-banner .collection-description {
  margin-top: 18px !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: #333 !important;
  max-width: 680px !important;
}

@media screen and (max-width: 699px) {
  .shopify-section--collection-banner .section-spacing {
    padding-top: 32px !important;
    padding-bottom: 28px !important;
  }

  .shopify-section--collection-banner .h1 {
    font-size: 28px !important;
  }

  .shopify-section--collection-banner .collection-description {
    font-size: 16px !important;
  }
}/* Variant spacing */
.product-form__option {
  margin-bottom: 18px;
}

/* Size buttons */
.product-form__option-value {
  border: 1px solid #e5e5e5;
  padding: 10px 14px;
  font-size: 13px;
  transition: all 0.2s ease;
}

/* Selected size */
.product-form__option-value[aria-selected="true"] {
  border-color: #000;
  background: #000;
  color: #fff;
}

/* Hover */
.product-form__option-value:hover {
  border-color: #000;
}

/* Label (Size / Color) */
.product-form__option-name {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
}

/* Size chart link */
.size-chart-link {
  font-size: 12px;
  text-decoration: underline;
  opacity: 0.7;
}

.size-chart-link:hover {
  opacity: 1;
}
/* Gymshark-style cart progress */
.cart-progress-area {
  padding: 4px 0 18px;
}

.cart-progress-block {
  margin-bottom: 16px;
}

.cart-progress-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 3px;
  color: #111;
}

.cart-progress-text {
  font-size: 13px;
  margin: 0 0 8px;
  color: #666;
}

.cart-progress-bar {
  width: 100%;
  height: 4px;
  background: #e5e5e5;
  overflow: hidden;
}

.cart-progress-bar span {
  display: block;
  height: 100%;
  background: #111;
  transition: width 0.35s ease;
}

.cart-reserve-message {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #f5f5f5;
  padding: 14px;
  margin-top: 18px;
}

.cart-reserve-message span {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.cart-reserve-message p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #111;
}/* Softer cart top progress */
.cart-progress-area {
  padding: 0 0 14px;
  border-bottom: 1px solid #eee;
}

.cart-progress-block {
  margin-bottom: 12px;
}

.cart-progress-title {
  font-size: 13px;
  font-weight: 600;
}

.cart-progress-text {
  font-size: 12px;
  color: #777;
}

.cart-reserve-message {
  padding: 12px;
  margin-top: 14px;
  background: #fafafa;
}

/* Make discount badge clean */
.cart-drawer .discount-badge {
  background: #f4f4f4 !important;
  color: #111 !important;
  border: 1px solid #e5e5e5 !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  padding: 7px 9px !important;
  border-radius: 0 !important;
  max-width: 210px;
}

.cart-drawer .discount-badge svg {
  color: #111 !important;
}
/* ===== CART PREMIUM UI (GYMSHARK STYLE) ===== */

.cart-drawer {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

/* Top Progress Area */
.cart-progress-area {
  padding: 10px 0 16px;
  border-bottom: 1px solid #eee;
}

.cart-progress-block {
  margin-bottom: 14px;
}

.cart-progress-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #111;
}

.cart-progress-text {
  font-size: 12px;
  color: #777;
  margin-bottom: 6px;
}

.cart-progress-bar {
  width: 100%;
  height: 3px;
  background: #e5e5e5;
}

.cart-progress-bar span {
  display: block;
  height: 100%;
  background: #111;
  transition: width 0.35s ease;
}

/* Reserve message */
.cart-reserve-message {
  display: flex;
  gap: 10px;
  background: #fafafa;
  padding: 12px;
  margin-top: 14px;
  align-items: flex-start;
}

.cart-reserve-message span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-reserve-message p {
  font-size: 13px;
  margin: 0;
  color: #111;
}

/* Product rows spacing */
.cart-drawer__line-item {
  padding: 14px 0;
  border-bottom: 1px solid #f2f2f2;
}

/* Price clean */
.cart-drawer__price {
  font-size: 14px;
  font-weight: 600;
}

/* Quantity box */
.quantity-selector {
  border: 1px solid #ddd;
  height: 34px;
}

/* Remove ugly black discount box */
.cart-drawer .discount-badge {
  background: #f5f5f5 !important;
  color: #111 !important;
  border: 1px solid #e5e5e5 !important;
  font-size: 11px !important;
  padding: 6px 8px !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}

/* Checkout button (premium look) */
.cart-drawer__checkout-button,
button[name="checkout"] {
  background: #111 !important;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 1px;
  height: 48px;
  border-radius: 0;
}

.cart-drawer__checkout-button:hover {
  background: #000 !important;
}

/* View cart button */
.cart-drawer__view-cart {
  background: #f4f4f4 !important;
  color: #111 !important;
  font-weight: 500;
  height: 44px;
}

/* Discount input clean */
.cart-drawer input[type="text"] {
  border: 1px solid #ddd;
  height: 42px;
  font-size: 13px;
}

/* Cross-sell section */
.cart-drawer .cross-sell {
  padding-top: 14px;
}

.cart-drawer .cross-sell h4 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
}

/* Add button small clean */
.cart-drawer .cross-sell button {
  font-size: 12px;
  border: 1px solid #ddd;
  background: #fff;
  height: 32px;
}

.cart-drawer .cross-sell button:hover {
  background: #111;
  color: #fff;
}

/* Subtotal */
.cart-drawer__subtotal {
  font-size: 16px;
  font-weight: 600;
}

/* Footer spacing */
.cart-drawer__footer {
  padding-top: 16px;
}
/* Product card Gymshark style */
product-card {
  text-align: left !important;
}

/* Title + rating row */
product-card .product-card__info {
  text-align: left !important;
}

product-card .product-title,
product-card .product-card__title {
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1.35 !important;
}

/* Price */
product-card .price-list,
product-card sale-price {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

/* Old price */
product-card compare-at-price {
  color: #777 !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}

/* Rating right side */
product-card .rating {
  float: right !important;
  font-size: 12px !important;
}

/* Color swatch center/left clean */
product-card .color-swatch,
product-card .color-swatch__item {
  margin-top: 8px !important;
}

/* Remove too much letter spacing from card */
product-card * {
  letter-spacing: 0 !important;
}
.product-card-fit,
.product-card-color {
  font-size: 13px !important;
  color: #6f6f6f !important;
  margin: 2px 0 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.complete-look {
  margin: 28px 0;
  padding: 18px;
  border: 1px solid #e5e5e5;
}

.complete-look__header {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}

.complete-look__header strong {
  font-size: 14px;
  letter-spacing: .04em;
}

.complete-look__header span {
  font-size: 13px;
  color: #777;
}

.complete-look__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.complete-look__item img {
  width: 100%;
  aspect-ratio: 1 / 1.25;
  object-fit: cover;
}
.complete-look {
  margin: 28px 0;
  padding: 18px;
  border: 1px solid #e5e5e5;
}

.complete-look__header {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
}

.complete-look__header strong {
  font-size: 14px;
  letter-spacing: .04em;
}

.complete-look__header span {
  font-size: 13px;
  color: #777;
}

.complete-look-product {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid #eee;
}

.complete-look-product:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.complete-look-product img {
  width: 90px;
  height: 115px;
  object-fit: cover;
  background: #f4f4f4;
}

.complete-look-info {
  flex: 1;
}

.complete-look-title {
  font-size: 13px;
  margin: 0 0 4px;
  color: #111;
}

.complete-look-price {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 12px;
}

.complete-look-sizes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  margin-bottom: 12px;
}

.complete-look-sizes button {
  height: 34px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 12px;
  cursor: pointer;
}

.complete-look-sizes button.is-selected {
  border-color: #111;
  background: #111;
  color: #fff;
}

.complete-look-add {
  width: 100%;
  height: 44px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  border: 0;
  cursor: pointer;
}

.complete-look-add:hover {
  background: #000;
}
/* Complete Look - AYBL style clean add button */
.complete-look-add {
  width: auto !important;
  min-width: 88px !important;
  height: 38px !important;
  padding: 0 18px !important;
  background: #efefef !important;
  color: #111 !important;
  border: 0 !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.complete-look-add:hover {
  background: #e3e3e3 !important;
  color: #111 !important;
}

.complete-look-add::before {
  content: "+ ";
}
/* ===== GET THE LOOK - CLEAN DROPDOWN VERSION ===== */

.complete-look {
  margin: 28px 0;
  padding: 16px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.complete-look__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.complete-look__header strong {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #111;
}

.complete-look__header span {
  font-size: 12px;
  color: #777;
}

.complete-look-product {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid #eeeeee;
}

.complete-look-product:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.complete-look-image img {
  width: 78px;
  height: 98px;
  object-fit: cover;
  background: #f7f7f7;
}

.complete-look-info {
  min-width: 0;
}

.complete-look-title {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #111;
  text-transform: uppercase;
  line-height: 1.35;
}

.complete-look-price {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #111;
}

.complete-look-select {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  background: #fafafa;
  color: #111;
  font-size: 12px;
  border-radius: 3px;
  outline: none;
}

.complete-look-select:focus {
  border-color: #111;
  background: #fff;
}

.complete-look-add {
  width: auto !important;
  min-width: 88px !important;
  height: 36px !important;
  padding: 0 16px !important;
  background: #efefef !important;
  color: #111 !important;
  border: 0 !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  cursor: pointer;
}

.complete-look-add:hover {
  background: #e3e3e3 !important;
}
/* Get The Look final transparent clean fix */
.complete-look {
  background: transparent !important;
  border: 1px solid #e5e5e5 !important;
}

.complete-look-add::before {
  content: "+ ";
}

.complete-look-add {
  background: transparent !important;
  border: 1px solid #111 !important;
  color: #111 !important;
}

.complete-look-add:hover {
  background: #111 !important;
  color: #fff !important;
}
/* GET THE LOOK - ultra minimal final polish */
.complete-look {
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid #dcdcdc !important;
  border-bottom: 1px solid #dcdcdc !important;
  padding: 18px 0 !important;
  margin: 28px 0 !important;
}

.complete-look__header {
  margin-bottom: 18px !important;
}

.complete-look__header strong {
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
}

.complete-look-product {
  border: 0 !important;
  padding: 12px 0 !important;
  background: transparent !important;
}

.complete-look-select {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #bdbdbd !important;
  border-radius: 0 !important;
  padding: 0 !important;
  height: 32px !important;
  font-size: 12px !important;
}

.complete-look-select:focus {
  border-bottom-color: #111 !important;
  background: transparent !important;
}

.complete-look-add {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  height: auto !important;
  min-width: auto !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.complete-look-add:hover {
  background: transparent !important;
  color: #111 !important;
}
.slideshow__video-split {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  width: 100% !important;
  height: 100% !important;
}

.slideshow__video-split-item {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

.slideshow__video-split-item video,
.slideshow__video-split-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

@media screen and (max-width: 699px) {
  .slideshow__video-split {
    display: none !important;
  }
}.product-card {
  text-align: left !important;
}

.product-card__figure,
.product-card__image {
  aspect-ratio: 4 / 5 !important;
  width: 100% !important;
  object-fit: cover !important;
  background: #f4f4f4 !important;
}

.product-card__info {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  gap: 4px !important;
  padding-top: 14px !important;
}

.product-card__title,
.product-title {
  text-align: left !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  min-height: 34px !important;
  max-width: 100% !important;
}

.price-list {
  justify-content: flex-start !important;
  text-align: left !important;
  gap: 6px !important;
  font-size: 13px !important;
  margin-top: 2px !important;
}

sale-price {
  font-weight: 700 !important;
}

compare-at-price {
  color: #8a8a8a !important;
  font-weight: 400 !important;
}

.color-swatch-list {
  justify-content: flex-start !important;
  margin-top: 12px !important;
}

.product-card__quick-buy,
.rating,
.product-card__rating {
  align-self: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.rating {
  margin-top: 10px !important;
}

@media screen and (max-width: 699px) {
  .product-card__info {
    padding-top: 10px !important;
    gap: 3px !important;
  }

  .product-card__title,
  .product-title {
    font-size: 12px !important;
    min-height: 32px !important;
  }

  .price-list {
    font-size: 12px !important;
  }
}
/* DVRS - Gymshark style product cards */
.product-card {
  text-align: left !important;
}

.product-card__info {
  text-align: left !important;
  justify-items: start !important;
  align-items: start !important;
  gap: 5px !important;
  padding-block-start: 12px !important;
}

.product-card__info > * {
  justify-self: start !important;
  text-align: left !important;
}

.product-card__info :is(.price-list, .rating-badge) {
  justify-content: flex-start !important;
}

.product-title,
.product-card__title,
.product-card__title a {
  text-align: left !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.price-list {
  justify-content: flex-start !important;
  gap: 6px !important;
  margin-top: 2px !important;
}

sale-price {
  font-size: 13px !important;
  font-weight: 700 !important;
}

compare-at-price {
  font-size: 13px !important;
  color: #777 !important;
  font-weight: 400 !important;
}

.color-swatch-list {
  justify-content: flex-start !important;
  margin-top: 8px !important;
}

.rating-badge,
.product-card__rating {
  justify-content: flex-start !important;
  margin-top: 6px !important;
}

.product-card__figure {
  background: #f5f5f5 !important;
}

.product-card__image {
  width: 100% !important;
  object-fit: cover !important;
}
/* FORCE LEFT ALIGN - FINAL FIX */
.product-card__info {
  text-align: left !important;
  justify-items: start !important;
}

.product-card__info > * {
  text-align: left !important;
  justify-self: start !important;
}

/* PRICE FIX (main problem) */
.product-card__info .price-list {
  justify-content: flex-start !important;
  display: flex !important;
  width: 100%;
}

/* rating bhi left */
.product-card__info .rating-badge {
  justify-content: flex-start !important;
  width: 100%;
}

/* title */
.product-card__title,
.product-card__title a {
  text-align: left !important;
}

/* swatches */
.color-swatch-list {
  justify-content: flex-start !important;
}
.product-card__meta-line {
  font-size: 12px;
  line-height: 1.35;
  color: #707070;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 2px;
}
/* DVRS FIX - prevent homepage hero text and product badges from covering popup */
newsletter-popup {
  z-index: 999999 !important;
}

.slideshow__split-cta,
.slideshow__split-heading,
.slideshow__split-button,
.custom-product-badge,
.product-card__figure > .badge-list {
  z-index: 2;
}
.product-card__figure {
  position: relative;
}
/* Premium Coming Soon Product Card - Prestige */
.product-card--coming-soon .product-card__figure {
  position: relative;
  overflow: hidden;
}

.product-card--coming-soon .product-card__image {
  filter: blur(1.4px) brightness(0.82);
  transform: scale(1.015);
  transition: filter 0.25s ease, transform 0.25s ease;
}

.product-card--coming-soon .product-card__figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08),
    rgba(0, 0, 0, 0.22)
  );
  pointer-events: none;
}

.product-card--coming-soon .product-card__figure::after {
  content: attr(data-cs-label);
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #111;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.product-card--coming-soon .product-card__quick-add-button,
.product-card--coming-soon product-form,
.product-card--coming-soon quick-buy-modal {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .product-card--coming-soon .product-card__image {
    filter: blur(1px) brightness(0.84);
  }

  .product-card--coming-soon .product-card__figure::after {
    bottom: 16px;
    padding: 9px 14px;
    font-size: 10px;
  }
}
/* Safe product page polish - Diverse */
.shopify-section--main-product .product-info h1,
.shopify-section--main-product .product-info .h1,
.shopify-section--main-product .product-info .h2,
.shopify-section--main-product .product-info .h3 {
  font-size: 24px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
}

/* Price cleaner */
.shopify-section--main-product .product-info .price-list {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

/* Main add to cart button only */
.shopify-section--main-product button[name="add"],
.shopify-section--main-product .buy-buttons button[type="submit"] {
  min-height: 54px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Hide Buy It Now only */
.shopify-section--main-product .shopify-payment-button {
  display: none !important;
}

/* Slightly cleaner spacing */
.shopify-section--main-product .product-info {
  padding-top: 24px;
}

@media screen and (max-width: 749px) {
  .shopify-section--main-product .product-info h1,
  .shopify-section--main-product .product-info .h1,
  .shopify-section--main-product .product-info .h2,
  .shopify-section--main-product .product-info .h3 {
    font-size: 21px;
  }

  .shopify-section--main-product button[name="add"],
  .shopify-section--main-product .buy-buttons button[type="submit"] {
    min-height: 52px;
  }
}
/* Featured collections bottom outline View All button */
.shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center {
  margin-top: 26px !important;
}

.shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center .button,
.shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center a {
  min-width: 150px !important;
  min-height: 44px !important;
  padding: 0 28px !important;
  border: 1px solid #111 !important;
  background: transparent !important;
  color: #111 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center .button:hover,
.shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center a:hover {
  background: #111 !important;
  color: #fff !important;
}

@media screen and (max-width: 749px) {
  .shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center {
    margin-top: 22px !important;
  }

  .shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center .button,
  .shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center a {
    min-width: 145px !important;
    min-height: 42px !important;
    font-size: 11px !important;
  }
}
/* DVRS premium animated collection tabs */
.shopify-section--featured-collections .featured-collections-navigation {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 4px !important;
  margin: 0 auto 28px !important;
  width: max-content !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 999px !important;
  background: #f3f3f3 !important;
  overflow: hidden !important;
}

.shopify-section--featured-collections .featured-collections-navigation::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 4px;
  left: 0;
  width: var(--dvrs-pill-w, 96px);
  height: calc(100% - 8px);
  transform: translateX(var(--dvrs-pill-x, 4px));
  border-radius: 999px;
  background: #111;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), width 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.shopify-section--featured-collections .featured-collections-navigation button {
  position: relative !important;
  z-index: 1 !important;
  min-width: 104px !important;
  padding: 10px 22px !important;
  border: 0 !important;
  background: transparent !important;
  color: #111 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: color 0.22s ease !important;
}

.shopify-section--featured-collections .featured-collections-navigation button.dvrs-tab-active,
.shopify-section--featured-collections .featured-collections-navigation button[aria-current="true"],
.shopify-section--featured-collections .featured-collections-navigation button[aria-selected="true"] {
  color: #fff !important;
}

/* Bottom View All button - premium outline */
.shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center {
  margin-top: 26px !important;
}

.shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center .button,
.shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center a {
  min-width: 148px !important;
  min-height: 42px !important;
  padding: 0 26px !important;
  border: 1px solid #111 !important;
  background: transparent !important;
  color: #111 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center .button:hover,
.shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center a:hover {
  background: #111 !important;
  color: #fff !important;
}

@media screen and (max-width: 749px) {
  .shopify-section--featured-collections .featured-collections-navigation {
    margin-bottom: 22px !important;
  }

  .shopify-section--featured-collections .featured-collections-navigation button {
    min-width: 88px !important;
    padding: 9px 16px !important;
    font-size: 11px !important;
    letter-spacing: 0.12em !important;
  }

  .shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center {
    margin-top: 22px !important;
  }

  .shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center .button,
  .shopify-section--featured-collections .featured-collections-carousel__item > .justify-self-center a {
    min-width: 140px !important;
    min-height: 40px !important;
    font-size: 11px !important;
  }
}
/* DVRS mobile featured collection - Gymshark/AYBL style large carousel */
@media screen and (max-width: 749px) {
  .shopify-section--featured-collections .product-list {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 78vw !important;
    grid-template-columns: none !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    overscroll-behavior-x: contain !important;
    scrollbar-width: none !important;
    margin-left: calc(var(--container-gutter, 16px) * -1) !important;
    margin-right: calc(var(--container-gutter, 16px) * -1) !important;
    padding-left: var(--container-gutter, 16px) !important;
    padding-right: var(--container-gutter, 16px) !important;
  }

  .shopify-section--featured-collections .product-list::-webkit-scrollbar {
    display: none !important;
  }

  .shopify-section--featured-collections .product-card {
    scroll-snap-align: start !important;
    min-width: 0 !important;
  }

  .shopify-section--featured-collections .product-card__figure,
  .shopify-section--featured-collections .product-card__media {
    aspect-ratio: 4 / 5 !important;
    overflow: hidden !important;
    background: #f4f4f4 !important;
  }

  .shopify-section--featured-collections .product-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .shopify-section--featured-collections .product-card__info {
    padding-top: 14px !important;
  }

  .shopify-section--featured-collections .product-card__title {
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
  }

  .shopify-section--featured-collections .price-list,
  .shopify-section--featured-collections .product-card__price-list {
    font-size: 15px !important;
    font-weight: 800 !important;
  }
}
/* DVRS product card text style - AYBL/Gymshark style */
.shopify-section--featured-collections .product-card__title,
.shopify-section--featured-collections .product-card__title a,
.shopify-section--featured-collections .product-card__info a {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  color: #111 !important;
}

/* Color / fit / subtitle text */
.shopify-section--featured-collections .product-card__info > :not(.product-card__title):not(.price-list):not(.rating):not(.spr-badge),
.shopify-section--featured-collections .product-card__vendor,
.shopify-section--featured-collections .product-card__subtitle,
.shopify-section--featured-collections .product-card__quick-info,
.shopify-section--featured-collections .product-card__info .text-subdued {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  color: rgba(0, 0, 0, 0.52) !important;
}

/* Price bold */
.shopify-section--featured-collections .price-list,
.shopify-section--featured-collections .product-card__price-list,
.shopify-section--featured-collections .sale-price {
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  color: #111 !important;
}

/* Compare-at price lighter */
.shopify-section--featured-collections compare-at-price,
.shopify-section--featured-collections .compare-at-price,
.shopify-section--featured-collections s {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.42) !important;
}

/* Mobile slightly larger, like AYBL/Gymshark */
@media screen and (max-width: 749px) {
  .shopify-section--featured-collections .product-card__title,
  .shopify-section--featured-collections .product-card__title a,
  .shopify-section--featured-collections .product-card__info a {
    font-size: 15px !important;
    font-weight: 400 !important;
  }

  .shopify-section--featured-collections .product-card__vendor,
  .shopify-section--featured-collections .product-card__subtitle,
  .shopify-section--featured-collections .product-card__quick-info,
  .shopify-section--featured-collections .product-card__info .text-subdued {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.50) !important;
  }

  .shopify-section--featured-collections .price-list,
  .shopify-section--featured-collections .product-card__price-list,
  .shopify-section--featured-collections .sale-price {
    font-size: 16px !important;
    font-weight: 800 !important;
  }
}
/* DVRS mobile product-card swipe carousel */
.dvrs-card-mobile-slider {
  display: none;
}

@media screen and (max-width: 749px) {
  .product-card__figure--mobile-swipe {
    overflow: hidden;
  }

  .product-card__figure--mobile-swipe > .product-card__media {
    display: none !important;
  }

  .dvrs-card-mobile-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: #f4f4f4;
    aspect-ratio: 4 / 5;
  }

  .dvrs-card-mobile-slider::-webkit-scrollbar {
    display: none;
  }

  .dvrs-card-mobile-slide {
    display: block;
    width: 100%;
    height: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .dvrs-card-mobile-image {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover !important;
    object-position: center center !important;
  }
}
/* DVRS product card typography - Gymshark / AYBL clean style */
product-card,
.product-card {
  text-align: left !important;
}

/* Product card info alignment */
product-card .product-card__info,
.product-card .product-card__info {
  text-align: left !important;
  justify-items: start !important;
  align-items: start !important;
  padding-top: 10px !important;
}

/* Remove center alignment from inner stacks */
product-card .product-card__info .v-stack,
.product-card .product-card__info .h-stack {
  justify-items: start !important;
  align-items: start !important;
  text-align: left !important;
}

/* Product title - softer, not bold, not uppercase */
product-card .product-title,
.product-card .product-title,
product-card .product-card__title,
.product-card .product-card__title {
  display: block !important;
  text-align: left !important;
  font-size: 13px !important;
  line-height: 1.32 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: rgba(0, 0, 0, 0.82) !important;
  min-height: auto !important;
}

/* Remove hover underline unless you want it */
product-card .product-title:hover,
.product-card .product-title:hover {
  text-decoration: none !important;
}

/* Color / Fit line under title */
product-card .product-card__meta-line,
.product-card .product-card__meta-line {
  display: block !important;
  margin-top: 2px !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: rgba(0, 0, 0, 0.48) !important;
}

/* Price - clean but stronger than title */
product-card .price-list,
.product-card .price-list {
  justify-content: flex-start !important;
  text-align: left !important;
  gap: 6px !important;
  margin-top: 5px !important;
}

product-card sale-price,
.product-card sale-price {
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  color: #111 !important;
}

product-card compare-at-price,
.product-card compare-at-price {
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  color: rgba(0, 0, 0, 0.42) !important;
  text-decoration: line-through !important;
}

/* Rating and swatches aligned like premium product cards */
product-card .rating,
.product-card .rating,
product-card .rating-badge,
.product-card .rating-badge,
product-card .product-card__rating,
.product-card .product-card__rating {
  justify-content: flex-start !important;
  text-align: left !important;
  align-self: flex-start !important;
}

product-card .color-swatch-list,
.product-card .color-swatch-list,
product-card fieldset.h-stack,
.product-card fieldset.h-stack {
  justify-content: flex-start !important;
}

/* Mobile refinement */
@media screen and (max-width: 749px) {
  product-card .product-card__info,
  .product-card .product-card__info {
    padding-top: 9px !important;
  }

  product-card .product-title,
  .product-card .product-title {
    font-size: 13px !important;
    line-height: 1.34 !important;
  }

  product-card .product-card__meta-line,
  .product-card .product-card__meta-line {
    font-size: 13px !important;
    color: rgba(0, 0, 0, 0.46) !important;
  }

  product-card sale-price,
  .product-card sale-price,
  product-card compare-at-price,
  .product-card compare-at-price {
    font-size: 13px !important;
  }
}
/* DVRS premium cart drawer rewards */
.dvrs-cart-rewards {
  padding: 2px 0 16px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dvrs-cart-rewards__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}

.dvrs-cart-rewards__eyebrow {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.86);
}

.dvrs-cart-reward {
  margin-bottom: 13px;
}

.dvrs-cart-reward:last-of-type {
  margin-bottom: 8px;
}

.dvrs-cart-reward__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}

.dvrs-cart-reward__label {
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.86);
}

.dvrs-cart-reward__status {
  flex: 0 0 auto;
  font-size: 10.5px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.48);
}

.dvrs-cart-reward__bar {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.dvrs-cart-reward__bar span {
  display: block;
  height: 100%;
  background: #111;
  transition: width 0.45s ease;
}

.dvrs-cart-rewards__note {
  margin: 10px 0 0;
  font-size: 11.5px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.52);
}

/* cleaner cart footer */
.cart-drawer__footer .text-subdued {
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.58) !important;
}

.cart-drawer .discount-badge {
  background: #f6f6f6 !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  color: #111 !important;
  font-size: 11px !important;
  border-radius: 0 !important;
}

@media screen and (max-width: 749px) {
  .dvrs-cart-rewards {
    padding-top: 0;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }

  .dvrs-cart-rewards__eyebrow {
    font-size: 10.5px;
  }

  .dvrs-cart-reward__label {
    font-size: 12.5px;
  }

  .dvrs-cart-reward__status {
    font-size: 10px;
  }

  .dvrs-cart-rewards__note {
    font-size: 11px;
  }
}
/* ===== DVRS Clean Cart Drawer - Gymshark Inspired ===== */

#cart-drawer .dvrs-cart-status {
  padding: 2px 0 18px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#cart-drawer .dvrs-cart-status__item {
  margin-bottom: 13px;
}

#cart-drawer .dvrs-cart-status__item:last-of-type {
  margin-bottom: 0;
}

#cart-drawer .dvrs-cart-status__row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

#cart-drawer .dvrs-cart-status__icon {
  width: 15px;
  height: 15px;
  min-width: 15px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

#cart-drawer .dvrs-cart-status__text {
  font-size: 13.5px;
  line-height: 1.4;
  font-weight: 500;
  color: #111;
}

#cart-drawer .dvrs-cart-status__bar {
  width: 100%;
  height: 4px;
  background: #e9e9e9;
  border-radius: 999px;
  overflow: hidden;
}

#cart-drawer .dvrs-cart-status__bar span {
  display: block;
  height: 100%;
  background: #12a8e8;
  border-radius: 999px;
  transition: width 0.25s ease;
}

#cart-drawer .dvrs-cart-status__bar--dark span {
  background: #111;
}

#cart-drawer .dvrs-cart-status__notice {
  margin-top: 15px;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 12px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

#cart-drawer .dvrs-cart-status__notice-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
}

#cart-drawer .dvrs-cart-status__notice p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.45;
  color: #111;
}

#cart-drawer .dvrs-cart-status__notice strong {
  font-weight: 700;
}

/* Hide old duplicated reserve message if theme/app still outputs it */
#cart-drawer .cart-reserve-message {
  display: none !important;
}

/* Cleaner cart item spacing */
#cart-drawer .cart-drawer__items {
  margin-top: 10px;
}

/* Product title smaller and cleaner */
#cart-drawer .line-item__title,
#cart-drawer .line-item__title a,
#cart-drawer .line-item__info > a,
#cart-drawer .line-item .h6,
#cart-drawer .line-item .bold,
#cart-drawer .line-item a[href*="/products/"] {
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #111 !important;
}

/* Variant / color / size text */
#cart-drawer .line-item__variant,
#cart-drawer .line-item__info .text-subdued,
#cart-drawer .line-item .text-subdued,
#cart-drawer .line-item .v-stack .text-subdued {
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: rgba(17, 17, 17, 0.58) !important;
  letter-spacing: 0.04em;
}

/* Price styling */
#cart-drawer .price,
#cart-drawer .line-item__price,
#cart-drawer .price-list {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #111 !important;
}

/* Line item spacing */
#cart-drawer .line-item {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* Product image cleaner */
#cart-drawer .line-item__media,
#cart-drawer .line-item img {
  border-radius: 2px;
}

/* Quantity selector cleaner */
#cart-drawer quantity-selector,
#cart-drawer .quantity-selector {
  min-height: 34px;
}

#cart-drawer quantity-selector button,
#cart-drawer .quantity-selector__button {
  width: 34px;
  height: 34px;
}

/* Remove link cleaner */
#cart-drawer .line-item__remove,
#cart-drawer button.line-item__remove {
  font-size: 12.5px !important;
  color: #111 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Complementary products section */
#cart-drawer .complementary-products__header .h6,
#cart-drawer .complementary-products__header p {
  font-size: 13px !important;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

/* Footer cleanup */
#cart-drawer .cart-drawer__footer {
  padding-top: 14px;
}

#cart-drawer .cart-drawer__footer .text-subdued {
  font-size: 12px !important;
  color: rgba(17, 17, 17, 0.58) !important;
}

/* Hide add order note for cleaner cart */
#cart-drawer .cart-drawer__footer .link-faded-reverse {
  display: none !important;
}

/* Discount badge cleaner */
#cart-drawer .discount-badge {
  font-size: 12px !important;
  line-height: 1.35;
  padding: 8px 10px;
  background: #f8f8f8 !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 2px !important;
  color: #111 !important;
}

/* Checkout button smoother */
#cart-drawer .cart-drawer__footer .button,
#cart-drawer .button-group .button {
  min-height: 48px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* Mobile refinement */
@media screen and (max-width: 749px) {
  #cart-drawer .dvrs-cart-status {
    padding-bottom: 16px;
    margin-bottom: 10px;
  }

  #cart-drawer .dvrs-cart-status__text,
  #cart-drawer .dvrs-cart-status__notice p {
    font-size: 13px;
  }

  #cart-drawer .dvrs-cart-status__notice {
    padding: 11px 12px;
  }

  #cart-drawer .line-item__title,
  #cart-drawer .line-item__title a,
  #cart-drawer .line-item__info > a,
  #cart-drawer .line-item .h6,
  #cart-drawer .line-item .bold,
  #cart-drawer .line-item a[href*="/products/"] {
    font-size: 13px !important;
  }

  #cart-drawer .price,
  #cart-drawer .line-item__price,
  #cart-drawer .price-list {
    font-size: 13px !important;
  }

  #cart-drawer .line-item {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
/* DVRS: Hide floating WhatsApp / chat widgets */
body a[href*="wa.me"],
body a[href*="whatsapp"],
body a[href*="api.whatsapp"],
body iframe[src*="wa.me"],
body iframe[src*="whatsapp"],
body iframe[src*="tawk"],
body iframe[src*="tidio"],
body iframe[src*="crisp"],
body iframe[title*="chat" i],
body iframe[title*="whatsapp" i],
body [aria-label*="chat" i],
body [aria-label*="whatsapp" i],
body [title*="chat" i],
body [title*="whatsapp" i],
body [class*="whatsapp" i],
body [class*="wa-" i],
body [class*="chat" i],
body [class*="inbox" i],
body [id*="whatsapp" i],
body [id*="chat" i],
body [id*="inbox" i] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
<style>
  .dvrs-sizes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-top: 7px;
  }
  .dvrs-size {
    font-size: 10px;
    letter-spacing: .05em;
    color: #3a3a38;
    border: 1px solid #dcdad4;
    padding: 3px 6px;
    line-height: 1;
    border-radius: 2px;
  }
  .dvrs-size--out {
    color: #c0beb8;
    border-color: #eeece7;
    text-decoration: line-through;
  }
</style>