@keyframes opacity_show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulseWhite {
  0% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.7);
  }
  40% {
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }
  80% {
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
  }
}
@keyframes slideInRight {
  0% {
    right: -100%;
  }
  50% {
    right: -100%;
  }
  100% {
    right: 20px;
  }
}
@keyframes slideInRightDelay {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes slideOutRight {
  0% {
    right: 20px;
  }
  100% {
    right: -100%;
  }
}
@keyframes slideOutRightDelay {
  0% {
    right: 0;
  }
  50% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) rotate(1079deg) scale(1);
  }
}
@keyframes success {
  from {
    transform: translate(-50%, -50%) rotate(0) scale(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  }
}
@keyframes error {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    background-color: #f44336;
  }
}
@keyframes vibrate {
  0%,
  30%,
  60%,
  85%,
  100% {
    left: 0;
    background-color: #f44336;
  }
  10%,
  40%,
  90%,
  70% {
    left: -2px;
    background-color: #f44336;
  }
  20%,
  50%,
  80%,
  95% {
    left: 2px;
    background-color: #f44336;
  }
}
@keyframes formshow {
  0%,
  49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%,
  100% {
    opacity: 1;
    z-index: 5;
  }
}

.product__media-wrapper .slider-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 750px) {
  .product__media-wrapper .slider-dots {
    display: none;
  }
}
.product__media-wrapper .slider-dots div {
  display: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  border-radius: 100%;
  background: rgb(var(--color-background));
}
.product__media-wrapper .slider-dots div.slider-dots--show {
  display: block;
}

