/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/fast-css-loader/lib/index.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./blocks/woocommerce/single-product/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
/* Bootstrap */
/* Vendors */
/* Bootstrap */
/* Vendors */
.accordion {
  --bs-accordion-color: var(--accordion-color);
  --bs-accordion-bg: var(--accordion-bg);
  --bs-accordion-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: var(--border-radius);
  --bs-accordion-inner-border-radius: calc(var(--border-radius) - 1px);
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: var(--spacers-sm);
  --bs-accordion-btn-color: var(--accordion-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg data-name='Warstwa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 62'%3e%3cpath fill='none' stroke-width='4px' stroke='%23000' d='M62,31H0'/%3e%3cpath fill='none' stroke-width='4px' stroke='%23000' d='M31,62V0'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: 0;
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg data-name='Warstwa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 62'%3e%3cpath fill='none' stroke-width='4px' stroke='var%28--accordion-icon-active-color%29' d='M62,31H0'/%3e%3cpath fill='none' stroke-width='4px' stroke='var%28--accordion-icon-active-color%29' d='M31,62V0'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #ee4444;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0 rgba(238, 68, 68, 0.25);
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: var(--spacers-sm);
  --bs-accordion-active-color: var(--accordion-button-active-color);
  --bs-accordion-active-bg: #fdecec; }

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition); }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      -webkit-transition: none;
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
            box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }
    .accordion-button:not(.collapsed)::after {
      background-image: var(--bs-accordion-btn-active-icon);
      -webkit-transform: var(--bs-accordion-btn-icon-transform);
              transform: var(--bs-accordion-btn-icon-transform); }
  .accordion-button::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition); }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        -webkit-transition: none;
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
            box-shadow: var(--bs-accordion-btn-focus-box-shadow); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius); }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: var(--bs-accordion-inner-border-radius);
      border-top-right-radius: var(--bs-accordion-inner-border-radius); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius); }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
      border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: var(--bs-accordion-border-radius);
      border-bottom-left-radius: var(--bs-accordion-border-radius); }

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0; }

.accordion {
  border: 0; }

.accordion-item {
  background-color: transparent;
  border-radius: 0 !important;
  border: 0;
  border-bottom: 1px solid var(--block-border-color);
  overflow: hidden; }
  @media (min-width: 768px) {
    .accordion-item:first-child {
      border-top: 1px solid var(--block-border-color); } }

