/* Avenir overwrites */
body.single-product {
  font-family: var(--avenirDefault), sans-serif;
  font-weight: 500;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-weight: normal;
}
.single-product h1,
.single-product h2,
.single-product h3,
.single-product h4 {
  font-family: var(--avenirDefault), sans-serif;
}
span.setup-step.step-1 {
  font-family: var(--avenirDefault), sans-serif;
}
.single-product div.product div.summary.entry-summary .price {
  font-family: var(--avenirDefault), sans-serif;
}

/* Accordion styles */
.accordion-section {
  max-width: 800px;
  margin: 0 auto;
}
.accordion-item {
  color: #000;
  cursor: pointer;
  padding: 0.75rem;
  width: 100%;
  border-top: 1px solid #dadada;
  text-align: left;
  transition: 0.4s;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-section .accordion-item.last {
  border-bottom: 1px solid #dadada;
}
.accordion-item a {
  text-decoration: none;
}

.active.accordion-item .accordion-item-arrow svg {
  transform: rotate(180deg);
}

.accordion-panel {
  padding: 1rem;
  display: none;
  background-color: #f8f8f8;
  overflow: hidden;
  box-shadow: 800px 0 0 0 #f8f8f8, 1400px 0 0 0 #f8f8f8, -800px 0 0 0 #f8f8f8,
    -1400px 0 0 0 #f8f8f8;
}
@media screen and (min-width: 968px) {
  .accordion-item {
    padding: 0.75rem 0;
  }
  .accordion-panel {
    padding: 0.75rem 0;
  }
}
/* Single Product Description */
body.watch-product .woocommerce-product-details__short-description,
.woocommerce-product-details__short-description {
  font-size: 15px;
  margin-bottom: 0.5rem;
  flex: 1 0 100%;
}
.single-product-description {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}
.single-product {
  font-size: 16px;
}
.woocommerce-variation-description {
  margin-top: 1rem;
}
@media screen and (min-width: 968px) {
  body.watch-product .woocommerce-product-details__short-description,
  .woocommerce-product-details__short-description {
    font-size: 20px;
  }
  .single-product-description {
    padding: 3rem 0;
  }
}
/* Single product Featured review */
.xplora-review {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.review-text {
  text-align: center;
}
.review-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}
.review-image {
  max-width: 42px;
}
.review-image img {
  border-radius: 50%;
}
.review-name-container {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  font-size: 12px;
  color: #000;
}
.review-name {
  font-family: var(--avenirMedium), sans-serif;
  font-weight: 600;
}
.review-date {
  font-weight: 300;
}
.review-button {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Single product Featured review - Desktop*/
@media screen and (min-width: 968px) {
  .xplora-review {
    max-width: 525px;
    padding-bottom: 4rem;
  }
  .review-text {
    font-size: 21px;
  }
  .review-image-container {
    padding-top: 2rem;
  }
  .review-name-container {
    font-size: 14px;
  }
  .review-button {
    margin-top: 2rem;
  }
}
/* Single Product Image Placement. Applies to mobile only*/
@media screen and (max-width: 968px) {
  .image-summary-wrapper .wrapper {
    display: flex;
    flex-direction: column;
  }
  .image-summary-wrapper .wrapper .summary.entry-summary {
    order: 1;
  }
  .single-product div.product div.summary.entry-summary {
    padding: 0 1rem;
    margin: 0;
  }
  .image-summary-wrapper .wrapper .image-gallery-wrapper {
    order: 2;
  }
  .image-summary-wrapper .wrapper .summary-add-to-cart-form {
    order: 3;
    padding: 0 1rem;
  }
  .woocommerce-product-gallery-flexslider-nav {
    padding: 0 2rem;
  }
}
/* Single Product wrapper. Applies to desktop only*/
@media screen and (min-width: 968px) {
  .image-summary-wrapper .wrapper {
  }
  .single-product div.product div.summary.entry-summary {
    padding-top: 5%;
  }
  .image-summary-wrapper .wrapper .image-gallery-wrapper {
    display: flex;
    flex-direction: column;
  }
  .image-summary-wrapper .wrapper .summary-add-to-cart-form {
  }
  .single-product .image-gallery-wrapper {
    width: 55%;
  }
}
/* Overwrite of previous redesign */
.single-product
  div.product
  div.summary.entry-summary
  h1.entry-title.product_title {
  font-size: 24px;
  flex: 1 0 100%;
}

.xplora-sellingpoints {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.xplora-sellingpoints span {
  display: flex;
  flex: auto;
  font-size: 14px;
}
.xplora-sellingpoints span:first-child {
  margin-left: 1rem;
}
.summary-add-to-cart-form .bundle_form {
  margin: 0;
}
.woocommerce div.product form.cart {
  margin-bottom: 1rem;
}
body.watch-product span.setup-step {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 3px;
}
.single-product #color-section ul#colors .col {
  width: 30px;
}
.color-circle {
  width: 30px;
  height: 30px;
}
.single-product #color-section a.product-color-image {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.single-product #new-summary-section .bundle_add_to_cart_button {
  border-radius: 22px;
}
.button,
.button-stroke,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
a.button,
a.button-stroke,
button.button {
  margin: 0;
}
.single-product .image-summary-wrapper {
  padding-top: 0;
}
.single-product div.product div.summary.entry-summary .price {
  display: flex;
  flex: 1 0 auto;
}
.klarna-badge-product {
  display: flex;
  flex: 1 0 30%;
  align-items: center;
}
.klarna-badge-product svg {
  margin-left: auto;
}
.single-product div.product div.summary.entry-summary {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.summary.entry-summary .stock.out-of-stock {
  flex: 1 0 100%;
}
.product-type-simple .stock {
  flex: 1 0 100%;
}
body.single-product
  div.product
  div.summary.entry-summary
  p.price
  .woocommerce-Price-amount
  bdi {
  margin-left: 0.25rem;
}
.single-product .product .amount {
  color: var(--xplora-c-red) !important;
}
.single-product .product del {
  text-decoration: none;
}
.single-product .product del .amount {
  text-decoration: line-through;
}
/* Overwrite of previous redesign  - Desktop */

@media screen and (min-width: 968px) {
  .single-product .summary-add-to-cart-form {
    max-width: 480px;
  }
  .single-product div.product div.summary.entry-summary {
    max-width: 480px;
  }
  .single-product
    div.product
    div.summary.entry-summary
    h1.entry-title.product_title {
    font-size: 33px;
  }
  .single-product div.product div.summary.entry-summary .price {
    margin: 0;
    font-size: 24px;
  }
  body.woocommerce-page .wrapper {
    width: 100%;
  }
  body.single-product .woocommerce-product-gallery-flexslider-nav {
    width: unset;
    float: none;
    clear: both;
    padding: 0 2rem;
  }
  .single-product div.product .woocommerce-product-gallery.images {
    width: unset;
    float: none;
    clear: none;
  }
  body.single-product
    .woocommerce-product-gallery-flexslider-nav
    .flex-viewport
    .slides {
    display: flex;
    gap: 15px;
    width: inherit !important;
  }
  body.single-product
    .woocommerce-product-gallery-flexslider-nav
    .flex-viewport {
    height: unset !important;
    width: unset !important;
  }
  .single-product .woocommerce-product-gallery-flexslider-nav .flex-viewport {
    height: unset !important;
    width: unset !important;
  }
  .single-product
    .woocommerce-product-gallery-flexslider-nav
    .flex-viewport
    .slides
    > div {
    height: unset !important;
    float: left !important;
    flex: 1 0 18%;
  }
  .single-product
    .woocommerce-product-gallery-flexslider-nav
    ul.flex-direction-nav
    a.flex-next:before {
    transform: rotate(90deg);
  }
  .single-product
    .woocommerce-product-gallery-flexslider-nav
    ul.flex-direction-nav
    a.flex-prev:before {
    transform: rotate(-90deg);
  }
  .single-product
    .woocommerce-product-gallery-flexslider-nav
    ul.flex-direction-nav
    a {
    width: unset;
  }
}
/* Applies to mobile only*/
@media screen and (max-width: 968px) {
  body.woocommerce-page .wrapper {
    padding: 0;
    width: 100%;
  }
}
/* Product title and description */
/* Flexslider */
body.single-product .woocommerce-product-gallery-flexslider-nav {
  padding-top: 0;
}
.woocommerce-product-gallery-flexslider-nav {
  position: relative;
}
.flex-direction-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.single-product
  .woocommerce-product-gallery-flexslider-nav
  ul.flex-direction-nav {
  position: unset;
}
body.watch-product
  .woocommerce-product-gallery-flexslider-nav
  ul.flex-direction-nav
  a.flex-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.watch-product
  .woocommerce-product-gallery-flexslider-nav
  ul.flex-direction-nav
  a.flex-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.watch-product
  .woocommerce-product-gallery-flexslider-nav
  ul.flex-direction-nav
  a.flex-next,
body.watch-product
  .woocommerce-product-gallery-flexslider-nav
  ul.flex-direction-nav
  a.flex-prev {
  box-shadow: none;
  border: none;
}
.single-product
  .woocommerce-product-gallery-flexslider-nav
  ul.flex-direction-nav
  a.flex-next:before,
.single-product
  .woocommerce-product-gallery-flexslider-nav
  ul.flex-direction-nav
  a.flex-prev:before {
  background-color: transparent;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  margin-bottom: 20px;
}
@media screen and (min-width: 968px) {
  body.watch-product
    .woocommerce-product-gallery-flexslider-nav
    ul.flex-direction-nav
    a.flex-prev {
    left: -20px;
  }
  body.watch-product
    .woocommerce-product-gallery-flexslider-nav
    ul.flex-direction-nav
    a.flex-next {
    right: -10px;
  }
}

.single-product .woocommerce-error,
.single-product .woocommerce-info,
.single-product .woocommerce-message {
  margin: 0 auto 20px;
}
body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
  padding: 20px 55px;
}
@media screen and (min-width: 968px) {
  .woocommerce-cart .header-2022 + div.wrapper {
    padding-top: 60px;
  }
  body .woocommerce-error,
  body .woocommerce-info,
  body .woocommerce-message {
    padding: 20px 70px;
  }
}
