.views--dod {
  background: linear-gradient(52deg, #ffcbae 0%, #fff7c4 100%);
}
.views--dod header {
  text-align: center;
}
.views--dod header h2 {
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
}
.views--dod header p {
  margin-bottom: 5px;
  font-size: 13px;
}
@media (min-width: 1026px) {
  .views--dod header p {
    font-size: 15px;
  }
}

.dod-list {
  padding-left: 0;
  padding-right: 0;
}
.dod-list .dod-list__slider .swiper-button-next,
.dod-list .dod-list__slider .swiper-button-prev {
  position: relative;
  display: block;
  left: 0;
  right: 0;
  transform: initial !important;
}
.dod-list .dod-list__slider .swiper-button-next::after, .dod-list .dod-list__slider .swiper-button-next::before,
.dod-list .dod-list__slider .swiper-button-prev::after,
.dod-list .dod-list__slider .swiper-button-prev::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dod-list .dod-list__slider .swiper-button-next span,
.dod-list .dod-list__slider .swiper-button-prev span {
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #7d808b;
  white-space: nowrap;
}
.dod-list .dod-list__slider > .swiper-wrapper {
  display: flex;
  align-items: center;
}
.dod-list .dod-list__slider > .swiper-wrapper > .swiper-slide {
  align-self: auto !important;
  transition: all 0.3s ease;
  transform: scale(0.75);
}
.dod-list .dod-list__slider > .swiper-wrapper > .swiper-slide.swiper-slide-active {
  transform: scale(1);
  z-index: 1;
}
.dod-list .swiper-buttons {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 743px) {
  .dod-list__subscription .btn {
    position: absolute;
    top: 0;
    right: 1rem;
  }
}
@media (max-width: 742.98px) {
  .dod-list__subscription .btn {
    margin-top: 16px;
  }
}

.dod-item-wrapper {
  display: block !important;
}
.dod-item-wrapper .show-on-active,
.dod-item-wrapper .show-on-active-inline,
.dod-item-wrapper .show-on-prev,
.dod-item-wrapper .show-on-prev-inline,
.dod-item-wrapper .show-on-next,
.dod-item-wrapper .callout-wrapper,
.dod-item-wrapper .show-on-next-inline {
  display: none;
}
.dod-item-wrapper.is-active .show-on-active {
  display: block;
}
.dod-item-wrapper.is-active .show-on-active-inline {
  display: inline-block;
}
.dod-item-wrapper.is-active .dod-item__heading {
  background-color: #58a856;
  color: #fff;
}
.dod-item-wrapper .variations button,
.dod-item-wrapper .form-actions button {
  width: 100%;
  white-space: nowrap;
}
.dod-item-wrapper .variations.is-loading,
.dod-item-wrapper .form-actions.is-loading {
  position: relative;
  height: 100%;
}
.dod-item-wrapper .variations.is-loading .btn::after,
.dod-item-wrapper .form-actions.is-loading .btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: #4f4f4f url("/themes/custom/dcom_theme/images/throbber-white.svg") center no-repeat;
  opacity: 1;
}
.dod-item-wrapper .variations {
  width: 100%;
}
.dod-item-wrapper.is-prev .variations,
.dod-item-wrapper.is-prev .form-actions, .dod-item-wrapper.is-next .variations,
.dod-item-wrapper.is-next .form-actions {
  display: none;
}
.dod-item-wrapper.is-prev .show-on-prev {
  display: block;
}
.dod-item-wrapper.is-prev .show-on-prev-inline {
  display: inline-block;
}
.dod-item-wrapper.is-prev .dod-item__heading {
  background-color: #f9ede0;
}
.dod-item-wrapper.is-next .show-on-next {
  display: block;
}
.dod-item-wrapper.is-next .show-on-next-inline {
  display: inline-block;
}
.dod-item-wrapper.is-next .dod-item__heading {
  background-color: #e8f8e8;
}

.dod-item {
  box-shadow: 0 0 8px rgba(27, 28, 31, 0.1);
  background-color: #fff;
  border-radius: 4px;
  max-width: 320px;
}
@media (min-width: 743px) {
  .dod-item {
    max-width: 700px;
  }
}
.dod-item .view-highlight-bar {
  margin-bottom: 1rem;
  width: 100%;
}
@media (max-width: 460px) {
  .dod-item .view-highlight-bar {
    margin-bottom: 0.5rem;
  }
}