.accordion-header {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .accordion-header:not(.collapsed) .accordion-button .accordion-button__btn span:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .accordion-header .accordion-button.collapsed .accordion-button__btn span::after, .accordion-header .accordion-button.collapsed .accordion-button__btn span::before {
    background-color: #292524; }
  @media (hover: hover) {
    .accordion-header .accordion-button.collapsed .accordion-button:hover .accordion-title {
      -webkit-transform: translateX(var(--spacers-xxs));
              transform: translateX(var(--spacers-xxs)); } }

.accordion-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 500; }

.accordion-action {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 0 !important;
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding-top: var(--spacers-xs-vw);
  padding-bottom: var(--spacers-xs-vw);
  font-size: var(--title-lg);
  line-height: var(--title-lg-line-height);
  letter-spacing: var(--title-lg-letter-spacing);
  font-weight: 600; }
  @media (hover: hover) {
    .accordion-action:hover {
      color: var(--accordion-text-color-active); } }
  .accordion-action:not(.collapsed) {
    color: var(--accordion-text-color-active); }
  .accordion-action .btn-accordion {
    min-width: clamp(calc((130px * var(--min-font-size-controler))), calc(7.80347vw), calc(135px * var(--max-font-size-controler))); }
  .accordion-action .btn__text--expanded {
    display: none; }
  .accordion-action:not(.collapsed) {
    background-color: transparent;
    border-bottom-color: transparent; }
    .accordion-action:not(.collapsed) .btn__text--collapsed {
      display: none; }
    .accordion-action:not(.collapsed) .btn__text--expanded {
      display: block; }

.accordion-button {
  -webkit-transition: none;
  transition: none;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 0 !important;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: var(--text-md);
  line-height: var(--text-md-line-height);
  font-family: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: none;
  padding-right: clamp(calc((50px * var(--min-font-size-controler))), calc(2.89017vw), calc(50px * var(--max-font-size-controler))); }
  @media (max-width: 767.98px) {
    .accordion-button {
      padding-top: var(--spacers-sm);
      padding-bottom: var(--spacers-sm); } }
  .accordion-button:not(.collapsed) {
    background-color: transparent;
    border-bottom-color: transparent; }
  .accordion-button__btn {
    background-color: transparent;
    line-height: 1;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
    text-align: right;
    content: "";
    width: clamp(calc((30px * var(--min-font-size-controler))), calc(1.7341vw), calc(30px * var(--max-font-size-controler)));
    height: clamp(calc((30px * var(--min-font-size-controler))), calc(1.7341vw), calc(30px * var(--max-font-size-controler)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: var(--spacers-sm);
    position: absolute;
    right: 0; }
    .accordion-button__btn span {
      position: relative;
      z-index: 1;
      display: block;
      width: 50%;
      height: 50%; }
      .accordion-button__btn span::after, .accordion-button__btn span::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0.125rem;
        background-color: #292524;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .accordion-button__btn span::before {
        -webkit-transform: rotate(90deg) translate(0, 0);
                transform: rotate(90deg) translate(0, 0);
        left: 0;
        right: 0;
        margin-top: -1px; }
  .accordion-button::after {
    display: none !important; }
  .accordion-button:not(.collapsed) {
    background-color: transparent; }
  @media (hover: hover) {
    .accordion-button:hover .accordion-title {
      -webkit-transform: translateX(1.25rem);
              transform: translateX(1.25rem); } }

.accordion-text {
  -webkit-transition: none;
  transition: none;
  border: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 0 !important;
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding-top: var(--spacers-xs-vw);
  padding-bottom: var(--spacers-xs-vw);
  font-size: var(--title-lg);
  line-height: var(--title-lg-line-height);
  font-weight: 600; }
  .accordion-text:not(.collapsed) {
    background-color: transparent;
    border-bottom-color: transparent; }
    .accordion-text:not(.collapsed):after {
      content: "Show less"; }
  .accordion-text::after {
    background: transparent !important;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    content: "Show more";
    min-width: 8.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid;
    border-radius: 40px;
    padding: var(--input-btn-padding-y) 1.25rem;
    font-size: var(--input-btn-font-size);
    line-height: 1.5;
    -webkit-transform: none !important;
            transform: none !important;
    text-align: center; }

.accordion-body {
  padding-top: 0;
  padding-bottom: var(--spacers-sm); }
  .accordion-body a {
    position: relative;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    -webkit-transition: background-size .3s;
    transition: background-size .3s;
    line-height: 1;
    color: #ee4444 !important;
    padding: 0 !important;
    background-color: transparent;
    border: 0 !important;
    letter-spacing: clamp(calc((0.3px * var(--min-font-size-controler))), calc(0.01734vw), calc(0.3px * var(--max-font-size-controler)));
    text-align: center;
    font-weight: 600; }
    .accordion-body a.active, .accordion-body a:hover, .accordion-body a:active {
      text-decoration: none;
      color: currentColor; }
    @media (hover: hover) {
      .accordion-body a.active, .accordion-body a:hover, .accordion-body a:active {
        background-size: 100% 1px; } }

.accordion-collapse {
  border: 0 !important;
  background-color: transparent; }

.bg-primary .accordion-button:after,
.bg-dark .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><g><g><path d='M10 0L10 20' stroke='%23ffffff'/><path d='M20 10L-8.34465e-07 10' stroke='%23ffffff'/></g></g></svg>"); }

.bg-primary .accordion-button:not(.collapsed):after,
.bg-dark .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><g><g><path d='M10 0L10 20' stroke='%23ffffff'/><path d='M20 10L-8.34465e-07 10' stroke='%23ffffff'/></g></g></svg>"); }

.has-collapsed .accordion-body {
  padding-bottom: var(--spacers-sm-vw); }

.has-collapsed:nth-child(1 of .has-collapsed) {
  padding-top: calc(var(--spacers-xs-vw) + var(--spacers-sm-vw)); }
  .has-collapsed:nth-child(1 of .has-collapsed) .accordion-text {
    padding-top: 0; }

.has-collapsed:nth-last-child(1 of .has-collapsed) {
  padding-bottom: var(--spacers-sm-vw); }
  .has-collapsed:nth-last-child(1 of .has-collapsed) .accordion-item {
    border-bottom: 0; }

.has-collapsed + .has-collapsed {
  padding-top: 0 !important;
  border-top: 0 !important; }

.bg-primary .accordion-header.collapsed .accordion-button__btn span::after, .bg-primary .accordion-header.collapsed .accordion-button__btn span::before {
  background-color: #ffffff; }

.bg-primary .accordion-button__btn span::after, .bg-primary .accordion-button__btn span::before {
  background-color: #ffffff; }

.bg-dark .accordion-header.collapsed .accordion-button__btn span::after, .bg-dark .accordion-header.collapsed .accordion-button__btn span::before {
  background-color: #292524; }

.bg-dark .accordion-button__btn span::after, .bg-dark .accordion-button__btn span::before {
  background-color: #ffffff; }

.rating,
.woocommerce #review_form #respond .stars > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
  line-height: 1.25rem; }
  .rating [class*="star-"], .rating__star,
  .woocommerce #review_form #respond .stars > span [class*="star-"],
  .woocommerce #review_form #respond .stars > span__star {
    height: 1.25rem;
    width: 1.25rem;
    font-size: 0; }
    .rating [class*="star-"]::before, .rating__star::before,
    .woocommerce #review_form #respond .stars > span [class*="star-"]::before,
    .woocommerce #review_form #respond .stars > span__star::before {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 15L4.12215 18.0902L5.24472 11.5451L0.489435 6.90983L7.06107 5.95491L10 0L12.9389 5.95491L19.5106 6.90983L14.7553 11.5451L15.8779 18.0902L10 15Z" fill="%23d1d1d1" /></svg>');
      content: "";
      position: relative;
      background-size: contain;
      background-position: left;
      background-repeat: no-repeat;
      display: block;
      width: 1.25rem;
      height: 1.25rem; }
    .rating [class*="star-"].full-star::before, .rating__star.full-star::before,
    .woocommerce #review_form #respond .stars > span [class*="star-"].full-star::before,
    .woocommerce #review_form #respond .stars > span__star.full-star::before {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 15L4.12215 18.0902L5.24472 11.5451L0.489435 6.90983L7.06107 5.95491L10 0L12.9389 5.95491L19.5106 6.90983L14.7553 11.5451L15.8779 18.0902L10 15Z" fill="%2310b880" /></svg>'); }
    .rating [class*="star-"].half-star::before, .rating__star.half-star::before,
    .woocommerce #review_form #respond .stars > span [class*="star-"].half-star::before,
    .woocommerce #review_form #respond .stars > span__star.half-star::before {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><defs><linearGradient id="half-star" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="50%" stop-color="%2310B880" /><stop offset="50%" stop-color="%23D1D1D1" /></linearGradient></defs><path fill-rule="evenodd" clip-rule="evenodd" d="M10 15L4.12215 18.0902L5.24472 11.5451L0.489435 6.90983L7.06107 5.95491L10 0L12.9389 5.95491L19.5106 6.90983L14.7553 11.5451L15.8779 18.0902L10 15Z" fill="url(%23half-star)" /></svg>'); }
  .rating [class*="star-"].active::before, .rating [class*="star-"]:has(~ .active)::before,
  .woocommerce #review_form #respond .stars > span [class*="star-"].active::before,
  .woocommerce #review_form #respond .stars > span [class*="star-"]:has(~ .active)::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 15L4.12215 18.0902L5.24472 11.5451L0.489435 6.90983L7.06107 5.95491L10 0L12.9389 5.95491L19.5106 6.90983L14.7553 11.5451L15.8779 18.0902L10 15Z" fill="%2310b880" /></svg>'); }
  .rating [class*="star-"]:hover ~ [class*="star-"]::before,
  .woocommerce #review_form #respond .stars > span [class*="star-"]:hover ~ [class*="star-"]::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 15L4.12215 18.0902L5.24472 11.5451L0.489435 6.90983L7.06107 5.95491L10 0L12.9389 5.95491L19.5106 6.90983L14.7553 11.5451L15.8779 18.0902L10 15Z" fill="%23d1d1d1" /></svg>'); }

.woocommerce #review_form #respond .stars > span:hover [class*="star-"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 15L4.12215 18.0902L5.24472 11.5451L0.489435 6.90983L7.06107 5.95491L10 0L12.9389 5.95491L19.5106 6.90983L14.7553 11.5451L15.8779 18.0902L10 15Z" fill="%2310b880" /></svg>'); }

/* Bootstrap */
/* Vendors */
/*! purgecss start ignore */
.col-card__tags,
.l__gallery__tags {
  position: absolute;
  top: var(--spacers-xs);
  right: var(--spacers-xs);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: clamp(calc((5px * var(--min-font-size-controler))), calc(0.28902vw), calc(5px * var(--max-font-size-controler)));
  height: auto;
  width: auto; }
  .col-card__tags--bottom,
  .l__gallery__tags--bottom {
    top: auto;
    bottom: var(--spacers-xs);
    left: var(--spacers-xs);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.col-card__tag,
.l__gallery__tag {
  font-size: var(--text-xxs);
  line-height: var(--text-xxs-line-height);
  letter-spacing: var(--text-xxs-letter-spacing);
  padding: clamp(calc((3px * var(--min-font-size-controler))), calc(0.17341vw), calc(3px * var(--max-font-size-controler))) clamp(calc((7px * var(--min-font-size-controler))), calc(0.40462vw), calc(7px * var(--max-font-size-controler)));
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: 600; }
  .col-card__tag--best-value,
  .l__gallery__tag--best-value {
    color: #ffffff;
    background-color: #5aa7dc; }
  .col-card__tag--new,
  .l__gallery__tag--new {
    color: #ffffff;
    background-color: #10b880; }
  .col-card__tag--sale,
  .l__gallery__tag--sale {
    color: #ffffff;
    background-color: #e44; }
  .col-card__tag--made-in-the-uk,
  .l__gallery__tag--made-in-the-uk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4375rem; }
    .col-card__tag--made-in-the-uk::before,
    .l__gallery__tag--made-in-the-uk::before {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' viewBox='0 0 19 13' fill='none'%3E%3Cg clip-path='url(%23clip0_6531_43)'%3E%3Cpath d='M18.2012 0.147461H0.201172V12.1476H18.2012V0.147461Z' fill='white'/%3E%3Cpath d='M8.07617 0.147156H10.3262V5.02214H18.2012V7.27214H10.3262V12.1471H8.07617V7.27214H0.201172V5.02214H8.07617V0.147156Z' fill='%23D80027'/%3E%3Cpath d='M4.35665 8.23425L0.200657 10.5432V8.23425H4.35665ZM7.24414 8.23425L0.200657 12.1473V11.0408L5.25236 8.23425H7.24414ZM2.07681 12.1473L7.24414 9.27628V12.1473H2.07681Z' fill='%230052B4'/%3E%3Cpath d='M7.24414 8.23425L0.200657 12.1473V11.0408L5.25236 8.23425H7.24414Z' fill='white'/%3E%3Cpath d='M7.24414 8.23425L0.200657 12.1473V11.0408L5.25236 8.23425H7.24414Z' fill='%23D80027'/%3E%3Cpath d='M15.0251 8.23425L18.2012 9.99875V8.23425H15.0251ZM11.1577 8.73186V12.1473H17.305L11.1577 8.73186Z' fill='%230052B4'/%3E%3Cpath d='M13.1495 8.23425L18.2012 11.0408V12.1473L11.1577 8.23425H13.1495Z' fill='%23D80027'/%3E%3Cpath d='M14.0452 4.06019L18.2012 1.75127V4.06019H14.0452ZM11.1577 4.06019L18.2012 0.147156V1.25366L13.1495 4.06019H11.1577ZM16.325 0.147156L11.1577 3.01816V0.147156H16.325Z' fill='%230052B4'/%3E%3Cpath d='M11.1577 4.06019L18.2012 0.147156V1.25366L13.1495 4.06019H11.1577Z' fill='white'/%3E%3Cpath d='M11.1577 4.06019L18.2012 0.147156V1.25366L13.1495 4.06019H11.1577Z' fill='%23D80027'/%3E%3Cpath d='M3.37671 4.06047L0.200657 2.29598V4.06047H3.37671ZM7.24414 3.56287V0.1474H1.09682L7.24414 3.56287Z' fill='%230052B4'/%3E%3Cpath d='M5.25236 4.06037L0.200657 1.25385V0.147339L7.24414 4.06037H5.25236Z' fill='%23D80027'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6531_43'%3E%3Crect width='18' height='12' fill='white' transform='matrix(-1 0 0 1 18.2012 0.147461)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
      background-repeat: no-repeat no-repeat;
      background-position: center center;
      background-size: cover;
      width: 1.1875rem;
      height: 0.8125rem;
      display: inline-block; }

/*! purgecss end ignore */
/*! purgecss start ignore */
/* Bootstrap */
/* Vendors */
/*
    Dots plugin
*/
/*
    Navigation plugin
*/
.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .carousel *,
  .carousel *:before,
  .carousel *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%; }

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain; }

.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer; }
    .carousel__dots .carousel__dot:after {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: currentColor;
      opacity: 0.25;
      -webkit-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out; }
    .carousel__dots .carousel__dot.is-selected:after {
      opacity: 1; }

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  .carousel__button.is-prev, .carousel__button.is-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .carousel__button.is-prev {
    left: 10px; }
  .carousel__button.is-next {
    right: 10px; }
  .carousel__button[disabled] {
    cursor: default;
    opacity: 0.3; }
  .carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
            filter: var(--carousel-button-svg-filter, none);
    pointer-events: none; }

/*
    Dots plugin
*/
/*
    Navigation plugin
*/
.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .carousel *,
  .carousel *:before,
  .carousel *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%; }

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain; }

