/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/photoswipe/dist/photoswipe.css ***!
  \***************************************************************************************************************************/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

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


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/scss/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
:root {
  --fontfamielies-displayprimary: "Scale",sans-serif;
  --fontfamielies-displaysecondary: "Scale",sans-serif;
  --fontfamielies-body: "Scale",sans-serif;
  --fontweight-thin: 100;
  --fontweight-extralight: 200;
  --fontweight-light: 300;
  --fontweight-regular: 400;
  --fontweight-medium: 500;
  --fontweight-semi-bold: 600;
  --fontweight-bold: 700;
  --fontweight-extrabold: 800;
  --fontweight-black: 900;
  --fontsize-8: 8px;
  --fontsize-10: 10px;
  --fontsize-11: 11px;
  --fontsize-12: 12px;
  --fontsize-14: 14px;
  --fontsize-16: 16px;
  --fontsize-18: 18px;
  --fontsize-20: 20px;
  --fontsize-24: 24px;
  --fontsize-28: 28px;
  --fontsize-32: 32px;
  --fontsize-36: 36px;
  --fontsize-40: 40px;
  --fontsize-44: 44px;
  --fontsize-48: 48px;
  --fontsize-64: 64px;
  --fontsize-72: 72px;
  --fontsize-80: 80px;
  --fontsize-88: 88px;
  --fontsize-96: 96px;
  --fontsize-100: 100px;
  --fontsize-120: 120px;
  --fontsize-200: 200px;
  --fontsize-240: 240px;
  --fontsize-288: 288px;
  --fontsize-640: 640px;
  --primary-900: #006227;
  --primary-800: #007527;
  --primary-700: #009532;
  --primary-600: #08b141;
  --primary-500: #09c348;
  --primary-400: #02da4b;
  --primary-300: #00e64e;
  --primary-200: #02ef52;
  --primary-100: #00ff56;
  --primary-t-900: #09c348e5;
  --primary-t-800: #09c348cc;
  --primary-t-700: #09c348b2;
  --primary-t-600: #09c34899;
  --primary-t-500: #09c3487f;
  --primary-t-400: #09c34866;
  --primary-t-300: #09c3484c;
  --primary-t-200: #09c34833;
  --primary-t-100: #09c34819;
  --black-1000: #000000;
  --black-900: #000000e5;
  --black-800: #000000cc;
  --black-700: #000000b2;
  --black-600: #00000099;
  --black-500: #0000007f;
  --black-400: #00000066;
  --black-300: #0000004c;
  --black-200: #00000033;
  --black-100: #00000019;
  --black-0: #00000000;
  --white-1000: #ffffff;
  --white-900: #ffffffe5;
  --white-800: #ffffffcc;
  --white-700: #ffffffb2;
  --white-600: #ffffff99;
  --white-500: #ffffff7f;
  --white-400: #ffffff66;
  --white-300: #ffffff4c;
  --white-200: #ffffff33;
  --white-100: #ffffff19;
  --white-0: #ffffff00;
  --grays-900: #414141;
  --grays-800: #5b5b5b;
  --grays-700: #7b7b7b;
  --grays-600: #878787;
  --grays-500: #a9aaac;
  --grays-400: #bdbdbd;
  --grays-300: #d1d3d4;
  --grays-200: #ebebeb;
  --grays-100: #f7f7f6;
  --almostblack-900: #111111;
  --almostblack-800: #161616;
  --almostblack-700: #1b1b1b;
  --almostblack-600: #2c2d2a;
  --almostblack-500: #3e3e3e;
  --productcellsize-xl: 400px;
  --productcellsize-l: 320px;
  --productcellsize-m: 240px;
  --productcellsize-s: 200px;
  --productcellsize-xs: 160px;
  --semantic-error: #c80c0f;
  --semantic-warning: #e8a516;
  --semantic-success: var(--primary-500);
  --semantic-info: var(--primary-500);
  --semantic-higlight: #c80c0f;
  --product-bage-promo: #C90019;
  --carousel-gap: 24px;
  --carousel-card-min-mobile: 200px;
  --carousel-card-min-tablet: 240px;
  --carousel-card-min-desktop: 260px;
  --carousel-card-min-xl: 280px;
  --carousel-card-min-xxl: 300px;
}

:root {
  --typo-headingfontfamily: var(--fontfamielies-displayprimary);
  --typo-headingweight: var(--fontweight-medium);
  --typo-bodyfontfamily: var(--fontfamielies-body);
  --typo-bodyweightregular: var(--fontweight-regular);
  --typo-bodyweightlight: var(--fontweight-light);
  --typo-bodyweightbold: var(--fontweight-bold);
  --typo-bodyweightmedium: var(--fontweight-medium);
  --typo-bodysizexs: var(--fontsize-12);
  --typo-bodysizes: var(--fontsize-14);
  --typo-bodysizem: var(--fontsize-16);
  --typo-bodysizel: var(--fontsize-18);
  --typo-bodysizexl: var(--fontsize-20);
  --typo-bodysizexxl: var(--fontsize-24);
  --typo-bodysizexxxl: var(--fontsize-32);
  --typo-bodysize4xl: var(--fontsize-40);
  --global-adaptive-bg-producttitle: var(--black-1000);
  --global-adaptive-bg-productprice: var(--black-1000);
  --global-adaptive-bg-productpriceold: var(--grays-800);
  --global-adaptive-bg-productpricenew: var(--semantic-higlight);
  --global-adaptive-bg-productphotobg: var(--grays-100);
  --global-adaptive-bg-bgprimary: var(--grays-100);
  --global-adaptive-bg-bgsecondary: var(--white-1000);
  --global-adaptive-other-separator: var(--black-300);
  --global-adaptive-bg-copyprimary: var(--black-1000);
  --global-adaptive-bg-copysecondary: var(--black-600);
  --global-adaptive-bg-highlightyprimary: var(--primary-500);
  --global-adaptive-bg-highlightsecondary: var(--primary-500);
  --global-adaptive-bg-placeholdercopy: var(--grays-300);
  --global-adaptive-bg-placeholderphoto: var(--grays-300);
  --global-adaptive-bg-placeholderornament: var(--grays-200);
  --global-footer-bg: var(--almostblack-800);
  --global-adaptive-buttons-primiary: var(--grays-200);
  --global-adaptive-buttons-primiaryhover: var(--grays-300);
  --global-adaptive-buttons-labelprimary: var(--almostblack-800);
  --global-adaptive-buttons-labelprimaryhover: var(--almostblack-800);
  --global-adaptive-buttons-secondary: var(--primary-500);
  --global-adaptive-buttons-secondaryhover: var(--primary-700);
  --global-adaptive-buttons-labelsecondary: var(--white-1000);
  --global-adaptive-buttons-labelsecondaryhover: var(--white-1000);
  --global-adaptive-buttons-tertiary: var(--almostblack-700);
  --global-adaptive-buttons-tertiaryhover: var(--almostblack-600);
  --global-adaptive-buttons-labeltertiary: var(--grays-200);
  --global-adaptive-buttons-labeltertiaryhover: var(--grays-200);
  --global-footer-headerfill: var(--primary-500);
  --global-footer-urldefault: var(--grays-100);
  --global-footer-urlhover: var(--grays-600);
  --global-footer-signaturebg: var(--almostblack-800);
  --global-footer-signaturelegal: var(--grays-600);
  --global-footer-signaturetosddefault: var(--grays-600);
  --global-footer-signaturetosdhover: var(--grays-100);
  --global-footer-copy: var(--grays-100);
  --global-header-bg: var(--white-1000);
  --global-header-specialbg: var(--white-1000);
  --global-header-urldefault: var(--grays-800);
  --global-header-urlhover: var(--almostblack-700);
  --global-header-urlselecteddefault: var(--almostblack-900);
  --global-header-urlselectedhover: var(--almostblack-700);
  --global-header-urlselector: var(--primary-500);
  --global-header-specialdefault: var(--grays-800);
  --global-header-specialhover: var(--almostblack-700);
  --global-header-specialselecteddefault: var(--almostblack-900);
  --global-header-specialselectedhover: var(--almostblack-700);
  --global-header-specialselector: var(--black-1000);
  --global-header-icondefault: var(--grays-900);
  --global-header-iconhover: var(--black-1000);
  --global-header-logodark: false;
  --global-header-separator: var(--grays-500);
  --global-header-specialseparator: var(--white-200);
  --global-searchimput-outline: var(--grays-400);
  --global-searchimput-outlinehover: var(--grays-600);
  --global-searchimput-bg: var(--white-0);
  --global-searchimput-bghover: var(--black-100);
  --global-searchimput-placeholderfill: var(--grays-900);
  --global-searchimput-placeholderfillhover: var(--almostblack-600);
  --global-searchimput-valuefill: var(--black-1000);
  --global-adaptive-other-breadcrumbsdefault: var(--black-500);
  --global-adaptive-other-breadcrumbshover: var(--black-1000);
  --global-adaptive-other-photogalleryselector: var(--black-1000);
  --global-adaptive-other-paymentmethods: var(--black-700);
  --global-adaptive-other-paymentmethods2: var(--black-700);
  --global-adaptive-radioandchackbox-default: var(--black-300);
  --global-adaptive-radioandchackbox-hover: var(--black-500);
  --global-adaptive-radioandchackbox-selected: var(--primary-500);
  --global-adaptive-radioandchackbox-selectedhover: var(--primary-700);
  --global-adaptive-tag-default: var(--black-600);
  --global-adaptive-tag-defaulthover: var(--black-100);
  --global-adaptive-tag-highlighted: var(--primary-500);
  --global-adaptive-tag-highlightedhover: var(--primary-t-100);
  --global-mobilemenu-bg: var(--white-1000);
  --global-mobilemenu-specialbg: var(--black-1000);
  --global-mobilemenu-urldefault: var(--grays-800);
  --global-mobilemenu-urlhover: var(--almostblack-700);
  --global-mobilemenu-urlselecteddefault: var(--almostblack-900);
  --global-mobilemenu-urlselectedhover: var(--almostblack-700);
  --global-mobilemenu-urlselector: var(--primary-500);
  --global-mobilemenu-specialdefault: var(--grays-300);
  --global-mobilemenu-specialhover: var(--grays-600);
  --global-mobilemenu-specialselecteddefault: var(--grays-100);
  --global-mobilemenu-specialselectedhover: var(--grays-600);
  --global-mobilemenu-specialselector: var(--primary-500);
  --global-mobilemenu-icondefault: var(--grays-900);
  --global-mobilemenu-iconhover: var(--black-1000);
  --global-mobilemenu-logodark: false;
  --global-mobilemenu-separator: var(--grays-500);
}

:root {
  --fontfamielies-displayprimary: "Scale",sans-serif;
  --fontfamielies-displaysecondary: "Scale",sans-serif;
  --fontfamielies-body: "Scale",sans-serif;
  --fontweight-thin: 100;
  --fontweight-extralight: 200;
  --fontweight-light: 300;
  --fontweight-regular: 400;
  --fontweight-medium: 500;
  --fontweight-semi-bold: 600;
  --fontweight-bold: 700;
  --fontweight-extrabold: 800;
  --fontweight-black: 900;
  --fontsize-8: 8px;
  --fontsize-10: 10px;
  --fontsize-11: 11px;
  --fontsize-12: 12px;
  --fontsize-14: 14px;
  --fontsize-16: 16px;
  --fontsize-18: 18px;
  --fontsize-20: 20px;
  --fontsize-24: 24px;
  --fontsize-28: 28px;
  --fontsize-32: 32px;
  --fontsize-36: 36px;
  --fontsize-40: 40px;
  --fontsize-44: 44px;
  --fontsize-48: 48px;
  --fontsize-64: 64px;
  --fontsize-72: 72px;
  --fontsize-80: 80px;
  --fontsize-88: 88px;
  --fontsize-96: 96px;
  --fontsize-100: 100px;
  --fontsize-120: 120px;
  --fontsize-200: 200px;
  --fontsize-240: 240px;
  --fontsize-288: 288px;
  --fontsize-640: 640px;
  --primary-900: #006227;
  --primary-800: #007527;
  --primary-700: #009532;
  --primary-600: #08b141;
  --primary-500: #09c348;
  --primary-400: #02da4b;
  --primary-300: #00e64e;
  --primary-200: #02ef52;
  --primary-100: #00ff56;
  --primary-t-900: #09c348e5;
  --primary-t-800: #09c348cc;
  --primary-t-700: #09c348b2;
  --primary-t-600: #09c34899;
  --primary-t-500: #09c3487f;
  --primary-t-400: #09c34866;
  --primary-t-300: #09c3484c;
  --primary-t-200: #09c34833;
  --primary-t-100: #09c34819;
  --black-1000: #000000;
  --black-900: #000000e5;
  --black-800: #000000cc;
  --black-700: #000000b2;
  --black-600: #00000099;
  --black-500: #0000007f;
  --black-400: #00000066;
  --black-300: #0000004c;
  --black-200: #00000033;
  --black-100: #00000019;
  --black-0: #00000000;
  --white-1000: #ffffff;
  --white-900: #ffffffe5;
  --white-800: #ffffffcc;
  --white-700: #ffffffb2;
  --white-600: #ffffff99;
  --white-500: #ffffff7f;
  --white-400: #ffffff66;
  --white-300: #ffffff4c;
  --white-200: #ffffff33;
  --white-100: #ffffff19;
  --white-0: #ffffff00;
  --grays-900: #414141;
  --grays-800: #5b5b5b;
  --grays-700: #7b7b7b;
  --grays-600: #878787;
  --grays-500: #a9aaac;
  --grays-400: #bdbdbd;
  --grays-300: #d1d3d4;
  --grays-200: #ebebeb;
  --grays-100: #f7f7f6;
  --almostblack-900: #111111;
  --almostblack-800: #161616;
  --almostblack-700: #1b1b1b;
  --almostblack-600: #2c2d2a;
  --almostblack-500: #3e3e3e;
  --productcellsize-xl: 400px;
  --productcellsize-l: 320px;
  --productcellsize-m: 240px;
  --productcellsize-s: 200px;
  --productcellsize-xs: 160px;
  --semantic-error: #c80c0f;
  --semantic-warning: #e8a516;
  --semantic-success: var(--primary-500);
  --semantic-info: var(--primary-500);
  --semantic-higlight: #c80c0f;
  --product-bage-promo: #C90019;
  --carousel-gap: 24px;
  --carousel-card-min-mobile: 200px;
  --carousel-card-min-tablet: 240px;
  --carousel-card-min-desktop: 260px;
  --carousel-card-min-xl: 280px;
  --carousel-card-min-xxl: 300px;
}

:root {
  --typo-headingfontfamily: var(--fontfamielies-displayprimary);
  --typo-headingweight: var(--fontweight-medium);
  --typo-bodyfontfamily: var(--fontfamielies-body);
  --typo-bodyweightregular: var(--fontweight-regular);
  --typo-bodyweightlight: var(--fontweight-light);
  --typo-bodyweightbold: var(--fontweight-bold);
  --typo-bodyweightmedium: var(--fontweight-medium);
  --typo-bodysizexs: var(--fontsize-12);
  --typo-bodysizes: var(--fontsize-14);
  --typo-bodysizem: var(--fontsize-16);
  --typo-bodysizel: var(--fontsize-18);
  --typo-bodysizexl: var(--fontsize-20);
  --typo-bodysizexxl: var(--fontsize-24);
  --typo-bodysizexxxl: var(--fontsize-32);
  --typo-bodysize4xl: var(--fontsize-40);
  --global-adaptive-bg-producttitle: var(--black-1000);
  --global-adaptive-bg-productprice: var(--black-1000);
  --global-adaptive-bg-productpriceold: var(--grays-800);
  --global-adaptive-bg-productpricenew: var(--semantic-higlight);
  --global-adaptive-bg-productphotobg: var(--grays-100);
  --global-adaptive-bg-bgprimary: var(--grays-100);
  --global-adaptive-bg-bgsecondary: var(--white-1000);
  --global-adaptive-other-separator: var(--black-300);
  --global-adaptive-bg-copyprimary: var(--black-1000);
  --global-adaptive-bg-copysecondary: var(--black-600);
  --global-adaptive-bg-highlightyprimary: var(--primary-500);
  --global-adaptive-bg-highlightsecondary: var(--primary-500);
  --global-adaptive-bg-placeholdercopy: var(--grays-300);
  --global-adaptive-bg-placeholderphoto: var(--grays-300);
  --global-adaptive-bg-placeholderornament: var(--grays-200);
  --global-footer-bg: var(--almostblack-800);
  --global-adaptive-buttons-primiary: var(--grays-200);
  --global-adaptive-buttons-primiaryhover: var(--grays-300);
  --global-adaptive-buttons-labelprimary: var(--almostblack-800);
  --global-adaptive-buttons-labelprimaryhover: var(--almostblack-800);
  --global-adaptive-buttons-secondary: var(--primary-500);
  --global-adaptive-buttons-secondaryhover: var(--primary-700);
  --global-adaptive-buttons-labelsecondary: var(--white-1000);
  --global-adaptive-buttons-labelsecondaryhover: var(--white-1000);
  --global-adaptive-buttons-tertiary: var(--almostblack-700);
  --global-adaptive-buttons-tertiaryhover: var(--almostblack-600);
  --global-adaptive-buttons-labeltertiary: var(--grays-200);
  --global-adaptive-buttons-labeltertiaryhover: var(--grays-200);
  --global-footer-headerfill: var(--primary-500);
  --global-footer-urldefault: var(--grays-100);
  --global-footer-urlhover: var(--grays-600);
  --global-footer-signaturebg: var(--almostblack-800);
  --global-footer-signaturelegal: var(--grays-600);
  --global-footer-signaturetosddefault: var(--grays-600);
  --global-footer-signaturetosdhover: var(--grays-100);
  --global-footer-copy: var(--grays-100);
  --global-header-bg: var(--white-1000);
  --global-header-specialbg: var(--white-1000);
  --global-header-urldefault: var(--grays-800);
  --global-header-urlhover: var(--almostblack-700);
  --global-header-urlselecteddefault: var(--almostblack-900);
  --global-header-urlselectedhover: var(--almostblack-700);
  --global-header-urlselector: var(--primary-500);
  --global-header-specialdefault: var(--grays-800);
  --global-header-specialhover: var(--almostblack-700);
  --global-header-specialselecteddefault: var(--almostblack-900);
  --global-header-specialselectedhover: var(--almostblack-700);
  --global-header-specialselector: var(--black-1000);
  --global-header-icondefault: var(--grays-900);
  --global-header-iconhover: var(--black-1000);
  --global-header-logodark: false;
  --global-header-separator: var(--grays-500);
  --global-header-specialseparator: var(--white-200);
  --global-searchimput-outline: var(--grays-400);
  --global-searchimput-outlinehover: var(--grays-600);
  --global-searchimput-bg: var(--white-0);
  --global-searchimput-bghover: var(--black-100);
  --global-searchimput-placeholderfill: var(--grays-900);
  --global-searchimput-placeholderfillhover: var(--almostblack-600);
  --global-searchimput-valuefill: var(--black-1000);
  --global-adaptive-other-breadcrumbsdefault: var(--black-500);
  --global-adaptive-other-breadcrumbshover: var(--black-1000);
  --global-adaptive-other-photogalleryselector: var(--black-1000);
  --global-adaptive-other-paymentmethods: var(--black-700);
  --global-adaptive-other-paymentmethods2: var(--black-700);
  --global-adaptive-radioandchackbox-default: var(--black-300);
  --global-adaptive-radioandchackbox-hover: var(--black-500);
  --global-adaptive-radioandchackbox-selected: var(--primary-500);
  --global-adaptive-radioandchackbox-selectedhover: var(--primary-700);
  --global-adaptive-tag-default: var(--black-600);
  --global-adaptive-tag-defaulthover: var(--black-100);
  --global-adaptive-tag-highlighted: var(--primary-500);
  --global-adaptive-tag-highlightedhover: var(--primary-t-100);
  --global-mobilemenu-bg: var(--white-1000);
  --global-mobilemenu-specialbg: var(--black-1000);
  --global-mobilemenu-urldefault: var(--grays-800);
  --global-mobilemenu-urlhover: var(--almostblack-700);
  --global-mobilemenu-urlselecteddefault: var(--almostblack-900);
  --global-mobilemenu-urlselectedhover: var(--almostblack-700);
  --global-mobilemenu-urlselector: var(--primary-500);
  --global-mobilemenu-specialdefault: var(--grays-300);
  --global-mobilemenu-specialhover: var(--grays-600);
  --global-mobilemenu-specialselecteddefault: var(--grays-100);
  --global-mobilemenu-specialselectedhover: var(--grays-600);
  --global-mobilemenu-specialselector: var(--primary-500);
  --global-mobilemenu-icondefault: var(--grays-900);
  --global-mobilemenu-iconhover: var(--black-1000);
  --global-mobilemenu-logodark: false;
  --global-mobilemenu-separator: var(--grays-500);
}