.dod-item__heading {
  padding: 6px 1rem;
  display: flex;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column !important;
  align-items: center;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .dod-item__heading {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .dod-item__heading {
    flex-direction: row !important;
    justify-content: space-between;
  }
}

.dod-item__status {
  text-transform: uppercase;
  font-weight: 700;
}

.dod-item__content {
  padding: 0 12px 12px;
}
@media (min-width: 460px) {
  .dod-item__content {
    padding: 12px;
  }
}
@media (min-width: 743px) {
  .dod-item__content {
    padding: 1rem;
  }
}

.dod-item__link {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.dod-item__link:hover {
  opacity: 0.7;
}

@media (max-width: 460px) {
  .dod-item__image {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.dod-item__image a {
  display: block;
  text-align: center;
}

.dod-item__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 0 0;
}
@media (min-width: 743px) {
  .dod-item__info {
    padding: 0 10px;
  }
}
.dod-item__info .variations,
.dod-item__info .form-actions {
  order: 1;
}
.dod-item__info [class*=__layout_builder__],
.dod-item__info [class*=product--variation-field--variation_title__],
.dod-item__info .product-sezzle-info,
.dod-item__info .product-more-features-wrapper,
.dod-item__info .form-radios,
.dod-item__info .product__price,
.dod-item__info .sticky-bar-active-price,
.dod-item__info .product-more-features-wrapper,
.dod-item__info .commerce-input-quantity,
.dod-item__info .form-item-add-to-cart-recurring,
.dod-item__info .form-item-add-to-cart-buy-by-quantity,
.dod-item__info .product-info-badge-wrapper,
.dod-item__info .field.price,
.dod-item__info .dod-product,
.dod-item__info .sticky-bar-current-value {
  display: none !important;
}

.dod-item__percent {
  border-radius: 6px 0px;
  background: #f0d0d0;
  color: #ed152b;
  font-weight: 700;
  letter-spacing: 1.3px;
  padding: 6px 10px;
  font-size: 16px;
  margin-bottom: 0.7rem;
}
@media (min-width: 1026px) {
  .dod-item__percent {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 460px) {
  .dod-item__percent {
    font-size: 13px;
  }
}

.dod-item__title {
  font-size: 13px;
  margin-bottom: 0.5rem;
}
@media (min-width: 1026px) {
  .dod-item__title {
    font-size: 16px;
    margin-bottom: 1rem;
  }
}
.dod-item__title a {
  text-decoration: none;
  font-weight: 400;
  color: #2d2d2d;
}
.dod-item__title a:hover, .dod-item__title a:focus, .dod-item__title a:active {
  color: #2d2d2d;
  text-decoration: underline;
}

.dod-item__subtitle {
  color: #7d808b;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: -5px;
  font-size: 10px;
}
@media (min-width: 1026px) {
  .dod-item__subtitle {
    margin-top: -13px;
    font-size: 12px;
  }
}

.dod-item__price {
  white-space: nowrap;
  margin-top: -3px;
  font-size: 18px;
  margin-bottom: 1rem;
}
@media (min-width: 1026px) {
  .dod-item__price {
    font-size: 22px;
  }
}
.dod-item__price span {
  font-weight: 600;
  color: #ed152b;
}
.dod-item__price s {
  font-weight: 400;
  color: #7d808b;
}

.dod-item__timer-wrapper i {
  position: relative;
  bottom: 1px;
}
@media (max-width: 742.98px) {
  .dod-item__timer-wrapper i {
    display: none;
  }
}
.dod-item__timer-wrapper strong {
  white-space: nowrap;
}

.dod-restrictions {
  white-space: nowrap;
  font-weight: 500;
  color: #7d808b;
  margin-top: -10px;
  margin-bottom: 1rem;
  font-size: 11px;
}
@media (min-width: 1026px) {
  .dod-restrictions {
    font-size: 12px;
  }
}
.dod-restrictions span {
  letter-spacing: 0.12px;
}

.dod-product {
  width: 100%;
}
@media (max-width: 742.98px) {
  .dod-product {
    margin-top: -5px;
  }
}

.variations-common-elements .dod-restrictions {
  margin-top: -3px;
}

.product-page .dod-item__info .variations {
  display: none !important;
}

.view--previous-dod .views-rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 1026px) {
  .view--previous-dod .views-rows {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .view--previous-dod .views-rows {
    gap: 2rem;
  }
}
.view--previous-dod .dod-item {
  height: 100%;
}