.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer; }
    .carousel__dots .carousel__dot:after {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: currentColor;
      opacity: 0.25;
      -webkit-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out; }
    .carousel__dots .carousel__dot.is-selected:after {
      opacity: 1; }

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  .carousel__button.is-prev, .carousel__button.is-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .carousel__button.is-prev {
    left: 10px; }
  .carousel__button.is-next {
    right: 10px; }
  .carousel__button[disabled] {
    cursor: default;
    opacity: 0.3; }
  .carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
            filter: var(--carousel-button-svg-filter, none);
    pointer-events: none; }

/*
  Thumbs plugin
*/
/* 3/2 */
/*
  HTML plugin
*/
/*
  Toolbar plugin
*/
html.with-fancybox {
  scroll-behavior: auto; }

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none; }

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)); }
  .fancybox__container *,
  .fancybox__container *::before,
  .fancybox__container *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .fancybox__container :focus {
    outline: none; }
  body:not(.is-using-mouse) .fancybox__container :focus {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
            box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94)); }
  @media all and (min-width: 1024px) {
    .fancybox__container {
      --carousel-button-width: 48px;
      --carousel-button-height: 48px;
      --carousel-button-svg-width: 27px;
      --carousel-button-svg-height: 27px; } }

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  /* For Safari */
  height: 100%;
  z-index: 10; }
  .fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default; }

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px; }
  .fancybox__slide::before, .fancybox__slide::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
    margin: auto; }
  @media all and (min-width: 1024px) {
    .fancybox__slide {
      padding: 64px 100px; } }

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20; }
  .fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    -webkit-box-shadow: none;
            box-shadow: none; }

