.batting-collections-grid .batting-custom-collection {
  padding: 0;
}

.batting-custom-collection--full-width.batting-custom-collection .custom-collection--product:not(.custom-collection--product--transparent) {
  background-image: var(--dark-gold-gradient);
  border: 1px solid var(--gold-stroke-gradient);
  box-shadow: 0px 27px 92px 0px rgba(0, 0, 0, 0.40);
}

.batting-custom-collection--no-box-shadow .custom-collection--product {
  box-shadow: none !important;
}

.m-product-with-image .batting-collections-filters button {
  background-image: var(--dark-gold-gradient);
  border-radius: 24px;
  border: 1px solid var(--gold-stroke-gradient);
  box-shadow: 0px 27px 92px 0px rgba(0, 0, 0, 0.40);
}

.m-product-with-image .batting-custom-collection .custom-collection--product {
  position: static;
  will-change: unset;
  z-index: unset;
  transition: 0.3s ease-in-out transform;
}

.m-product-with-image .batting-custom-collection .custom-collection--product.custom-collection--product--transparent:hover {
  transform: translateY(-2px);
}

.m-product-with-image .batting-custom-collection .custom-collection--product--transparent .custom-collection--product__featured-image:hover {
  rotate: 0deg;
}

.custom-collection--image-wrap img {
  box-shadow: none;
}

.batting-custom-collection .custom-collection--product .custom-collection--product__featured-image {
  rotate: 0deg;
  scale: 1;
  border-radius: 24px;
  border: 1px solid var(--gold-stroke-gradient);
  box-shadow: 0px 27px 92px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  max-width: none;
}

.batting-custom-collection--no-box-shadow .custom-collection--product .custom-collection--product__featured-image {
  box-shadow: none !important;
}

.batting-custom-collection--full-width.batting-custom-collection .custom-collection--product.custom-collection--product--transparent {
  flex: 0 0 calc(100% - 24px);
  max-width: calc(100% - 24px);

  @media (min-width: 1024px) {
    flex: 0 0 calc(66.66% - 24px);
    max-width: calc(66.66% - 24px);
  }
}

.batting-custom-collection--full-width.batting-custom-collection .custom-collection--product.custom-collection--product--transparent + .custom-collection--product {
  order: 0 !important;
}

@media (min-width: 768px) {
  .batting-custom-collection--full-width.batting-custom-collection .custom-collection--product.custom-collection--product--transparent + .custom-collection--product + .custom-collection--product {
    order: 0 !important;
  }
}

@media (min-width: 1024px) {
  .batting-custom-collection--full-width.batting-custom-collection .custom-collection--product.custom-collection--product--transparent + .custom-collection--product + .custom-collection--product {
    order: 1 !important;
  }
}

.m-product-with-image .custom-collection--heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  font-family: var(--font-body);
  text-align: left;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 4px;
}

.m-product-with-image .custom-collection--team-name {
  font-family: var(--font-body);
  text-align: left;
  text-transform: none;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.m-product-with-image .new-custom-addcart-wrapper .variant-wrap__label {
  display: block;
  flex: 0 0 18%;
  max-width: 18%;
}

.m-product-with-image .new-custom-addcart-wrapper variant-radios-custom {
  align-items: baseline;
  gap: 16px;
}

.m-product-with-image .custom-collection--product {
  .price {
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
  }

  .price__container {
    text-align: left;
    margin-bottom: 0;
  }
}

.m-product-with-image .new-custom-addcart-wrapper .product-form__input input[type=radio]+label {
  min-height: 32px;
  padding: 6px 8px;
  height: auto;
  min-width: unset;
  width: auto;
}

.m-product-with-image .new-custom-addcart-wrapper .product-form__input input[type=radio]:checked+label {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255,255,255,.5);
}

.m-product-with-image .new-custom-addcart-wrapper .new-custom-variant-selector-wrapper {
  justify-content: flex-start;
}

.batting-custom-collection--gold-button .new-custom-addcart-wrapper .new-product-form__buttons .button,
.batting-custom-collection--gold-button .batting-collections-filters button.active, .batting-collections-filters button.active:hover {
  background: var(--gold-gradient-new);
  color: var(--black);
  transition: 0.3s linear opacity;
  border: none;
  box-shadow: inset 0px 0px 1px 1px var(--stroke-white-dim) !important;
}

.batting-custom-collection--gold-button .new-custom-addcart-wrapper .new-product-form__buttons .button:hover {
  background: var(--gold-gradient-new);
  border: none;
  box-shadow: inset 0px 0px 1px 1px var(--stroke-white-dim) !important;
  color: var(--black);
  opacity: 0.8;
}

.batting-custom-collection--gold-button .new-custom-addcart-wrapper .new-product-form__buttons .button:focus,
.batting-custom-collection--gold-button .batting-collections-filters button.active, .batting-collections-filters button.active:focus {
  background: var(--gold-gradient-new);
  box-shadow: inset 0px 0px 1px 1px var(--stroke-white-dim) !important;
  border: none;
  color: var(--black);
}