@font-face {
  font-family: "Scale";
  src: url(ScaleVF-ExtraLight.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Scale";
  src: url(ScaleVF-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Scale";
  src: url(ScaleVF-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Scale";
  src: url(ScaleVF-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Scale";
  src: url(ScaleVF-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Scale";
  src: url(ScaleVF-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*! 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  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;
  margin: 0.67em 0;
}

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
  max-width: 100%;
}

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

*, *::before, *::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html #wpadminbar {
  position: fixed;
}

body {
  min-width: 320px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: var(--fontfamielies-body), Arial, sans-serif;
  font-variant-ligatures: none;
  /* lub */
  font-feature-settings: "liga" 0;
}
body.hidden {
  overflow: hidden;
}
body input::placeholder {
  font-variant-ligatures: none;
  /* lub */
  font-feature-settings: "liga" 0;
}

.section {
  position: relative;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.container.container-gt > .row > .col-auto > *[class*=wp-block-] {
  margin-bottom: 28px;
}

.overflow-hidden {
  overflow: hidden !important;
}

.default-title {
  align-self: stretch;
  color: var(--adaptivestyles-copyprimary, var(--global-adaptive-bg-copyprimary, #000));
  font-family: var(--typo-headingfontfamily, Scale), serif;
  font-size: var(--fontsize-24, 24px) !important;
  font-style: normal;
  font-weight: var(--typo-headingweight, 500) !important;
  line-height: 125%;
  margin: 0;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1400px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container--full {
  max-width: 100%;
}
.container--small {
  max-width: 720px;
}
.container--normal {
  max-width: 1420px;
}
.container > div {
  width: 100%;
}
.container .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-right: calc(var(--bs-gutter-x) / -2);
  width: calc(100% + var(--bs-gutter-x));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1400px) {
  .container .row {
    --bs-gutter-x: 60px;
  }
}
@media (max-width: 767px) {
  .container .row {
    --bs-gutter-x: 15px;
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2);
    width: calc(100% + var(--bs-gutter-x));
  }
}
.container .col-auto {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  width: 100%;
}
@media (max-width: 767px) {
  .container .col-auto {
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}
.container--left-offset {
  overflow: hidden;
}
@media (min-width: 1440px) {
  .container--left-offset {
    position: relative;
    width: 100%;
    margin-right: 0;
    padding: 0 0 0 30px;
    max-width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 1440px) and (max-width: 767px) {
  .container--left-offset .row {
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2);
    width: calc(100% + var(--bs-gutter-x));
  }
}
@media (min-width: 1440px) and (max-width: 767px) {
  .container--left-offset .col-auto {
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}
@media (min-width: 1440px) {
  .container--right-offset {
    position: relative;
    width: calc(100% - ((100% - 1920px) / 2 + 30px));
    margin-right: max(30px, (100% - 1920px) / 2 + 30px);
    margin-left: 0;
    max-width: 100%;
    padding: 0;
  }
  .container--right-offset .row {
    margin: 0;
  }
}
@media (min-width: 1440px) and (max-width: 767px) {
  .container--right-offset .row {
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2);
    width: calc(100% + var(--bs-gutter-x));
  }
}
@media (min-width: 1440px) {
  .container--right-offset .col-auto {
    padding: 0;
  }
}
@media (min-width: 1440px) and (max-width: 767px) {
  .container--right-offset .col-auto {
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}
@media (max-width: 767px) {
  .container--left-offset {
    padding-right: 0;
  }
}

.w-100 {
  width: 100%;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

@media (max-width: 967px) {
  .d-mobile-none {
    display: none !important;
  }
  .d-mobile-block {
    display: block !important;
  }
  .d-mobile-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .d-tablet-none {
    display: none !important;
  }
  .d-tablet-block {
    display: block !important;
  }
  .d-tablet-flex {
    display: flex !important;
  }
}
@media (min-width: 968px) {
  .d-desktop-none {
    display: none !important;
  }
  .d-desktop-block {
    display: block !important;
  }
  .d-desktop-flex {
    display: flex !important;
  }
}
.d-none {
  display: none !important;
}

.g-0 {
  --bs-gutter-x: 0;
}

.g-1 {
  --bs-gutter-x: 0.25rem;
}

.g-2 {
  --bs-gutter-x: 0.5rem;
}

.g-3 {
  --bs-gutter-x: 1rem;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
}

.g-5 {
  --bs-gutter-x: 3rem;
}

@media (min-width: 768px) {
  .only-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile-spacer {
    height: 50px !important;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.image-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0196078431);
  position: absolute;
  z-index: 1;
}

.page-content.gray {
  background: var(--global-adaptive-bg-bgprimary, #f7f7f6);
}

.wp-block-gallery {
  display: flex;
}

.wp-block-cover {
  overflow: hidden;
}

.wp-block-search__button {
  margin: 0;
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}

.primary-button {
  border: none;
  display: flex;
  height: 48px;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: var(--grays-100, #f7f7f6);
  color: var(--black-1000, #000);
  cursor: pointer;
  /* Heading01/Desktop/H7 */
  font-family: var(--typo-headingfontfamily, Scale);
  font-size: var(--fontsize-18, 18px);
  font-style: normal;
  font-weight: var(--typo-headingweight, 500);
  line-height: 125%; /* 22.5px */
}
.primary-button > span {
  padding: 0 40px;
}
.primary-button:hover {
  background: var(--grays-300, #d1d3d4);
}
.primary-button:active {
  background: var(--global-adaptive-buttons-primiary, #ebebeb);
}
.primary-button--adaptive {
  background: var(--global-adaptive-buttons-primary, #ebebeb);
}
.primary-button.slider-button {
  width: 48px;
}

.secondary-button {
  border: none;
  display: flex;
  height: 48px;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: var(--primary-500, #09c348);
  color: var(--white-1000, #fff);
  cursor: pointer;
  /* Heading01/Desktop/H7 */
  font-family: var(--typo-headingfontfamily, Scale);
  font-size: var(--fontsize-18, 18px);
  font-style: normal;
  font-weight: var(--typo-headingweight, 500);
  line-height: 125%; /* 22.5px */
}
.secondary-button:hover {
  background: var(--primary-700, #009532);
}
.secondary-button:active {
  background: var(--global-adaptive-buttons-secondary, #09c348);
}
.secondary-button--adaptive {
  background: var(--global-adaptive-buttons-secondary, #09c348);
}

.tertiary-button {
  border: none;
  display: flex;
  height: 48px;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: var(--AlmostBlack-700, #1b1b1b);
  color: var(--white-1000, #fff);
  cursor: pointer;
  /* Heading01/Desktop/H7 */
  font-family: var(--typo-headingfontfamily, Scale);
  font-size: var(--fontsize-18, 18px);
  font-style: normal;
  font-weight: var(--typo-headingweight, 500);
  line-height: 125%; /* 22.5px */
}
.tertiary-button > span {
  padding: 0 40px;
}
.tertiary-button:hover {
  background: var(--almostblack-600, #2c2d2a);
}
.tertiary-button:active {
  background: var(--global-adaptive-buttons-tertiary, #1b1b1b);
}
.tertiary-button--adaptive {
  background: var(--global-adaptive-buttons-tertiary, #1b1b1b);
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  appearance: none;
  background-color: var(--white-1000);
  border: 2px solid var(--black-300);
  border-radius: 2px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out;
}
input[type=checkbox]:hover:not(:disabled) {
  border-color: var(--black-500);
}
input[type=checkbox]:checked {
  border-color: var(--primary-500);
  background-color: var(--primary-500);
}
input[type=checkbox]:checked:hover:not(:disabled) {
  border-color: var(--primary-700);
  background-color: var(--primary-700);
}
input[type=checkbox]:disabled {
  opacity: var(--Checkbox-Disabled-opacity, 0.5);
  cursor: not-allowed;
}
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\">    <path d=\"M3 9L7 13L15 5\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}

.product-cell {
  display: flex;
  width: var(--productcellsize-s, 200px);
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}
@media (min-width: 576px) {
  .product-cell {
    width: var(--productcellsize-xl, 400px);
  }
}
.product-cell-image {
  background: var(--global-adaptive-bg-productphotobg, #f7f7f6);
  height: var(--productcellsize-s, 200px);
}
@media (min-width: 576px) {
  .product-cell-image {
    height: var(--productcellsize-xl, 400px);
  }
}
.product-cell-content-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.product-cell-header {
  height: 48px;
  align-self: stretch;
  color: var(--adaptivestyles-producttitle, var(--global-adaptive-bg-producttitle, #000));
  /* Body/L/Regular */
  font-family: var(--typo-bodyfontfamily, Eurostile);
  font-size: var(--typo-bodysizes, 14px);
  font-style: normal;
  font-weight: var(--typo-bodyweightregular, 400);
  line-height: 150%; /* 27px */
}
@media (min-width: 576px) {
  .product-cell-header {
    font-size: var(--typo-bodysizel, 18px);
  }
}
.product-cell-price {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-cell-price--new-price {
  color: var(--adaptivestyles-productpricenew, var(--global-adaptive-bg-productpricenew, #c80c0f));
  /* Body/M/Regular */
  font-family: var(--typo-bodyfontfamily, Eurostile);
  font-size: var(--typo-bodysizem, 16px);
  font-style: normal;
  font-weight: var(--typo-bodyweightregular, 400);
  line-height: 150%; /* 24px */
}
.product-cell-price--old-price {
  color: var(--adaptivestyles-productpriceold, var(--global-adaptive-bg-productpriceold, #5b5b5b));
  /* Body/M/Regular */
  font-family: var(--typo-bodyfontfamily, Eurostile);
  font-size: var(--typo-bodysizem, 16px);
  font-style: normal;
  font-weight: var(--typo-bodyweightregular, 400);
  line-height: 150%; /* 24px */
  text-decoration-line: line-through;
}
.product-cell-price--orginal-price {
  color: var(--adaptivestyles-productprice, var(--global-adaptive-bg-productprice, #000));
  /* Body/M/Regular */
  font-family: var(--typo-bodyfontfamily, Eurostile);
  font-size: var(--typo-bodysizem, 16px);
  font-style: normal;
  font-weight: var(--typo-bodyweightregular, 400);
  line-height: 150%; /* 24px */
}
.product-cell-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.product-cell-badge > div {
  display: flex;
  height: 28px;
  transform: rotate(-90deg);
  padding: 16px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  border-radius: var(--contentcells-productbadge-radiuslarge, 0);
  background: var(--contentcells-productbadge-new, #09c348);
  color: var(--contentcells-productbadge-newfont, #fff);
  text-align: center;
  font-family: var(--contentcells-productbadge-font, Eurostile);
  font-size: var(--contentcells-productbadge-sizelarge, 16px);
  font-style: normal;
  font-weight: var(--contentcells-productbadge-weight, 400);
  line-height: 125%; /* 20px */
}

input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 2px;
  appearance: none;
  background-color: var(--white-1000);
  border: 2px solid var(--grays-500);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out;
}
input[type=radio]:hover:not(:disabled) {
  border-color: var(--grays-700);
}
input[type=radio]:checked {
  border-color: var(--primary-500);
  background-color: var(--white-1000);
}
input[type=radio]:checked:hover:not(:disabled) {
  border-color: var(--primary-700);
  background-color: var(--white-1000);
}
input[type=radio]:disabled {
  opacity: var(--radio-disabled-opacity, 0.5);
  cursor: not-allowed;
}
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-500);
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease-out;
}
input[type=radio]:checked:hover:not(:disabled)::after {
  background-color: var(--primary-700);
}

.page-content.gray .title {
  background: var(--global-adaptive-bg-bgprimary, #f7f7f6);
}
.page-content.white .title {
  background: var(--white-1000, #ffffff);
}
.page-content .title {
  padding: 48px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .page-content .title {
    padding: 16px;
  }
}
.page-content .title p {
  margin: 0;
  padding: 0 !important;
}
.page-content.info-page .subpage-cards {
  padding: 48px;
  background: var(--global-adaptive-bg-bgprimary, #f7f7f6);
}
@media (max-width: 767px) {
  .page-content.info-page .subpage-cards {
    padding: 0;
  }
}
.page-content.info-page .title {
  padding: 48px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .page-content.info-page .title {
    padding: 16px;
  }
}
.page-content.info-page .title p {
  margin: 0;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .page-content.info-page .wp-block-spacer {
    height: 50px !important;
  }
}
.page-content.info-page h4 {
  padding: 0 48px;
}
@media (max-width: 767px) {
  .page-content.info-page h4 {
    padding: 0 16px;
  }
}
.page-content.info-page p {
  color: var(--black-1000, #000000);
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightmedium, 500);
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  max-width: 960px;
  padding: 0 48px;
}
@media (max-width: 767px) {
  .page-content.info-page p {
    padding: 0 16px;
    font-size: var(--typo-bodysizes, 14px);
  }
}
.page-content.info-page .wp-block-table {
  max-width: 960px;
  padding: 0 48px;
}
@media (max-width: 767px) {
  .page-content.info-page .wp-block-table {
    padding: 0 16px;
  }
}
.page-content.info-page .wp-block-table table {
  border: 1px solid black;
  border-collapse: collapse;
}
.page-content.info-page .wp-block-table table th, .page-content.info-page .wp-block-table table td {
  border: 1px solid black;
  padding: 10px 20px;
  color: var(--black-1000, #000000);
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightlight, 400);
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}
@media (max-width: 767px) {
  .page-content.info-page .wp-block-table table th, .page-content.info-page .wp-block-table table td {
    font-size: var(--typo-bodysizes, 14px);
    padding: 10px 12px;
  }
}
.page-content.info-page .wp-block-table table thead th {
  color: var(--black-1000, #000000);
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightmedium, 500);
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}
@media (max-width: 767px) {
  .page-content.info-page .wp-block-table table thead th {
    font-size: var(--typo-bodysizes, 14px);
  }
}
.page-content .contact-map {
  width: 100%;
  display: block;
  height: 256px;
}
@media (max-width: 767px) {
  .page-content .contact-map {
    height: 480px;
  }
}

.page-zwroty-i-wymiana-towaru,
.privacy-policy,
.page-regulamin {
  line-height: 150%;
}

.s-error-404__baner {
  position: relative;
  display: block;
  width: 100%;
}
.s-error-404__baner picture {
  display: block;
  width: 100%;
}
.s-error-404__baner img {
  display: block;
  width: 100%;
  height: auto;
}
.s-error-404__baner .title {
  position: absolute;
  left: 64px;
  top: 80px;
  color: var(--primary-500, #09c348);
  font-size: var(--fontsize-80, 80px);
  font-weight: var(--typo-bodyweightmedium, 500);
  line-height: 125%;
  letter-spacing: 0%;
  text-align: left;
}
@media (max-width: 1023px) {
  .s-error-404__baner .title {
    left: 32px;
    top: 40px;
    font-size: var(--fontsize-60, 60px);
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .s-error-404__baner .title {
    left: 16px;
    top: 40px;
    font-size: var(--fontsize-40, 40px);
    line-height: 1;
    text-align: center;
  }
}
.s-error-404__baner .buttons {
  position: absolute;
  bottom: 80px;
  left: 64px;
}
@media (max-width: 1023px) {
  .s-error-404__baner .buttons {
    left: 32px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .s-error-404__baner .buttons {
    left: 16px;
    bottom: 46px;
    width: 100%;
    padding-right: 32px;
  }
}
.s-error-404__baner .buttons__inside {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.s-error-404__baner .buttons__inside .item {
  font-size: var(--fontsize-18, 18px);
}
.s-error-404__baner .buttons__inside .item--primary {
  display: inline-flex;
  align-items: center;
  padding: 8px;
  background: var(--global-header-urlhover, #1b1b1b);
  color: var(--global-adaptive-buttons-primiary, #ebebeb);
}
@media (max-width: 767px) {
  .s-error-404__baner .buttons__inside .item--primary {
    width: 100%;
    padding: 18px;
    justify-content: center;
  }
}
.s-error-404__baner .buttons__inside .item--primary svg {
  margin-right: 8px;
}
.s-error-404__baner .buttons__inside .item--products, .s-error-404__baner .buttons__inside .item--secondary {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background: var(--global-adaptive-buttons-primiary, #ebebeb);
  color: var(--global-adaptive-buttons-labelprimary, #161616);
}
@media (max-width: 767px) {
  .s-error-404__baner .buttons__inside .item--products, .s-error-404__baner .buttons__inside .item--secondary {
    width: 100%;
    padding: 18px;
    justify-content: center;
  }
}
.s-error-404__baner .buttons__inside .item--products {
  display: none;
}
@media (max-width: 767px) {
  .s-error-404__baner .buttons__inside .item--products {
    display: inline-flex;
  }
}

.header .header__top-row {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .header .header__top-row {
    padding: 24px 30px;
    gap: 48px;
  }
}
@media (max-width: 1023px) {
  .header .header__top-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .header__logo-link {
    order: 1;
    width: 50%;
  }
}
.header .header__logo {
  height: 36px;
}
@media (min-width: 1024px) {
  .header .header__logo {
    height: 54px;
  }
}
.header .header__search {
  display: flex;
  align-items: center;
  flex: 1 0 0;
  justify-content: center;
}
@media (max-width: 1023px) {
  .header .header__search {
    margin-top: 20px;
    order: 3;
  }
}
@media (min-width: 1200px) {
  .header .header__search {
    max-width: 900px;
  }
}
.header .header__icons {
  display: flex;
  align-items: center;
  gap: 2px;
}
@media (max-width: 1023px) {
  .header .header__icons {
    order: 2;
    width: 50%;
    justify-content: flex-end;
  }
}
.header .header__menu-button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
}
@media (min-width: 1024px) {
  .header .header__menu-button {
    display: none;
  }
}
.header .header__language-select {
  display: flex;
  padding: 8px 0;
  align-items: flex-start;
  gap: 10px;
  color: var(--global-header-urldefault, #5b5b5b);
  text-align: center;
  /* Heading01/Desktop/Tagline */
  font-family: var(--typo-headingfontfamily, "Eurostile");
  font-size: var(--fontsize-16, 16px);
  font-style: normal;
  font-weight: var(--typo-headingweight, 400);
  line-height: 125%; /* 20px */
  background: none;
  border: none;
}
.header .header__language-select--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .header .header__language-select--desktop {
    display: flex;
  }
}
.header .header__icon {
  padding: 4px;
  position: relative;
}
.header .header__icon > img {
  width: 32px;
}
@media (min-width: 576px) {
  .header .header__icon {
    padding: 8px;
  }
}
.header__cart-count {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--semantic-higlight, #C80C0F);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--typo-bodysizexs, 12px);
  width: 18px;
  height: 18px;
  color: var(--white-1000, #fff);
  font-weight: var(--typo-bodyweightlight);
}

/* ==========================================
   CHECKOUT HEADER BLOCK
   ========================================== */
.checkout-header {
  background: var(--global-header-bg, #fff);
  position: relative;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.checkout-header__container {
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.checkout-header__logo {
  flex-shrink: 0;
}
.checkout-header__logo-image {
  max-height: 60px;
  width: auto;
  display: block;
}
.checkout-header__progress {
  flex: 1;
  justify-content: center;
  display: flex;
}

/* ==========================================
   STEP PROGRESS BAR BLOCK
   ========================================== */
.step-progress-bar {
  width: 100%;
  max-width: 800px;
}
.step-progress-bar__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.step-progress-bar__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 1;
  transition: all 0.3s ease;
}
.step-progress-bar__step:not([data-is-last=true])::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: var(--global-adaptive-bg-copyprimary, #000);
  z-index: -1;
  transition: background 0.3s ease;
}
.step-progress-bar__step--active .step-progress-bar__circle {
  background: var(--global-adaptive-bg-highlightyprimary, #09c348);
  border-color: var(--global-adaptive-bg-highlightyprimary, #09c348);
}
.step-progress-bar__step--active .step-progress-bar__number {
  color: var(--global-adaptive-bg-bgsecondary, #fff);
}
.step-progress-bar__step--completed .step-progress-bar__circle {
  background: var(--global-adaptive-bg-copyprimary, #000);
  border-color: var(--global-adaptive-bg-copyprimary, #000);
}
.step-progress-bar__circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--global-adaptive-bg-copyprimary, #000);
  background: var(--global-adaptive-bg-bgsecondary, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.step-progress-bar__number {
  color: var(--global-adaptive-bg-copyprimary, #000);
  font-size: var(--typo-bodysizes, 14px);
  font-weight: var(--typo-bodyweightregular, 400);
}
.step-progress-bar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-progress-bar__icon--check {
  color: var(--global-adaptive-bg-bgsecondary, #fff);
}
.step-progress-bar__label {
  font-size: var(--typo-bodysizes, 14px);
  font-weight: var(--typo-bodyweightregular, 400);
  color: var(--global-adaptive-bg-copysecondary, rgba(0, 0, 0, 0.6));
  text-align: center;
}

/* ==========================================
   RESPONSIVE - TABLET
   ========================================== */
@media (max-width: 767px) {
  .checkout-header__container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .checkout-header__progress {
    width: 100%;
  }
  .checkout-header__logo-image {
    max-height: 36px;
  }
  .step-progress-bar__step:not([data-is-last=true])::after {
    top: 16px;
  }
  .step-progress-bar__circle {
    width: 32px;
    height: 32px;
  }
  .step-progress-bar__label {
    font-size: var(--typo-bodysizexs, 12px);
    font-weight: var(--typo-bodyweightlight, 300);
  }
  .step-progress-bar__number {
    font-size: var(--typo-bodysizes, 14px);
  }
}
.header-menu .main-menu-container.desktop {
  display: none;
}
@media (min-width: 1024px) {
  .header-menu .main-menu-container.desktop {
    display: block;
  }
}
.header-menu .main-menu-container.mobile {
  display: block;
}
@media (min-width: 1024px) {
  .header-menu .main-menu-container.mobile {
    display: none;
  }
}
.header-menu .main-menu {
  background-color: var(--global-header-bg);
}
.header-menu .main-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header-menu .main-menu a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .header-menu .main-menu.desktop .menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    height: 72px;
    align-items: center;
    padding: 0 30px;
  }
  .header-menu .main-menu.desktop .menu.depth-0 > .menu-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header-menu .main-menu.desktop .menu.depth-0 > .menu-item > .nav-link {
    color: var(--global-header-urldefault);
    font-size: var(--fontsize-16);
    font-weight: var(--typo-bodyweightregular, 400);
    line-height: 125%;
    padding: 8px 16px;
    transition: color 0.2s ease;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header-menu .main-menu.desktop .menu.depth-0 > .menu-item > .nav-link {
    font-size: var(--fontsize-14);
    padding: 8px;
  }
}
@media (min-width: 1024px) {
  .header-menu .main-menu.desktop .menu.depth-0 > .menu-item > .nav-link:hover {
    color: var(--global-header-urlhover);
  }
  .header-menu .main-menu.desktop .menu.depth-0 > .menu-item.current-menu-item > .nav-link, .header-menu .main-menu.desktop .menu.depth-0 > .menu-item.current_page_item > .nav-link {
    color: var(--global-header-urlselecteddefault);
    border-bottom: 2px solid var(--global-header-urlselector);
  }
  .header-menu .main-menu.desktop .menu.depth-0 > .menu-item.has-children > .nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .header-menu .main-menu.desktop .menu.depth-0 > .menu-item.has-children > .nav-link:after {
    content: "";
    background: var(--global-header-urldefault);
    mask-image: url(chevron-down.svg);
    -webkit-mask-image: url(chevron-down.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    width: 14px;
    height: 8px;
    transition: background 0.2s ease;
  }
  .header-menu .main-menu.desktop .menu.depth-0 > .menu-item.has-children > .nav-link:hover:after {
    background: var(--global-header-urlhover);
  }
  .header-menu .main-menu.desktop .menu .menu-item {
    position: relative;
  }
  .header-menu .main-menu.desktop .menu .menu-item.red a {
    color: var(--semantic-error) !important;
  }
  .header-menu .main-menu.desktop .menu .menu-item.separate-menu-shoes .show-all {
    width: 50%;
  }
  .header-menu .main-menu.desktop .submenu.depth-1 {
    position: absolute;
    z-index: 9999;
    background-color: var(--global-header-bg);
    min-width: 300px;
    padding: 30px !important;
    left: -30px;
    top: 65px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1);
    display: none;
    flex-direction: column;
    min-height: 360px;
    transform: translateX(0);
    will-change: transform;
    transition: transform 0.1s ease-out;
  }
  .header-menu .main-menu.desktop .submenu.depth-1.show {
    display: flex;
  }
  .header-menu .main-menu.desktop .submenu.depth-1 .menu-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: unset;
  }
  .header-menu .main-menu.desktop .submenu.depth-1 .menu-item .nav-link {
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    color: var(--global-header-urldefault);
    font-family: var(--typo-bodyfontfamily);
    font-size: var(--typo-bodysizes);
    font-weight: var(--typo-bodyweightregular);
    line-height: 150%;
    transition: all 0.2s ease;
  }
  .header-menu .main-menu.desktop .submenu.depth-1 .menu-item .nav-link:hover {
    background-color: var(--grays-200);
    color: var(--global-header-urlhover);
  }
  .header-menu .main-menu.desktop .submenu.depth-1 .menu-item.show-all {
    width: 100%;
    margin-top: 16px;
  }
  .header-menu .main-menu.desktop .submenu.depth-1 .menu-item.show-all .nav-link {
    color: var(--global-header-urldefault);
    font-size: var(--typo-bodysizes);
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=false] > .submenu.depth-1 {
    max-height: 400px;
    min-width: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: 100px;
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=false] > .submenu.depth-1::-webkit-scrollbar {
    width: 6px;
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=false] > .submenu.depth-1::-webkit-scrollbar-track {
    background: var(--grays-100);
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=false] > .submenu.depth-1::-webkit-scrollbar-thumb {
    background: var(--grays-400);
    border-radius: 3px;
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=false] > .submenu.depth-1::-webkit-scrollbar-thumb:hover {
    background: var(--grays-600);
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=false] > .submenu.depth-1 > li {
    width: 240px;
    height: auto;
    flex-shrink: 0;
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=false] > .submenu.depth-1 > .menu-item {
    width: 240px;
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=false] > .submenu.depth-1 > .menu-item.has-children {
    width: 240px;
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=true] > .submenu.depth-1 {
    width: 700px;
    min-height: 350px;
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=true] > .submenu.depth-1.show {
    width: 700px;
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=true] > .submenu.depth-1 > .menu-item.has-children {
    width: 50%;
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=true] > .submenu.depth-1 > .menu-item.has-children > .nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=true] > .submenu.depth-1 > .menu-item.has-children > .nav-link:after {
    content: "";
    background: var(--global-header-urldefault);
    mask-image: url(chevron-right.svg);
    -webkit-mask-image: url(chevron-right.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    transition: background 0.2s ease;
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=true] > .submenu.depth-1 > .menu-item.has-children > .nav-link:hover:after {
    background: var(--global-header-urlhover);
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=true] > .submenu.depth-1 > .menu-item:not(.has-children) {
    width: 50%;
  }
  .header-menu .main-menu.desktop .has-children[data-has-depth2=true] > .submenu.depth-1 > .menu-item.show-all {
    width: 100%;
  }
  .header-menu .main-menu.desktop .submenu.depth-2 {
    display: none;
    position: absolute;
    right: 0px;
    flex-direction: column;
    z-index: 99999;
    width: 50%;
    top: 28px;
  }
  .header-menu .main-menu.desktop .submenu.depth-2.show {
    display: flex;
    height: calc(100% - 28px);
  }
  .header-menu .main-menu.desktop .submenu.depth-2 .menu-item {
    width: 100%;
  }
  .header-menu .main-menu.desktop .submenu.depth-2 .menu-item.show-all {
    width: 100%;
  }
  .header-menu .main-menu.desktop .submenu.depth-2 .menu-item .nav-link {
    display: block;
    padding: 8px;
    border-radius: 2px;
  }
  .header-menu .main-menu.desktop .submenu.depth-2 .menu-item .nav-link:hover {
    background-color: var(--grays-200);
    color: var(--global-header-urlhover);
  }
}
.header-menu .main-menu.mobile {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  height: 100vh;
  width: 100%;
  max-width: 400px;
  background: var(--global-mobilemenu-bg);
  padding: 20px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.2);
}
.header-menu .main-menu.mobile.menu-open {
  transform: translateX(0);
  opacity: 1;
}
.header-menu .main-menu.mobile .mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 20px;
  gap: 12px;
}
.header-menu .main-menu.mobile .mobile-menu-header .mobile-menu-title {
  flex: 1;
  color: var(--global-adaptive-bg-copyprimary);
  font-family: var(--typo-headingfontfamily);
  font-size: var(--fontsize-24);
  font-weight: var(--typo-headingweight);
  line-height: 125%;
  margin: 0;
}
.header-menu .main-menu.mobile .mobile-menu-header .close-submenu-button,
.header-menu .main-menu.mobile .mobile-menu-header .close-menu-button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.header-menu .main-menu.mobile .mobile-menu-header .close-submenu-button:hover,
.header-menu .main-menu.mobile .mobile-menu-header .close-menu-button:hover {
  opacity: 0.7;
}
.header-menu .main-menu.mobile .mobile-menu-header .close-submenu-button:after,
.header-menu .main-menu.mobile .mobile-menu-header .close-menu-button:after {
  content: "";
  background: var(--global-mobilemenu-icondefault);
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: block;
}
.header-menu .main-menu.mobile .mobile-menu-header .close-submenu-button:after {
  mask-image: url(chevron-right.svg);
  -webkit-mask-image: url(chevron-right.svg);
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}
.header-menu .main-menu.mobile .mobile-menu-header .close-menu-button:after {
  mask-image: url(icon-cancel.svg);
  -webkit-mask-image: url(icon-cancel.svg);
  width: 20px;
  height: 20px;
}
.header-menu .main-menu.mobile .mobile-menu-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transform: translateZ(0);
  will-change: scroll-position;
  touch-action: pan-y;
  padding-bottom: 120px;
}
.header-menu .main-menu.mobile .mobile-menu-content::-webkit-scrollbar {
  display: none;
}
.header-menu .main-menu.mobile .menu {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  justify-content: flex-start;
}
.header-menu .main-menu.mobile .menu.mobile li.menu-item {
  border-bottom: 1px solid var(--global-mobilemenu-separator);
  width: 100%;
  min-height: 50px;
  display: flex;
  flex-direction: column;
}
.header-menu .main-menu.mobile .menu.mobile li.menu-item:first-child {
  border-top: 1px solid var(--global-mobilemenu-separator);
}
.header-menu .main-menu.mobile .menu.mobile li.menu-item .menu-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
  gap: 8px;
}
.header-menu .main-menu.mobile .menu.mobile li.menu-item .nav-link {
  flex: 1;
  padding: 12px 0;
  color: var(--global-mobilemenu-urldefault);
  font-family: var(--typo-headingfontfamily);
  font-size: var(--fontsize-16);
  font-weight: var(--typo-headingweight);
  line-height: 125%;
  transition: color 0.2s ease;
}
.header-menu .main-menu.mobile .menu.mobile li.menu-item .nav-link:hover {
  color: var(--global-mobilemenu-urlhover);
}
.header-menu .main-menu.mobile .menu.mobile li.menu-item .toggle-submenu {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  transition: opacity 0.2s ease;
}
.header-menu .main-menu.mobile .menu.mobile li.menu-item .toggle-submenu:hover {
  opacity: 0.7;
}
.header-menu .main-menu.mobile .menu.mobile li.menu-item .toggle-submenu .chevron-icon {
  transition: transform 0.3s ease;
  width: 16px;
  height: 16px;
}
.header-menu .main-menu.mobile .menu.mobile li.menu-item .toggle-submenu .chevron-icon.down {
  transform: rotate(0deg);
}
.header-menu .main-menu.mobile .menu.mobile li.menu-item .toggle-submenu .chevron-icon.up {
  transform: rotate(180deg);
}
.header-menu .main-menu.mobile .menu.mobile li.menu-item.current-menu-item .nav-link {
  color: var(--global-mobilemenu-urlselecteddefault);
  border-left: 3px solid var(--global-mobilemenu-urlselector);
  padding-left: 12px;
}
.header-menu .main-menu.mobile .menu.mobile li.menu-item.show-all {
  margin-top: 25px;
  border: none;
  background: var(--grays-200);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  height: auto;
}
.header-menu .main-menu.mobile .menu.mobile li.menu-item.show-all .nav-link {
  text-align: center;
  color: var(--global-header-urldefault);
  font-size: var(--typo-bodysizes);
  padding: 12px 16px;
}
.header-menu .main-menu.mobile .menu .menu-item:not(.has-children) .nav-link {
  width: 100%;
}
.header-menu .main-menu.mobile .submenu.mobile, .header-menu .main-menu.mobile .submenu.depth-1, .header-menu .main-menu.mobile .submenu.depth-2, .header-menu .main-menu.mobile .submenu.depth-3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  padding: 20px;
  background-color: var(--global-mobilemenu-bg);
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 999;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
}
.header-menu .main-menu.mobile .submenu.expanded {
  transform: translateX(0);
  opacity: 1;
  z-index: 10000;
}
.header-menu .main-menu.mobile .submenu.depth-2 {
  z-index: 10001;
}
.header-menu .main-menu.mobile .submenu.depth-3 {
  z-index: 10002;
}
.header-menu .main-menu.mobile .mobile-menu-bottom {
  flex-shrink: 0;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 60px;
}
.header-menu .main-menu.mobile .mobile-menu-bottom-pages {
  display: flex;
  flex-direction: column;
}
.header-menu .main-menu.mobile .mobile-menu-bottom-pages a {
  border-bottom: 1px solid var(--global-mobilemenu-separator);
  padding: 12px 0;
  height: 50px;
  display: flex;
  align-items: center;
  color: var(--global-mobilemenu-urldefault);
  font-family: var(--typo-bodyfontfamily);
  font-size: var(--typo-bodysizem);
  font-weight: var(--typo-bodyweightregular);
}
.header-menu .main-menu.mobile .mobile-menu-bottom-pages a:hover {
  color: var(--global-mobilemenu-urlhover);
}
.header-menu .main-menu.mobile .mobile-menu-bottom-languages {
  margin-top: 30px;
}
.header-menu .main-menu.mobile .mobile-menu-bottom-languages .language-title {
  color: var(--global-adaptive-bg-copyprimary);
  font-family: var(--typo-headingfontfamily);
  font-size: var(--fontsize-16);
  font-weight: var(--typo-headingweight);
  margin-bottom: 12px;
}
.header-menu .main-menu.mobile .mobile-menu-bottom-languages ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 80px;
}
.header-menu .main-menu.mobile .mobile-menu-bottom-languages ul a {
  color: var(--global-mobilemenu-urldefault);
  font-size: var(--typo-bodysizes);
}
.header-menu .main-menu.mobile .mobile-menu-bottom-languages ul a:hover {
  color: var(--global-mobilemenu-urlhover);
}

body.overflow-hidden {
  overflow: hidden;
}
@media (min-width: 1024px) {
  body.overflow-hidden {
    overflow: auto;
  }
}

.footer {
  background: url(footer-background.avif) lightgray 50%/cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 240px;
}
@media (max-width: 767px) {
  .footer {
    background: url(footer-background-mobile.avif) lightgray 50%/cover no-repeat;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding-bottom: 144px;
  }
}
.footer__container {
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__container {
    flex-direction: row;
    justify-content: flex-start;
    gap: 80px;
  }
}
.footer__logo {
  height: auto;
  flex-shrink: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .footer__logo {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .footer__logo {
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .footer__logo {
    width: 20%;
  }
}
@media (min-width: 1440px) {
  .footer__logo {
    width: 25%;
  }
}
.footer__logo img {
  width: 100%;
}
@media (max-width: 1023px) {
  .footer__logo img {
    max-width: 300px;
  }
}
.footer__links {
  display: flex;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  flex: 1;
}
@media (min-width: 1024px) {
  .footer__links {
    padding-right: 0;
  }
}
.footer__links-group {
  display: flex;
  min-width: 160px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .footer__links-group {
    min-width: calc(50% - 20px);
  }
}
.footer__links-group-title {
  color: var(--global-footer-headerfill, #09c348);
  font-family: var(--typo-headingfontfamily, "Scale"), serif;
  font-size: var(--fontsize-18, 18px);
  font-style: normal;
  font-weight: var(--typo-headingweight, 500);
  line-height: 125%;
}
.footer__links-group-links {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer__links .footer__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  color: var(--global-footer-urldefault, #f7f7f6);
  font-family: var(--typo-bodyfontfamily, "Scale"), serif;
  font-size: var(--typo-bodysizem, 16px);
  font-style: normal;
  font-weight: var(--typo-bodyweightregular, 400);
  line-height: 150%;
  text-decoration: none;
}
.footer__links .footer__link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.footer__links .footer__link--sm {
  padding: 8px 0;
  flex-direction: column;
  align-items: flex-start;
}
.footer__links .footer__link--sm p {
  margin: 0;
  padding: 0;
}
.footer__links .footer__link:hover {
  color: var(--global-footer-urlhover, #ffffff);
}
.footer__signature-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--global-footer-signaturebg, #161616);
}
.footer__signature {
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding: 40px 32px;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  position: relative;
}
@media (min-width: 1024px) {
  .footer__signature {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 128px 0 128px;
    height: 48px;
    gap: 48px;
  }
}
.footer__signature-copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
@media (min-width: 1024px) {
  .footer__signature-copyright {
    flex-direction: row;
    gap: 24px;
  }
}
.footer__signature-copyright-copy {
  color: var(--global-footer-mobile-copyrightfill, #fff);
  text-align: center;
  font-family: var(--typo-bodyfontfamily, "Scale"), serif;
  font-size: var(--typo-bodysizes, 14px);
  font-style: normal;
  font-weight: var(--typo-bodyweightregular, 400);
  line-height: 150%;
}
.footer__signature-copyright-legal {
  color: var(--global-footer-signaturelegal, #878787);
  text-align: center;
  font-family: var(--typo-bodyfontfamily, "Scale"), serif;
  font-size: var(--typo-bodysizes, 14px);
  font-style: normal;
  font-weight: var(--typo-bodyweightregular, 400);
  line-height: 150%;
}
.footer__signature-tos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .footer__signature-tos {
    gap: 48px;
  }
}
.footer__signature-tos a {
  display: flex;
  padding: 4px 0;
  align-items: center;
  color: var(--global-footer-signaturetosddefault, #878787);
  font-family: var(--typo-bodyfontfamily, "Scale"), serif;
  font-size: var(--typo-bodysizexs, 12px);
  font-style: normal;
  font-weight: var(--typo-bodyweightregular, 400);
  line-height: 150%;
  text-decoration: none;
}
.footer__signature-tos a:hover {
  color: #ffffff;
}
.footer__signature-elka {
  width: 64px;
  height: 64px;
  position: absolute;
  left: calc(50% - 32px);
  top: -32px;
}
@media (min-width: 1024px) {
  .footer__signature-elka {
    left: 40px;
    top: -32px;
  }
}

.top-baner {
  position: relative;
}
.top-baner--inside img {
  width: 100%;
  max-height: 256px;
  object-fit: cover;
}
.breadcrumbs {
  margin: 50px 0 30px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 25px;
  }
}
.breadcrumbs--inside {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.breadcrumbs--inside span {
  color: var(--global-adaptive-other-breadcrumbsdefault, #000);
  font-size: var(--typo-bodysizes, 14px);
  font-style: normal;
  font-weight: var(--typo-bodyweightregular, 400);
}
.breadcrumbs--inside span .current-item {
  color: var(--global-adaptive-other-breadcrumbshover, #000);
  font-weight: var(--fontweight-medium, 500);
}
.breadcrumbs-sep:after {
  display: flex;
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url(chevron-right.svg);
  -webkit-mask-image: url(chevron-right.svg);
}

.search-bar {
  position: relative;
}
.search-bar .search-container {
  width: 100%;
}
.search-bar .search-container .search-wrapper {
  display: flex;
  height: 50px;
  align-items: center;
}
.search-bar .search-container .search-wrapper .search-form {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  padding: 0;
  gap: 0;
}
.search-bar .search-container .search-wrapper .search-form .input-search {
  box-sizing: border-box;
  display: flex;
  height: 50px;
  padding: 0 15px;
  align-items: center;
  width: 100%;
  color: var(--global-searchimput-placeholderfill, #424242);
  border: 1px solid var(--global-searchimput-outline, #bdbdbd);
  outline: none;
  font-size: var(--typo-bodysizem, 16px);
  font-style: normal;
  font-weight: var(--typo-bodyweightregular, 400);
  line-height: 150%;
  margin: 0;
}
@media (min-width: 1200px) {
  .search-bar .search-container .search-wrapper .search-form .input-search {
    width: 75%;
  }
}
@media (max-width: 575px) {
  .search-bar .search-container .search-wrapper .search-form .input-search {
    width: 100%;
  }
}
.search-bar .search-container .search-wrapper .search-form .input-search::placeholder {
  color: var(--global-searchimput-placeholderfill, #424242);
  font-size: var(--typo-bodysizem, 16px);
}
.search-bar .search-container .search-wrapper .search-form .input-search:focus-visible, .search-bar .search-container .search-wrapper .search-form .input-search:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--global-searchimput-outline, #bdbdbd);
}
.search-bar .search-container .search-wrapper .search-form .search-category-dropdown {
  position: relative;
  width: calc(30% - 50px);
  height: 100%;
}
@media (min-width: 1200px) {
  .search-bar .search-container .search-wrapper .search-form .search-category-dropdown {
    width: calc(25% - 50px);
  }
}
@media (max-width: 767px) {
  .search-bar .search-container .search-wrapper .search-form .search-category-dropdown {
    display: none;
  }
}
.search-bar .search-container .search-wrapper .search-form .search-category-dropdown .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.search-bar .search-container .search-wrapper .search-form .search-category-dropdown .search-category-button {
  display: flex;
  align-items: center;
  background: var(--white-1000, #fff);
  border: 1px solid var(--global-searchimput-outline, #bdbdbd);
  border-left: 0;
  border-right: 0;
  gap: 8px;
  cursor: pointer;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  padding: 0 12px;
  transition: background-color 0.2s;
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
}
.search-bar .search-container .search-wrapper .search-form .search-category-dropdown .search-category-button .search-category-name {
  color: var(--global-searchimput-placeholderfill, #424242);
  font-size: var(--typo-bodysizem, 16px);
}
.search-bar .search-container .search-wrapper .search-form .search-category-dropdown .search-category-button .dropdown-arrow::after {
  display: flex;
  content: "";
  background: var(--global-searchimput-placeholderfill, #424242);
  mask-image: url(chevron-down.svg);
  -webkit-mask-image: url(chevron-down.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  width: 14px;
  height: 8px;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.search-bar .search-container .search-wrapper .search-form .search-category-dropdown .search-category-button .dropdown-arrow.open::after {
  transform: rotate(180deg);
}
.search-bar .search-container .search-wrapper .search-form .search-category-dropdown .search-category-options {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  position: absolute;
  background: var(--white-1000, #fff);
  top: 48px;
  border: 1px solid var(--global-searchimput-outline, #bdbdbd);
  border-top: 0;
  width: 100%;
  gap: 0;
  z-index: 1001;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.search-bar .search-container .search-wrapper .search-form .search-category-dropdown .search-category-options li {
  padding: 10px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: var(--typo-bodysizexs, 12px);
  font-weight: var(--typo-bodyweightregular, 400);
  color: var(--global-searchimput-placeholderfill, #424242);
}
@media (min-width: 1200px) {
  .search-bar .search-container .search-wrapper .search-form .search-category-dropdown .search-category-options li {
    font-size: var(--typo-bodysizem, 16px);
  }
}
@media (max-width: 1023px) {
  .search-bar .search-container .search-wrapper .search-form .search-category-dropdown .search-category-options li {
    font-size: var(--typo-bodysizem, 16px);
  }
}
.search-bar .search-container .search-wrapper .search-form .search-category-dropdown .search-category-options li:hover, .search-bar .search-container .search-wrapper .search-form .search-category-dropdown .search-category-options li.selected {
  background-color: var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.0509803922));
}
.search-bar .search-container .search-wrapper .search-form .search-button {
  height: 50px;
  width: 50px;
  min-width: 50px;
  background: var(--primary-500, #09c348);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
  padding: 0;
  margin: 0;
}
.search-bar .search-container .search-wrapper .search-form .search-button:hover {
  background: var(--global-adaptive-bg-copyprimary, #000);
}
.search-bar .search-container .search-wrapper .search-form .search-button img {
  width: 21px;
  height: 22px;
}
.search-bar .search-result-container {
  display: none;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 999;
  background: var(--white-1000, #fff);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  left: 0;
  padding: 20px;
  max-height: 600px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .search-bar .search-result-container {
    width: 100%;
    max-height: 75vh;
    top: 60px;
  }
}
.search-bar .search-result-container.show-alg {
  display: block;
}
.search-bar .search-result-container .search-suggestions .latest-search {
  margin-bottom: 20px;
}
.search-bar .search-result-container .search-suggestions .latest-search-heading {
  font-size: var(--typo-bodysizes, 16px);
  color: var(--global-adaptive-bg-copyprimary, #000);
  font-weight: var(--typo-bodyweightmedium, 500);
  margin-bottom: 12px;
}
.search-bar .search-result-container .search-suggestions .latest-search-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.search-bar .search-result-container .search-suggestions .latest-search-items .latest-search-item {
  cursor: pointer;
  padding: 8px 12px;
  transition: background-color 0.2s;
}
.search-bar .search-result-container .search-suggestions .latest-search-items .latest-search-item-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-bar .search-result-container .search-suggestions .latest-search-items .latest-search-item-content .search-icon:before {
  display: flex;
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url(refresh.svg);
  -webkit-mask-image: url(refresh.svg);
  background: var(--global-adaptive-bg-copysecondary, rgba(0, 0, 0, 0.6));
}
.search-bar .search-result-container .search-suggestions .latest-search-items .latest-search-item-content .latest-search-query {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, rgba(0, 0, 0, 0.6));
}
.search-bar .search-result-container .search-suggestions .latest-search-items .latest-search-item:hover {
  background-color: var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.0509803922));
}
.search-bar .search-result-container .search-suggestions .latest-search-items .latest-search-placeholder {
  padding: 20px;
  text-align: center;
  color: var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.2980392157));
}
.search-bar .search-result-container #hits .hits-container {
  width: 100%;
}
.search-bar .search-result-container #hits .hits-container .hits-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 15px;
  margin: 0;
}
@media (max-width: 767px) {
  .search-bar .search-result-container #hits .hits-container .hits-list {
    gap: 8px;
  }
}
.search-bar .search-result-container #hits .hits-container .hits-list .ais-Hits {
  width: 100%;
}
.search-bar .search-result-container #hits .hits-container .hits-list .hit-item {
  width: calc(20% - 12px);
}
@media (max-width: 767px) {
  .search-bar .search-result-container #hits .hits-container .hits-list .hit-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .search-bar .search-result-container #hits .hits-container .hits-list .hit-item .product-hit {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
.search-bar .search-result-container #hits .hits-container .hits-list .hit-item .product-hit .search-product-img {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .search-bar .search-result-container #hits .hits-container .hits-list .hit-item .product-hit .search-product-img {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.search-bar .search-result-container #hits .hits-container .hits-list .hit-item .product-hit .search-product-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .search-bar .search-result-container #hits .hits-container .hits-list .hit-item .product-hit .search-product-img img {
    max-width: 80px;
  }
}
.search-bar .search-result-container #hits .hits-container .hits-list .hit-item .product-hit .search-product-informations a {
  display: block;
  margin-bottom: 4px;
  text-decoration: none;
  transition: opacity 0.2s;
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-producttitle, #000);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: unset;
}
.search-bar .search-result-container #hits .hits-container .hits-list .hit-item .product-hit .search-product-informations a:hover {
  opacity: 0.7;
}
.search-bar .search-result-container #hits .hits-container .hits-list .hit-item .product-hit .search-product-informations .hit-price {
  font-size: var(--typo-bodysizem, 16px);
  font-style: normal;
  font-weight: var(--typo-bodyweightregular, 400);
  color: var(--global-adaptive-bg-producttitle, #000);
}
.search-bar .search-result-container .no-results {
  padding: 40px 20px;
  text-align: center;
}
.search-bar .search-result-container .no-results-text {
  color: var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.2980392157));
  font-size: 16px;
}

.archive-product-main {
  margin: 20px 0 20px 0;
}
.archive-product-main--inside-top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.archive-product-main--inside-top .woocommerce-products-header .woocommerce-products-header__title {
  margin: 0;
}
.archive-product-main--inside-top .woocommerce-products-header .woocommerce-result-count {
  margin: 0;
}
.archive-product-main--inside-top .woocommerce-result-count {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.archive-product-main--inside-top .woocommerce-result-count h1 {
  margin: 0;
  font-size: var(--typo-bodysizexxxl, 32px);
  font-weight: var(--typo-bodyweightmedium, 500);
  line-height: 125%;
  color: var(--global-adaptive-bg-copyprimary, #000);
}
.archive-product-main--inside-top .woocommerce-result-count--counter {
  font-size: var(--typo-bodysizel, 24px);
  color: var(--global-adaptive-bg-copysecondary, rgba(0, 0, 0, 0.6));
  font-weight: var(--typo-bodyweightregular, 400);
}
.archive-product-main .archive-product--row {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.archive-product-main .archive-product--row__product-list {
  width: calc(70% - 25px);
}
@media (max-width: 967px) {
  .archive-product-main .archive-product--row__product-list {
    width: 100%;
  }
}
.archive-product-main .archive-product--row__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .archive-product-main .archive-product--row__header {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .archive-product-main .archive-product--row__header .custom-woocommerce-pagination {
    display: none;
  }
}
.archive-product-main .archive-product--row__header:has(.fibofilters-applied-filters) .woocommerce-ordering,
.archive-product-main .archive-product--row__header:has(.fibofilters-applied-filters) .mobile-filters {
  width: 100%;
}
.archive-product-main .archive-product--row__footer {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  flex-wrap: wrap;
}
.archive-product-main .archive-product--row__footer .custom-select {
  width: 100%;
}
.archive-product-main .archive-product--row .fibofilters-show-more-button-container .fibofilters-show-more {
  padding: 15px 20px;
  background-color: var(--global-adaptive-buttons-primiary, #ebebeb);
  transition: all 0.3s ease;
}
.archive-product-main .archive-product--row .fibofilters-show-more-button-container .fibofilters-show-more:hover {
  background-color: var(--global-adaptive-buttons-primiaryhover, #09C348);
}
.archive-product-main .mobile-filters {
  display: block;
  width: calc(50% - 10px);
}
@media (min-width: 968px) {
  .archive-product-main .mobile-filters {
    display: none;
  }
}
.archive-product-main .mobile-filters .open-filters {
  cursor: pointer;
  position: relative;
  user-select: none;
  width: 100%;
  align-items: center;
  background: transparent;
  border: 1px solid var(--global-searchimput-outline, #bdbdbd);
  display: inline-flex;
  font-size: inherit;
  justify-content: space-between;
  padding: 10px 15px;
  transition: border-color 0.3s;
  color: var(--global-searchimput-placeholderfill, #424242);
}
.archive-product-main .mobile-filters .open-filters:after {
  content: "";
  background: var(--global-searchimput-placeholderfill, #424242);
  mask-image: url(chevron-down.svg);
  -webkit-mask-image: url(chevron-down.svg);
  width: 14px;
  height: 8px;
  margin-left: 10px;
}
@media (max-width: 967px) {
  .archive-product-main .woocommerce-ordering.custom-ordering {
    width: calc(50% - 10px);
  }
}
.archive-product-main .woocommerce-ordering.custom-ordering .custom-select {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  position: relative;
  user-select: none;
  width: 300px;
}
@media (max-width: 967px) {
  .archive-product-main .woocommerce-ordering.custom-ordering .custom-select {
    width: 100%;
  }
}
.archive-product-main .woocommerce-ordering.custom-ordering .custom-select-trigger {
  align-items: center;
  background: var(--adaptive-bg-bgsecondary, var(--global-adaptive-bg-bgsecondary, #fff));
  border: 1px solid var(--searchimput-outline, var(--global-searchimput-outline, #bdbdbd));
  display: inline-flex;
  font-size: inherit;
  justify-content: space-between;
  padding: 15px 12px;
  transition: border-color 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  .archive-product-main .woocommerce-ordering.custom-ordering .custom-select-trigger {
    padding: 10px 35px 10px 10px;
  }
}
.archive-product-main .woocommerce-ordering.custom-ordering .custom-select-trigger span {
  color: var(--global-searchimput-placeholderfill, #424242);
}
@media (max-width: 767px) {
  .archive-product-main .woocommerce-ordering.custom-ordering .custom-select-trigger span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
  }
}
.archive-product-main .woocommerce-ordering.custom-ordering .custom-select-trigger:after {
  content: "";
  background: var(--searchimput-placeholderfill, var(--global-searchimput-placeholderfill, #bdbdbd));
  mask-image: url(chevron-down.svg);
  -webkit-mask-image: url(chevron-down.svg);
  width: 14px;
  height: 8px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .archive-product-main .woocommerce-ordering.custom-ordering .custom-select-trigger:after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
  }
}
.archive-product-main .woocommerce-ordering.custom-ordering .custom-select .custom-options {
  background: var(--adaptive-bg-bgsecondary, var(--global-adaptive-bg-bgsecondary, #fff));
  border: 1px solid var(--searchimput-outline, var(--global-searchimput-outline, #bdbdbd));
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1019607843);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 0;
  z-index: 999;
}
.archive-product-main .woocommerce-ordering.custom-ordering .custom-select .custom-options .custom-option {
  padding: 15px 12px;
  color: var(--global-adaptive-bg-copysecondary, rgba(0, 0, 0, 0.6));
  font-size: var(--typo-bodysizem, 16px);
  font-weight: var(--body-weight-regular, 400);
}
.archive-product-main .woocommerce-ordering.custom-ordering .custom-select .custom-options .custom-option:hover {
  background: var(--searchimput-outline, var(--global-searchimput-outline, #bdbdbd));
}
.archive-product-main .woocommerce-ordering.custom-ordering .custom-select.open .custom-select-trigger {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.archive-product-main .woocommerce-ordering.custom-ordering .custom-select.open .custom-select-trigger:after {
  transform: rotate(180deg);
}
.archive-product-main .woocommerce-ordering.custom-ordering .custom-select.open .custom-options {
  display: block;
}
.archive-product-main .custom-woocommerce-pagination {
  margin: 0;
}
@media (max-width: 575px) {
  .archive-product-main .custom-woocommerce-pagination {
    display: none;
  }
}
.archive-product-main .custom-woocommerce-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.archive-product-main .custom-woocommerce-pagination ul li {
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.archive-product-main .custom-woocommerce-pagination ul li a, .archive-product-main .custom-woocommerce-pagination ul li span {
  padding: 10px 10px;
  text-decoration: none;
  display: inline-block;
}
.archive-product-main .custom-woocommerce-pagination ul li.pagination-current span {
  padding: 10px 15px;
  border-radius: 4px;
}
.archive-product-main .custom-woocommerce-pagination ul li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.archive-product-main .custom-woocommerce-pagination ul li.disabled span {
  display: none;
}
.archive-product-main .custom-woocommerce-pagination ul li.pagination-prev:before {
  content: "";
  mask-image: url(chevron-down.svg);
  -webkit-mask-image: url(chevron-down.svg);
  width: 14px;
  height: 8px;
  transform: rotate(90deg);
  display: block;
}
.archive-product-main .custom-woocommerce-pagination ul li.pagination-next:after {
  content: "";
  mask-image: url(chevron-right.svg);
  -webkit-mask-image: url(chevron-right.svg);
  width: 16px;
  height: 16px;
  display: block;
}
.archive-product-main .archive-description {
  margin: 80px 0 100px;
  display: block;
}
.archive-product-main .archive-description #toggleButton {
  background: none;
  border: none;
  display: flex;
  margin-left: auto;
  cursor: pointer;
}

.archive-product-main .products {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style-type: none;
}
.archive-product-main .products .content-product {
  width: calc(50% - 15px);
}
@media (min-width: 576px) {
  .archive-product-main .products .content-product {
    width: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  .archive-product-main .products .content-product {
    width: calc((100% - 60px) / 3);
  }
}
@media (min-width: 1024px) {
  .archive-product-main .products .content-product {
    width: calc((100% - 60px) / 3);
  }
}
@media (min-width: 1200px) {
  .archive-product-main .products .content-product {
    width: calc((100% - 60px) / 3);
  }
}
@media (min-width: 1800px) {
  .archive-product-main .products .content-product {
    width: calc((100% - 90px) / 4);
  }
}

.content-product__image {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  aspect-ratio: 1/1;
}
.content-product__image img {
  transition: all 0.3s ease;
  height: auto;
}
.content-product__image:hover img {
  transform: scale(1.05);
}
.content-product--meta__title h2 {
  font-weight: var(--typo-bodyweightregular, 400);
  font-size: var(--fontsize-18, 18px);
  color: var(--adaptivestyles-producttitle, var(--global-adaptive-bg-producttitle, #000));
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 5px;
  min-height: unset;
}
.content-product--meta__price {
  margin-top: 16px;
}
.content-product--meta__price .woocommerce-Price-amount {
  font-size: var(--typo-bodysizem, 16px);
  font-style: normal;
  font-weight: var(--typo-bodyweightregular, 400);
}
.content-product--meta__price bdi {
  color: var(--adaptivestyles-producttitle, var(--global-adaptive-bg-producttitle, #000));
}
.content-product--meta__price ins {
  text-decoration: none;
  color: var(--adaptivestyles-productpricenew, var(--global-adaptive-bg-productpricenew, #c80c0f));
}
.content-product--meta__price ins bdi {
  color: var(--adaptivestyles-productpricenew, var(--global-adaptive-bg-productpricenew, #c80c0f));
}
.content-product--meta__price del {
  color: var(--adaptivestyles-productpriceold, var(--global-adaptive-bg-productpriceold, #5b5b5b));
}
.content-product--meta__price del bdi {
  color: var(--adaptivestyles-productpriceold, var(--global-adaptive-bg-productpriceold, #5b5b5b));
}
.content-product--reverse-color .content-product--meta__title h2 {
  color: var(--adaptivestyles-producttitlereverse, var(--global-adaptive-bg-producttitlereverse, #fff));
}
.content-product--reverse-color .content-product--meta__price .woocommerce-Price-amount {
  color: var(--adaptivestyles-productpricereverse, var(--global-adaptive-bg-productpricereverse, #fff));
}
.content-product--reverse-color .content-product--meta__price ins bdi {
  color: var(--adaptivestyles-productpricenewreverse, var(--global-adaptive-bg-productpricenewreverse, #fff));
}
.content-product--reverse-color .content-product--meta__price bdi {
  color: var(--adaptivestyles-producttitlereverse, var(--global-adaptive-bg-producttitlereverse, #fff));
}
.content-product--reverse-color .content-product--meta__price del bdi {
  color: var(--adaptivestyles-productpriceoldreverse, var(--global-adaptive-bg-productpriceoldreverse, rgba(255, 255, 255, 0.6)));
}

.sidebar-shop--content--fibo-filters .fibofilters-block {
  border-bottom: none;
  border-top: 1px solid var(--adaptive-other-separator, var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.2980392157)));
}
.sidebar-shop--content--fibo-filters .fibofilters-block__headline {
  margin-top: 10px;
}
.sidebar-shop--content--fibo-filters .fibofilters-block__headline-box-inner {
  font-size: var(--typo-bodysizem, 16px);
  line-height: 1.5;
  font-weight: var(--typo-bodyweightregular, 400);
}
.sidebar-shop--content--fibo-filters .fibofilters-block__content-inner {
  margin-top: 10px;
}
.sidebar-shop--content--fibo-filters .fibofilters-block__content-inner .fibofilters-items-search {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid var(--global-searchimput-outline, #bdbdbd);
  padding: 9px 6px;
}
.sidebar-shop--content--fibo-filters .fibofilters-block__content-inner .fibofilters-items-search input {
  padding: 18px 12px;
}
.sidebar-shop--content--fibo-filters .fibofilters-block__content-inner .fibofilters-items-search input::placeholder {
  color: var(--global-searchimput-placeholderfill, #424242);
}
.sidebar-shop--content--fibo-filters .fibofilters-block__items-list .fibofilters-item__label {
  font-size: var(--typo-bodysizem, 16px);
  color: var(--global-adaptive-bg-copyprimary, #000);
  font-weight: 400;
  line-height: 1.5;
}
.sidebar-shop--content--fibo-filters .fibofilters-block__items-list .fibofilters-item__counter {
  font-size: var(--typo-bodysizem, 16px);
  color: var(--global-adaptive-bg-copyprimary, #000);
  font-weight: 400;
  line-height: 1.5;
  margin-left: 5px;
}
.sidebar-shop--content--fibo-filters .fibofilters-block__items-list .fibofilters-item.fibofilters-selected > .fibofilters-collapser-container > .fibofilters-item__interactive > .fibofilters-item__control,
.sidebar-shop--content--fibo-filters .fibofilters-block__items-list .fibofilters-item.fibofilters-selected > .fibofilters-item__interactive > .fibofilters-item__control {
  background: var(--fibofilters--colors--base);
  border: none;
  background-color: var(--global-adaptive-radioandchackbox-selected, #09c348) !important;
}
.sidebar-shop--content--fibo-filters .fibofilters-block__items-list .fibofilters-more-less {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000);
  display: inline-flex;
  margin-top: 15px;
  align-items: center;
}
.sidebar-shop--content--fibo-filters .fibofilters-block__items-list .fibofilters-more-less:before {
  content: "";
  background: var(--global-adaptive-bg-highlightyprimary, #09C348);
  mask-image: url(plus.svg);
  -webkit-mask-image: url(plus.svg);
  width: 24px;
  height: 24px;
  margin-right: 5px;
  display: block;
}
.sidebar-shop--content--fibo-filters .fibofilters-block__items-list .fibofilters-more-less__counter {
  margin-left: 5px;
}
.sidebar-shop--content--fibo-filters .fibofilters-block .fibofilters-item__control {
  box-shadow: none;
  border: 2px solid #d9d9d9;
}
.sidebar-shop--content--fibo-filters .fibofilters-block .fibofilters-range__inputs-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sidebar-shop--content--fibo-filters .fibofilters-block .fibofilters-range__inputs-wrapper input::-webkit-outer-spin-button,
.sidebar-shop--content--fibo-filters .fibofilters-block .fibofilters-range__inputs-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sidebar-shop--content--fibo-filters .fibofilters-block .fibofilters-range__inputs-wrapper input[type=number] {
  -moz-appearance: textfield;
  border-radius: 0;
}
.sidebar-shop--content--fibo-filters .fibofilters-block .fibofilters-range__inputs-wrapper .fibofilters-input__wrapper {
  display: inline-flex;
  align-items: center;
  width: calc(50% - 5px);
  margin: 0;
  box-shadow: none;
  border: 1px solid var(--global-searchimput-outline, #bdbdbd);
}
.sidebar-shop--content--fibo-filters .fibofilters-block .fibofilters-range__inputs-wrapper .fibofilters-input__wrapper input {
  box-shadow: none;
}
.sidebar-shop--content--fibo-filters .fibofilters-block .fibofilters-range__inputs-wrapper .fibofilters-input__wrapper input::placeholder {
  color: var(--global-searchimput-placeholderfill, #424242);
}
.sidebar-shop--content--fibo-filters .fibofilters-block .fibofilters-range__inputs-wrapper .fibofilters-input__wrapper:first-child:after {
  content: "-";
  display: block;
  margin: 0 5px;
}
.sidebar-shop--content--fibo-filters .fibofilters-block .fibofilters-input__element {
  border: 1px solid 1px solid var(--adaptive-other-separator, var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.2980392157)));
  border-radius: 4px;
}

.fibofilters-applied-filters-container .fibofilters-applied-filter {
  border: 1px solid var(--global-adaptive-tag-default, rgba(0, 0, 0, 0.2980392157));
  box-shadow: none;
}
.fibofilters-applied-filters-container .fibofilters-applied-filter:hover {
  box-shadow: none;
}
.fibofilters-applied-filters-container .fibofilters-applied-filter:before {
  background-color: var(--global-adaptive-tag-default, rgba(0, 0, 0, 0.2980392157));
}
.fibofilters-applied-filters-container .fibofilters-applied-filter span {
  font-weight: 400;
  color: var(--global-adaptive-tag-default, rgba(0, 0, 0, 0.2980392157));
  font-size: var(--typo-bodysizes, 14px);
  line-height: 150%;
}
.fibofilters-applied-filters-container .fibofilters-applied-filter span strong {
  font-weight: 400;
}
.fibofilters-applied-filters-container .fibofilters-applied-filter--clear-all span {
  display: flex;
  align-items: center;
}
.fibofilters-applied-filters-container .fibofilters-applied-filter--clear-all span:after {
  content: "";
  background: var(--global-adaptive-tag-default, rgba(0, 0, 0, 0.2980392157));
  mask-image: url(x-icon.svg);
  -webkit-mask-image: url(x-icon.svg);
  width: 12px;
  height: 12px;
  display: block;
  margin-left: 5px;
}

.fibofilters-block--range .fibofilters-slider-histogram {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.fibofilters-block--range .fibofilters-range__track {
  background: var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.2980392157));
}
.fibofilters-block--range .fibofilters-range__segment--active {
  background: var(--global-adaptive-bg-highlightyprimary, #09c348);
}
.fibofilters-block--range .fibofilters-range__handle {
  background: var(--global-adaptive-bg-highlightyprimary, #09c348);
  border: none;
}
.fibofilters-block--range .fibofilters-clear-filter-btn {
  border-radius: 0;
}

.fibofilters-applied-filters-container {
  height: auto !important;
}

.fibofilters-applied-filters-container:empty {
  display: none;
}
.fibofilters-applied-filters-container:empty:not(:has(.fibofilters-applied-filters)) {
  display: none;
}

.woocommerce-cart .cart {
  background: var(--global-adaptive-bg-bgprimary, #f7f7f6);
  padding-top: 50px;
}
.woocommerce-cart .cart--inside {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .woocommerce-cart .cart--inside {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .cart--inside {
    padding: 0;
  }
}
.woocommerce-cart .cart--inside__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce-cart .cart--inside__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.woocommerce-cart .cart--inside__title h3 {
  margin: 0;
  font-size: var(--typo-bodysize4xl, 40px);
  font-weight: var(--typo-bodyweightmedium, 500);
  color: var(--global-adaptive-bg-copyprimary, #000000);
}
.woocommerce-cart .cart--inside__title span {
  font-size: var(--typo-bodysizexl, 20px);
  font-weight: var(--typo-bodyweightregular, 400);
  color: var(--global-adaptive-bg-copysecondary, #777777);
}
.woocommerce-cart .cart--inside .cart-empty {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, rgba(0, 0, 0, 0.6));
  display: flex;
  align-items: center;
  gap: 5px;
}
.woocommerce-cart .cart--inside .cart-empty i {
  background: var(--global-adaptive-buttons-primiary);
  padding: 10px 15px;
}
.woocommerce-cart .cart--inside .cart-empty i svg, .woocommerce-cart .cart--inside .cart-empty i path {
  fill: var(--primary-500, #09c348);
}
.woocommerce-cart .cart--inside .woocommerce-cart-form {
  width: calc(70% - 25px);
}
@media (max-width: 1023px) {
  .woocommerce-cart .cart--inside .woocommerce-cart-form {
    width: calc(65% - 25px);
  }
}
@media (max-width: 967px) {
  .woocommerce-cart .cart--inside .woocommerce-cart-form {
    width: 100%;
  }
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  background-color: var(--global-adaptive-bg-bgsecondary, #fff);
  padding: 20px;
}
@media (max-width: 767px) {
  .woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item {
    margin-bottom: 40px;
  }
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--left {
  width: calc(25% - 15px);
}
@media (max-width: 575px) {
  .woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--left {
    width: calc(30% - 10px);
  }
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--left .product-thumbnail img {
  height: auto;
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--center {
  width: calc(35% - 10px);
}
@media (max-width: 575px) {
  .woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--center {
    width: calc(70% - 10px);
  }
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--center .product-name a {
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightregular, 500);
  color: var(--global-adaptive-bg-copyprimary, #000);
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--center__bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 575px) {
  .woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--center__bottom {
    display: none;
  }
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--center .personalization-quantity {
  display: none;
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-meta {
  margin-top: 15px;
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-meta .attribute-name {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #777777);
  font-weight: var(--typo-bodyweightregular, 400);
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-meta .attribute-value {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--typo-bodyweightmedium, 500);
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-meta .cart-quantity--text {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #777777);
  font-weight: var(--typo-bodyweightregular, 400);
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-meta .cart-quantity--value {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--typo-bodyweightmedium, 500);
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .additional-data {
  margin-top: 20px;
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .additional-data__item {
  display: flex;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .additional-data__item {
    flex-wrap: wrap;
  }
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .additional-data__label {
  font-size: var(--typo-bodysizexs, 12px);
  color: var(--global-adaptive-bg-copysecondary, #777777);
  font-weight: var(--typo-bodyweightregular, 400);
  width: 30%;
}
@media (max-width: 767px) {
  .woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .additional-data__label {
    width: 100%;
  }
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .additional-data__value {
  font-size: var(--typo-bodysizexs, 12px);
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--typo-bodyweightmedium, 500);
  width: 70%;
}
@media (max-width: 767px) {
  .woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .additional-data__value {
    width: 100%;
    margin: 0;
  }
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-remove a {
  width: 48px;
  height: 48px;
  display: flex;
  background: var(--global-adaptive-buttons-primiary, #ebebeb);
  align-items: center;
  justify-content: center;
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-remove a svg > * {
  fill: var(--primary-500, #09c348);
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--right {
  width: calc(40% - 15px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-end;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 575px) {
  .woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--right {
    display: none;
  }
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-price span.amount bdi {
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightmedium, 500);
  color: var(--global-adaptive-bg-productprice, #000000);
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-price .promo-price span.amount bdi {
  color: var(--global-adaptive-bg-productpricenew, #C80C0F);
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--fontweight-semi-bold, 600);
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-price .before-promo-price span.amount bdi {
  font-size: var(--typo-bodysizem, 16px);
  font-weight: var(--fontweight-medium, 500);
  color: var(--global-adaptive--bg-productoldprice, #666666);
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-promotion-value {
  display: flex;
  justify-content: flex-end;
  margin: 5px 0;
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-promotion-value .promotion-value {
  border: 1px solid var(--global-adaptive-tag-highlighted, #09c348);
  padding: 4px 8px;
  border-radius: 4px;
  color: var(--global-adaptive-tag-highlighted, #09c348);
  font-size: var(--typo-bodysizes, 14px);
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-promotion-value .promotion-value span, .woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-promotion-value .promotion-value bdi {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-tag-highlighted, #09c348);
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-subtotal {
  display: flex;
  justify-content: flex-end;
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-subtotal span, .woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item .product-subtotal bdi {
  font-weight: var(--fontweight-semi-bold, 600);
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--bottom {
  display: flex;
  width: 100%;
  gap: 10px;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--bottom {
    display: none;
  }
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--bottom__left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--bottom__right {
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--bottom .product-price {
    flex-direction: column;
    gap: 0;
  }
  .woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--bottom .product-price span {
    font-size: 15px;
  }
  .woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--bottom .product-price span .amount {
    font-size: 15px;
  }
  .woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--bottom .product-price del span {
    font-size: 14px;
  }
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .cart-item--bottom .personalization-quantity {
  display: none;
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .actions button.button {
  margin-left: auto;
  display: flex;
  margin-top: 20px;
  background: var(--global-adaptive-tag-highlighted, #09c348);
  color: var(--global-adaptive-buttons-labelsecondary, #fff);
  border: none;
  padding: 10px;
}
.woocommerce-cart .cart--inside .woocommerce-cart-form .actions button.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.woocommerce-cart .cart--inside .show-wishlist-info span {
  color: var(--global-adaptive-bg-copyprimary, #000000);
}
.woocommerce-cart .cart--inside .show-wishlist-info span, .woocommerce-cart .cart--inside .show-wishlist-info a {
  font-size: var(--typo-bodysizes, 14px);
  font-weight: var(--typo-bodyweightregular, 400);
}
.woocommerce-cart .cart--inside .show-wishlist-info a {
  text-decoration: underline;
  color: var(--global-adaptive-bg-highlightyprimary, #09C348);
}
.woocommerce-cart .cart--inside .cart-collaterals {
  width: calc(30% - 25px);
  margin-top: 98px;
}
@media (max-width: 1023px) {
  .woocommerce-cart .cart--inside .cart-collaterals {
    width: calc(35% - 25px);
  }
}
@media (min-width: 1024px) {
  .woocommerce-cart .cart--inside .cart-collaterals {
    height: fit-content;
    max-height: calc(100vh - 118px);
    position: sticky;
    top: 118px;
  }
}
@media (max-width: 967px) {
  .woocommerce-cart .cart--inside .cart-collaterals {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .cart--inside .cart-collaterals .cart-totals {
    padding: 20px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1607843137);
  }
}
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals .cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals .cart-total .shipping-label,
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals .cart-total .subtotal-label {
  font-size: var(--typo-bodysizes, 12px);
  font-weight: var(--typo-bodyweightregular, 400);
  color: var(--global-adaptive-bg-copysecondary, #777777);
}
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals .cart-total .shipping-value,
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals .cart-total .subtotal-value {
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--fontweight-semi-bold, 500);
  font-size: var(--typo-bodysizes, 12px);
}
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals .cart-total .total-label {
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightmedium, 500);
  color: var(--global-adaptive-bg-copysecondary, #777777);
}
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals .cart-total .total-value {
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightmedium, 500);
  color: var(--global-adaptive-bg-copyprimary, #000000);
}
@media (min-width: 1024px) {
  .woocommerce-cart .cart--inside .cart-collaterals .cart-totals--inside {
    padding: 20px;
    background-color: var(--global-adaptive-bg-bgsecondary, #fff);
  }
}
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals .applied-coupons--title {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #777777);
  font-weight: var(--typo-bodyweightmedium, 500);
}
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals .applied-coupons .coupon-item {
  font-size: var(--typo-bodysizes, 12px);
  font-weight: var(--typo-bodyweightregular, 400);
}
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals .applied-coupons .coupon-item--left {
  color: var(--global-adaptive-bg-copysecondary, #777777);
}
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals .applied-coupons .coupon-item--right * {
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--fontweight-semi-bold, 500);
}
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals--total {
  border-top: 1px solid var(--Global-Adaptive-Other-Separator, rgba(0, 0, 0, 0.3019607843));
  margin-top: 15px;
  padding-top: 15px;
}
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals .checkout-button {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--global-adaptive-tag-highlighted, #09c348);
  color: var(--global-adaptive-buttons-labelsecondary, #fff);
  margin-top: 30px;
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-headingweight, 500);
  line-height: 150%;
}
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals--info {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals--info:before {
  content: "";
  background: var(--global-adaptive-bg-highlightyprimary, #09C348);
  mask-image: url(info-icon.svg);
  -webkit-mask-image: url(info-icon.svg);
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: block;
}
.woocommerce-cart .cart--inside .cart-collaterals .cart-totals--info span {
  width: calc(100% - 30px);
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--typo-bodyweightregular, 400);
}
.woocommerce-cart .cart .payments-icons {
  margin-top: 20px;
}
.woocommerce-cart .cart .payments-icons--inside {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.woocommerce-cart .products-slider {
  padding: 60px 0;
}

.cart-empty--inside {
  justify-content: center;
  display: flex;
  margin-top: 80px;
  margin-bottom: 160px;
  flex-wrap: wrap;
}
.cart-empty--heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cart-empty--heading span {
  font-size: var(--typo-bodysizel, 18px);
}
.cart-empty--heading a {
  text-decoration: underline;
  color: var(--black-700);
}
.cart-empty__title {
  font-size: var(--typo-bodysize4xl, 40px);
  font-weight: var(--typo-bodyweightbold, 700);
}
.cart-empty--buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 20px;
  flex-wrap: wrap;
}
.cart-empty--buttons a {
  padding: 16px 18px;
  display: inline-block;
}
@media (max-width: 575px) {
  .cart-empty--buttons a {
    width: 100%;
    text-align: center;
  }
}

.mini-cart {
  position: absolute;
  width: 400px;
  flex-direction: column;
  height: auto;
  background: #fff;
  right: 20px;
  top: 100px;
  z-index: 999;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1607843137);
  display: none;
}
.mini-cart--inside {
  padding: 20px 25px;
}
.mini-cart.visible {
  display: flex;
}
.mini-cart ul.mini-cart-list {
  max-height: 500px;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mini-cart-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.mini-cart-title__title {
  color: var(--global-adaptive-bg-copyprimary, #000);
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightregular, 400);
}
.mini-cart-title__counter {
  font-size: var(--typo-bodysizexs, 12px);
  color: var(--global-adaptive-bg-copysecondary, rgba(0, 0, 0, 0.6));
}
.mini-cart-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.mini-cart-item img {
  width: 30%;
  height: auto;
}
.mini-cart-item .item-info {
  width: 70%;
}
.mini-cart-item .item-info > span {
  display: flex;
  margin-bottom: 2px;
}
.mini-cart-item .item-info .name {
  font-size: var(--typo-bodysizes, 14px);
  font-weight: var(--typo-bodyweightregular, 400);
}
.mini-cart-item .item-info .quantity {
  font-size: var(--typo-bodysizexs, 12px);
  font-weight: var(--typo-bodyweightregular, 400);
  color: var(--global-adaptive-bg-copysecondary, rgba(0, 0, 0, 0.6));
}
.mini-cart-item .item-info .price .price-normal {
  font-size: var(--typo-bodysizes, 14px);
  font-weight: var(--typo-bodyweightregular, 400);
  color: var(--global-adaptive-bg-producttitle, #000);
}
.mini-cart-item .item-info .price .price-current {
  color: var(--global-adaptive-bg-productpricenew, #c80c0f);
  font-size: var(--typo-bodysizes, 14px);
  font-weight: var(--typo-bodyweightregular, 400);
}
.mini-cart-item .item-info .price .price-regular {
  color: var(--global-adaptive-bg-productpriceold, #5b5b5b);
  font-size: var(--typo-bodysizexs, 12px);
}
.mini-cart-item .item-info .variation {
  font-size: var(--typo-bodysizexs, 12px);
  font-weight: var(--typo-bodyweightregular, 400);
  color: var(--global-adaptive-bg-copysecondary, rgba(0, 0, 0, 0.6));
}
.mini-cart-summary {
  margin-top: 30px;
  border-top: 1px solid var(--Global-Adaptive-Other-Separator, rgba(0, 0, 0, 0.3019607843));
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.mini-cart-summary .discount {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  width: 100%;
}
.mini-cart-summary .discount span {
  border: 1px solid var(--primary-500, #09C348);
  color: var(--primary-500, #09C348);
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  font-size: var(--typo-bodysizexs, 12px);
}
.mini-cart-summary .total {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  font-weight: var(--typo-bodyweightregular, 400);
  font-size: var(--typo-bodysizem, 16px);
  color: var(--global-adaptive-bg-copyprimary);
}
.mini-cart--buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.mini-cart--buttons__button {
  width: 100%;
  max-width: 100%;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  display: flex;
}
.mini-cart--buttons__button.disabled {
  opacity: 0.8;
  cursor: not-allowed;
  pointer-events: none;
}
.sidebar.shop-page-sidebar {
  width: calc(30% - 25px);
}
@media (min-width: 1024px) {
  .sidebar.shop-page-sidebar {
    position: sticky;
    top: 118px;
    height: fit-content;
  }
}
@media (max-width: 967px) {
  .sidebar.shop-page-sidebar {
    width: 100%;
    transform: translateX(-100vw);
    position: fixed;
    opacity: 0;
    transition: all 0.3s ease;
    left: 0;
    height: 100%;
    height: -webkit-fill-available;
  }
}
.sidebar.shop-page-sidebar.open {
  transform: translateX(0);
  opacity: 1;
  background: var(--white-1000, #fff);
  z-index: 999;
  top: 0;
}
@media (max-width: 967px) {
  .sidebar.shop-page-sidebar .sidebar-shop {
    padding: 0 15px;
    height: 100%;
    overflow-y: scroll;
  }
}
.sidebar.shop-page-sidebar .sidebar-shop--content--title {
  margin-top: 0;
}
.sidebar.shop-page-sidebar .sidebar-shop--mobile-header {
  display: none;
  margin: 15px 0;
}
@media (max-width: 967px) {
  .sidebar.shop-page-sidebar .sidebar-shop--mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.sidebar.shop-page-sidebar .sidebar-shop--mobile-header--title h4 {
  font-weight: var(--typo-headingweight, 500);
  font-size: var(--fontsize-24, 24px);
  margin: 0;
}
.sidebar.shop-page-sidebar .sidebar-shop--mobile-header .close-filters-btn {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  cursor: pointer;
}
.sidebar.shop-page-sidebar .sidebar-shop--mobile-header .close-filters-btn svg {
  width: 16px;
  height: 16px;
}
.sidebar.shop-page-sidebar .sidebar-shop--mobile-footer {
  position: sticky;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 10px 0;
  display: flex;
  gap: 16px;
  background: var(--global-adaptive-bg-bgsecondary, #fff);
}
.sidebar.shop-page-sidebar .sidebar-shop--mobile-footer .close-filters-btn {
  display: flex;
  border: none;
  padding: 18px 24px;
  justify-content: center;
  cursor: pointer;
  width: calc(50% - 8px);
}
.sidebar.shop-page-sidebar .sidebar-shop--mobile-footer .close-filters-btn.set-filters-btn {
  background: var(--global-adaptive-buttons-secondary, #09C348);
  color: var(--global-adaptive-buttons-labelsecondary, #fff);
}
.sidebar.shop-page-sidebar .sidebar-shop--mobile-footer .close-filters-btn.disable-filters-btn {
  background-color: var(--global-adaptive-buttons-primiary, #ebebeb);
  color: var(--global-adaptive-buttons-labelprimary, #161616);
}

.woocommerce-order {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .woocommerce-order {
    padding: 40px 0;
  }
}
.woocommerce-order--inside {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  gap: 50px;
}
.woocommerce-order__title {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .woocommerce-order__title {
    order: 1;
    margin-bottom: 20px;
  }
}
.woocommerce-order--left {
  width: calc(55% - 25px);
}
@media (max-width: 767px) {
  .woocommerce-order--left {
    width: 100%;
    order: 3;
  }
}
.woocommerce-order--right {
  width: calc(45% - 25px);
}
@media (max-width: 767px) {
  .woocommerce-order--right {
    width: 100%;
    order: 2;
    display: none;
  }
}
.woocommerce-order .order-info span {
  margin-bottom: 10px;
}
.woocommerce-order .order-info-box {
  margin-bottom: 25px;
}
.woocommerce-order .order-info-box h5 {
  margin-top: 0;
}
.woocommerce-order .order-info-box--inside {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1607843137);
  padding: 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: var(--global-adaptive-bg-bgsecondary, #fff);
}
.woocommerce-order .order-address {
  margin-top: 60px;
}
.woocommerce-order .order-address .shipping-address {
  margin-top: 50px;
}
.woocommerce-order .order-address .address-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce-order--sidebar__inside {
  padding: 20px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1607843137);
  background-color: var(--global-adaptive-bg-bgsecondary, #fff);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__thumbnail {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__thumbnail {
    width: 80px;
    height: 80px;
  }
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__details {
  width: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__details {
    width: 100%;
  }
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__name {
  margin: 0;
  margin-bottom: 3px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__name a {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000);
  font-weight: var(--typo-bodyweightregular, 400);
  text-decoration: none;
  transition: color 0.2s ease;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__name a:hover {
  color: var(--primary-500, #09c348);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__name span {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000);
  font-weight: var(--typo-bodyweightregular, 400);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-bottom: 3px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__attributes .attribute-name {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #777777);
  font-weight: var(--typo-bodyweightregular, 400);
  display: inline;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__attributes .attribute-name::after {
  content: ":";
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__attributes .attribute-value {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--typo-bodyweightmedium, 500);
  display: inline;
  margin-left: 4px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__quantity {
  margin-bottom: 3px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__quantity .quantity-text {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #777777);
  font-weight: var(--typo-bodyweightregular, 400);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__quantity .quantity-value {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--typo-bodyweightmedium, 500);
  margin-left: 4px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 8px 0;
  padding: 8px 0;
  border-top: 1px solid var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.1098039216));
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-player {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000);
  font-weight: var(--typo-bodyweightmedium, 500);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-player strong {
  font-weight: var(--fontweight-semi-bold, 600);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-custom {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-custom > div {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-custom > div {
    flex-wrap: wrap;
  }
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-custom > div strong {
  font-weight: var(--fontweight-semi-bold, 600);
  margin-left: 8px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-addon {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #666666);
  font-weight: var(--typo-bodyweightregular, 400);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-addon {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-addon .amount bdi {
  font-weight: var(--typo-bodyweightmedium, 500);
  color: var(--primary-500, #09c348);
  font-size: var(--typo-bodysizes, 14px);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-options {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-options .option {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #666666);
  font-weight: var(--typo-bodyweightregular, 400);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-options .option {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-options .option .amount bdi {
  font-weight: var(--typo-bodyweightmedium, 500);
  color: var(--primary-500, #09c348);
  font-size: var(--typo-bodysizes, 14px);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-price {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000);
  font-weight: var(--typo-bodyweightmedium, 500);
  margin-top: 4px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-price strong {
  font-weight: var(--fontweight-semi-bold, 600);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item .order-item-personalization .personalization-price .amount bdi {
  color: var(--primary-500, #09c348);
  font-weight: var(--fontweight-semi-bold, 600);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__price {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__unit-price {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__unit-price span.amount bdi {
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightmedium, 500);
  color: var(--global-adaptive-bg-productprice, #000000);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__unit-price .promo-price span.amount bdi {
  color: var(--global-adaptive-bg-productpricenew, #c80c0f);
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--fontweight-semi-bold, 600);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__unit-price .before-promo-price span.amount bdi {
  font-size: var(--typo-bodysizem, 16px);
  font-weight: var(--fontweight-medium, 500);
  color: var(--global-adaptive--bg-productoldprice, #666666);
  text-decoration: line-through;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__promotion {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 767px) {
  .woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__promotion {
    width: 100%;
    margin-left: 0;
  }
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__promotion .promotion-value {
  border: 1px solid var(--global-adaptive-tag-highlighted, #09c348);
  padding: 4px 8px;
  color: var(--global-adaptive-tag-highlighted, #09c348);
  font-size: var(--typo-bodysizes, 14px);
  font-weight: var(--typo-bodyweightmedium, 500);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__promotion .promotion-value {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__promotion .promotion-value span, .woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__promotion .promotion-value bdi {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-tag-highlighted, #09c348);
  font-weight: var(--typo-bodyweightmedium, 500);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__discount {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #777777);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--products .order-product-list__items .order-product-item__meta span {
  font-size: var(--typo-bodysizexs, 12px);
  color: var(--global-adaptive-bg-copysecondary, #777777);
  font-weight: var(--typo-bodyweightregular, 400);
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--total {
  margin-top: 40px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--total .order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.woocommerce-order--sidebar__inside .order-sidebar-summary--total .order-total-value {
  border-top: 1px solid var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.2980392157));
  margin-top: 15px;
  padding-top: 15px;
  flex-wrap: wrap;
}
.woocommerce-order--contact-us {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--global-adaptive-bg-highlightyprimary, #09C348);
  padding: 20px;
  background: var(--white-1000, #FFF);
}
@media (max-width: 575px) {
  .woocommerce-order--contact-us {
    margin-top: 50px;
  }
}
.woocommerce-order--contact-us a {
  color: var(--primary-500, #09C348);
}
.woocommerce-order--contact-us a:first-child {
  margin-top: 10px;
}
.woocommerce-order--contact-us .email {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.woocommerce-order--contact-us .email:before {
  content: "";
  background: var(--primary-500, #09C348);
  mask-image: url(envelope.svg);
  -webkit-mask-image: url(envelope.svg);
  width: 20px;
  height: 15px;
  margin-right: 10px;
  display: flex;
}
.woocommerce-order--contact-us .phone {
  display: inline-flex;
  align-items: center;
}
.woocommerce-order--contact-us .phone:before {
  content: "";
  background: var(--primary-500, #09C348);
  mask-image: url(phone.svg);
  -webkit-mask-image: url(phone.svg);
  width: 19px;
  height: 19px;
  display: flex;
  margin-right: 10px;
}
.woocommerce-order .back-to-home {
  margin-top: 20px;
}
.woocommerce-order .back-to-home a {
  display: inline-flex;
  background: var(--grays-200, #ebebeb);
  color: var(--black-1000, #000);
  margin-top: 20px;
  padding: 15px 30px;
  gap: 5px;
}
.woocommerce-order .back-to-home a:before {
  content: "";
  background: var(--global-adaptive-buttons-labelprimary, #161616);
  mask-image: url(chevron-left.svg);
  -webkit-mask-image: url(chevron-left.svg);
  width: 16px;
  height: 16px;
  display: block;
}

.single-product-main {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .single-product-main {
    margin-top: 20px;
  }
}
.single-product-main__background {
  z-index: -1;
  position: absolute;
  top: -100px;
  height: calc(100% + 100px);
  width: 100vw;
  left: -30px;
}
.single-product-main__background img {
  height: 100%;
}
@media (max-width: 767px) {
  .single-product-main__background {
    display: none;
  }
}
.single-product-main .single-product-inside--top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  margin-bottom: 80px;
}
.single-product-main .single-product-inside--top__left {
  width: calc(50% - 10px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-product-main .single-product-inside--top__left {
    width: 100%;
  }
}
.single-product-main .single-product-inside--top__right {
  width: calc(50% - 10px);
  position: relative;
}
@media (max-width: 767px) {
  .single-product-main .single-product-inside--top__right {
    width: 100%;
  }
}
.single-product-main .products-slider {
  margin: 20px 0 50px 0;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.single-product-gallery {
  position: relative;
}
.single-product-gallery--inside {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.single-product-gallery--thumbs {
  z-index: 9;
  width: 10%;
  height: auto;
}
@media (max-width: 967px) {
  .single-product-gallery--thumbs {
    order: 2;
    width: 100%;
  }
}
.single-product-gallery--thumbs > div {
  height: 100%;
}
.single-product-gallery--thumbs .swiper-wrapper {
  height: 100%;
}
@media (min-width: 1024px) {
  .single-product-gallery--thumbs .swiper-wrapper {
    flex-direction: column;
  }
}
.single-product-gallery--thumbs .swiper-wrapper .swiper-slide {
  max-height: 80px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .single-product-gallery--thumbs .swiper-wrapper .swiper-slide {
    height: 100%;
    max-height: 100%;
    aspect-ratio: 1/1;
  }
}
.single-product-gallery--thumbs .swiper-wrapper .swiper-slide .thumb-image {
  height: auto;
  position: relative;
  max-width: 80px;
  max-height: 80px;
}
@media (max-width: 767px) {
  .single-product-gallery--thumbs .swiper-wrapper .swiper-slide .thumb-image {
    max-width: 100%;
    max-height: 100%;
  }
}
.single-product-gallery--thumbs .swiper-wrapper .swiper-slide .thumb-image img {
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .single-product-gallery--thumbs .swiper-wrapper .swiper-slide .thumb-image img {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .single-product-gallery--thumbs .swiper-wrapper .swiper-slide .thumb-image img {
    height: auto;
    width: auto;
  }
}
.single-product-gallery--thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .thumb-image {
  border: 2px solid var(--black-1000, #000);
}
.single-product-gallery--full {
  width: calc(90% - 20px);
}
@media (max-width: 967px) {
  .single-product-gallery--full {
    order: 1;
    width: 100%;
  }
}
.single-product-gallery--full .swiper-wrapper .swiper-slide a {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.single-product-gallery--full .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.summary {
  padding: 25px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1607843137);
  background: var(--global-adaptive-bg-bgsecondary, #ffffff);
}
@media (max-width: 767px) {
  .summary {
    padding: 10px;
    box-shadow: none;
    margin-top: 20px;
  }
}
.summary--brand span {
  color: var(--global-adaptive-bg-copysecondary, #666666);
  font-size: var(--typo-bodysizes, 14px);
  font-weight: var(--typo-bodyweightregular, 400);
  line-height: 150%;
}
.summary .product_title {
  margin: 20px 0;
  font-size: var(--typo-bodysizexxxl, 32px);
  font-weight: var(--typo-bodyweightregular, 400);
  line-height: 150%;
  color: var(--global-adaptive-bg-producttitle, #000000);
}
.summary--price {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .summary--price {
    margin-bottom: 20px;
  }
}
.summary--price span.amount bdi {
  font-size: var(--typo-bodysizexxxl, 32px);
  font-weight: var(--typo-bodyweightmedium, 500);
  color: var(--global-adaptive-bg-productprice, #000000);
}
.summary--price .promo-price span.amount bdi {
  color: var(--global-adaptive-bg-productpricenew, #C80C0F);
  font-size: var(--typo-bodysizexxxl, 32px);
  font-weight: var(--fontweight-semi-bold, 600);
}
.summary--price .before-promo-price span.amount bdi {
  font-size: var(--typo-bodysizexl, 24px);
  font-weight: var(--fontweight-semi-bold, 600);
  color: var(--global-adaptive--bg-productoldprice, #666666);
}
.summary--price .promotion-value {
  border: 1px solid var(--global-adaptive-bg-productpricenew, #C80C0F);
  padding: 4px 8px;
}
.summary .omnibus-info {
  color: var(--global-adaptive-bg-copysecondary, #666666);
  font-size: var(--typo-bodysizes, 14px);
  font-weight: var(--typo-bodyweightregular, 400);
  margin-bottom: 20px;
  display: flex;
}
.summary .stock.in-stock {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.summary .cart {
  flex-wrap: wrap;
}
@media (max-width: 967px) {
  .summary .cart {
    flex-wrap: wrap;
    display: flex;
  }
}
@media (max-width: 967px) {
  .summary .cart .quantity {
    max-width: calc(100% - 58px);
    width: 100%;
  }
}
.summary .cart .quantity:not(:has(.quantity--inside)) {
  display: none;
}
@media (max-width: 967px) {
  .summary .cart .quantity--inside {
    max-width: 100%;
  }
}
.summary .cart:not(.variations_form) {
  display: inline-flex;
  gap: 10px;
  width: 100%;
  margin-top: 40px;
}
.summary .cart .single_variation_wrap {
  width: 100%;
}
.summary .cart .single_variation_wrap .single_variation {
  display: none !important;
  width: 0;
  height: 0;
  opacity: 0;
}
.summary .cart .woocommerce-variation-add-to-cart {
  display: inline-flex;
  gap: 10px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 967px) {
  .summary .cart .woocommerce-variation-add-to-cart {
    flex-wrap: wrap;
  }
}
.summary .badge-icons {
  padding: 30px 0;
}
.summary .badge-icons__item {
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px 0;
}
.summary .badge-icons__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(90% - 30px);
  gap: 5px;
}
.summary .badge-icons__title {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--typo-bodyweightregular, 400);
}
.summary .badge-icons__subtitle {
  font-size: var(--typo-bodysizexs, 12px);
  color: var(--global-adaptive-bg-copysecondary, #4a4a4a);
  font-weight: var(--typo-bodyweightregular, 400);
}
.summary .payments-icons {
  margin-top: 15px;
}
.summary .payments-icons--inside {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.variations {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: -9999px;
}

.custom-variations-overlay {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.custom-select {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.custom-select__trigger {
  width: 100%;
  border: 1px solid var(--global-searchimput-outline, #BDBDBD);
  background: var(--global-adaptive-bg-bgsecondary, #fff);
  height: 48px;
  padding: 0 20px;
  text-align: left;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}
.custom-select__trigger-text {
  flex: 1;
}
.custom-select svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  color: var(--global-searchimput-placeholderfill, #424242);
}
.custom-select__options {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid var(--global-searchimput-outline, #BDBDBD);
  border-top: 0;
  border-top: none;
  width: 100%;
  position: absolute;
  z-index: 9999;
  background: #fff;
  top: 48px;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.custom-select__option {
  cursor: pointer;
  min-height: 45px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: background-color 0.15s ease;
}
.custom-select__option:hover:not(.custom-select__option--disabled) {
  background: var(--global-adaptive-buttons-primary, #ebebeb);
}
.custom-select__option--selected {
  background: var(--global-adaptive-buttons-primary, #ebebeb);
  font-weight: var(--fontweight-semi-bold, 600);
  position: relative;
}
.custom-select__option--selected:before {
  position: absolute;
  right: 20px;
  font-weight: bold;
  display: flex;
  content: "";
  background: var(--primary-500, #09C348);
  width: 16px;
  height: 16px;
  mask-image: url(icon-check.svg);
  -webkit-mask-image: url(icon-check.svg);
}
.custom-select__option--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  position: relative;
}
.custom-select__option--filtered {
  display: none !important;
}
.custom-select__option-label {
  flex: 1;
}
.custom-select__option-badge {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 3px;
  background: blue;
  color: red;
  white-space: nowrap;
}
.custom-select--open .custom-select__trigger {
  border-bottom: 1px solid #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-select--open svg {
  transform: rotate(180deg);
}
.custom-select--open .custom-select__options {
  display: block;
}

.variation-blocks {
  width: 100%;
}
.variation-blocks__header {
  margin-bottom: 12px;
}
.variation-blocks__label {
  color: var(--global-adaptive-bg-copysecondary, #666);
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightregular, 400);
}
.variation-blocks__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 768px) {
  .variation-blocks__grid {
    gap: 12px;
  }
}
.variation-blocks__selected-info {
  margin-top: 12px;
  padding: 8px 12px;
  background: blue;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.variation-blocks__selected-value {
  color: red;
}

.variation-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  flex: 0 0 60px;
  height: 60px;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  background-color: var(--global-adaptive-buttons-primiary, #ebebeb);
}
.variation-block__input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.variation-block__input[type=radio]:checked + .variation-block__content .variation-block__label {
  font-weight: 600;
  color: white;
}
.variation-block__input[type=radio]:focus-visible ~ * {
  outline: 2px solid red;
  outline-offset: 2px;
}
.variation-block__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  text-align: center;
}
.variation-block__label {
  font-size: var(--typo-bodysizes, 14px);
  line-height: 1.2;
  color: var(--global-adaptive-buttons-labelprimary, #161616);
  transition: all 0.2s ease;
  word-break: break-word;
}
@media (min-width: 768px) {
  .variation-block__label {
    font-size: 15px;
  }
}
.variation-block__badge {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 2px;
  line-height: 1;
}
.variation-block__badge--unavailable {
  background: var(--global-adaptive-buttons-primiary, #ebebeb);
  color: var(--global-adaptive-buttons-labelprimary, #161616);
  opacity: 0.8;
}
.variation-block:hover:not(.variation-block--disabled) {
  border-color: var(--global-adaptive-buttons-primiary, #ebebeb);
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.variation-block:active:not(.variation-block--disabled) {
  transform: translateY(0);
}
.variation-block--selected {
  background: var(--global-adaptive-bg-copyprimary, #000);
  color: var(--global-adaptive-bg-bgsecondary, #fff);
}
.variation-block--selected .variation-block__label {
  font-weight: 600;
  color: white;
}
.variation-block--selected .variation-block__badge {
  display: none;
}
.variation-block--disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background: var(--global-adaptive-buttons-primiary, #ebebeb);
  pointer-events: none;
}
.variation-block--disabled .variation-block__label {
  font-size: var(--typo-bodysizexs, 12px);
}
.variation-block--disabled:hover {
  transform: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .custom-variations-overlay {
    gap: 20px;
  }
  .custom-select__options {
    max-height: 300px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .variation-block,
  .custom-select__trigger,
  .custom-select__arrow,
  .custom-select__option {
    transition: none;
  }
}
@media (prefers-contrast: high) {
  .variation-block {
    border-width: 3px;
  }
  .variation-block--selected {
    border-width: 4px;
  }
  .custom-select__trigger {
    border-width: 2px;
  }
}
.product-description--inside__content h1 {
  font-size: var(--typo-bodysizexxxl, 32px);
  font-weight: var(--typo-bodyweightmedium);
}
.product-description--inside__content h2 {
  font-size: var(--typo-bodysizexxl, 24px);
  font-weight: var(--typo-bodyweightmedium);
}
.product-description--inside__content h3 {
  font-size: var(--typo-bodysizexl, 20px);
  font-weight: var(--typo-bodyweightmedium);
}
.product-description--inside__content h4 {
  font-size: var(--typo-bodysizexl, 20px);
  font-weight: var(--typo-bodyweightmedium);
}
.product-description--inside__content p {
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightlight);
  line-height: 150%;
}
.product-description--inside__content strong {
  font-weight: var(--fontweight-semi-bold);
}
.product-description--inside__content ul, .product-description--inside__content ol {
  line-height: 150%;
  font-size: var(--typo-bodysizel, 18px);
}
.product-description--inside__content a {
  font-size: var(--typo-bodysizel, 18px);
}
.custom-product-description--inside .single-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.custom-product-description--inside .single-row .image {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .custom-product-description--inside .single-row .image {
    width: 100%;
  }
}
.custom-product-description--inside .single-row .text {
  width: calc(50% - 15px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .custom-product-description--inside .single-row .text {
    width: 100%;
  }
}
.product-customization {
  margin-top: 50px;
}
.product-customization__main-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.product-customization__subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 24px;
}
.product-customization__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.product-customization__checkbox input[type=checkbox] {
  cursor: pointer;
}
.product-customization__checkbox input[type=checkbox]:disabled {
  cursor: not-allowed;
}
.product-customization__checkbox span {
  width: calc(100% - 24px);
  font-size: var(--typo-bodysizes, 14px);
  font-weight: var(--typo-bodyweightregular, 400);
}
.product-customization__notice {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.product-customization__options {
  transition: opacity 0.3s ease;
}
.product-customization__options[style*="display: none"] {
  opacity: 0;
  pointer-events: none;
}
.product-customization__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.product-customization__price {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.product-customization__price .woocommerce-Price-currencySymbol {
  font-weight: 400;
}
.product-customization__additional-wrapper {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}
.product-customization__additional {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-customization__additional .product-customization__checkbox {
  margin-bottom: 12px;
}
.product-customization__additional .product-customization__checkbox:last-child {
  margin-bottom: 0;
}
.product-customization__tabs-wrapper {
  transition: opacity 0.3s ease;
  margin-top: 16px;
}
.product-customization__tabs-wrapper[style*="display: none"] {
  opacity: 0;
  pointer-events: none;
}
.product-customization__tabs {
  display: flex;
  gap: 8px;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 24px;
}
.product-customization__tab {
  flex: 1;
  padding: 12px 20px;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  transition: all 0.3s ease;
  position: relative;
  bottom: -2px;
}
.product-customization__tab:hover {
  color: #000;
  background: #f5f5f5;
}
.product-customization__tab:focus {
  outline: none;
}
.product-customization__tab--active {
  color: #000;
  border-bottom-color: #000;
  font-weight: 600;
}
.product-customization__tab--active:hover {
  background: transparent;
}
.product-customization__tab[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.product-customization__panel {
  display: none;
  animation: fadeIn 0.3s ease;
}
.product-customization__panel--active {
  display: block;
}
.product-customization__panel[data-panel=custom] {
  display: none;
}
.product-customization__panel[data-panel=custom].product-customization__panel--active {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-customization__select {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.product-customization__select:hover {
  border-color: #999;
}
.product-customization__select:focus {
  outline: none;
  border-color: #000;
}
.product-customization__select option {
  padding: 8px;
}
.product-customization__select option[value="-1"] {
  color: #999;
}
.product-customization__input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.product-customization__input::placeholder {
  color: #999;
}
.product-customization__input:hover {
  border-color: #999;
}
.product-customization__input:focus {
  outline: none;
  border-color: #000;
}
.product-customization__input[type=number] {
  -moz-appearance: textfield;
}
.product-customization__input[type=number]::-webkit-outer-spin-button, .product-customization__input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-customization__input[type=text] {
  text-transform: uppercase;
}
.product-customization__input--error {
  border-color: #e2401c;
  background-color: #fff5f5;
}
.product-customization__input--error:focus {
  border-color: #e2401c;
}
.product-customization__input:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.6;
}
.product-customization__error {
  display: none;
  color: #e2401c;
  font-size: 14px;
  margin-top: 8px;
  padding: 8px 12px;
  background-color: #fff5f5;
  border-left: 3px solid #e2401c;
  border-radius: 4px;
  animation: slideDown 0.3s ease;
}
.product-customization__error[style*="display: block"] {
  display: block;
}
.product-customization--loading {
  opacity: 0.6;
  pointer-events: none;
}
.product-customization--loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.signs {
  pointer-events: none;
  user-select: none;
}
.signs .num {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.signs .sign {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.product-customization-data {
  display: none !important;
  visibility: hidden;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 100px;
  }
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media print {
  .product-customization__tabs, .product-customization__options {
    display: none !important;
  }
}
@media (prefers-contrast: high) {
  .product-customization__tab--active {
    border-bottom-width: 4px;
  }
  .product-customization__input--error {
    border-width: 3px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .product-customization * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.related-products-by-colors {
  width: 100%;
  margin-bottom: 20px;
}
.related-products-by-colors__title {
  color: var(--global-adaptive-bg-copysecondary, #666);
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightregular, 400);
}
.related-products-by-colors__grid {
  display: flex;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}

.related-product-item {
  width: 80px;
  height: 80px;
  position: relative;
}
.related-product-item.active {
  border: 2px solid var(--black-1000, #000);
}
.related-product-item:hover {
  border: 1px solid var(--global-searchimput-outline, #bdbdbd);
}
@media (max-width: 767px) {
  .related-product-item:hover {
    border: none;
  }
}
.related-product-item__link img {
  width: 100%;
  height: auto;
}
.related-product-item.hide {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.product-set {
  margin: 50px 0;
}
.product-set__container {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.product-set__title {
  width: 100%;
  margin: 0;
}
.product-set__left {
  width: calc(50% - 10px);
}
.product-set__left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .product-set__left {
    width: 100%;
  }
}
.product-set__right {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .product-set__right {
    width: 100%;
  }
}
.product-set__products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.product-set__products .content-product__set {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 767px) {
  .product-set__products .content-product__set {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 575px) {
  .product-set__products .content-product__set {
    width: calc((100% - 20px) / 2);
  }
}
.product-set__products .content-product__set a {
  margin-bottom: 20px;
  display: block;
}
.product-set__products .content-product__set .loop-add-to-cart {
  display: none;
}
.product-set--action {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.product-set--action .buy-in-set {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.product-set--action .product-set__min-qty {
  color: var(--global-adaptive-bg-copysecondary, #666);
  font-size: var(--typo-bodysizes, 14px);
  font-weight: var(--typo-bodyweightregular, 400);
  text-align: center;
}

.quantity--inside {
  display: flex;
  background-color: var(--global-adaptive-buttons-primiary, #ebebeb);
  max-width: 85px;
  width: 100%;
  height: 48px;
  align-items: center;
}
.quantity .quantity-button {
  background: none;
  border: none;
  width: 33.3%;
  cursor: pointer;
  height: 100%;
  padding: 0;
}
.quantity .quantity-button svg {
  color: var(--primary-500, #09C348);
  fill: var(--primary-500, #09C348);
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 20px;
}
.quantity .quantity-button:disabled {
  cursor: not-allowed;
}
.quantity .qty {
  background: none;
  border: none;
  width: 33.3%;
  text-align: center;
  height: 100%;
  padding: 0;
}
.quantity .qty:focus {
  outline: none;
}
.quantity .qty::-moz-placeholder {
  opacity: 1;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.single_add_to_cart_button {
  border: none;
  padding: 0 40px;
  flex: 1;
  color: var(--white-1000, #fff);
  background: var(--primary-500, #09C348);
  cursor: pointer;
  width: calc(100% - 153px);
  height: 48px;
}
.cart .quantity:not(:has(.quantity--inside)) ~ .single_add_to_cart_button {
  width: calc(100% - 68px);
}
@media (max-width: 967px) {
  .single_add_to_cart_button {
    width: 100%;
    min-width: unset;
    flex: unset;
  }
}
.single_add_to_cart_button.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
.single_add_to_cart_button.loading {
  position: relative;
  cursor: not-allowed;
  opacity: 0.5;
}
.single_add_to_cart_button.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  --d: 8px;
  box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0, calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 0.25px, calc(0 * var(--d)) calc(1 * var(--d)) 0 0.5px, calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 0.75px, calc(-1 * var(--d)) calc(0 * var(--d)) 0 1px, calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 1.25px, calc(0 * var(--d)) calc(-1 * var(--d)) 0 1.5px;
  animation: loader-spin 1s infinite steps(8);
  pointer-events: none;
}

@keyframes loader-spin {
  100% {
    transform: translateY(-50%) rotate(1turn);
  }
}
.custom-product-label .product-label {
  background-color: var(--black-1000, #000);
  color: var(--white-1000, #fff);
  padding: 5px 8px;
  display: inline-flex;
}
.custom-product-label .product-label.new-label {
  background-color: var(--primary-500, #09C348);
}
.custom-product-label .product-label.sale-label {
  background-color: var(--product-bage-promo, #C90019);
}
@media (max-width: 575px) {
  .custom-product-label .product-label {
    font-size: var(--typo-bodysizexs, 12px);
    padding: 4px;
  }
}
.custom-product-label.single-product-label {
  margin: 10px 0 20px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .custom-product-label.single-product-label {
    margin: 10px 0;
  }
}
.custom-product-label.single-product-label .product-label {
  background: var(--white-1000, #fff);
  color: var(--black-1000, #000);
  border: 1px solid var(--black-1000, #000);
}
.custom-product-label.single-product-label .product-label.new-label {
  color: var(--primary-500, #09C348);
  border-color: var(--primary-500, #09C348);
}
.custom-product-label.single-product-label .product-label.sale-label {
  color: var(--product-bage-promo, #C90019);
  border-color: var(--product-bage-promo, #C90019);
}
.custom-product-label.loop-product-label {
  position: absolute;
  top: 5px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: top right;
}
.custom-product-label.loop-product-label .product-label {
  position: relative;
  transform: rotate(-90deg);
  transform-origin: top right;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  font-size: var(--typo-bodysizexs, 12px);
  max-width: 120px;
  letter-spacing: 1px;
}

.single-products-slider .custom-product-label {
  margin: 0;
}
.single-products-slider .product-label {
  position: absolute;
  top: 5px;
  left: 5px;
}

.woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-notices-wrapper:not(:empty) {
  padding: 30px 20px;
  margin-top: 20px;
}

ul.woocommerce-error {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.woocommerce-error li {
  border: 2px solid var(--global-adaptive-bg-productpricenew, #C80C0F);
  margin-bottom: 20px;
  padding: 10px 20px;
}

.woocommerce-message {
  border: 2px solid var(--global-adaptive-bg-highlightyprimary, #09c348);
  margin-bottom: 20px;
  padding: 10px 20px;
}

.woocommerce-NoticeGroup .woocommerce-error {
  border: 2px solid var(--global-adaptive-bg-productpricenew, #C80C0F);
  margin-bottom: 20px;
  padding: 10px 20px;
}

.notifications-container {
  position: fixed;
  z-index: 10000;
  pointer-events: none;
}
.notifications-container.notifications-top-right {
  top: 20px;
  right: 20px;
}
.notifications-container.notifications-top-left {
  top: 20px;
  left: 20px;
}
.notifications-container.notifications-bottom-right {
  bottom: 20px;
  right: 20px;
}
.notifications-container.notifications-bottom-left {
  bottom: 20px;
  left: 20px;
}
.notifications-container.notifications-top-center {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .notifications-container {
    left: 10px !important;
    right: 10px !important;
    top: 10px;
    transform: none !important;
  }
}

.notification {
  display: flex;
  align-items: flex-start;
  min-width: 300px;
  max-width: 400px;
  margin-bottom: 10px;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  pointer-events: auto;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .notification {
    min-width: auto;
    max-width: 100%;
    margin-bottom: 8px;
    padding: 14px 16px;
  }
}
.notification--entering {
  opacity: 0;
  transform: translateX(100%);
}
.notification--visible {
  opacity: 1;
  transform: translateX(0);
}
.notification--leaving {
  opacity: 0;
  transform: translateX(100%);
}
.notification--success {
  background: var(--global-adaptive-bg-highlightyprimary, #09c348);
  border-left: 4px solid var(--global-adaptive-bg-highlightyprimary, #09c348);
  color: #155724;
}
.notification--success .notification__close {
  color: #155724;
}
.notification--success .notification__close:hover {
  background: rgba(21, 87, 36, 0.1);
}
.notification--error {
  background: var(--global-adaptive-bg-productpricenew, #C80C0F);
  border-left: 4px solid var(--global-adaptive-bg-productpricenew, #C80C0F);
  color: #721c24;
}
.notification--error .notification__close {
  color: #721c24;
}
.notification--error .notification__close:hover {
  background: rgba(114, 28, 36, 0.1);
}
.notification--warning {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  color: #856404;
}
.notification--warning .notification__close {
  color: #856404;
}
.notification--warning .notification__close:hover {
  background: rgba(133, 100, 4, 0.1);
}
.notification--info {
  background: #d1ecf1;
  border-left: 4px solid #17a2b8;
  color: #0c5460;
}
.notification--info .notification__close {
  color: #0c5460;
}
.notification--info .notification__close:hover {
  background: rgba(12, 84, 96, 0.1);
}

.notification__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.notification__message {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  word-wrap: break-word;
}
@media (max-width: 575px) {
  .notification__message {
    font-size: 13px;
  }
}

.notification__actions {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.notification__action {
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.notification__action--primary {
  background: var(--black-1000, #000);
  color: white;
}
.notification__action--primary:hover {
  background: var(--black-100, rgba(0, 0, 0, 0.0980392157));
}
.notification__action--secondary {
  background: transparent;
  color: currentColor;
  border: 1px solid currentColor;
}
.notification__action--secondary:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .notification__action {
    padding: 4px 8px;
    font-size: 11px;
  }
}

.notification__close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.notification__close:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .notification__close {
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .notifications-container {
    left: 5px !important;
    right: 5px !important;
    top: 5px;
  }
  .notification {
    min-width: auto;
    padding: 12px 14px;
    border-radius: 6px;
  }
  .notification__message {
    font-size: 12px;
  }
  .notification__action {
    padding: 3px 6px;
    font-size: 10px;
  }
  .notification__close {
    top: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
    font-size: 14px;
  }
}
.cart-updated {
  animation: cart-pulse 0.6s ease-in-out;
}

@keyframes cart-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
    color: var(--black-1000, #000);
  }
}
.coupon {
  margin: 15px 0;
  border: 1px solid var(--global-searchimput-outline);
  padding: 10px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 767px) {
  .coupon {
    margin-bottom: 40px;
  }
}
.coupon--heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.coupon--heading__text {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5px;
}
.coupon--heading__text:before {
  mask-image: url(coupon-icon.svg);
  -webkit-mask-image: url(coupon-icon.svg);
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: block;
  background: var(--global-adaptive-bg-highlightyprimary, #09c348);
}
.coupon--heading .toggle-icon:before {
  mask-image: url(chevron-down.svg);
  -webkit-mask-image: url(chevron-down.svg);
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 10px;
  height: 6px;
  display: block;
  background: var(--global-searchimput-placeholderfill, #424242);
}
.coupon .coupon--toggle {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  width: 100%;
}
.coupon .coupon--toggle.open {
  max-height: 240px;
  padding: 10px 0;
}
.coupon input {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
}
@media (max-width: 992px) {
  .coupon input {
    width: 100%;
  }
}
.coupon a.button {
  margin-top: 10px;
  width: 100%;
  margin-left: 0;
  background: var(--global-adaptive-buttons-secondary, #09c348);
  color: var(--white-1000, #ffffff);
  padding: 10px;
  transition: all 0.2s ease-in-out;
  border: none;
  display: flex;
  text-align: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .coupon a.button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.coupon a.button:hover {
  background-color: var(--global-adaptive-buttons-secondaryhover, 9532);
}

.applied-coupons .coupon-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.applied-coupons .coupon-item--right {
  display: flex;
  gap: 5px;
  align-items: center;
}
.applied-coupons .coupon-item--right a {
  width: 15px;
  height: 15px;
  display: flex;
}

.age-verification-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.age-verification-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.age-verification-modal__content {
  position: relative;
  z-index: 1;
  max-width: 520px;
  width: calc(100% - 32px);
  padding: 40px 32px;
  background-color: var(--white-1000, #fff);
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.age-verification-modal__title {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}
.age-verification-modal__info {
  margin: 0 0 32px;
  font-size: var(--typo-bodysizes, 14px);
  line-height: 1.5;
  color: var(--black-1000, #000000);
}
@media (max-width: 575px) {
  .age-verification-modal__info {
    max-height: 400px;
    overflow-y: scroll;
  }
}
.age-verification-modal__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.age-verification-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 12px 24px;
  border: none;
  font-size: var(--typo-bodysizes, 14px);
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  color: var(--white-1000, #fff);
}
.age-verification-modal__btn--confirm {
  background: var(--primary-500, #09c348);
}
.age-verification-modal__btn--confirm:hover, .age-verification-modal__btn--confirm:focus-visible {
  background-color: #333;
}
.age-verification-modal__btn--decline {
  background: var(--semantic-higlight, #C80C0F);
}
.age-verification-modal__btn--decline:hover, .age-verification-modal__btn--decline:focus-visible {
  border-color: #1a1a1a;
}
@media (max-width: 480px) {
  .age-verification-modal__content {
    padding: 32px 20px;
  }
  .age-verification-modal__actions {
    flex-direction: column;
  }
  .age-verification-modal__btn {
    width: 100%;
    min-width: unset;
  }
}

.woocommerce .yith-add-to-wishlist-button-block {
  margin: 0;
}
.woocommerce .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {
  cursor: pointer;
  background: var(--global-adaptive-buttons-primiary, #ebebeb);
  border: none;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
.woocommerce .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:after {
  mask-image: url(heart.svg);
  -webkit-mask-image: url(heart.svg);
  height: 26px;
  content: "";
  background: var(--primary-500, #09C348);
  width: 26px;
  display: flex;
}
.woocommerce .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button--added:after {
  mask-image: url(heart-background.svg);
  -webkit-mask-image: url(heart-background.svg);
}
.woocommerce .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:hover {
  background: var(--global-adaptive-buttons-primiary, #ebebeb);
  border: none;
  color: unset;
}
.woocommerce .yith-add-to-wishlist-button-block .yith-wcwl-icon-svg__wrapper {
  display: none;
}
.woocommerce .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.woocommerce .yith-wcwl-add-button .single_add_to_wishlist {
  cursor: pointer;
  background: var(--global-adaptive-buttons-primiary, #ebebeb);
  border: none !important;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce .yith-wcwl-add-button .single_add_to_wishlist:after {
  mask-image: url(heart.svg);
  -webkit-mask-image: url(heart.svg);
  height: 26px;
  content: "";
  background: var(--primary-500, #09C348);
  width: 26px;
  display: flex;
}
.woocommerce .yith-wcwl-add-button .single_add_to_wishlist--added:after {
  mask-image: url(heart-background.svg);
  -webkit-mask-image: url(heart-background.svg);
}
.woocommerce .yith-wcwl-add-button .separator {
  display: none;
}
.woocommerce .yith-wcwl-add-button svg {
  display: none;
}
.woocommerce .view-wishlist {
  display: none;
}

.variation-add-to-cart {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.variation-add-to-cart .variation-selector {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0;
  visibility: hidden;
}
.variation-add-to-cart .variation-custom-select {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.variation-add-to-cart .variation-custom-select__trigger {
  width: 100%;
  border: 1px solid var(--global-searchimput-outline, #bdbdbd);
  background: white;
  height: 48px;
  padding: 0 20px;
  text-align: left;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--global-searchimput-placeholderfill, #424242);
}
.variation-add-to-cart .variation-custom-select__trigger span {
  color: var(--global-searchimput-placeholderfill, #424242);
}
.variation-add-to-cart .variation-custom-select__trigger:after {
  content: "";
  background: var(--global-searchimput-placeholderfill, #424242);
  mask-image: url(chevron-down.svg);
  -webkit-mask-image: url(chevron-down.svg);
  width: 14px;
  height: 8px;
  display: block;
}
.variation-add-to-cart .variation-custom-select__trigger:focus {
  outline: none;
  border-color: var(--global-searchimput-outline, #bdbdbd);
}
.variation-add-to-cart .variation-custom-select__options {
  margin: 0;
  list-style-type: none;
  max-height: 550px;
  overflow-y: scroll;
  height: 100%;
  border: 1px solid var(--global-searchimput-outline, #bdbdbd);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: black;
  width: 100%;
  border-top: none;
  position: absolute;
  z-index: 9999;
  background: #fff;
  top: 48px;
  display: none;
  padding: 0;
  min-height: 50px;
}
.variation-add-to-cart .variation-custom-select__option {
  cursor: pointer;
  height: 45px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.variation-add-to-cart .variation-custom-select__option--selected {
  background: var(--black-100, rgba(0, 0, 0, 0.0980392157));
  color: var(--global-searchimput-placeholderfill, #424242);
  font-weight: 500;
}
.variation-add-to-cart .variation-custom-select__option--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.variation-add-to-cart .variation-custom-select[aria-expanded=true] .variation-custom-select__trigger {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid var(--global-searchimput-outline, #bdbdbd);
}
.variation-add-to-cart .variation-custom-select[aria-expanded=true] .variation-custom-select__trigger:after {
  transform: rotate(180deg);
}
.variation-add-to-cart .variation-custom-select[aria-expanded=true] .variation-custom-select__options {
  display: block;
}
.variation-add-to-cart .variation-add-to-cart-btn {
  width: 100%;
  height: 48px;
  border: none;
  background: var(--black-1000, #000);
  color: white;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.variation-add-to-cart .variation-add-to-cart-btn:hover:not(:disabled) {
  background: var(--black-700, rgba(0, 0, 0, 0.6980392157));
  transform: translateY(-1px);
}
.variation-add-to-cart .variation-add-to-cart-btn:disabled {
  background: var(--black-700, rgba(0, 0, 0, 0.6980392157));
  color: var(--white-1000, #ffffff);
  cursor: not-allowed;
  opacity: 0.6;
}
.variation-add-to-cart .variation-add-to-cart-btn.loading {
  position: relative;
  color: transparent;
}
.variation-add-to-cart .variation-add-to-cart-btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid transparent;
  border-top-color: white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@media (max-width: 768px) {
  .variation-add-to-cart .variation-custom-select__options {
    max-height: 300px;
  }
}
.loop-add-to-cart {
  width: 100%;
  height: 48px;
  border: none;
  background: var(--black-1000, #000);
  color: white;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loop-add-to-cart:hover:not(:disabled) {
  background: var(--black-1000, #000);
  transform: translateY(-1px);
}
.loop-add-to-cart:disabled {
  background: var(--black-100, rgba(0, 0, 0, 0.0980392157));
  color: var(--white-1000, #ffffff);
  cursor: not-allowed;
  opacity: 0.6;
}
.loop-add-to-cart.loading {
  position: relative;
  color: transparent;
}
.loop-add-to-cart.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid transparent;
  border-top-color: white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.size-info-simple-product {
  align-items: center;
  background: var(--white-1000, #fff);
  border: 1px solid var(--global-searchimput-outline, #bdbdbd);
  display: flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 12px;
  padding: 0 20px;
  position: relative;
  text-align: left;
  width: 100%;
}

.checkout-main {
  padding: 20px 0 80px 0;
}
.checkout-main--inside {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
}
.checkout-main .login-register-box,
.checkout-main .woocommerce-form-login-toggle {
  display: none;
}
.checkout-main .woocommerce-account-fields {
  display: none;
}
.checkout-main .checkout-steps {
  width: calc(60% - 30px);
}
.checkout-main .checkout-steps .checkout-step__title {
  margin: 0 0 50px 0;
}
.checkout-main .checkout-steps .checkout-step--title {
  font-size: var(--typo-bodysize4xl, 40px);
  font-weight: var(--typo-headingweight, 500);
  color: var(--global-adaptive-bg-copyprimary, #000000);
}
@media (max-width: 967px) {
  .checkout-main .checkout-steps {
    width: 100%;
  }
}
.checkout-main .checkout-sidebar-summary {
  width: calc(40% - 30px);
  margin-top: 180px;
}
@media (max-width: 967px) {
  .checkout-main .checkout-sidebar-summary {
    width: 100%;
    margin-top: 40px;
  }
}
.checkout-main .checkout-step-2 .checkout-summary__title {
  margin: 20px 0 58px 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.checkout-main .custom-order-comments-field {
  margin-top: 50px;
}
.checkout-main .custom-order-comments-field .custom-comment-title {
  font-size: var(--typo-bodysizexl, 20px);
  color: var(--black-1000);
  font-weight: var(--typo-bodyweightmedium, 500);
}
.checkout-main .custom-order-comments-field .custom-order-comments-checkbox-wrapper label span {
  font-size: var(--typo-bodysizes, 14px);
  font-weight: var(--typo-bodyweightregular, 400);
  color: var(--black-1000, #000);
}
.checkout-main .custom-order-comments-field .custom-checkbox-label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.checkout-main .custom-order-comments-field .custom-order-comments-textarea-wrapper {
  margin-top: 20px;
}
.checkout-main .custom-order-comments-field textarea {
  resize: none;
  padding: 10px;
  min-height: 80px;
  border: 1px solid var(--global-searchimput-outline, #BDBDB);
  height: 48px;
  width: 100%;
  background: var(--global-searchimput-bg, rgba(255, 255, 255, 0));
}
.checkout-main .woocommerce-terms-and-conditions-wrapper {
  margin-top: 50px;
}
.checkout-main .woocommerce-terms-and-conditions-wrapper .custom-terms-title {
  font-size: var(--typo-bodysizexl, 20px);
  font-weight: var(--typo-bodyweightmedium, 500);
  color: var(--black-1000, #000);
}
.checkout-main .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.checkout-main .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label span.woocommerce-terms-and-conditions-checkbox-text {
  font-size: var(--typo-bodysizes, 14px);
  font-weight: var(--typo-bodyweightregular, 400);
  color: var(--black-1000, #000);
  max-width: 90%;
}
.checkout-main .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label span.woocommerce-terms-and-conditions-checkbox-text a {
  color: var(--black-1000, #000);
  font-weight: var(--fontweight-semi-bold, 600);
}
.checkout-main .woocommerce-terms-and-conditions-wrapper abbr {
  display: none;
}
.checkout-main #order_review_heading {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.checkout-main #order_review .custom-payment-title {
  margin: 40px 0 20px;
  font-size: var(--typo-bodysizexl, 20px);
  color: var(--black-1000);
  font-weight: var(--typo-bodyweightmedium, 500);
}
.checkout-main #order_review #place_order {
  display: none;
  visibility: hidden;
}
.checkout-main--back-to-cart-btn {
  background-color: var(--global-adaptive-buttons-primiary, #ebebeb);
  color: var(--global-adaptive-buttons-labelprimary, #161616);
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightmedium, 500);
  padding: 15px 40px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .checkout-main--back-to-cart-btn {
    display: none;
  }
}
.checkout-main--back-to-cart-btn:before {
  content: "";
  background: var(--global-adaptive-buttons-labelprimary, #161616);
  mask-image: url(chevron-left.svg);
  -webkit-mask-image: url(chevron-left.svg);
  width: 16px;
  height: 16px;
  display: block;
}

.checkout-summary {
  display: none;
}
.checkout-summary__title {
  margin: 20px 0 32px;
}
.checkout-summary__title h2 {
  font-size: var(--typo-bodysize4xl, 40px);
  font-weight: var(--typo-bodyweightmedium, 500);
  color: var(--global-adaptive-bg-copyprimary, #000000);
}
.checkout-summary__box h3 {
  font-size: var(--typo-bodysizexl, 20px);
  color: var(--black-1000, #000);
  font-weight: var(--typo-bodyweightmedium, 500);
}
.checkout-summary__box--address .summary-data__field {
  margin-bottom: 10px;
}
.checkout-summary__box--shipping-address .summary-data__field {
  margin-bottom: 10px;
}
.checkout-summary__box-content {
  padding: 25px;
  display: flex;
  justify-content: space-between;
  background: var(--global-adaptive-bg-bgsecondary, #fff);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1607843137);
}
.checkout-summary__box .same-address {
  border: 2px solid var(--primary-500, #09c348);
}
.checkout-summary__box .same-address .edit-checkout-data {
  pointer-events: none;
}
.checkout-summary__box-data .summary-data__field {
  margin-bottom: 10px;
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000);
  font-weight: var(--typo-bodyweightregular, 400);
  line-height: 150%;
}
.checkout-summary__box-actions button {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: var(--black-1000, #000);
}
.checkout-summary__box-actions button:before {
  content: "";
  background: var(--primary-500, #09c348);
  mask-image: url(edit-icon.svg);
  -webkit-mask-image: url(edit-icon.svg);
  width: 19px;
  height: 19px;
  display: flex;
}
.checkout-form .woocommerce-error {
  color: var(--global-adaptive-bg-productpricenew, #C80C0F);
  font-size: var(--typo-bodysizes, 14px);
}
.checkout-form .woocommerce-error li, .checkout-form .woocommerce-error a {
  color: var(--global-adaptive-bg-productpricenew, #C80C0F);
}
.checkout-form .woocommerce-checkout .form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.checkout-form .woocommerce-checkout .form-row span {
  width: 100%;
}
.checkout-form .woocommerce-checkout .form-row .woocommerce-error {
  position: absolute;
  bottom: -22px;
}
.checkout-form .woocommerce-checkout .form-row .optional {
  display: none;
}
.checkout-form .woocommerce-checkout .form-row label {
  font-size: var(--typo-bodysizes, 14px);
  line-height: 150%;
  margin-bottom: 5px;
  width: 100%;
  font-weight: var(--typo-bodyweightregular, 400);
  color: var(--global-adaptive-bg-copysecondary, #5b5b5b);
}
.checkout-form .woocommerce-checkout .form-row input {
  font-variant-ligatures: none;
}
.checkout-form .woocommerce-checkout .form-row input[type=text],
.checkout-form .woocommerce-checkout .form-row input[type=email],
.checkout-form .woocommerce-checkout .form-row input[type=tel],
.checkout-form .woocommerce-checkout .form-row input[type=url],
.checkout-form .woocommerce-checkout .form-row input[type=password],
.checkout-form .woocommerce-checkout .form-row input[type=search] {
  border: 1px solid var(--global-searchimput-outline, #BDBDB);
  padding: 0 10px;
  height: 48px;
  width: 100%;
  background: var(--global-searchimput-bg, rgba(255, 255, 255, 0));
}
.checkout-form .woocommerce-checkout .form-row input[type=text]:focus,
.checkout-form .woocommerce-checkout .form-row input[type=email]:focus,
.checkout-form .woocommerce-checkout .form-row input[type=tel]:focus,
.checkout-form .woocommerce-checkout .form-row input[type=url]:focus,
.checkout-form .woocommerce-checkout .form-row input[type=password]:focus,
.checkout-form .woocommerce-checkout .form-row input[type=search]:focus {
  outline: none;
  border-color: var(--primary-500, #09c348);
  box-shadow: 0 0 3px rgba(var(--primary-500, #09c348), 0.3);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields h3 {
  margin-top: 0;
  font-size: var(--typo-bodysizexl, 20px);
  color: var(--black-1000);
  font-weight: var(--typo-bodyweightmedium, 500);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field {
  order: 1;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper {
  display: flex;
  gap: 10px;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper input[type=radio] + label.radio {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  background: var(--global-adaptive-bg-bgsecondary, #FFF);
  color: var(--global-header-urldefault, #5b5b5b);
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
  width: calc(50% - 5px);
  height: 48px;
  font-weight: var(--typo-bodyweightmedium, 500);
  font-size: var(--typo-bodysizes, 16px);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper input[type=radio] + label.radio .required {
  display: none;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper input[type=radio] + label.radio:hover {
  color: var(--global-header-urlselecteddefault, #111);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper input[type=radio] + label.radio:after {
  content: "";
  position: absolute;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper input[type=radio]:checked + label.radio {
  color: var(--global-header-urlselecteddefault, #111);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper input[type=radio]:checked + label.radio:after {
  height: 2px;
  width: 25%;
  background: var(--primary-500);
  bottom: 10px;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field .woocommerce-input-wrapper input[type=radio]:focus + label.radio {
  outline: none;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #customer_type_field > label.required_field {
  display: none;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_company_field {
  order: 2;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #company_name_field {
  order: 2;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_nip_field {
  order: 3;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field {
  order: 4;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
  order: 5;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field {
  order: 6;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field {
  order: 7;
  width: 100%;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .custom-phone-wrapper {
  display: flex !important;
  align-items: stretch;
  width: 100%;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  position: relative;
  user-select: none;
  flex: 0 0 140px;
  min-width: 140px;
}
@media (max-width: 575px) {
  .checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select {
    max-width: 120px;
    min-width: unset;
  }
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-select-trigger {
  align-items: center;
  background: transparent;
  border: 1px solid var(--global-searchimput-outline, #BDBDB);
  display: inline-flex;
  font-size: inherit;
  justify-content: space-between;
  padding: 0 12px;
  transition: border-color 0.3s;
  width: 100%;
  height: 48px;
  border-right: 0;
}
@media (max-width: 767px) {
  .checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-select-trigger {
    padding: 0 8px;
  }
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-select-trigger span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--typo-bodysizem, 16px);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-select-trigger:after {
  content: "";
  background: var(--global-searchimput-placeholderfill, #424242);
  mask-image: url(chevron-down.svg);
  -webkit-mask-image: url(chevron-down.svg);
  width: 14px;
  height: 8px;
  margin-left: 8px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-select-trigger:hover {
  border-color: blue;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-select-trigger:focus {
  border-color: blue;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 0, 255, 0.3);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options {
  background: var(--white-1000, #FFF);
  border: 1px solid var(--global-searchimput-outline, #BDBDB);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1019607843);
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  border-top: 0;
  max-height: 200px;
  overflow-y: auto;
  height: auto;
  flex-direction: column;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options .custom-option {
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: var(--typo-bodysizem, 16px);
  border-bottom: 1px solid var(--global-searchimput-outline, #BDBDB);
  display: block;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options .custom-option:last-child {
  border-bottom: none;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options .custom-option:hover {
  background: var(--global-searchimput-outline, #BDBDB);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options .custom-option[data-selected=true] {
  background: var(--primary-500, #09c348);
  color: var(--white-1000);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options::-webkit-scrollbar {
  width: 6px;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options::-webkit-scrollbar-track {
  background: var(--global-searchimput-outline, #BDBDB);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options::-webkit-scrollbar-thumb {
  background: var(--global-searchimput-outline, #BDBDB);
  border-radius: 3px;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select .custom-options::-webkit-scrollbar-thumb:hover {
  background: var(--global-searchimput-outline, #BDBDB);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select.open .custom-select-trigger {
  border-bottom: none;
  border-color: var(--global-searchimput-outline, #BDBDB);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select.open .custom-select-trigger:after {
  transform: rotate(180deg);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select.open .custom-options {
  display: flex;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .phone-number-input {
  flex: 1;
  border: 1px solid var(--global-searchimput-outline, #BDBDB);
  padding: 0 12px;
  height: 48px;
  font-size: var(--typo-bodysizem, 16px);
  transition: border-color 0.3s ease;
  width: calc(100% - 140px);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .phone-number-input:focus {
  border-color: var(--primary-500, #09c348);
  outline: none;
  box-shadow: 0 0 3px rgba(var(--primary-500, #09c348), 0.3);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .phone-number-input::placeholder {
  color: var(--global-searchimput-placeholderfill, #424242);
  opacity: 0.7;
}
@media (max-width: 575px) {
  .checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field .country-code-custom-select {
    flex: none;
  }
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field {
  order: 8;
  width: 100%;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .custom-country-wrapper {
  display: flex !important;
  width: 100%;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  position: relative;
  user-select: none;
  width: 100%;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-select-trigger {
  align-items: center;
  background: transaprent;
  border: 1px solid var(--global-searchimput-outline, #BDBDB);
  display: inline-flex;
  font-size: inherit;
  justify-content: space-between;
  padding: 0 15px;
  transition: border-color 0.3s;
  width: 100%;
  height: 48px;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-select-trigger span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--typo-bodysizem, 16px);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-select-trigger:after {
  content: "";
  background: var(--global-searchimput-placeholderfill, #424242);
  mask-image: url(chevron-down.svg);
  -webkit-mask-image: url(chevron-down.svg);
  width: 14px;
  height: 8px;
  margin-left: 10px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-select-trigger:hover {
  border-color: var(--global-searchimput-placeholderfill, #424242);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-select-trigger:focus {
  border-color: var(--global-searchimput-placeholderfill, #424242);
  outline: none;
  box-shadow: 0 0 3px rgba(var(--global-searchimput-placeholderfill, #424242), 0.3);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options {
  background: var(--white-1000, #FFF);
  border: 1px solid var(--global-searchimput-outline, #BDBDB);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1019607843);
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  border-top: 0;
  max-height: 250px;
  overflow-y: auto;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options .custom-option {
  padding: 8px 15px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: var(--typo-bodysizem, 16px);
  border-bottom: 1px solid var(--global-searchimput-outline, #BDBDB);
  display: block;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options .custom-option:last-child {
  border-bottom: none;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options .custom-option:hover {
  background: var(--global-searchimput-outline, #BDBDB);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options .custom-option[data-selected=true] {
  background: var(--primary-500, #09c348);
  color: var(--white-1000);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options::-webkit-scrollbar {
  width: 6px;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options::-webkit-scrollbar-track {
  background: var(--global-searchimput-outline, #BDBDB);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options::-webkit-scrollbar-thumb {
  background: var(--global-searchimput-outline, #BDBDB);
  border-radius: 3px;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select .custom-options::-webkit-scrollbar-thumb:hover {
  background: var(--global-searchimput-outline, #BDBDB);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select.open .custom-select-trigger {
  border-bottom: none;
  border-color: var(--global-searchimput-outline, #BDBDB);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select.open .custom-select-trigger:after {
  transform: rotate(180deg);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .country-custom-select.open .custom-options {
  display: block;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field {
  order: 8;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field .select2-container--default .select2-selection--single {
  display: flex;
  justify-content: space-between;
  border-radius: 0;
  border: 1px solid var(--global-searchimput-outline, #BDBDB);
  padding: 0 10px;
  height: 48px;
  width: 100%;
  background: var(--global-searchimput-bg, rgba(255, 255, 255, 0));
  align-items: center;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field .select2-container--default .select2-selection__placeholder {
  color: var(--global-searchimput-placeholderfill, #424242);
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field .select2-container--default .select2-selection__arrow {
  width: 25px !important;
  position: relative;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field {
  order: 9;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
  order: 10;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
  order: 11;
}
@media (min-width: 768px) {
  .checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
    width: 33%;
  }
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_3_field {
  order: 12;
}
@media (min-width: 768px) {
  .checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_3_field {
    width: 33%;
  }
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
  order: 13;
}
@media (min-width: 768px) {
  .checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
    width: 33%;
  }
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .need-invoice {
  order: 14;
  width: 100%;
  margin-top: 60px;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .need-invoice-heading {
  margin-bottom: 0;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #need_invoice_field {
  order: 15;
  margin-bottom: 0;
}
.checkout-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #need_invoice_field label {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox {
  display: flex;
  gap: 5px;
  align-items: center;
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address span {
  margin-bottom: 0;
  font-size: var(--typo-bodysizes, 14px);
  line-height: 150%;
  width: 100%;
  font-weight: var(--typo-bodyweightregular, 400);
  color: var(--global-adaptive-bg-copysecondary, #5b5b5b);
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields #shipping_first_name_field {
  order: 1;
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields #shipping_last_name_field {
  order: 2;
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields #shipping_company_field {
  order: 3;
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields #shipping_country_field {
  order: 4;
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields #shipping_city_field {
  order: 5;
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields #shipping_address_1_field {
  order: 6;
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields #shipping_address_2_field {
  order: 7;
}
@media (min-width: 768px) {
  .checkout-form .woocommerce-checkout .woocommerce-shipping-fields #shipping_address_2_field {
    width: 33%;
  }
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields #shipping_address_3_field {
  order: 8;
}
@media (min-width: 768px) {
  .checkout-form .woocommerce-checkout .woocommerce-shipping-fields #shipping_address_3_field {
    width: 33%;
  }
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields #shipping_postcode_field {
  order: 9;
}
@media (min-width: 768px) {
  .checkout-form .woocommerce-checkout .woocommerce-shipping-fields #shipping_postcode_field {
    width: 33%;
  }
}
.checkout-form .woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox {
  display: flex;
  gap: 5px;
  align-items: center;
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields {
  margin: 20px 0;
}
.checkout-form .woocommerce-checkout .woocommerce-shipping-fields #shipping_country_field {
  display: none;
  visibility: hidden;
}

.custom-shipping-section {
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
}
.custom-shipping-section.loading {
  background: none;
  height: auto;
}
.custom-shipping-section.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(247, 247, 246, 0.368627451);
  backdrop-filter: blur(2px);
  z-index: 10;
  border-radius: 4px;
}
.custom-shipping-section.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #e0e0e0;
  border-top-color: var(--primary-500, #09c348);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  z-index: 11;
}
.custom-shipping-section.loading .custom-shipping-methods-wrapper {
  opacity: 0.3;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.custom-shipping-section .custom-shipping-title {
  margin: 0 0 20px 0;
  font-size: var(--typo-bodysizexl, 20px);
  color: var(--black-1000);
  font-weight: var(--typo-bodyweightmedium, 500);
}
.custom-shipping-section .delivery-type-selector {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .custom-shipping-section .delivery-type-selector {
    flex-direction: column;
  }
}
.custom-shipping-section .delivery-type-selector .delivery-type-option {
  flex: 1;
  position: relative;
  background: none;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  background: var(--white-1000, #fff);
  color: var(--global-adaptive-bg-copyprimary, #000);
  transition: all 0.3s ease;
  margin: 0;
  width: 100%;
  height: 48px;
  border: 1.5px solid var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.2980392157));
  box-sizing: border-box;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-label:before {
  content: "";
  margin-right: 5px;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-label.delivery-type-shipping:before {
  background: var(--global-adaptive-bg-copyprimary, #000);
  mask-image: url(box-icon.svg);
  -webkit-mask-image: url(box-icon.svg);
  width: 21px;
  height: 20px;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-label.delivery-type-pickup:before {
  background: var(--global-adaptive-bg-copyprimary, #000);
  mask-image: url(pickup-icon.svg);
  -webkit-mask-image: url(pickup-icon.svg);
  width: 18px;
  height: 21px;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-label .delivery-type-text {
  display: flex;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-label:hover {
  background: var(--primary-500, #09c348);
  color: var(--white-1000, #ffffff);
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-radio:checked + .delivery-type-label, .custom-shipping-section .delivery-type-selector .delivery-type-option.selected .delivery-type-label {
  background: var(--primary-500, #09c348);
  color: var(--white-1000, #ffffff);
  border: 1.5px solid var(--primary-500, #09c348);
}
.custom-shipping-section .delivery-type-selector .delivery-type-option .delivery-type-radio:focus + .delivery-type-label {
  outline: none;
}
.custom-shipping-section .delivery-type-selector .delivery-type-option:hover .delivery-type-label:before {
  background: var(--white-1000, #ffffff);
}
.custom-shipping-section .delivery-type-selector .delivery-type-option.selected .delivery-type-label:before {
  background: var(--white-1000, #ffffff);
}
.custom-shipping-section .custom-shipping-methods-wrapper {
  position: relative;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package {
  margin-bottom: 20px;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package:last-child {
  margin-bottom: 0;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-package-name {
  font-size: var(--typo-bodysizem, 16px);
  margin: 0 0 15px 0;
  color: var(--black-1000, #000);
  font-weight: 600;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list {
  margin-bottom: 15px;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.2980392157));
  background: var(--global-adaptive-bg-bgsecondary, #FFF);
  margin-bottom: 8px;
  transition: all 0.3s ease;
  min-height: 68px;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option {
    height: auto;
    gap: 5px;
  }
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option:last-child {
  margin-bottom: 0;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option > span {
  width: 100%;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option input[type=radio].shipping_method:checked {
  border-width: 3px;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option input[type=radio].shipping_method:checked:after {
  width: 8px;
  height: 8px;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option .shipping-method-label {
  flex: 1;
  cursor: pointer;
  font-size: var(--typo-bodysizem, 16px);
  line-height: 150%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option .shipping-method-label {
    font-size: var(--typo-bodysizexs, 12px);
    font-weight: var(--typo-bodyweightlight, 300);
  }
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option .shipping-method-label .shipping-method-name {
  display: flex;
  font-weight: var(--typo-bodyweightregular, 400);
  justify-content: space-between;
  width: 75%;
  align-items: center;
  gap: 10px;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option .shipping-method-label .shipping-method-icon {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option .shipping-method-label .shipping-method-icon img {
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 80px;
}
@media (max-width: 575px) {
  .custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option .shipping-method-label .shipping-method-icon img {
    max-width: 40px;
    max-height: 40px;
  }
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-methods-group .shipping-methods-list .shipping-method-option .shipping-method-description {
  display: none;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-notice {
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-notice p {
  margin: 0;
  font-size: var(--typo-bodysizem, 16px);
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-notice:not(.error) {
  background: green;
  color: red;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-notice.error {
  background: rgba(var(--semantic-error, #c80c0f), 0.1);
  border: 1px solid rgba(var(--semantic-error, #c80c0f), 0.2);
  color: var(--semantic-error, #c80c0f);
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-package-details {
  margin-bottom: 15px;
}
.custom-shipping-section .custom-shipping-methods-wrapper .custom-shipping-package .shipping-package-details .woocommerce-shipping-contents {
  margin: 0;
  color: black;
  font-size: var(--typo-bodysizexs, 12px);
}
.custom-shipping-section .shipping-notice.error {
  padding: 15px;
  background: rgba(var(--semantic-error, #c80c0f), 0.1);
  border: 1px solid rgba(var(--semantic-error, #c80c0f), 0.2);
  color: var(--semantic-error, #c80c0f);
  border-radius: 4px;
}
.custom-shipping-section .shipping-notice.error p {
  margin: 0;
  font-size: var(--typo-bodysizes, 14px);
}
.custom-shipping-section .paczkomat_id_wrapper .woocommerce-input-wrapper .select2 {
  max-width: 100%;
  width: 100% !important;
}
.custom-shipping-section .paczkomat_id_wrapper .woocommerce-input-wrapper .select2-selection {
  border-radius: 0;
  border-color: var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.2980392157));
}
.custom-shipping-section .paczkomat_id_wrapper .woocommerce-input-wrapper .select2-selection__clear {
  width: 20px;
}
.custom-shipping-section .paczkomat_id_wrapper .woocommerce-input-wrapper .select2-selection__arrow {
  width: 20px;
}
.custom-shipping-section .paczkomat_id_wrapper #open-geowidget {
  background: var(--primary-500, #09c348);
  color: var(--white-1000, #fff);
  border: 1.5px solid var(--primary-500, #09c348);
  display: inline-block;
  padding: 10px;
}
.custom-shipping-section #paczka_w_ruchu_punkt_odbioru_field .select2 {
  width: 100%;
  max-width: 100%;
}
.custom-shipping-section #paczka_w_ruchu_punkt_odbioru_field .select2-selection {
  border-radius: 0;
  border-color: var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.2980392157));
}
.custom-shipping-section #paczka_w_ruchu_punkt_odbioru_field .select2-selection__clear {
  width: 20px;
}
.custom-shipping-section #paczka_w_ruchu_punkt_odbioru_field .select2-selection__arrow {
  width: 20px;
}
.custom-shipping-section #dpd_pickup_point_id_field span.select2 {
  width: 100%;
  max-width: 100%;
}
.custom-shipping-section #dpd_pickup_point_id_field span.select2-selection {
  border-radius: 0;
  border-color: var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.2980392157));
}
.custom-shipping-section #dpd_pickup_point_id_field span.select2-selection__clear {
  width: 20px;
}
.custom-shipping-section #dpd_pickup_point_id_field span.select2-selection__arrow {
  width: 20px;
}
.custom-shipping-section .js--choose-point-dpd,
.custom-shipping-section #op-select-from-map {
  background: var(--primary-500, #09c348);
  color: var(--white-1000, #fff);
  border: 1.5px solid var(--primary-500, #09c348);
  display: inline-block;
  padding: 10px;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.payment_methods {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.payment_methods .wc_payment_method {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.2980392157));
  background: var(--global-adaptive-bg-bgsecondary, #FFF);
  margin-bottom: 8px;
  transition: all 0.3s ease;
  min-height: 68px;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
}
@media (max-width: 767px) {
  .payment_methods .wc_payment_method {
    height: auto;
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .payment_methods .wc_payment_method {
    height: auto;
    gap: 5px;
  }
}
.payment_methods .wc_payment_method > label {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: calc(100% - 40px);
  font-size: var(--typo-bodysizem, 16px);
  color: var(--black-1000, #000);
  cursor: pointer;
}
@media (max-width: 767px) {
  .payment_methods .wc_payment_method > label {
    width: calc(100% - 40px);
  }
}
@media (max-width: 575px) {
  .payment_methods .wc_payment_method > label {
    font-size: var(--typo-bodysizexs, 12px);
    font-weight: var(--typo-bodyweightlight, 300);
  }
}
.payment_methods .wc_payment_method input[type=radio][name=payment_method]:checked {
  border-width: 3px;
}
.payment_methods .wc_payment_method input[type=radio][name=payment_method]:checked:after {
  width: 8px;
  height: 8px;
}
.payment_methods .wc_payment_method .payment_box {
  font-size: var(--typo-bodysizem, 16px);
  line-height: 150%;
  width: 100%;
  margin-top: 20px;
}

.checkout-sidebar-summary--inside {
  background: none;
  box-shadow: unset;
}
@media (min-width: 968px) {
  .checkout-sidebar-summary--inside {
    padding: 20px;
    height: fit-content;
    position: sticky;
    top: 50px;
    background-color: var(--global-adaptive-bg-bgsecondary, #fff);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1607843137);
  }
}
.checkout-sidebar-summary--products {
  margin-top: 40px;
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__name {
  margin-bottom: 5px;
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__name a {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000);
  font-weight: var(--typo-bodyweightregular, 400);
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__attributes .attribute-name {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #777777);
  font-weight: var(--typo-bodyweightregular, 400);
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__attributes .attribute-value {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--typo-bodyweightmedium, 500);
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__quantity {
  margin-bottom: 5px;
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__quantity .quantity-text {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #777777);
  font-weight: var(--typo-bodyweightregular, 400);
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__quantity .quantity-value {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--typo-bodyweightmedium, 500);
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item .additional-data {
  margin-bottom: 5px;
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item .additional-data__item {
  display: flex;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item .additional-data__item {
    flex-wrap: wrap;
  }
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item .additional-data__label {
  font-size: var(--typo-bodysizexs, 12px);
  color: var(--global-adaptive-bg-copysecondary, #777777);
  font-weight: var(--typo-bodyweightregular, 400);
  width: 30%;
}
@media (max-width: 767px) {
  .checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item .additional-data__label {
    width: 100%;
  }
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item .additional-data__value {
  font-size: var(--typo-bodysizexs, 12px);
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--typo-bodyweightmedium, 500);
  width: 70%;
}
@media (max-width: 767px) {
  .checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item .additional-data__value {
    width: 100%;
    margin: 0;
  }
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__details {
  width: calc(100% - 120px);
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__unit-price span.amount bdi {
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightmedium, 500);
  color: var(--global-adaptive-bg-productprice, #000000);
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__unit-price .promo-price span.amount bdi {
  color: var(--global-adaptive-bg-productpricenew, #C80C0F);
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--fontweight-semi-bold, 600);
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__unit-price .before-promo-price span.amount bdi {
  font-size: var(--typo-bodysizem, 16px);
  font-weight: var(--fontweight-medium, 500);
  color: var(--global-adaptive--bg-productoldprice, #666666);
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__promotion {
  display: flex;
  margin-top: 5px;
  justify-content: flex-end;
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__promotion .promotion-value {
  border: 1px solid var(--global-adaptive-tag-highlighted, #09c348);
  padding: 4px 8px;
  border-radius: 4px;
  color: var(--global-adaptive-tag-highlighted, #09c348);
  font-size: var(--typo-bodysizes, 14px);
}
.checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__promotion .promotion-value span, .checkout-sidebar-summary--products .checkout-product-list__items .checkout-product-item__promotion .promotion-value bdi {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-tag-highlighted, #09c348);
}
.checkout-sidebar-summary--total {
  margin-top: 40px;
}
.checkout-sidebar-summary--total .cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.checkout-sidebar-summary--total .cart-total .subtotal-label {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #777777);
  font-weight: var(--typo-bodyweightregular, 400);
}
.checkout-sidebar-summary--total .cart-total .subtotal-value {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--typo-bodyweightmedium, 500);
}
.checkout-sidebar-summary--total .checkout-sidebar-summary--shipping .label {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #777777);
  font-weight: var(--typo-bodyweightregular, 400);
}
.checkout-sidebar-summary--total .checkout-sidebar-summary--shipping .value {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--typo-bodyweightmedium, 500);
}
.checkout-sidebar-summary--total .applied-coupons--title {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #777777);
  font-weight: var(--typo-bodyweightmedium, 500);
}
.checkout-sidebar-summary--total .applied-coupons .coupon-item {
  font-size: var(--typo-bodysizes, 12px);
  font-weight: var(--typo-bodyweightregular, 400);
}
.checkout-sidebar-summary--total .applied-coupons .coupon-item--left {
  color: var(--global-adaptive-bg-copysecondary, #777777);
}
.checkout-sidebar-summary--total .applied-coupons .coupon-item--right * {
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--fontweight-semi-bold, 500);
}
.checkout-sidebar-summary--total .checkout-sidebar-summary--total {
  border-top: 1px solid var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.2980392157));
  margin-top: 15px;
  padding-top: 15px;
}
.checkout-sidebar-summary--total .checkout-sidebar-summary--total .label {
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightmedium, 500);
  color: var(--global-adaptive-bg-copysecondary, #777777);
}
.checkout-sidebar-summary--total .checkout-sidebar-summary--total .value {
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-bodyweightmedium, 500);
  color: var(--global-adaptive-bg-copyprimary, #000000);
}
.checkout-sidebar-summary--buttons .show-summary {
  width: 100%;
  border: none;
  cursor: pointer;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--global-adaptive-tag-highlighted, #09c348);
  color: var(--global-adaptive-buttons-labelsecondary, #fff);
  margin-top: 30px;
  font-size: var(--typo-bodysizel, 18px);
  font-weight: var(--typo-headingweight, 500);
  line-height: 150%;
}
.checkout-sidebar-summary--buttons .show-summary.processing {
  opacity: 0.5;
  cursor: not-allowed;
}
.woocommerce-order-pay .order-review {
  padding: 50px 0;
}
.woocommerce-order-pay .order-review--inside {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.woocommerce-order-pay .order-review #order_review {
  width: calc(60% - 10px);
}
@media (max-width: 967px) {
  .woocommerce-order-pay .order-review #order_review {
    width: 100%;
    order: 2;
  }
}
.woocommerce-order-pay .order-review #order_review .woocommerce-terms-and-conditions-wrapper label {
  font-size: var(--typo-bodysizes, 14px);
  line-height: 150%;
  margin-bottom: 5px;
  width: 100%;
  font-weight: var(--typo-bodyweightregular, 400);
  color: var(--global-adaptive-bg-copysecondary, #5b5b5b);
}
.woocommerce-order-pay .order-review #order_review .woocommerce-terms-and-conditions-wrapper label a {
  color: var(--black-1000, #000);
  font-weight: var(--fontweight-semi-bold, 600);
}
.woocommerce-order-pay .order-review .woocommerce-order--sidebar {
  width: calc(40% - 10px);
}
@media (max-width: 967px) {
  .woocommerce-order-pay .order-review .woocommerce-order--sidebar {
    width: 100%;
    order: 1;
  }
}

.my-account--inside {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.my-account--inside__left {
  width: calc(25% - 20px);
}
@media (max-width: 767px) {
  .my-account--inside__left {
    width: 75%;
    position: fixed;
    background: red;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999999;
    transform: translateX(100vw);
    visibility: hidden;
    transition: all 0.3s ease;
  }
}
.my-account--inside__left.open {
  transform: translateX(0);
  visibility: visible;
}
.my-account--inside__right {
  width: calc(75% - 20px);
}
@media (max-width: 767px) {
  .my-account--inside__right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .my-account--navigation {
    height: 100%;
  }
  .my-account--navigation__header {
    background: red;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
    margin-bottom: 20px;
  }
  .my-account--navigation__header span {
    margin-bottom: 0;
    padding: 0;
  }
  .my-account--navigation__header button {
    border: none;
    background: none;
    cursor: pointer;
  }
  .my-account--navigation__header button:after {
    background: red;
    mask-image: url(close-icon.svg);
    -webkit-mask-image: url(close-icon.svg);
    width: 20px;
    height: 20px;
    display: flex;
    content: "";
  }
}
.my-account--navigation .user-name {
  font-weight: var(--typo-headingweight, 500);
  font-size: var(--typo-bodysizexl, 20px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--global-adaptive-bg-copyprimary, #000000);
}
@media (min-width: 1024px) {
  .my-account--navigation .user-name {
    margin-bottom: 30px;
    display: flex;
  }
}
@media (max-width: 767px) {
  .my-account--navigation .user-name {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .my-account--navigation .woocommerce-MyAccount-navigation {
    height: 100%;
  }
}
.my-account--navigation .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .my-account--navigation .woocommerce-MyAccount-navigation ul {
    margin-top: 40px;
    padding: 0 20px;
  }
}
.my-account--navigation .woocommerce-MyAccount-navigation ul li {
  font-size: 18px;
  line-height: 1;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.my-account--navigation .woocommerce-MyAccount-navigation ul li a {
  font-weight: var(--typo-headingweight, 500);
  font-size: var(--typo-bodysizem, 16px);
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--global-adaptive-bg-copyprimary, #000000);
}
.my-account--navigation .woocommerce-MyAccount-navigation ul li:before {
  display: flex;
  content: "";
  background: var(--global-adaptive-bg-highlightyprimary, #09C348);
  mask-image: url(user-icon-small.svg);
  -webkit-mask-image: url(user-icon-small.svg);
  width: 25px;
  height: 19px;
  margin-right: 15px;
  mask-repeat: no-repeat;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .my-account--navigation .woocommerce-MyAccount-navigation ul li:after {
    content: "";
    background: var(--global-adaptive-bg-highlightyprimary, #09C348);
    mask-image: url(chevron-right.svg);
    -webkit-mask-image: url(chevron-right.svg);
    width: 16px;
    height: 16px;
    margin-left: auto;
  }
}
.my-account--navigation .woocommerce-MyAccount-navigation ul li:hover, .my-account--navigation .woocommerce-MyAccount-navigation ul li.is-active {
  background: var(--white-1000, #FFFFFF);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1607843137);
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard:before {
  mask-image: url(user-icon-small.svg);
  -webkit-mask-image: url(user-icon-small.svg);
  height: 18px;
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders:before {
  mask-image: url(order-icon.svg);
  -webkit-mask-image: url(order-icon.svg);
  height: 20px;
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--ulubione:before {
  mask-image: url(heart.svg);
  -webkit-mask-image: url(heart.svg);
  height: 24px;
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address:before {
  height: 18px;
  mask-image: url(addresses-icon.svg);
  -webkit-mask-image: url(addresses-icon.svg);
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account:before {
  height: 20px;
  mask-image: url(settings-icon.svg);
  -webkit-mask-image: url(settings-icon.svg);
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 40px;
  background: var(--global-adaptive-buttons-tertiary, #1b1b1b);
  justify-content: center;
  height: 48px;
  font-weight: var(--typo-headingweight, 500);
  font-size: var(--typo-bodysizel, 18px);
  line-height: 125%;
  letter-spacing: 0%;
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: var(--global-adaptive-buttons-labeltertiary, #EBEBEB);
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout:hover {
  background: var(--global-adaptive-buttons-tertiary, #1b1b1b);
}
@media (max-width: 767px) {
  .my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout {
    text-align: center;
  }
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: none;
}
.my-account--navigation .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout:after {
  content: none;
}
.my-account--dashboard__blocks {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.my-account--dashboard__blocks--block {
  width: calc(25% - 15px);
  height: 150px;
  border: 1px solid var(--global-adaptive-bg-highlightyprimary, #09C348);
  padding: 20px;
  background: var(--white-1000, #FFFFFF);
}
@media (max-width: 1199px) {
  .my-account--dashboard__blocks--block {
    height: 180px;
  }
}
@media (max-width: 1023px) {
  .my-account--dashboard__blocks--block {
    width: calc(33% - 11px);
  }
}
@media (max-width: 767px) {
  .my-account--dashboard__blocks--block {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .my-account--dashboard__blocks--block {
    width: 100%;
  }
}
.my-account--dashboard__blocks a {
  color: var(--global-adaptive-bg-copyprimary, #000000);
}
.my-account--dashboard__blocks a h3 {
  font-size: var(--typo-bodysizem, 16px);
}
.my-account--dashboard__blocks .block-title {
  margin-top: 0;
}
.my-account--dashboard__blocks .block-description {
  display: flex;
  align-items: center;
  height: 90px;
}
.my-account--dashboard__blocks .block-description p {
  max-width: calc(100% - 25px);
  font-weight: var(--typo-bodyweightregular, 400);
  font-size: var(--typo-bodysizexs, 12px);
  line-height: 125%;
  letter-spacing: 0%;
}
.my-account--dashboard__blocks .block-description:after {
  content: "";
  background: var(--global-adaptive-bg-highlightyprimary, #09C348);
  mask-image: url(chevron-right.svg);
  -webkit-mask-image: url(chevron-right.svg);
  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: flex;
}
.my-account .last-order {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .my-account .last-order {
    margin-top: 20px;
  }
}
.my-account .last-order__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-account .last-order__header a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--global-adaptive-bg-copyprimary, #000000);
}
.my-account .last-order__header a:after {
  display: flex;
  content: "";
  background: var(--global-adaptive-bg-highlightyprimary, #09C348);
  width: 16px;
  height: 16px;
  mask-image: url(chevron-right.svg);
  -webkit-mask-image: url(chevron-right.svg);
}
.my-account .last-order__footer .last-order__view-all {
  height: 48px;
  background: var(--global-adaptive-bg-highlightyprimary, #09C348);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--global-adaptive-buttons-labelsecondary, #fff);
}

.form-page {
  padding: 100px 0;
  background: var(--global-adaptive-bg-bgprimary, #f7f7f6);
}

.login-register-box--inside {
  display: flex;
  justify-content: center;
}
.login-register-box--inside__wrapper {
  max-width: 500px;
  width: 100%;
  padding: 24px;
  background: var(--global-adaptive-bg-bgsecondary, #fff);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1607843137);
}
.login-register-box--heading__title {
  margin-top: 0;
  font-weight: var(--typo-bodyweightregular, 400);
  font-style: normal;
  font-size: var(--fontsize-32, 32px);
  line-height: 125%;
  letter-spacing: 0%;
  color: var(--global-adaptive-bg-copyprimary, #000000);
}
.login-register-box--heading__subtitle {
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-size: var(--typo-bodysizem, 16px);
}
.login-register-box--benefits {
  list-style-type: none;
  padding: 0;
  margin: 30px 0;
}
.login-register-box--benefits ul {
  padding: 0;
  margin: 0;
}
.login-register-box--benefits li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--fontweight-regular, 400);
  font-size: var(--typo-bodysizes, 14px);
  line-height: 150%;
  letter-spacing: 0%;
}
.login-register-box--benefits li:before {
  content: "";
  mask-image: url(check.svg);
  -webkit-mask-image: url(check.svg);
  width: 20px;
  height: 24px;
  display: flex;
  background: var(--global-adaptive-bg-highlightyprimary, #09C348);
  margin-right: 10px;
}
.login-register-box--buttons .login-register-button {
  width: 100%;
  margin-bottom: 20px;
}
.login-register-box--buttons .register-btn {
  background-color: var(--global-adaptive-buttons-tertiary, #1B1B1B);
  color: var(--global-adaptive-buttons-labeltertiary, #ebebeb);
}
.login-register-box--buttons .forgot-password {
  display: block;
  text-align: center;
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--fontweight-regular, 400);
  font-size: var(--typo-bodysizes, 14px);
}
.login-register-box .divider {
  margin-bottom: 20px;
}
.login-register-box .divider span {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.login-register-box .divider span:before, .login-register-box .divider span:after {
  content: "";
  width: 25%;
  display: block;
  border: 1px solid var(--global-adaptive-other-separator, rgba(0, 0, 0, 0.2980392157));
  height: 1px;
}

.orders-list .single-order {
  margin-bottom: 25px;
}
.orders-list .single-order--inside {
  display: flex;
  border: 1px solid var(--global-adaptive-bg-highlightyprimary, #09C348);
  padding: 20px;
  background: var(--white-1000, #FFFFFF);
}
@media (max-width: 575px) {
  .orders-list .single-order--inside {
    flex-wrap: wrap;
  }
}
.orders-list .single-order__header {
  width: 50%;
}
@media (max-width: 575px) {
  .orders-list .single-order__header {
    width: 100%;
    margin-bottom: 40px;
  }
}
.orders-list .single-order__status {
  margin-bottom: 20px;
}
.orders-list .single-order__status span {
  font-weight: var(--typo-bodyweightbold, 600);
}
.orders-list .single-order__number {
  font-weight: var(--typo-bodyweightregular, 400);
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #4a4a4a);
}
.orders-list .single-order__date {
  font-weight: var(--typo-bodyweightregular, 400);
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #4a4a4a);
}
.orders-list .single-order__total {
  margin-top: 10px;
}
.orders-list .single-order__total .total-value {
  font-weight: var(--typo-bodyweightbold, 600);
}
.orders-list .order-items {
  width: 50%;
}
@media (max-width: 575px) {
  .orders-list .order-items {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.orders-list .product-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 575px) {
  .orders-list .product-item {
    margin-bottom: 25px;
  }
}
.orders-list .product-item__thumbnail {
  width: 30%;
}
@media (max-width: 767px) {
  .orders-list .product-item__thumbnail {
    width: 100%;
    max-width: 150px;
  }
}
.orders-list .product-item__thumbnail img {
  height: auto;
}
@media (min-width: 576px) {
  .orders-list .product-item__thumbnail img {
    object-fit: contain;
  }
}
.orders-list .product-item__details {
  width: calc(70% - 10px);
}
@media (max-width: 767px) {
  .orders-list .product-item__details {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.orders-list .product-item__name {
  font-weight: var(--typo-bodyweightregular, 400);
  font-size: var(--typo-bodysizes, 14px);
}
.orders-list .product-item__name a {
  color: var(--global-adaptive-bg-copyprimary, #000000);
}
.orders-list .product-item__attributes span {
  font-weight: var(--typo-bodyweightregular, 400);
  font-size: var(--typo-bodysizexs, 12px);
  color: var(--global-adaptive-bg-copysecondary, #4a4a4a);
}
.orders-list .product-item__quantity {
  font-weight: var(--typo-bodyweightregular, 400);
  font-size: var(--typo-bodysizexs, 12px);
  color: var(--global-adaptive-bg-copysecondary, #4a4a4a);
}
.orders-list .product-item__price span bdi {
  font-size: var(--typo-bodysizem, 16px);
  line-height: 1;
  color: var(--global-adaptive-bg-productpriceold);
}
.orders-list .product-item__price del span bdi {
  font-size: var(--typo-bodysizem, 16px);
  line-height: 1;
  color: var(--global-adaptive-bg-productpriceold);
}
.orders-list .product-item__price:has(del) > span:first-child bdi {
  color: var(--global-adaptive-bg-productpricenew);
}
.my-addresses h1 {
  margin-top: 0;
}
.my-addresses .woocommerce-Addresses {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.my-addresses .woocommerce-Addresses .woocommerce-Address {
  border: 1px solid var(--global-adaptive-bg-highlightyprimary, #09C348);
  padding: 25px;
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: var(--white-1000, #FFFFFF);
}
@media (max-width: 767px) {
  .my-addresses .woocommerce-Addresses .woocommerce-Address {
    width: 100%;
  }
}
.my-addresses .woocommerce-Addresses .woocommerce-Address-title h2 {
  margin-top: 0;
}
.my-addresses .woocommerce-Addresses .woocommerce-Address .address-value {
  display: flex;
  margin-bottom: 2px;
  font-style: normal;
  font-weight: var(--typo-bodyweightregular, 400);
  font-size: var(--typo-bodysizexs, 12px);
  line-height: 125%;
  letter-spacing: 0%;
}
.my-addresses .woocommerce-Addresses .woocommerce-Address--bottom {
  margin-top: 25px;
}
.my-addresses .woocommerce-Addresses .woocommerce-Address--bottom a {
  color: var(--primary-500, #09C348);
}

.edit-address form {
  background: white;
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1607843137);
}
.edit-address form .woocommerce-address-fields .form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.edit-address form .woocommerce-address-fields .form-row label {
  width: 100%;
  font-size: var(--typo-bodysizem, 16px);
  line-height: 1;
  margin-bottom: 5px;
}
.edit-address form .woocommerce-address-fields .form-row span {
  width: 100%;
}
.edit-address form .woocommerce-address-fields .form-row .optional {
  display: none;
}
.edit-address form .woocommerce-address-fields .form-row input[type=text],
.edit-address form .woocommerce-address-fields .form-row input[type=email],
.edit-address form .woocommerce-address-fields .form-row input[type=tel],
.edit-address form .woocommerce-address-fields .form-row input[type=url],
.edit-address form .woocommerce-address-fields .form-row input[type=password],
.edit-address form .woocommerce-address-fields .form-row input[type=search] {
  border: 1px solid var(--global-adaptive-bg-highlightyprimary, #09C348);
  padding: 0 10px;
  height: 48px;
  width: 100%;
  font-size: var(--typo-bodysizes, 14px);
}
.edit-address form .woocommerce-address-fields .form-row input[type=text]::placeholder,
.edit-address form .woocommerce-address-fields .form-row input[type=email]::placeholder,
.edit-address form .woocommerce-address-fields .form-row input[type=tel]::placeholder,
.edit-address form .woocommerce-address-fields .form-row input[type=url]::placeholder,
.edit-address form .woocommerce-address-fields .form-row input[type=password]::placeholder,
.edit-address form .woocommerce-address-fields .form-row input[type=search]::placeholder {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #5b5b5b);
}
.edit-address form .woocommerce-address-fields .form-row input[type=text]:focus-visible,
.edit-address form .woocommerce-address-fields .form-row input[type=email]:focus-visible,
.edit-address form .woocommerce-address-fields .form-row input[type=tel]:focus-visible,
.edit-address form .woocommerce-address-fields .form-row input[type=url]:focus-visible,
.edit-address form .woocommerce-address-fields .form-row input[type=password]:focus-visible,
.edit-address form .woocommerce-address-fields .form-row input[type=search]:focus-visible {
  outline: none;
}
.edit-address form .woocommerce-address-fields button[type=submit] {
  border-radius: 0;
  max-width: 300px;
  width: 100%;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 24px;
  background: var(--global-adaptive-bg-highlightyprimary, #09C348);
  color: var(--white-1000, #ffffff);
  border: none;
  cursor: pointer;
  margin-top: 40px;
}

.account-details form {
  background: white;
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1607843137);
}
.account-details form .form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.account-details form .form-row label {
  width: 100%;
  font-size: var(--typo-bodysizem, 16px);
  line-height: 1;
  margin-bottom: 5px;
}
.account-details form .form-row span {
  width: 100%;
}
.account-details form .form-row span.password-input {
  display: flex;
  gap: 10px;
}
.account-details form .form-row span.password-input button {
  background: none;
  border: none;
  cursor: pointer;
}
.account-details form .form-row span.password-input button:after {
  display: block;
  content: "";
  background: var(--global-adaptive-bg-highlightyprimary, #09C348);
  mask-image: url(show-password-icon.svg);
  -webkit-mask-image: url(show-password-icon.svg);
  width: 23px;
  height: 17px;
}
.account-details form .form-row .optional {
  display: none;
}
.account-details form .form-row input[type=text],
.account-details form .form-row input[type=email],
.account-details form .form-row input[type=tel],
.account-details form .form-row input[type=url],
.account-details form .form-row input[type=password],
.account-details form .form-row input[type=search] {
  border: 1px solid var(--global-adaptive-bg-highlightyprimary, #09C348);
  padding: 0 10px;
  height: 48px;
  width: 100%;
  font-size: var(--typo-bodysizes, 14px);
}
.account-details form .form-row input[type=text]::placeholder,
.account-details form .form-row input[type=email]::placeholder,
.account-details form .form-row input[type=tel]::placeholder,
.account-details form .form-row input[type=url]::placeholder,
.account-details form .form-row input[type=password]::placeholder,
.account-details form .form-row input[type=search]::placeholder {
  font-size: var(--typo-bodysizes, 14px);
  color: var(--global-adaptive-bg-copysecondary, #5b5b5b);
}
.account-details form .form-row input[type=text]:focus-visible,
.account-details form .form-row input[type=email]:focus-visible,
.account-details form .form-row input[type=tel]:focus-visible,
.account-details form .form-row input[type=url]:focus-visible,
.account-details form .form-row input[type=password]:focus-visible,
.account-details form .form-row input[type=search]:focus-visible {
  outline: none;
}
.account-details form fieldset {
  border: 1px solid var(--global-adaptive-bg-highlightyprimary, #09C348);
}
.account-details form fieldset legend {
  padding: 0 10px;
}
.account-details form button[type=submit] {
  border-radius: 0;
  max-width: 300px;
  width: 100%;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 24px;
  background: var(--global-adaptive-bg-highlightyprimary, #09C348);
  color: var(--white-1000, #ffffff);
  border: none;
  cursor: pointer;
  margin-top: 40px;
}
.account-details form button[type=submit] a {
  color: var(--white-1000, #ffffff);
}

.woocommerce-MyAccount-navigation-link--wc-smart-coupons {
  display: none !important;
}

.my-wishlist {
  margin-bottom: 80px;
}
.my-wishlist h2 {
  margin-top: 0;
}
.my-wishlist-header {
  margin-bottom: 40px;
}
.my-wishlist-products {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
  column-gap: 20px;
  border: 1px solid var(--global-adaptive-bg-highlightyprimary, #09C348);
  padding: 20px;
  background: var(--white-1000, #FFF);
}
@media (max-width: 575px) {
  .my-wishlist-products {
    gap: 20px;
  }
}
.my-wishlist-products .product-item {
  width: 100%;
  position: relative;
  max-width: 180px;
}
@media (max-width: 1023px) {
  .my-wishlist-products .product-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .my-wishlist-products .product-item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .my-wishlist-products .product-item {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    border-radius: 8px;
  }
}
@media (min-width: 576px) {
  .my-wishlist-products .product-item {
    justify-content: center;
  }
}
.my-wishlist-products .product-item .remove_from_wishlist {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 9;
}
@media (max-width: 575px) {
  .my-wishlist-products .product-item .remove_from_wishlist {
    right: 8px;
    top: 8px;
  }
}
.my-wishlist-products .product-item .remove_from_wishlist:after {
  content: "";
  background: red;
  mask-image: url(x-icon.svg);
  -webkit-mask-image: url(x-icon.svg);
  width: 12px;
  height: 12px;
  display: block;
  margin-left: 5px;
}
.my-wishlist-products .product-item__thumbnail {
  position: relative;
  max-width: 150px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .my-wishlist-products .product-item__thumbnail {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .my-wishlist-products .product-item__thumbnail a {
    display: flex;
    justify-content: center;
  }
}
.my-wishlist-products .product-item__thumbnail img {
  object-fit: contain;
  max-width: 150px;
  width: 150px;
}
@media (min-width: 576px) {
  .my-wishlist-products .product-item__details {
    width: calc(70% - 10px);
  }
}
.my-wishlist-products .product-item__details a {
  color: var(--global-adaptive-bg-copyprimary, #000000);
  font-weight: var(--typo-bodyweightregular, 400);
  font-size: var(--typo-bodysizes, 14px);
}
@media (min-width: 768px) {
  .my-wishlist-products .product-item__name {
    height: 42px;
  }
}
.my-wishlist-products .product-item__name span {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .my-wishlist-products .product-item__name span {
    font-weight: 400;
  }
}
.my-wishlist-products .product-item__price {
  margin-top: 10px;
  color: var(--global-adaptive-bg-productpriceold);
  font-size: var(--typo-bodysizem, 16px);
}
.my-wishlist-products .product-item__price span bdi {
  font-size: var(--typo-bodysizem, 16px);
  line-height: 1;
  color: var(--global-adaptive-bg-productpriceold);
}
.my-wishlist-products .product-item__price del span bdi {
  font-size: var(--typo-bodysizem, 16px);
  line-height: 1;
  color: var(--global-adaptive-bg-productpriceold);
}
.my-wishlist-products .product-item__price:has(del) > span:first-child bdi {
  color: var(--global-adaptive-bg-productpricenew);
}

.short-wishlist {
  margin: 50px 0;
}
.short-wishlist .remove_from_wishlist {
  display: none;
}
.short-wishlist .my-wishlist-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.short-wishlist .my-wishlist-header a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--global-adaptive-bg-copyprimary, #000000);
}
.short-wishlist .my-wishlist-header a:after {
  display: flex;
  content: "";
  background: var(--global-adaptive-bg-highlightyprimary, #09C348);
  width: 16px;
  height: 16px;
  mask-image: url(chevron-right.svg);
  -webkit-mask-image: url(chevron-right.svg);
}
.short-wishlist .my-wishlist__footer {
  margin-top: 20px;
}
.short-wishlist .my-wishlist__footer a {
  height: 48px;
  background: var(--global-adaptive-bg-highlightyprimary, #09C348);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--global-adaptive-buttons-labelsecondary, #fff);
}

.added-to-cart-modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(130, 130, 130, 0.42) 0 0 no-repeat padding-box;
  visibility: hidden;
  z-index: -10;
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, z-index 0s linear 0.3s;
}
.added-to-cart-modal.is-visible {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in, visibility 0s linear;
}
.added-to-cart-modal--inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  height: auto;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.0784313725);
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .added-to-cart-modal--inside {
    max-width: 700px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .added-to-cart-modal--inside {
    height: 100vh;
    width: 100vh;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    overflow-y: scroll;
  }
}
.added-to-cart-modal--heading {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 575px) {
  .added-to-cart-modal--heading {
    padding: 0 15px;
    margin: 20px 0;
  }
}
.added-to-cart-modal--heading h4 {
  font-size: 22px;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 575px) {
  .added-to-cart-modal--heading h4 {
    font-size: 17px;
  }
}
.added-to-cart-modal--heading h4:before {
  mask-image: url(check-with-circle.svg);
  -webkit-mask-image: url(check-with-circle.svg);
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  background: var(--primary-500, #09C348);
  margin-right: 10px;
}
.added-to-cart-modal--heading .modal-close-top {
  cursor: pointer;
}
.added-to-cart-modal--heading .modal-close-top:before {
  content: "";
  mask-image: url(close-icon.svg);
  -webkit-mask-image: url(close-icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-color: #000;
  margin-right: 5px;
  display: block;
}
.added-to-cart-modal--product {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin: 15px 0;
  gap: 20px;
}
@media (max-width: 575px) {
  .added-to-cart-modal--product {
    padding: 0 15px;
  }
}
.added-to-cart-modal--product__image img {
  width: 120px;
}
@media (max-width: 575px) {
  .added-to-cart-modal--product__image img {
    max-width: 200px;
  }
}
.added-to-cart-modal--product__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.added-to-cart-modal--product__name {
  margin: 0;
}
.added-to-cart-modal--product__price {
  margin: 0;
  font-weight: 501;
}
.added-to-cart-modal--product__variable, .added-to-cart-modal--product__qty {
  font-size: 12px;
  color: var(--global-adaptive-bg-copysecondary, #777777);
}
.added-to-cart-modal--tabs {
  display: inline-flex;
  gap: 5px;
}
@media (max-width: 575px) {
  .added-to-cart-modal--tabs {
    padding: 0 15px;
  }
}
.added-to-cart-modal--tabs .tabs-btn {
  font-size: 14px;
  font-weight: 501;
  padding: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: 1px solid var(--white-1000, #fff);
  cursor: pointer;
}
.added-to-cart-modal--tabs .tabs-btn.current {
  border-color: var(---primary-500, #09C348);
  font-weight: 501;
}
.added-to-cart-modal--tab {
  padding: 10px 15px;
  display: none;
}
@media (max-width: 767px) {
  .added-to-cart-modal--tab {
    padding: 15px 0 15px 15px;
  }
}
@media (max-width: 575px) {
  .added-to-cart-modal--tab {
    padding: 15px 0 15px 15px;
  }
}
.added-to-cart-modal--tab.current-tab {
  display: block;
}
.added-to-cart-modal .additional-products {
  padding: 20px 0;
}
@media (max-width: 575px) {
  .added-to-cart-modal .additional-products {
    padding: 20px;
  }
}
.added-to-cart-modal .additional-products .products-slider {
  padding: 0;
}
.added-to-cart-modal .additional-products .products-slider_title-heading {
  font-size: var(--typo-bodysizexxxl, 32px);
  align-self: center;
}
.added-to-cart-modal .additional-products .product-slider {
  padding: 0;
}
@media (max-width: 767px) {
  .added-to-cart-modal .additional-products .product-slider {
    padding: 0 20px;
  }
}
.added-to-cart-modal .additional-products .product-slider .button-desktop-only {
  display: none;
}
.added-to-cart-modal .additional-products .product-slider .buttony-mobile-only {
  display: none;
}
.added-to-cart-modal .additional-products .product-slider__title {
  justify-content: flex-end;
}
.added-to-cart-modal .additional-products .product-slider__title-heading {
  display: none;
}
.added-to-cart-modal .additional-products .product-slider__title h2 {
  font-size: var(--typo-bodysizel, 18px);
}
.added-to-cart-modal .added-to-cart-bottom {
  margin-top: 20px;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .added-to-cart-modal .added-to-cart-bottom {
    padding: 0 15px;
    margin: 20px 0;
  }
}
@media (max-width: 575px) {
  .added-to-cart-modal .added-to-cart-bottom {
    flex-direction: column;
  }
}
.added-to-cart-modal .added-to-cart-bottom .modal-close-bottom {
  color: var(--white-1000, #fff);
  font-size: var(--typo-bodysizes, 14px);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 401;
  width: calc(50% - 10px);
  max-width: 100%;
  background: var(--black-1000, #000);
}
@media (max-width: 575px) {
  .added-to-cart-modal .added-to-cart-bottom .modal-close-bottom {
    width: 100%;
  }
}
.added-to-cart-modal .added-to-cart-bottom .modal-close-bottom:after {
  content: none;
}
.added-to-cart-modal--button {
  padding: 10px;
  background: var(--primary-500, #09C348);
  color: var(--white-1000, #fff);
  font-size: var(--typo-bodysizes, 14px);
  width: calc(50% - 10px);
  max-width: 100%;
}
@media (max-width: 575px) {
  .added-to-cart-modal--button {
    width: 100%;
  }
}
.added-to-cart-modal--button:hover {
  color: var(--white-1000, #fff);
}
.added-to-cart-modal--button:after {
  content: none;
}