.fancybox__caption {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere; }
  .is-loading .fancybox__caption {
    visibility: hidden; }

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button {
  z-index: 40; }
  .fancybox__nav .carousel__button.is-next {
    right: 8px; }
    @media all and (min-width: 1024px) {
      .fancybox__nav .carousel__button.is-next {
        right: 40px; } }
  .fancybox__nav .carousel__button.is-prev {
    left: 8px; }
    @media all and (min-width: 1024px) {
      .fancybox__nav .carousel__button.is-prev {
        left: 40px; } }

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40; }
  @media all and (min-width: 1024px) {
    .carousel__button.is-close {
      right: 40px; } }

/* Close button located inside content area */
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff); }

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none; }

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor); }
  .fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053; }
  .fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
            animation: fancybox-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%; }
    .fancybox__spinner svg circle {
      fill: none;
      stroke-width: 2.75;
      stroke-miterlimit: 10;
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
      -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
              animation: fancybox-dash 1.5s ease-in-out infinite;
      stroke-linecap: round;
      stroke: currentColor; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1); }

/* Opening */
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn; }

/* Closing */
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut; }

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn; }

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown; }

/* Both `throwOut` classes are for closing animation after dragging up/down */
.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown; }

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0; } }

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox__image {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none; }

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px; }
  .is-closing .has-image .fancybox__content {
    overflow: visible; }

.has-image[data-image-fit="contain"] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
  /* Fix Mac OS Safari 11 - 13 */ }
  .has-image[data-image-fit="contain"] .fancybox__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .has-image[data-image-fit="contain"] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto; }
  .has-image[data-image-fit="contain-w"] .fancybox__content {
    min-height: auto; }
  .has-image[data-image-fit="contain-w"] .fancybox__image {
    max-width: 100%;
    height: auto; }

.has-image[data-image-fit="cover"] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none; }
  .has-image[data-image-fit="cover"] .fancybox__content {
    width: 100%;
    height: 100%; }
  .has-image[data-image-fit="cover"] .fancybox__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%; }

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1); }
  .fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
    -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
            animation: 0.15s ease-in backwards fancybox-fadeIn; }
  .fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0; }
  .fancybox__thumbs .carousel__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: visible;
    cursor: pointer; }
    .fancybox__thumbs .carousel__slide .fancybox__thumb::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-width: 5px;
      border-style: solid;
      border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
      opacity: 0;
      -webkit-transition: opacity 0.15s ease;
      transition: opacity 0.15s ease;
      border-radius: var(--fancybox-thumbs-border-radius, 4px); }
    .fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
      opacity: 0.92; }
    .fancybox__thumbs .carousel__slide > * {
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }

.fancybox__thumb {
  position: relative;
  width: 100%;
  /* Keep aspect ratio */
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4)); }
  @media all and (min-width: 1024px) {
    .fancybox__toolbar {
      padding: 8px; } }
  .fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
    -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
            animation: 0.15s ease-in backwards fancybox-fadeIn; }
  .fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0; }
  .fancybox__toolbar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .fancybox__toolbar__items--left {
      margin-right: auto; }
    .fancybox__toolbar__items--center {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .fancybox__toolbar__items--right {
      margin-left: auto; }
    @media (max-width: 640px) {
      .fancybox__toolbar__items--center:not(:last-child) {
        display: none; } }

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0; }

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0; }

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0; }

