:root {
  --wc-slider-main-color: #00aaff;
}

.woowcms, .woowcms .row {
  width: 100%;
  min-width: 300px;
  box-sizing: border-box;
}

.woowcms {
  /* background: transparent !important; */
  padding: 0 !important;
  border-radius: 0;
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  position: relative;
}

.woowcms .wcm-product-title a {
  color: var(--wc-slider-main-color);
}

.woowcms .add_to_cart_button {
  background: var(--wc-slider-main-color);
  border-color: var(--wc-slider-main-color);
  color: #fff;
}

.woowcms .add_to_cart_button:hover {
  background: #fff;
  color: var(--wc-slider-main-color);
  border-color: var(--wc-slider-main-color);
}

.woowcms .wc-slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  position: relative;
  background: var(--wc-slider-bg-color, #fff);
  border-radius: 6px 6px 0 0;
  padding: 8px 16px;
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  z-index: 2;
}

.woowcms .wc-slider-title {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.2;
}

.woowcms .owl-nav {
  position: static !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  background: none !important;
  padding: 0 !important;
  height: 38px;
}

.woowcms .owl-nav .owl-prev, .woowcms .owl-nav .owl-next {
  margin: 0 4px !important;
  font-size: 24px !important;
  color: var(--wc-slider-main-color, #00aaff) !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: var(--wc-slider-bg-color, #fff) !important;
  border: 2px solid var(--wc-slider-main-color, #00aaff) !important;
  border-radius: 50% !important;
  width: 38px !important;
  height: 38px !important;
  line-height: 36px !important;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
}

.woowcms .owl-nav .owl-prev:hover, .woowcms .owl-nav .owl-next:hover {
  background: var(--wc-slider-main-color, #00aaff) !important;
  color: #fff !important;
}

.woowcms .wc-slider-header + .row .owl-nav {
  position: absolute !important;
  right: 12px;
  top: 0;
}

.woowcms .owl-carousel {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 200px;
  box-sizing: border-box;
}

.woowcms .owl-item .item,
.woowcms .wcm-product-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  box-sizing: border-box;
}

.woowcms .wcm-thumb {
  flex-shrink: 0;
}

.woowcms .wcm-text-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.woowcms .wcm-cart-button-wrapper {
  margin-top: auto;
}

.woowcms[data-cart-align="left"] .wcm-cart-button-wrapper {
  display: flex;
  justify-content: flex-start;
}
.woowcms[data-cart-align="center"] .wcm-cart-button-wrapper {
  display: flex;
  justify-content: center;
}
.woowcms[data-cart-align="right"] .wcm-cart-button-wrapper {
  display: flex;
  justify-content: flex-end;
}

.woowcms[data-title-align="left"] .wcm-product-title {
  text-align: left;
}
.woowcms[data-title-align="center"] .wcm-product-title {
  text-align: center;
}
.woowcms[data-title-align="right"] .wcm-product-title {
  text-align: right;
}

.woowcms[data-price-align="left"] .price-wrapper {
  text-align: left;
}
.woowcms[data-price-align="center"] .price-wrapper {
  text-align: center;
}
.woowcms[data-price-align="right"] .price-wrapper {
  text-align: right;
}

.woowcms .price-wrapper {
  color: inherit !important;
}

.owl-carousel .owl-stage,
.owl-carousel .owl-item {
  height: 100%;
}

.woowcms .cart-button-wrapper {
  margin-bottom: 12px;
} 