@keyframes image_show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.product__info-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .product__accordion {
    position: relative;
    border-top: none;
    border-bottom: none;
  }
  .product__accordion::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -27.5px;
    right: -27.5px;
    height: 1px;
    background: var(--neutral-granite);
  }
}
.product__accordion details summary {
  position: relative;
}
.product__accordion details .plus_minus {
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 2rem;
  top: 50%;
  margin-top: -0.5rem;
}
.product__accordion details .plus_minus:before,
.product__accordion details .plus_minus:after {
  content: "";
  position: absolute;
  background-color: rgb(var(--color-foreground));
  transition: transform 0.25s ease-out;
}
.product__accordion details .plus_minus:before {
  top: 0;
  left: 50%;
  width: 1px;
  height: calc(100% - 1px);
  margin-left: -1px;
}
.product__accordion details .plus_minus:after {
  top: 50%;
  left: 0;
  width: calc(100% - 1px);
  height: 1px;
  margin-top: -1px;
}
.product__accordion details[open] .plus_minus:before {
  transform: rotate(90deg);
}
.product__accordion details[open] .plus_minus:after {
  transform: rotate(180deg);
}
.product__accordion details[open] .accordion__content {
  padding-bottom: 2.5rem;
}
.product__accordion .accordion__title {
  font-family: var(--font-body-family);
}
@media screen and (max-width: 767px) {
  .product__accordion .accordion__title {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
.product__accordion .accordion__content {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .product__accordion .accordion__title,
  .product__accordion .accordion__content {
    padding: 0 2rem;
  }
}
.product-form__input input[type="radio"] + label:hover {
  border-color: rgba(var(--color-foreground), 0.5) !important;
}
.product-form__input input[type="radio"] + label.variant_label--color__image {
  background-color: rgb(var(--color-base-background-2));
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: none;
  padding: 0;
  margin-right: 0.6rem;
}
@media screen and (max-width: 991px) {
  .product-form__input input[type="radio"] + label.variant_label--color__image {
    width: 40px;
    height: 50px;
  }
}
.product-form__input
  input[type="radio"]
  + label.variant_label--color__image
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.product-form__input input[type="radio"] + label.variant_label--color__pattern {
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding: 0;
  border: 1px solid #a5a5a5;
}
.product-form__input
  input[type="radio"]
  + label.variant_label--color__image
  span,
.product-form__input
  input[type="radio"]
  + label.variant_label--color__pattern
  span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product-form__input
  input[type="radio"]:checked
  + label.variant_label--color__image {
  background-color: rgb(var(--color-base-background));
  border: 1px solid rgb(var(--color-foreground));
}
@media screen and (max-width: 1399px) {
  .product__info-container {
    padding-left: 4rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .product__info-container {
    padding-left: 1rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .product__info-container {
    padding-left: 0;
  }
}
/* 
.product__info-container .sidebar__inner {
padding-top: 40px; 
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .product__info-container .sidebar__inner {
    padding: 0 2rem;
  }
}*/

.product__info-container .sidebar__inner.is-affixed {
  padding-top: 0;
  padding-bottom: 0;
}
.product__info-container .sidebar__inner.is-affixed .sidebar__inner-padding {
  padding-top: 70px;
}

.product-form__input .form__label {
  font-size: 1.5rem;
}

fieldset.product-form__input .form__label span {
  font-weight: normal;
}
fieldset.product-form__input:not(.product-form__input-color) {
  display: flex;
  flex-wrap: wrap;
}
.product-form__input {
  margin-bottom: 2rem;
}
.product-form__input input[type="radio"] + label {
  transition: all ease-out 0.35s;
  /* font-size: 1.8rem; */
}
.product-form__input input[type="radio"] + label.variant_label--color__image {
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: var(--neutral-grey);
}
.product-form__input input[type="radio"] + label.variant_label--color__pattern {
  margin-right: 0.5rem;
}
.product-form__input
  input[type="radio"]
  + label.variant_label--color__pattern::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
}
.product-form__input
  input[type="radio"]:checked
  + label.variant_label--color__image {
  border-width: 2px;
  background-color: var(--neutral-cloud);
}
.product-form__input input[type="radio"].disabled + label {
  border-color: white;
  color: var(--neutral-disabled_gray);
}
.product-form__input input[type="radio"].disabled + label:hover {
  border-color: var(--neutral-disabled_gray);
}
.product-form__input
  input[type="radio"].disabled
  + label.variant_label--color__pattern {
  opacity: 0.3;
}
.product-form__input input[type="radio"].disabled:checked + label {
  background: var(--neutral-disabled_gray);
  color: rgb(var(--color-foreground));
}
.product-form__buttons {
  max-width: 100%;
}
.product-form__buttons .locally {
  margin-bottom: 1rem;
}
.product-form__buttons + .find-in-store {
  margin-top: 1rem;
}
.tt-container {
  padding-bottom: 2rem;
}
.product-reviews
  .okeReviews.okeReviews--theme
  .okeReviews-starRating.okeReviews-starRating--small {
  width: 150px;
  height: 30px;
}
.product-reviews
  .okeReviews.okeReviews--theme
  .okeReviews-starRating.okeReviews-starRating--small
  .okeReviews-starRating-indicator-layer {
  background-size: 150px 30px;
}
.product-reviews .okeReviews .okeReviews-reviewsSummary-ratingCount::before {
  content: "(";
  margin-right: -4px;
}
.product-reviews .okeReviews .okeReviews-reviewsSummary-ratingCount::after {
  content: ")";
}
.afterpay-paragraph {
  margin: 0 0 0 15px;
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
}
.locally a {
  width: 100%;
}
.locally a span {
  background: none;
  height: auto;
  line-height: inherit;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.product__description {
  margin-top: 0;
}
.product__description.rte {
  font-size: 1.4rem;
  line-height: 2.2rem;
  max-width: 54.5rem;
}
.rating-title {
  margin-bottom: 0.5rem;
  font-weight: 800;
}
.rating-title span {
  font-weight: normal;
  text-transform: capitalize;
}
.rating-title span:before {
  content: ":";
  font-weight: 800;
  padding-right: 3px;
  margin-left: -3px;
}
.rating-table {
  border: 2px solid rgb(var(--color-foreground));
}
.rating-table .rating-item {
  border-right: 2px solid rgb(var(--color-foreground));
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1rem;
  padding: 5px 7px;
}
.rating-table .rating-item:last-child {
  border-right: none;
}
.rating-table .rating-item.rating-item__current {
  background: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}
.product__title .h2 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .product__title .h2 {
    font-size: 2.5rem;
  }
}
.summary__subtitle {
  color: var(--neutral-granite);
}
.detail-rows {
  margin-top: 3rem;
}
.detail-rows h6,
.detail-rows h6:first-child {
  margin-bottom: 1.4rem;
  margin-top: 2rem;
}
.detail-rows p {
  margin-top: 0;
  margin-bottom: 0;
}
.detail-rows ul {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .slider--tablet.grid--peek .grid__item {
    width: 100%;
  }
  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: 0;
    margin-right: 0;
  }
}
.slider-counter {
  display: flex;
  align-items: center;
  padding: 5px 8px 3px;
  background: var(--neutral-granite);
  border-radius: 15px;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}
.slider-counter .icon {
  width: 12px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.slider-counter span {
  padding-left: 1px;
  padding-right: 1px;
}
@media screen and (max-width: 767px) {
  .product .slider-button {
    display: none;
  }
} /*# sourceMappingURL=wick--product.css.map */

.vendor-logo {
  display: flex;
  height: 36px;
  margin-bottom: 0;
  margin-top: 0;
}

.vendor-logo img {
  height: 100%;
  width: auto;
}

ul.custom-stock-products {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  border: 1px solid;
  border-radius: 8px;
}

.custom-stock-products li {
  width: 50%;
}

.custom-product-wrapper li a {
  border-radius: 7px;
  padding: 12px;
  font-size: 18px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
}

.custom-product-wrapper li.active a {
  background-color: rgb(var(--color-foreground));
  color: #fff;
}

nav.custom-product-wrapper {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1400px) {
  variant-radios.no-js-hidden {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
  }
}

.confirmation-checkbox input {
  display: none;
}

.confirmation-checkbox input:checked + svg {
  color: var(--buttons-primary-background);
  fill: var(--buttons-primary-background);
}

label.confirmation-checkbox {
  display: flex;
  gap: 8px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 6px;
}

.build-confirmation h4 {
  margin: 0;
}

.confirmation-checkbox a.full-unstyled-link {
  display: inline-block;
  text-decoration: underline;
}

.confirmation-checkbox p {
  margin: 4px 0;
}

variant-radios.no-js-hidden {
  margin-bottom: 1.5rem;
}

/* icon-with-text-block */
.icon-with-text {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 991px) {
  .icon-with-text__icon {
    background-color: rgb(var(--color-base-text));
    min-width: 60px;
    height: 60px;
    border-radius: 8px;
  }

  .icon-with-text__icon svg {
    color: rgb(var(--color-background));
  }

  .icon-with-text__content {
    max-width: 175px;
  }
}

.icon-with-text__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

h5.icon-with-text__title {
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}

a.icon-with-text__button {
  color: rgba(var(--color-foreground), 0.75);
  font-size: 14px;
}

.icon-with-text__grid {
  display: flex;
  justify-content: center;
  width: 100%;
  column-gap: 32px;
  flex-wrap: wrap;
}

.icon-with-text__item {
  display: flex;
  gap: 1rem;
  flex: 1;
  align-items: center;
}

@media screen and (min-width: 1441px) {
  .icon-with-text__item {
    max-width: 180px;
  }
}

@media screen and (max-width: 1440px) {
  .icon-with-text__grid {
    flex-direction: column;
    align-items: center;
    row-gap: 6px;
  }
}

@media screen and (max-width: 990px) {
  .icon-with-text__content {
    display: flex;
    gap: 4px;
  }
}

p.icon-with-text__title {
  font-weight: 600;
  margin: 0;
}

/* custom_club_build */
.custom-club-build__wrapper {
  padding: 1.4rem 2rem;
  border: 2px solid #0f5028;
  border-radius: 8px;
  background-color: #f2f2f2;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  row-gap: 4px;
  column-gap: 22px;
}

/* Custom styling with CSS variables for metaobject-enabled blocks */
.custom-club-build__wrapper--with-meta {
  border-color: var(--club-build-border-color, #0f5028);
  background-color: var(--club-build-bg-color, #f2f2f2);
}

.custom-club-build__wrapper h4 {
  grid-column: 2;
  grid-row: 1;
}

.custom-club-build__wrapper--with-meta .custom-club-build__title {
  font-size: var(--club-build-title-size, 16px);
  line-height: 1.3;
}

.custom-club-build__wrapper .custom-club-build__icon {
  grid-column: 1;
  grid-row: 2;
}

.custom-club-build__wrapper--with-meta .custom-club-build__icon {
  grid-row: 1 / span 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2px;
}

.custom-club-build__wrapper--with-meta .custom-club-build__icon img {
  max-width: 30px;
  height: auto;
}

.custom-club-build__wrapper .custom-club-build__description {
  grid-column: 2;
  grid-row: 2;
  margin-top: 2px;
  margin-bottom: 0;
}

.custom-club-build__wrapper--with-meta .custom-club-build__description {
  font-size: var(--club-build-text-size, 14px);
  line-height: 1.4;
}

.custom-club-build__description p {
  margin: 0;
}

/* When only description exists (no title) */
.custom-club-build__wrapper--with-meta:not(:has(.custom-club-build__title))
  .custom-club-build__description {
  grid-row: 1;
}

.custom-club-build__wrapper.custom-club-ship_message {
  grid-template-columns: auto;
  grid-template-rows: auto;
}

.custom-club-build__wrapper.custom-club-ship_message
  .custom-club-build__description {
  grid-column: 1;
  grid-row: 1;
  margin-top: 2px;
  margin-bottom: 0;
  text-align: center;
}

.custom-club-build__wrapper h4 {
  margin: 0;
}

/* Mobile font sizes for custom club build */
@media screen and (max-width: 749px) {
  .custom-club-build__title {
    font-size: var(--club-build-mobile-title-size) !important;
  }

  .custom-club-build__description {
    font-size: var(--club-build-mobile-text-size) !important;
  }
}

/* complementary */
.complementary-products ul.list-unstyled {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, 1fr);
  overflow-x: scroll;
  padding: 6px 3px 3px;
}

.complementary-products ul.list-unstyled::-webkit-scrollbar {
  display: none;
}

/* .card-wrapper .card {
  box-shadow: 0 3px 3px #cdcdcd, 0 3px 3px #cdcdcd;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
} */

/* .media.media--transparent img {
  mix-blend-mode: multiply;
} */

.quick-add__submit.button {
  background-color: var(--buttons-primary-text);
  padding: 6px;
  min-height: unset;
  font-size: 14px;
  color: currentColor;
  min-width: fit-content;
}

.quick-add__submit.button:after {
  box-shadow: unset;
}

@media screen and (min-width: 990px) {
  .product__info-container .price--on-sale .price__sale {
    flex-direction: column;
    gap: 6px;
  }
}

@media screen and (min-width: 750px) {
  .price-item.price-item--sale {
    font-size: 2.6rem;
  }
}

.complementary-products ul .h4 {
  font-size: 14px;
}

.complementary-products .card__information {
  padding: 1.7rem 1rem;
}

.product__info-wrapper .complementary-products li {
  min-width: 152px;
}

@media screen and (max-width: 749px) {
  .product__info-wrapper .price--on-sale .price-item--regular {
    font-weight: 500;
    text-decoration: line-through;
    color: rgba(var(--color-foreground));
    font-size: 2.4rem;
  }

  .product__info-wrapper .price--large {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
  }

  .product__info-wrapper span.save-text {
    font-size: 2rem;
  }
}

.custom-options-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--grid-desktop-horizontal-spacing);
}

.custom-options-wrapper .product-form__input--dropdown {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.custom-options-wrapper .product-form__input .select {
  max-width: 100%;
}

.build-confirmation {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .custom-options-wrapper .product-form__input--dropdown {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    min-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.product-form__input input[type="radio"].disabled + label {
  border-color: #999;
  color: var(--neutral-disabled_gray);
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
}

.product-form__input input[type="radio"].disabled + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 2px;
  background-color: #999;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 2;
}

.build-confirmation {
  background-color: lightgrey; /* Light pink - adjust to your preference */
  transition: background-color 0.3s ease; /* Smooth transition */
  border-radius: 10px;
  padding: 10px;
  border: 2px solid lightpink;
}

.build-confirmation svg {
  fill: white !important;
}

/* Checked state - light green background */
.build-confirmation:has(input[type="checkbox"]:checked) {
  background-color: #c8f7c5; /* Light green - adjust to your preference */
  border: 2px solid #c8f7c5;
}

.build-confirmation:has(input[type="checkbox"]:checked) svg {
  fill: green !important;
}

.reset-options-btn {
  float: right;
  position: absolute;
  right: 0px;
}

.warning-wrapper {
  position: relative;
}

.warning-icon {
  background-image: var(--warning-icon);
  background-position-y: 1px;
  background-size: 18px !important;
  width: 19px;
  height: 21px;
  position: absolute;
}

.product-form__input--text {
  margin-bottom: 1rem;
}

.product-form__input--text .field__input {
  width: 100%;
  border: 1px solid rgb(var(--color-foreground));
  color: rgb(var(--color-foreground));
}

.character-count {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.25rem;
  text-align: right;
  float: right;
}

.character-count__current {
  font-weight: 600;
}

.form__label-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product__info-wrapper .product-form .captured-price-block {
  margin-bottom: 0;
  margin-top: 3rem;
}

.product__info-wrapper .product-form .product__tax {
  margin-top: 0;
  margin-bottom: 3rem;
}