.fancybox__container:fullscreen::backdrop {
  opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) {
  display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__button--slideshow g:nth-child(2) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block; }

.panzoom {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.panzoom__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 1px;
  margin: auto; }

.panzoom__content {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: none;
  transition: none;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox__slide {
  padding: var(--spacers-xs); }

.fancybox__container {
  overflow: visible; }
  @media (min-width: 768px) {
    .fancybox__container {
      margin: 1.25rem; }
      .fancybox__container::after {
        position: absolute;
        content: "";
        background-color: rgba(0, 0, 0, 0.6);
        width: calc(100% + 2.5rem);
        height: calc(100% + 2.5rem);
        top: -1.25rem;
        left: -1.25rem;
        z-index: 1; } }

.fancybox__carousel {
  overflow: hidden; }

.fancybox__backdrop {
  background-color: #ffffff;
  z-index: 2; }
  @media (min-width: 768px) {
    .fancybox__backdrop {
      border-radius: 0.625rem; } }

.fancybox__counter {
  display: none; }

.fancybox__thumbs {
  z-index: 3; }
  .fancybox__thumbs .carousel__slide {
    padding-bottom: var(--spacers-xs); }
    .fancybox__thumbs .carousel__slide .fancybox__thumb {
      width: 6.25rem;
      height: 5rem;
      padding: 0; }
    .fancybox__thumbs .carousel__slide.is-selected .fancybox__thumb::after {
      display: none; }
    .fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
      border-color: #ee4444;
      opacity: 1;
      border-width: 0.125rem;
      display: block; }

