/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/entries/product/product.scss ***!
  \***********************************************************************************************************************************/
/*
    Variables
-------------------------------------
*/
/*
    Mixins
-------------------------------------
*/
/*
    Product
-------------------------------------
*/
.my-related-splide {
  clear: both;
}
.my-related-splide .splide__track .splide__list .splide__slide {
  padding: 1px;
}

.woocommerce .product {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .product .woocommerce-product-gallery {
  flex-basis: 48%;
  margin-bottom: var(--section__space) !important;
}
@media all and (max-width: 768px) {
  .woocommerce .product .woocommerce-product-gallery {
    flex-basis: 100%;
  }
}
.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
  height: 346px;
  position: relative;
}
.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image a {
  display: block;
  height: 100%;
}
.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image a img {
  height: 100%;
  object-fit: contain;
}
@media all and (max-width: 768px) {
  .woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
    height: auto;
  }
}
.woocommerce .product .summary {
  flex-basis: 48%;
  margin-left: auto;
}
@media all and (max-width: 768px) {
  .woocommerce .product .summary {
    flex-basis: 100%;
    margin-left: 0;
  }
}
.woocommerce .product .summary .product-summary__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.woocommerce .product .summary .product-summary__top .product__status {
  position: static;
}
.woocommerce .product .slider-container,
.woocommerce .product .product-description,
.woocommerce .product .my-related-splide {
  flex-basis: 100%;
  width: 100%;
}
.woocommerce .product .product_title {
  font-size: var(--fs__header-s);
  font-weight: 700;
  margin-bottom: var(--content__space-s);
}
.woocommerce .product .price {
  text-align: right;
  font-size: var(--fs__header-s);
  color: #00253E;
  font-weight: 700;
  margin-bottom: calc(var(--section__space) / 2);
}
.woocommerce .product .price ins {
  text-decoration: none;
}
.woocommerce .product .price .price-row {
  display: block;
}
.woocommerce .product .price .price-row del,
.woocommerce .product .price .price-row > span {
  display: block;
}
.woocommerce .product .price .price-row--old {
  margin-bottom: 0.625rem;
}
.woocommerce .product .price .price-row--old .price-gross {
  font-size: var(--fs__header-xs);
  font-weight: 700;
  color: #00253E;
}
.woocommerce .product .price .price-row--old .price-net {
  color: #000000;
  font-size: 0.625rem;
  font-weight: 500;
}
.woocommerce .product .price .price-row--promo .price-gross {
  font-size: var(--fs__header-s);
  color: #E41725;
}
.woocommerce .product .price .price-row--promo .price-net {
  font-size: var(--fs__text-xxs);
  font-weight: 500;
  color: #000000;
}
.woocommerce .product .price .price-row--now .price-gross {
  font-size: var(--fs__header-s);
  font-weight: 700;
  color: #00253E;
}
.woocommerce .product .price .price-row--now .price-net {
  font-size: var(--fs__text-xxs);
  font-weight: 500;
  color: #000000;
}
.woocommerce .product .product-description__content {
  margin-bottom: var(--section__space);
}
.woocommerce .product .cwg_popup_submit {
  text-align: center;
  border-radius: 32px;
  color: #FFFFFF;
  font-size: var(--fs__text-xxs);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 5px;
  background-color: #D9D9D9;
  padding: 0.75rem 0;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
}
.woocommerce .product form.cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.woocommerce .product form.cart .ccw-qty {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.woocommerce .product form.cart .ccw-qty span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.825rem;
  font-weight: 500;
}
.woocommerce .product form.cart .quantity input {
  width: 50px;
  height: 32px;
  color: #000000;
  text-align: center;
  font-size: var(--fs__text-xxs);
  font-weight: 600;
  line-height: normal;
  border-radius: var(--content__border-radius-xs);
  border: 1px solid #888888;
  padding: 0.5rem;
}
.woocommerce .product form.cart .btn--primary {
  font-size: var(--fs__text-xxs);
  width: auto;
  height: auto;
  padding: 0.75rem 3rem;
}
.woocommerce .product .my-product-attributes {
  border-top: 1px solid #D9D9D9;
  padding-top: 1rem;
  margin-top: 1rem;
}
.woocommerce .product .my-product-attributes .my-product-attribute {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce .product .my-product-attributes .my-product-attribute .my-product-attribute__label,
.woocommerce .product .my-product-attributes .my-product-attribute .my-product-attribute__value {
  flex-basis: 50%;
}
.woocommerce .product .my-product-attributes .my-product-attribute .my-product-attribute__label p,
.woocommerce .product .my-product-attributes .my-product-attribute .my-product-attribute__value p {
  margin-bottom: calc(var(--section__gap) / 2);
}
.woocommerce .product .my-product-attributes .my-product-attribute .my-product-attribute__label p {
  font-weight: 500;
  color: #888888;
}
.woocommerce .product .my-product-attributes .my-product-attribute .my-product-attribute__value p {
  font-weight: 600;
  color: #00253E;
}

.my-product-contact-box {
  margin-top: 1rem;
}
.my-product-contact-box h3 {
  text-align: center;
  padding: 0 19%;
  margin-bottom: 10px;
}
.my-product-contact-box .my-product-contact-box__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.my-product-contact-box .my-product-contact-box__items .my-product-contact-box__item {
  padding: 0 18px;
  flex-basis: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.my-product-contact-box .my-product-contact-box__items .my-product-contact-box__item .my-product-contact-box__left {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.my-product-contact-box .my-product-contact-box__items .my-product-contact-box__item .my-product-contact-box__left .my-product-contact-box__icon {
  height: 28px;
}
.my-product-contact-box .my-product-contact-box__items .my-product-contact-box__item .my-product-contact-box__right p {
  color: #888;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 11px;
}
.my-product-contact-box .my-product-contact-box__items .my-product-contact-box__item .my-product-contact-box__link {
  color: #00253E;
  font-size: 14px;
  font-weight: 600;
}

.related .section__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1200px) {
  .related .section__items {
    gap: 0.75rem;
  }
}
@media (max-width: 768px) {
  .related .section__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .related .section__items {
    gap: 0.5rem;
  }
}

@media all and (max-width: 767px) {
  .related .splide .section__items {
    display: flex;
    gap: unset;
  }
}

.my-shipping-info {
  font-size: var(--fs__text-xxs);
}
.my-shipping-info .section-title--primary {
  margin-bottom: 0.5rem;
}
.my-shipping-info p {
  color: #888888;
}
.my-shipping-info p strong {
  color: #00253E;
  font-weight: 600;
  margin-left: 0.625rem;
}

.single-product .cwginstock-subscribe-form .panel-primary {
  border: 0;
}
.single-product .cwginstock-subscribe-form .panel-primary > .panel-heading {
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: unset;
}
.single-product .cwginstock-subscribe-form .panel-primary > .panel-heading h4 {
  color: #00253E;
  text-align: left !important;
  font-size: var(--fs__text-s);
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}
.single-product .cwginstock-subscribe-form .panel-primary > .panel-body .center-block {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: var(--section__gap);
}
.single-product .cwginstock-subscribe-form .panel-primary > .panel-body .center-block input {
  height: 40px;
  padding: 0.75rem 1.625rem;
  color: #C0C0C0;
  font-size: var(--fs__text-xxs);
  font-weight: 400;
  line-height: 1.5rem; /* 200% */
  letter-spacing: 0.5px;
  text-align: left !important;
  border-radius: var(--content__border-radius-l);
  border: 1px solid #79747E;
}
.single-product .cwginstock-subscribe-form .panel-primary > .panel-body .center-block input[type=submit] {
  width: auto;
  padding: 0.75rem 3rem;
  background-color: #E41725;
  border: 1px solid #E41725;
  text-align: center !important;
  color: #FFFFFF;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  cursor: pointer;
}
.single-product .cwginstock-subscribe-form .panel-primary > .panel-body .cwg_iagree_checkbox {
  color: rgba(29, 27, 32, 0.7);
  font-size: var(--fs__text-xxs);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

.woocommerce-product-gallery__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 500px) {
  .woocommerce-product-gallery__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.woocommerce-product-gallery__inner .woocommerce-product-gallery__image {
  width: 100% !important;
  overflow: hidden;
  border-radius: var(--content__border-radius-s);
  border: 1px solid #D9D9D9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-product-gallery__inner .woocommerce-product-gallery__image:hover {
  border: 1px solid #79747E;
}
.woocommerce-product-gallery__inner .woocommerce-product-gallery__image a {
  display: flex;
  height: 100%;
}
.woocommerce-product-gallery__inner .woocommerce-product-gallery__image a img {
  max-height: 130px;
  height: 100%;
}

.tr-widget .rplg-slider .rplg-slider-review {
  margin: 0 0 calc(var(--section__space) / 2) !important;
}

.rplg-slider .rplg-slider-prev,
.rplg-slider .rplg-slider-next {
  display: none;
}

.my-product-video-trigger {
  position: absolute;
  bottom: 30px;
  right: 25px;
  width: 30px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 30;
}

.my-product-video-trigger__icon {
  display: block;
  line-height: 0;
}

.my-product-video-modal[hidden] {
  display: none !important;
}

.my-product-video-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-product-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
}

.my-product-video-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(1280px, 94vw);
}

.my-product-video-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}

.my-product-video-modal__frame-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}

.my-product-video-modal__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.my-product-video-open {
  overflow: hidden;
}

.my-product-video-trigger__icon svg {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.my-product-video-trigger:hover svg {
  transform: scale(1.1);
}

body .rplg .rplg-review-avatar {
  box-shadow: none !important;
}

/*# sourceMappingURL=product.bundle.css.map*/