.batting-custom-collection--gold-button .new-custom-addcart-wrapper .new-product-form__buttons .button.loading {
  display: block;
  top: auto;
  left: auto;
}

/* Button Primary */
.batting-custom-collection--primary-button .new-custom-addcart-wrapper .new-product-form__buttons .button,
.batting-custom-collection--primary-button .batting-collections-filters button.active, .batting-collections-filters button.active:hover {
  background: #000;
  color: var(--white);
  transition: 0.3s linear opacity;
  border: none;
  box-shadow: none !important;
}

.batting-custom-collection--primary-button .new-custom-addcart-wrapper .new-product-form__buttons .button:hover {
  background: #000;
  border: none;
  box-shadow: none !important;
  color: var(--white);
  opacity: 0.8;
}

.batting-custom-collection--primary-button .new-custom-addcart-wrapper .new-product-form__buttons .button:focus,
.batting-custom-collection--gold-button .batting-collections-filters button.active, .batting-collections-filters button.active:focus {
  background: #000;
  box-shadow: none !important;
  border: none;
  color: var(--white);
}
/* Button Primary ends */

/* Card White */
.batting-custom-collection.batting-custom-collection--white-card .custom-collection--product .custom-collection--product__featured-image,
.batting-custom-collection--full-width.batting-custom-collection.batting-custom-collection--white-card .custom-collection--product:not(.custom-collection--product--transparent) {
  border: 1px solid #fff;
  background: #fff;
}

.batting-custom-collection.batting-custom-collection--white-card .custom-collection--heading {
  color: #000;
}

.batting-custom-collection.batting-custom-collection--white-card .custom-collection--team-name {
  color: rgba(0, 0, 0, 0.7);
}

.batting-custom-collection.batting-custom-collection--white-card .custom-collection--text-wrap {
  color: #000;
}

.batting-custom-collection.batting-custom-collection--white-card {
  .price, .price-item, .price--on-sale .price-item--regular {
    color: rgba(0, 0, 0, 0.7);
  }

  .new-custom-addcart-wrapper .product-form__input input[type=radio]+label {
    color: #000;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .new-custom-addcart-wrapper .product-form__input input[type='radio'] + label:hover {
    border-color: #000;
  }

  .new-custom-addcart-wrapper .product-form__input input[type=radio]:checked + label {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.20);
  }

  .new-custom-addcart-wrapper .product-form__input input[type='radio']:focus + label,
  .new-custom-addcart-wrapper .product-form__input input[type='radio']:focus-visible + label,
  .new-custom-addcart-wrapper .product-form__input input[type='radio']:focus-within + label {
    border-color: #000;
  }

  .new-custom-addcart-wrapper .product-form__input input[type='radio'].disabled + label, .new-custom-addcart-wrapper .product-form__input input[type='radio']:disabled + label {
    color: #000;
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
  }

  .new-custom-addcart-wrapper .variant-wrap__label {
    color: #000;
  }
  .custom-collection--team-wrapper,
  .custom-collection--color-wrapper {
    border-top-color: rgba(0, 0, 0, 0.1);
  }

  .custom-collection--team-wrapper .team-wrap__label,
  .custom-collection--color-wrapper .color-wrap__label {
    color: #000;
  }

  .team-dropdown-container, .color-dropdown-container {
    border: none;
  }

  .team-dropdown-custom-select .team-dropdown-select-wrapper,
  .color-dropdown-custom-select .color-dropdown-select-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.20);
  }

  .team-dropdown-custom-select.open .team-dropdown-select-wrapper,
  .color-dropdown-custom-select.open .color-dropdown-select-wrapper {
    border-color: rgba(0, 0, 0, 0.40);
    border-bottom: 1px solid rgba(0, 0, 0, 0.40);
  }

  .team-dropdown-custom-select .team-dropdown-selected-option, .color-dropdown-custom-select .color-dropdown-selected-option {
    color: #000;
  }

  .team-dropdown-custom-select .team-dropdown-select-wrapper::after,
  .color-dropdown-custom-select .color-dropdown-select-wrapper::after {
    border-color: #000;
  }

  #team-dropdown-search, .team-dropdown-search,
  #color-dropdown-search, .color-dropdown-search {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  }

  .new-custom-addcart-wrapper variant-radios-custom {
    border-top: 1px solid rgba(0, 0, 0, 0.20);
  }

  .team-dropdown-custom-select .team-dropdown-options, .color-dropdown-custom-select .color-dropdown-options {
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-top-color: transparent;
  }

  .team-dropdown-container.js-wrapper-open, .color-dropdown-container.js-wrapper-open {
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-bottom-color: transparent;
  }

  .team-dropdown-custom-select .team-dropdown-options, .color-dropdown-custom-select .color-dropdown-options {
    top: 52px;
  }

  .price__badge-sold-out {
    background-color: #000;
    color: #fff;
    opacity: 0.5;
  }
}
/* Card White ends */