.fancybox__counter {
  color: #292524;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0; }

.fancybox__toolbar {
  background: unset;
  margin-bottom: var(--spacers-xs); }

.fancybox__button--zoom, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs {
  display: none; }

@media (min-width: 768px) {
  .fancybox__slide {
    margin-top: var(--spacers-xs); } }

.carousel__button {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important; }
  .carousel__button svg {
    stroke: #292524;
    -webkit-filter: unset;
            filter: unset; }

/*! purgecss end ignore */
/*! purgecss start ignore */
.b--single-product {
  position: relative; }
  @media (max-width: 767.98px) {
    .b--single-product {
      overflow: hidden; } }
  .b--single-product .l__grid {
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: var(--spacers-md);
    grid-row-gap: 0px;
    grid-template-areas: "Gallery Title" "Gallery AddToCart" "Gallery AdditionalInformationBox"; }
    @media (max-width: 991.98px) {
      .b--single-product .l__grid {
        gap: var(--spacers-sm);
        grid-template-columns: 1fr;
        grid-template-areas: "Title" "Gallery" "AddToCart" "AdditionalInformationBox"; } }
  .b--single-product .l__title-box {
    grid-area: Title; }
  .b--single-product .l__large-button-icon {
    font-size: var(--text-ms);
    line-height: var(--text-ms-line-height);
    letter-spacing: var(--text-ms-letter-spacing);
    font-weight: 800;
    color: #000 !important; }
  .b--single-product .l__add-to-cart-box {
    grid-area: AddToCart;
    padding-bottom: var(--spacers-md);
    border-bottom: 1px solid var(--block-border-color); }
    .b--single-product .l__add-to-cart-box .select2-container--default .select2-selection--single {
      max-width: unset !important; }
  .b--single-product .l__gallery {
    grid-area: Gallery;
    display: grid;
    grid-template-columns: 4.125rem 1fr;
    gap: var(--spacers-xs);
    position: relative; }
    @media (min-width: 992px) {
      .b--single-product .l__gallery {
        position: sticky;
        top: var(--spacers-md);
        height: var(--product-image-height); } }
    @media (max-width: 767.98px) {
      .b--single-product .l__gallery {
        padding-top: var(--spacers-xs);
        padding-bottom: var(--spacers-md); }
        .b--single-product .l__gallery::before {
          content: "";
          height: 1px;
          position: absolute;
          top: 0;
          z-index: 2;
          background: var(--block-border-color);
          left: calc(var(--gutter-base) * -1);
          right: calc(var(--gutter-base) * -1); }
        .b--single-product .l__gallery::after {
          content: "";
          height: 1px;
          position: absolute;
          bottom: 0;
          z-index: 2;
          background: var(--block-border-color);
          left: calc(var(--gutter-base) * -1);
          right: calc(var(--gutter-base) * -1); } }
    @media (max-width: 991.98px) {
      .b--single-product .l__gallery {
        grid-template-columns: 1fr; } }
    .b--single-product .l__gallery--single {
      grid-template-columns: 1fr; }
    .b--single-product .l__gallery__btn {
      background-color: transparent;
      width: 100%;
      border: 0; }
    .b--single-product .l__gallery img.stretch-img {
      height: 100%; }
    .b--single-product .l__gallery .swiper {
      width: 100%; }
    @media (min-width: 768px) {
      .b--single-product .l__gallery .swiper-slide .swiper-slide-inner {
        border: 1px solid var(--block-border-color); } }
    .b--single-product .l__gallery .swiper-slide-thumb {
      height: 4.125rem;
      border: 1px solid var(--block-border-color);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .b--single-product .l__gallery .swiper-slide-thumb .swiper-slide-inner {
        border: 0; }
      .b--single-product .l__gallery .swiper-slide-thumb.swiper-slide-thumb-active {
        border-color: #000;
        border-width: 2px; }
      .b--single-product .l__gallery .swiper-slide-thumb .swiper-slide-inner {
        width: 80%; }
    .b--single-product .l__gallery__thumbs {
      position: relative;
      max-height: var(--product-image-height, 500px); }
      .b--single-product .l__gallery__thumbs .swiper {
        max-height: var(--product-gallery-height, 450px); }
      @media (max-width: 991.98px) {
        .b--single-product .l__gallery__thumbs {
          display: none; } }
  .b--single-product .l__price .col-card__amount .amount {
    font-size: var(--title-lg);
    line-height: var(--title-lg-line-height);
    letter-spacing: var(--title-lg-letter-spacing);
    font-weight: 800; }
  .b--single-product .l__additional-information-box {
    grid-area: AdditionalInformationBox; }
    @media (min-width: 768px) {
      .b--single-product .l__additional-information-box {
        font-size: var(--text-ms);
        line-height: var(--text-ms-line-height);
        letter-spacing: var(--text-ms-letter-spacing); } }
    .b--single-product .l__additional-information-box .accordion-item:first-child {
      border-top: 0; }
    .b--single-product .l__additional-information-box .accordion-button {
      font-size: var(--title-xs);
      line-height: var(--title-xs-line-height);
      letter-spacing: var(--title-xs-letter-spacing);
      font-weight: 500; }
  .b--single-product .l__category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: var(--spacers-md);
    list-style: none;
    padding: 0; }
  .b--single-product .l__category-item, .b--single-product .l__sku {
    font-size: var(--title-sm);
    line-height: var(--title-sm-line-height);
    letter-spacing: var(--title-sm-letter-spacing);
    position: relative;
    margin-top: var(--spacers-sx); }
    .b--single-product .l__category-item a::after, .b--single-product .l__sku a::after {
      content: ",";
      margin-right: 0.25rem; }
    .b--single-product .l__category-item:last-child a::after, .b--single-product .l__sku:last-child a::after {
      content: ""; }
  .b--single-product .l__meta-box {
    margin-top: 0.3125rem;
    color: #525252;
    font-weight: 600; }
  .b--single-product .l__delivery-box {
    background-color: #F6F2F2;
    display: inline-block;
    font-size: var(--text-sm);
    line-height: var(--text-sm-line-height);
    letter-spacing: var(--text-sm-letter-spacing);
    font-weight: 600;
    padding: 0.125rem 0.4375rem;
    text-transform: uppercase; }
  .b--single-product .l__review-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(calc((5px * var(--min-font-size-controler))), calc(0.28902vw), calc(5px * var(--max-font-size-controler)));
    line-height: clamp(calc((20px * var(--min-font-size-controler))), calc(1.15607vw), calc(20px * var(--max-font-size-controler))); }
  .b--single-product .l__review-badge-count {
    font-size: var(--text-sm);
    line-height: var(--text-sm-line-height);
    letter-spacing: var(--text-sm-letter-spacing); }
  .b--single-product .l__large-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #F6F2F2;
    height: clamp(calc((50px * var(--min-font-size-controler))), calc(2.89017vw), calc(50px * var(--max-font-size-controler)));
    padding: 0 var(--spacers-xs);
    text-transform: uppercase;
    width: 100%;
    border: 0; }
    @media (hover: hover) {
      .b--single-product .l__large-button:hover .link-icon__text {
        background-size: 100% 1px; } }
    .b--single-product .l__large-button--bulk-buy {
      -webkit-animation: fadeIn 0.5s ease-in-out;
              animation: fadeIn 0.5s ease-in-out; }
    .b--single-product .l__large-button-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: var(--spacers-xxs);
      line-height: 1rem; }
      .b--single-product .l__large-button-icon::before {
        content: "";
        width: 1rem;
        height: 1rem;
        display: inline-block;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='34' height='38' viewBox='0 0 34 38' fill='none'><path d='M18.3891 37.8931H0L15.4039 19L0 0.106934H18.3891L33.793 19L18.3891 37.8931Z' fill='%23EE4444'/></svg>");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
    .b--single-product .l__large-button--light {
      background-color: transparent;
      border: 1px solid var(--block-border-color); }
  .b--single-product .l__challenge-us {
    font-size: var(--text-sm);
    line-height: var(--text-sm-line-height);
    letter-spacing: var(--text-sm-letter-spacing);
    font-weight: 600;
    letter-spacing: clamp(calc((0.3px * var(--min-font-size-controler))), calc(0.01734vw), calc(0.3px * var(--max-font-size-controler)));
    display: block;
    text-align: center;
    text-transform: uppercase; }
  .b--single-product .l__challenge-us-highlight {
    position: relative;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    -webkit-transition: background-size .3s;
    transition: background-size .3s;
    font-size: var(--text-sm);
    line-height: var(--text-sm-line-height);
    letter-spacing: var(--text-sm-letter-spacing);
    line-height: 1;
    color: #ee4444 !important;
    padding: 0 !important;
    background-color: transparent;
    border: 0 !important;
    letter-spacing: clamp(calc((0.3px * var(--min-font-size-controler))), calc(0.01734vw), calc(0.3px * var(--max-font-size-controler)));
    text-align: center;
    text-transform: uppercase;
    font-weight: 600; }
    .b--single-product .l__challenge-us-highlight.active, .b--single-product .l__challenge-us-highlight:hover, .b--single-product .l__challenge-us-highlight:active {
      text-decoration: none;
      color: currentColor; }
    @media (hover: hover) {
      .b--single-product .l__challenge-us-highlight.active, .b--single-product .l__challenge-us-highlight:hover, .b--single-product .l__challenge-us-highlight:active {
        background-size: 100% 1px; } }
  .b--single-product .l__gallery__label {
    position: absolute; }
  .b--single-product .l__play-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--spacers-xs);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .b--single-product .l__play-button-wrapper:hover .l__play-text {
      color: #ee4444; }
    .b--single-product .l__play-button-wrapper:hover .l__play-button::after {
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }
  .b--single-product .l__play-text {
    font-size: var(--text-sm);
    line-height: var(--text-sm-line-height);
    letter-spacing: var(--text-sm-letter-spacing);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: clamp(calc((0.3px * var(--min-font-size-controler))), calc(0.01734vw), calc(0.3px * var(--max-font-size-controler))); }
  .b--single-product .l__play-button {
    position: relative; }
    @media (max-width: 991.98px) {
      .b--single-product .l__play-button {
        width: 4rem;
        height: 4rem; } }
    .b--single-product .l__play-button::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      background-color: rgba(0, 0, 0, 0.5); }
    .b--single-product .l__play-button::after {
      background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><path fill='%23ffffff' d='M6 4l20 12-20 12z'></path></svg>");
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 6;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .b--single-product .l__play-button:hover::after {
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }
  .b--single-product .woocommerce-variation-price {
    display: none !important; }
  .b--single-product .variations {
    margin-bottom: var(--spacers-xs); }
    .b--single-product .variations tr {
      display: grid; }
      .b--single-product .variations tr .label {
        font-weight: 400;
        font-size: var(--text-sm);
        line-height: var(--text-sm-line-height);
        letter-spacing: var(--text-sm-letter-spacing); }
      .b--single-product .variations tr .reset_variations {
        display: none !important; }
      .b--single-product .variations tr + tr {
        margin-top: var(--spacers-xxs); }
  .b--single-product .select2-selection__rendered {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.9375rem;
    height: 1.875rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .b--single-product .select2-container.select2-container {
    min-width: var(--select-width) !important; }
    @media (max-width: 991.98px) {
      .b--single-product .select2-container.select2-container {
        width: calc(100vw - var(--gutter-base) * 2) !important; } }
  .b--single-product .woocommerce-variation-add-to-cart,
  .b--single-product .cart:not(.variations_form) {
    display: grid;
    grid-template-columns: clamp(calc((80px * var(--min-font-size-controler))), calc(5.78035vw), calc(100px * var(--max-font-size-controler))) 1fr;
    gap: var(--spacers-xxs); }
    @media (min-width: 768px) {
      .b--single-product .woocommerce-variation-add-to-cart,
      .b--single-product .cart:not(.variations_form) {
        grid-template-columns: clamp(calc((80px * var(--min-font-size-controler))), calc(5.78035vw), calc(100px * var(--max-font-size-controler))) 1fr clamp(calc((58px * var(--min-font-size-controler))), calc(3.3526vw), calc(58px * var(--max-font-size-controler))); } }
  .b--single-product .single_add_to_cart_button.loading {
    background-color: #A7A19D; }
    .b--single-product .single_add_to_cart_button.loading::after {
      content: "";
      width: 0.875rem;
      height: 0.875rem;
      position: relative;
      display: inline-block;
      border-radius: 100%;
      border: 2px solid #ffffff;
      border-bottom-color: transparent;
      -webkit-animation: rotation 1s linear infinite;
              animation: rotation 1s linear infinite;
      margin-left: 0.3125rem;
      margin-bottom: -0.125rem; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .b--single-product .quantity {
    position: relative;
    height: clamp(calc((58px * var(--min-font-size-controler))), calc(3.3526vw), calc(58px * var(--max-font-size-controler))); }
    .b--single-product .quantity input {
      width: 100% !important;
      height: 100%;
      border: 1px solid var(--block-border-color);
      text-align: left !important;
      padding: var(--spacers-xs); }
      .b--single-product .quantity input::-webkit-inner-spin-button {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        -webkit-transform: scale(2);
                transform: scale(2);
        -webkit-transform-origin: right center;
                transform-origin: right center;
        opacity: 0;
        cursor: pointer; }
      .b--single-product .quantity input:focus {
        border-color: #292524;
        outline: none; }
    .b--single-product .quantity:before, .b--single-product .quantity:after {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%23000' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
      width: clamp(calc((20px * var(--min-font-size-controler))), calc(1.15607vw), calc(20px * var(--max-font-size-controler)));
      height: clamp(calc((20px * var(--min-font-size-controler))), calc(1.15607vw), calc(20px * var(--max-font-size-controler)));
      font-size: var(--text-xs);
      line-height: var(--text-xs-line-height);
      letter-spacing: var(--text-xs-letter-spacing);
      content: "";
      position: absolute;
      top: clamp(calc((7px * var(--min-font-size-controler))), calc(0.40462vw), calc(7px * var(--max-font-size-controler)));
      right: clamp(calc((7px * var(--min-font-size-controler))), calc(0.40462vw), calc(7px * var(--max-font-size-controler)));
      color: #292524;
      pointer-events: none;
      background-size: contain; }
    .b--single-product .quantity:before {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .b--single-product .quantity:after {
      content: "";
      pointer-events: none;
      top: unset;
      bottom: clamp(calc((7px * var(--min-font-size-controler))), calc(0.40462vw), calc(7px * var(--max-font-size-controler))); }
  .b--single-product .added_to_cart {
    display: none !important; }
  @media (max-width: 767.98px) {
    .b--single-product .woocommerce-variation-add-to-cart .button-add-to-wishlist {
      display: none; } }
  .b--single-product .button-add-to-wishlist {
    border: 1px solid var(--block-border-color);
    background-color: transparent;
    width: clamp(calc((58px * var(--min-font-size-controler))), calc(3.3526vw), calc(58px * var(--max-font-size-controler)));
    height: clamp(calc((58px * var(--min-font-size-controler))), calc(3.3526vw), calc(58px * var(--max-font-size-controler))); }
    @media (hover: hover) {
      .b--single-product .button-add-to-wishlist:hover {
        background-color: #F6F2F2; } }
    .b--single-product .button-add-to-wishlist--mobile {
      border-color: transparent; }
      .b--single-product .button-add-to-wishlist--mobile .icon::after {
        background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.31802 6.36477C2.56066 8.12213 2.56066 10.9714 4.31802 12.7287L12.0001 20.4108L19.682 12.7287C21.4393 10.9714 21.4393 8.12213 19.682 6.36477C17.9246 4.60741 15.0754 4.60741 13.318 6.36477L12.0001 7.68284L10.682 6.36477C8.92462 4.60741 6.07538 4.60741 4.31802 6.36477Z" stroke="%23ced4da" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
      .b--single-product .button-add-to-wishlist--mobile:hover {
        background-color: transparent; }
    .b--single-product .button-add-to-wishlist.is-added .icon::after {
      background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.31802 6.36477C2.56066 8.12213 2.56066 10.9714 4.31802 12.7287L12.0001 20.4108L19.682 12.7287C21.4393 10.9714 21.4393 8.12213 19.682 6.36477C17.9246 4.60741 15.0754 4.60741 13.318 6.36477L12.0001 7.68284L10.682 6.36477C8.92462 4.60741 6.07538 4.60741 4.31802 6.36477Z" fill="%23ee4444" stroke="%23ee4444" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
  .b--single-product .swiper-pagination {
    position: relative;
    margin-top: var(--spacers-sm);
    --swiper-pagination-color: #ee4444;
    --swiper-pagination-progressbar-bg-color: var(--block-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .b--single-product .only-visible-on-single-product {
    display: inline-block !important; }
  .b--single-product .swiper {
    position: relative; }

.select-circle {
  position: relative;
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%; }

#select2-pa_color-results .select2-results__option {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem; }

.select2-container--default.select2-container--default .select2-selection--single {
  border-radius: 0 !important; }

.product-preview {
  display: grid;
  grid-template-columns: clamp(calc((90px * var(--min-font-size-controler))), calc(5.20231vw), calc(90px * var(--max-font-size-controler))) 1fr;
  padding: 15px 14px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  align-self: stretch;
  border: 1px solid var(--block-border-color);
  background: #F6F2F2; }
  .product-preview__image {
    border: 1px solid border-color; }
  .product-preview__attributes {
    margin-top: var(--spacers-xxs);
    font-weight: 600; }
  .product-preview a {
    background: none !important;
    display: inline-block; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plugify_table_parent_div_overflow {
  display: none !important; }

.features-table-container {
  background-color: #F6F2F2; }

.features-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .features-table__row {
    border-bottom: 1px solid var(--block-border-color); }
    .features-table__row:nth-child(even) {
      background-color: #F9F9F8; }
    .features-table__row:last-child {
      border-bottom: none; }
    @media (max-width: 559.98px) {
      .features-table__row {
        display: block; } }
  .features-table__name {
    padding: var(--spacers-xs) var(--spacers-md) var(--spacers-xs) var(--spacers-xs);
    vertical-align: top;
    width: 30%;
    min-width: 14.375rem; }
    @media (max-width: 559.98px) {
      .features-table__name {
        display: block;
        width: 100%;
        padding-bottom: var(--spacers-xs);
        border-bottom: 1px solid var(--block-border-color); } }
  .features-table__name-text {
    font-weight: 600;
    color: #000;
    font-size: var(--text-sm);
    line-height: var(--text-sm-line-height);
    letter-spacing: var(--text-sm-letter-spacing); }
    @media (max-width: 559.98px) {
      .features-table__name-text {
        font-size: var(--text-sm);
        line-height: var(--text-sm-line-height);
        letter-spacing: var(--text-sm-letter-spacing); } }
  .features-table__options {
    padding: var(--spacers-xs) 0;
    vertical-align: top; }
    @media (max-width: 559.98px) {
      .features-table__options {
        display: block;
        width: 100%;
        padding-left: var(--spacers-xs);
        padding-right: var(--spacers-xs); } }
  .features-table__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--spacers-xs);
    margin-bottom: var(--spacers-xs); }
    .features-table__option:last-child {
      margin-bottom: 0; }
    @media (max-width: 559.98px) {
      .features-table__option {
        margin-bottom: var(--spacers-sm); } }
  .features-table__check-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 0.75rem;
    height: 0.75rem;
    background-image: url("data:image/svg+xml,<svg width='26px' height='26px' viewBox='0 0 26 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'><g  transform='translate(1.980469, 1.979492)' stroke='%23ee4444' stroke-width='2'><polyline points='22.039231 0 6.228491 22.039308 0 15.810808'></polyline></g></g></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .features-table__text {
    font-size: var(--text-sm);
    line-height: var(--text-sm-line-height);
    letter-spacing: var(--text-sm-letter-spacing);
    color: #000;
    line-height: 1.4; }
    @media (max-width: 559.98px) {
      .features-table__text {
        font-size: var(--text-sm);
        line-height: var(--text-sm-line-height);
        letter-spacing: var(--text-sm-letter-spacing); } }

.post-nav {
  min-width: 7.5rem;
  position: absolute;
  top: 0;
  right: var(--spacers-lg-vw);
  z-index: 99;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap; }
  @media (max-width: 1399.98px) {
    .post-nav {
      right: var(--gutter-base); } }
  @media (max-width: 991.98px) {
    .post-nav {
      position: initial;
      margin-bottom: var(--spacers-xs);
      width: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (max-width: 767.98px) {
    .post-nav {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .post-nav__link {
    width: 1.25rem;
    height: 1.25rem; }
    .post-nav__link:hover {
      opacity: 0.7;
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }
    .post-nav__link--next {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      .post-nav__link--next:hover {
        -webkit-transform: rotate(180deg) scale(0.9);
                transform: rotate(180deg) scale(0.9); }

/*! purgecss end ignore */

