/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/single-product.scss ***!
  \*****************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica-Regular.woff2) format("woff2"), url(../fonts/Helvetica-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mariken";
  src: url(../fonts/Mariken-Bold.woff2) format("woff2"), url(../fonts/Mariken-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
/** Bootstrap navbar fix (https://git.io/fADqW) */
.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

body {
  font-family: "Helvetica", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a,
span,
strong,
b,
.btn {
  font-size: min(calc(var(--min-font-px) + (var(--max-font) - var(--min-font)) * ((100vw - 320px) / (1920 - 320))), var(--max-font-px));
  line-height: 1.5;
  color: #1d1d1b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mariken", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: var(--accent);
  transition: all 300ms ease-in-out;
}
a:hover {
  color: #53a091;
  text-decoration: none;
}

p {
  font-family: "Helvetica", sans-serif;
}

.screen-reader-text,
.screen-reader-response,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.embed {
  position: relative;
  overflow: hidden;
}
.embed iframe,
.embed .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.overflow {
  overflow: hidden;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

*:focus {
  outline: none;
}

.btn {
  font: 400 18px/1.5 "Mariken", sans-serif;
  line-height: 1;
  border: 1px solid #fff;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
  transition: all 300ms ease;
  border-radius: 20px;
  background-color: rgba(211, 111, 29, 0);
  text-decoration: none;
  cursor: pointer;
}
.btn:hover {
  background-color: #d36f1d;
  text-decoration: none;
  color: #fff;
}
.btn.green {
  background: #53a091;
  border: 1px solid #53a091;
}
.btn.green:hover:not(:disabled):not(.disabled) {
  background-color: #d36f1d;
  border: 1px solid #d36f1d;
}
.btn.pink {
  background: #c491bf;
}
.btn.disabled, .btn:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.btn--close {
  padding: 5px;
}
.btn--close svg {
  display: block;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .btn {
    font: 800 14px/1.5 "Mariken", sans-serif;
    padding: 8px 20px;
  }
}
.wp-blocks-inner > *:first-child {
  margin-top: 0;
}
.wp-blocks-inner > *:last-child {
  margin-bottom: 0;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  background: #d36f1d !important;
  color: #FFFFFF !important;
  transition: background-color 200ms ease-in-out !important;
}
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  color: #FFFFFF !important;
  background: #E68F47 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 300ms ease-in-out, background-color 300ms ease-in-out;
  z-index: 998;
}
.header__ad {
  position: relative;
  width: 100%;
  height: 30px;
  --min-font-px: 10px;
  --min-font: 10;
  --max-font: 18;
  --max-font-px: 18px;
  text-align: center;
  padding: 0 20px;
  background: #d4d824;
  z-index: 999;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__logo-img {
  width: 80px;
  transition: width 300ms ease-in-out;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #d36f1d;
  transform: translateY(-100%);
  transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
.header .menu {
  display: grid;
  gap: 10px;
  list-style: none;
  padding: 140px 0 40px;
}
.header .menu-item a {
  display: inline-block;
  font: 400 32px/1.2 "Mariken", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 300ms ease-in-out;
}
.header .menu-item a:hover {
  color: #53a091;
}
.header .menu-item .sub-menu {
  list-style: disc;
}
.header .menu-item .sub-menu .menu-item {
  color: #FFFFFF;
}
.header .menu-item .sub-menu .menu-item a {
  font: 400 18px/1.2 "Helvetica", sans-serif;
}
.header__actions {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}
.header__cart {
  position: relative;
}
.header__cart-icon {
  display: block;
  width: 24px;
  height: auto;
}
.header__cart-icon path {
  transition: fill 300ms ease-in-out;
}
.header__cart-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 14px/1.5 "Helvetica", sans-serif;
  color: #FFFFFF;
  background: #d36f1d;
  border-radius: 50%;
  transform: translate(-60%, -60%);
}
.header__hamburger {
  position: relative;
  background: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
}
.header__hamburger-line {
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px 0;
  background: #000000;
  border-radius: 5px;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, background-color 300ms ease-in-out;
}
.header.scrolled {
  top: -30px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.header.scrolled .header__logo-img {
  width: 60px;
}
.header.expanded {
  top: 0;
}
.header.expanded .header__logo-img {
  width: 80px;
}
.header.expanded .header__menu {
  transform: translateY(0);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.header.expanded .header__hamburger-line {
  background: #FFFFFF;
}
.header.expanded .header__hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header.expanded .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header.expanded .header__hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.header.expanded .header__cart-icon path {
  fill: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .header__container {
    padding: 15px 0;
  }
  .header__menu {
    background: #FFFFFF;
  }
  .header .menu {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .header .menu-item {
    flex: 1;
  }
  .header .menu-item a {
    color: #000000;
  }
  .header .menu-item .sub-menu {
    padding-left: 22px;
  }
  .header .menu-item .sub-menu .menu-item {
    color: #000000;
  }
  .header.expanded .header .menu-item a {
    color: #000000;
  }
  .header.expanded .header__cart-icon path {
    fill: #000000;
  }
  .header.expanded .header__hamburger-line {
    background: #000000;
  }
}
@media only screen and (min-width: 1280px) {
  .header__logo-img {
    width: 100px;
  }
  .header .menu {
    max-width: 850px;
    margin: 0 auto;
    padding: 70px 0 40px;
  }
  .header .menu-item a {
    font-size: 28px;
    padding: 5px 0;
  }
  .header .menu-item .sub-menu {
    padding-left: 0;
    list-style: none;
  }
  .header .menu-item .sub-menu .menu-item a {
    font-size: 16px;
    padding: 3px 0;
  }
  .header.scrolled .header__logo-img {
    width: 70px;
  }
  .header.expanded .header__logo-img {
    width: 100px;
  }
}
.footer {
  height: 50px;
  background: #53a091;
  text-align: center;
}
.footer img {
  width: 50px;
  margin: 0 auto;
}
.footer .btt-btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  z-index: 999;
  display: none;
}
.footer .btt-btn.active {
  display: block;
}

@media screen and (max-width: 767px) {
  .footer .btt-btn {
    right: 15px;
    bottom: 5%;
    width: 16%;
  }
}
#woocommerce-page {
  min-height: calc(100vh - 50px);
  padding-top: 160px;
  padding-bottom: 100px;
}
#woocommerce-page .woocommerce-notices-wrapper {
  margin-top: 20px;
}
#woocommerce-page .woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 30px;
}
#woocommerce-page .woocommerce-notices-wrapper .woocommerce-message a {
  color: #fff;
  background: #53a091;
  margin-right: 20px;
  border: 1px solid #53a091;
}
#woocommerce-page .woocommerce-notices-wrapper .woocommerce-message a:hover {
  background: #d36f1d;
  border: 1px solid #d36f1d;
}
#woocommerce-page .product--main {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 30px 0 100px;
}
#woocommerce-page .product--main .product__image {
  flex: 0 0 40%;
}
#woocommerce-page .product--main .product__image .carousel .carousel-indicators {
  align-items: center;
  bottom: 0;
  top: auto;
  transform: translateY(30px);
}
#woocommerce-page .product--main .product__image .carousel .carousel-indicators li {
  background: #53a091;
  width: 9px;
  height: 9px;
  border: 3px solid #53a091;
  border-radius: 100%;
  opacity: 1;
}
#woocommerce-page .product--main .product__image .carousel .carousel-indicators li.active {
  background: #fff;
}
#woocommerce-page .product--main .product__image .carousel .carousel-inner .carousel-item .image--wrapper img {
  width: 100%;
}
#woocommerce-page .product--main .product__image .carousel__control {
  color: #1d1d1b;
  opacity: 0.5;
  transition: all 300ms ease;
  width: 50px;
  padding: 15px;
}
#woocommerce-page .product--main .product__image .carousel__control:hover {
  opacity: 1;
}
#woocommerce-page .product--main .summary {
  flex: 0 0 50%;
  display: flex;
  flex-flow: row wrap;
  padding: 30px;
}
#woocommerce-page .product--main .summary .entry-title {
  order: 1;
  flex: 0 0 100%;
  --min-font-px: 35px;
  --min-font: 35;
  --max-font: 50;
  --max-font-px: 50px;
}
#woocommerce-page .product--main .summary .price {
  display: block;
  order: 4;
  flex: 0 0 100%;
  --min-font-px: 20px;
  --min-font: 20;
  --max-font: 28;
  --max-font-px: 28px;
  margin-bottom: 15px;
}
#woocommerce-page .product--main .summary .woocommerce-product-details__short-description {
  order: 2;
  flex: 0 0 100%;
  margin-bottom: 50px;
}
#woocommerce-page .product--main .summary .woocommerce-product-details__short-description p,
#woocommerce-page .product--main .summary .woocommerce-product-details__short-description li {
  --min-font-px: 14px;
  --min-font: 14;
  --max-font: 18;
  --max-font-px: 18px;
}
#woocommerce-page .product--main .summary .woocommerce-product-details__short-description ul {
  padding-left: 20px;
}
#woocommerce-page .product--main .summary .product_meta {
  display: none;
}
#woocommerce-page .product--main .summary .variations .label {
  text-align: right;
}
#woocommerce-page .product--main .summary .variations .value {
  padding: 5px;
}
#woocommerce-page .product--main .summary .variations select {
  padding: 5px 40px 5px 5px;
}
#woocommerce-page .product--main .summary .variations .reset_variations {
  font-size: 16px;
  color: #FFFFFF;
  background: #d36f1d;
  padding: 0 15px 4px;
  border-radius: 10px;
}
#woocommerce-page .product--main .summary .woocommerce-variation-add-to-cart {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
}
#woocommerce-page .product--main .summary .woocommerce-variation-add-to-cart .quantity {
  margin: 0;
}
#woocommerce-page .product--main .summary .cart {
  order: 5;
  flex: 0 0 260px;
  margin-bottom: 15px;
}
#woocommerce-page .product--main .summary .stock {
  flex: 0 0 100%;
  order: 6;
}
#woocommerce-page .woocommerce-tabs {
  display: none;
}
#woocommerce-page .products--related {
  display: flex;
  flex-flow: row wrap;
  margin-top: 50px;
  gap: 30px;
}
#woocommerce-page .products--related h2 {
  flex: 0 0 100%;
  margin-bottom: 0;
  --min-font-px: 24px;
  --min-font: 24;
  --max-font: 32;
  --max-font-px: 32px;
  text-align: center;
}
#woocommerce-page .products--related .overflow-container {
  flex: 0 0 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#woocommerce-page .products--related .overflow-container .product {
  flex: 0 0 30%;
  text-align: center;
}
#woocommerce-page .products--related .overflow-container .product a .product__image {
  position: relative;
}
#woocommerce-page .products--related .overflow-container .product a .product__image .hover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease;
}
#woocommerce-page .products--related .overflow-container .product a .product__image img {
  width: 100%;
}
#woocommerce-page .products--related .overflow-container .product a .product__image .onsale {
  z-index: 2;
  --min-font-px: 18px;
  --min-font: 18;
  --max-font: 26;
  --max-font-px: 26px;
}
#woocommerce-page .products--related .overflow-container .product a h2 {
  margin: 10px auto 15px;
  line-height: 1;
  --min-font-px: 24px;
  --min-font: 24;
  --max-font: 50;
  --max-font-px: 50px;
}
#woocommerce-page .products--related .overflow-container .product a .short_description,
#woocommerce-page .products--related .overflow-container .product a .price {
  font-family: "Helvetica", sans-serif;
  line-height: 1;
  --min-font-px: 15px;
  --min-font: 15;
  --max-font: 23;
  --max-font-px: 23px;
}
#woocommerce-page .products--related .overflow-container .product a .short_description ins,
#woocommerce-page .products--related .overflow-container .product a .price ins {
  text-decoration: none;
}
#woocommerce-page .products--related .overflow-container .product a .short_description ins .amount,
#woocommerce-page .products--related .overflow-container .product a .price ins .amount {
  color: #d36f1d;
}
#woocommerce-page .products--related .overflow-container .product a .short_description ins .amount .woocommerce-Price-currencySymbol,
#woocommerce-page .products--related .overflow-container .product a .price ins .amount .woocommerce-Price-currencySymbol {
  color: #d36f1d;
}
#woocommerce-page .products--related .overflow-container .product a:hover .product__image .hover-image {
  opacity: 1;
}
#woocommerce-page .products--related .overflow-container .product .add-to-cart-container,
#woocommerce-page .products--related .overflow-container .product .button {
  display: none;
}
#woocommerce-page .nav-tabs {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
}
#woocommerce-page .nav-tabs .nav-item {
  position: relative;
  padding: 15px 0;
  margin-right: 15px;
}
#woocommerce-page .nav-tabs .nav-item .nav-link {
  font-family: "Mariken", sans-serif;
  --min-font-px: 18px;
  --min-font: 18;
  --max-font: 26;
  --max-font-px: 26px;
  color: #1d1d1b;
  opacity: 0.3;
  cursor: pointer;
}
#woocommerce-page .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: #d36f1d;
  transition: all 300ms ease;
}
#woocommerce-page .nav-tabs .nav-item .nav-link:hover, #woocommerce-page .nav-tabs .nav-item .nav-link:focus, #woocommerce-page .nav-tabs .nav-item .nav-link:active, #woocommerce-page .nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  border: 0;
}
#woocommerce-page .nav-tabs .nav-item .nav-link:hover::after, #woocommerce-page .nav-tabs .nav-item .nav-link:focus::after, #woocommerce-page .nav-tabs .nav-item .nav-link:active::after, #woocommerce-page .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
#woocommerce-page .tab-content .tab-pane {
  display: none;
}
#woocommerce-page .tab-content .tab-pane.active {
  display: block;
}
#woocommerce-page .tab-content .frame-tab {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
#woocommerce-page .tab-content .frame-tab img {
  width: 100%;
}
#woocommerce-page .tab-content .frame-tab.active {
  display: grid;
}

#sidebar {
  display: none;
}

@media screen and (max-width: 1024px) {
  #woocommerce-page .product--main {
    margin: 50px 0;
  }
  #woocommerce-page .product--main .product__image {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 991px) {
  #woocommerce-page .product--main .product__image {
    flex: 0 0 55%;
    margin-bottom: 30px;
  }
  #woocommerce-page .product--main .product__image .carousel__control {
    width: 30px;
    padding: 10px;
  }
  #woocommerce-page .product--main .summary {
    flex: 0 0 45%;
    padding: 0 20px;
  }
  #woocommerce-page .product--main .summary .woocommerce-product-details__short-description {
    margin-bottom: 40px;
  }
  #woocommerce-page .product--main .summary .price {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #woocommerce-page .woocommerce-notices-wrapper .woocommerce-message a {
    float: left;
    margin: 10px 0 0;
  }
  #woocommerce-page .product--main .product__image {
    flex: 0 0 100%;
  }
  #woocommerce-page .product--main .summary {
    flex: 0 0 100%;
    padding: 0;
  }
  #woocommerce-page .products--related {
    overflow: hidden;
  }
  #woocommerce-page .products--related .overflow-container {
    flex-flow: row nowrap;
    overflow-x: scroll;
    padding-bottom: 30px;
  }
  #woocommerce-page .products--related .overflow-container .product {
    flex: 0 0 250px;
    margin-right: 30px;
  }
  #woocommerce-page .products--related .overflow-container .product:last-of-type {
    margin-right: 0;
  }
  #woocommerce-page .tab-content .frame-tab {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
