/*
* Theme name: JustSmoke
* Author name: Illia Humeniuk
*/
:root {
  --white: #FFFFFF;
  --red: #FF0000;
  --deep-red: #D80000;
  --orange: #FB8E11;
  --text-gray: #7E7E7E;
  --main-gradient: linear-gradient(
    to right,
    #FF0000 0%,
    #D80000 54%,
    #D80000 73%,
    #FF5B5B 100%,
    #FF5B5B 100%
  );
  --gradient-2: linear-gradient(
    to right,
    #FF0000 0%,
    #D80000 45%,
    #FB8E11 95%
  );
  --categories-gradient: linear-gradient(
    to right,
    #FFFFFF 0%,
    #FF3C00 100%
  );
  --morphism: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.08) 100%
  );

  --color-white-background: #FBF9F4;
  --dark-gray: #C1BFBA;
  --gray: #D3D1CB;
  --brown: #9F8170;
  --light-brown: #8A7A7E;
  --text-dark: #4D3E41;
  --color-main-background:#F5F1E9;
}

@font-face {
    font-family: "Druk Wide Cyr";
    src: url("./assets/fonts/DrukTextWideCyr-Medium.woff2")format("woff2"),
    url("./assets/fonts/DrukTextWideCyr-Medium.woff")format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*reset for mobile browsers */

  font-weight: normal;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  object-fit: cover;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
  font-size: calc(15.36px + 25.6 * ((100vw - 360px) / 600));
}
body {
  min-width: 360px;
  overflow-x: hidden;
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-style: normal;
  color: var(--white);
	white-space: normal;
	
  margin: 0;
    min-height: 100vh;
    background-color: #0b0b0b; 
	background-repeat: no-repeat;
	background-size: 100% auto;
    
    background-attachment: fixed; 
    color: #ffffff; 
}
@media screen and (max-width: 959px){
	body {
        max-height: 100dvh;
        min-height: 100dvh;
		overflow: hidden;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
	}
	
	body main{
		height: 100dvh;
        overflow-y: auto;
	}
}
body.noscroll {
  overflow: hidden;
}

section {
  width: 100%;
  max-width: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0px 1rem;
}

@media screen and (min-width: 960px) {
  html {
    font-size: calc(10.16px + 5.84 * ((100vw - 960px) / 552));
  }

  .container,
  .container--desktop {
    padding: 0px 6.25rem;
  }
}

svg {
  display: block;
}
body svg:not(.intial-colors) path {
  fill: inherit;
  stroke: inherit;
}
main.is_home{
	display: flex;
	flex-direction: column;
}

main.is_home section{
    position: relative;
}

@media screen and (min-width: 960px){
	
	body{
		background-image: url("./assets/images/bg-fixed.png");
	}
}

.logo {
  text-decoration: none;
  flex-shrink: 0;
}

.logo img {
  display: block;
  height: 2.89125rem;
  width: auto;
}

@media screen and (max-width: 960px) {
  .logo img {
    height: 1.89125rem;
	width: 10.625rem;
  }
}

.heading-1,
h1 {
  color: var(--white);
  font-family: "Druk Wide Cyr";
  font-size: 1.75rem;
  line-height: 120%;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.heading-2,
h2 {
  font-family: "Druk Wide Cyr";
  font-size: 1.5625rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--text-dark);
}

.heading-3,
h3 {
  color: var(--white);
  font-family: "Druk Wide Cyr";
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: -0.06em;
}
.heading-4,
h4 {
  font-family: "Druk Wide Cyr", sans-serif;
  margin: 0px;
  font-size: 1.71rem;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.03em;
}
.heading-5,
h5 {
  font-family: "Druk Wide Cyr", sans-serif;
  margin: 0px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
}
.heading-6,
h6 {
  font-family: "Druk Wide Cyr", sans-serif;
  margin: 0px;
  font-size: 1rem;
	font-weight: 500;
  line-height: 1.5em;
  color: var(--dark-blue);
}
.text, p {
  color: var(--text-gray);
  font-family: "Druk Wide Cyr";
  font-size: 0.875rem;
  letter-spacing: -0.06em;
}
.text.text-descriprion-color{
  color: var(--text-dark);
}
.text.text--big {
  margin: 0px;
  font-size: 1rem;
  line-height: 130%;
}
 .text-descriprion {
    font-size: 0.625rem;
   }
.text--semibold {
  font-weight: 500;
}
.text--uppercase{
	text-transform: uppercase;
}
.text--center {
  text-align: center;
}

.color--white{
	color: var(--white);
}
.color--gray{
	color: #7E7E7E;
}
.color--gradient{
	    background: var(--gradient-2, linear-gradient(90deg, #F00 0%, #D80000 45.11%, #FB8E11 95.06%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-title{
  margin-bottom: 3.375rem;
}
.link-with-underline a{
    position: relative;
    color: #4D3E41;
    text-decoration: none;
    display: inline-block;
  }
  .link-with-underline a::after ,
  .link-with-underline a::before{
    display: block;
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0px;
    height: 1px;
    transition: all .3s linear;
  }
  .link-with-underline a::before{
    background-color: #D3D1CB;
    width: 100%;
  }
  .link-with-underline a::after{
    width: 0px;
    background-color: #4D3E41;
  }
  .link-with-underline a:hover::after,
  .link-with-underline a:focus::after{
    width: 50%;
  }
  .link-with-underline a:active::after{
    width: 100%;
  }
@media screen and (max-width: 959px) {
	.heading-1 br,
	.heading-2 br,
	.heading-3 br,
	.heading-4 br,
	.heading-5 br,
	.heading-6 br{
		display: none;
	}
	
}
@media screen and (min-width: 960px) {
  .heading-1,
  h1 {
    color: var(--white);
    font-family: "Druk Wide Cyr";
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
  }
  .heading-2,
  h2 {
    font-size: 2.75rem;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
  .heading-3,
  h3 {
    font-size: 2.25rem;
    line-height: 120%;
    letter-spacing: -0.06em;
  }
  .heading-4,
  h4 {
    font-size: 2rem;
    line-height: 105%;
  }
  .heading-5,
  h5 {
    font-size: 1.75rem;
    line-height: 1.42em;
  }
  .heading-6,
  h6 {
    font-size: 1.125rem;
    line-height: 1.5em;
  }
  .text-descriprion {
    font-size: 1rem;
   }
  .text--small,
  .text--small--desktop {
    font-size: 0.875rem;
    line-height: auto;
	letter-spacing: -0.06em;
  }
	
  .text--medium,
  .text--medium--desktop {
    font-size: 1.25rem;
    line-height: 120%;
  }
	
  .text--big,
  .text--big--desktop {
    font-size: 1.3125rem;
    line-height: 120%;
  }
	
	.text--huge,
	.text--huge--desktop{
		font-size: 1.5rem;
    	line-height: 120%;
	}
	
	.main-title{
	  margin-bottom: 6.25rem;
	}
	
	.link-with-underline a{
    position: relative;
    color: #4D3E41;
    text-decoration: none;
    display: inline-block;
  }
  .link-with-underline a::after,
  .link-with-underline a::before{
    display: block;
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0px;
    height: 1px;
    transition: all .3s linear;
  }
  .link-with-underline a::before{
    background-color: #D3D1CB;
    width: 100%;
  }
  .link-with-underline a::after{
    width: 0px;
    background-color: #4D3E41;
  }
  .link-with-underline a:hover::after,
  .link-with-underline a:focus::after{
    width: 50%;
  }
  .link-with-underline a:active::after{
    width: 100%;
  }
}

.flex {
  display: flex;
}
.flex.flex--row {
  flex-direction: row;
}
.flex.flex--column {
  flex-direction: column;
}
.flex.items--center {
  justify-content: center;
  align-items: center;
}
.flex.align--start {
  align-items: flex-start;
}
.flex.align--center {
  align-items: center;
}
.flex.align--end {
  align-items: flex-end;
}
.flex.justify--start {
  justify-content: flex-start;
}
.flex.justify--center {
  justify-content: center;
}
.flex.justify--end {
  justify-content: flex-end;
}
.flex.justify--between {
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  .flex.flex--row--desktop {
    flex-direction: row;
  }
  .flex.flex--row-reverse--desktop {
    flex-direction: row-reverse;
  }
  .flex.flex--column--desktop {
    flex-direction: column;
  }
  .flex.items--center--desktop {
    justify-content: center;
    align-items: center;
  }
  .flex.align--start--desktop {
    align-items: flex-start;
  }
  .flex.align--center--desktop {
    align-items: center;
  }
  .flex.align--end--desktop {
    align-items: flex-end;
  }
  .flex.justify--start--desktop {
    justify-content: flex-start;
  }
  .flex.justify--center--desktop {
    justify-content: center;
  }
  .flex.justify--end--desktop {
    justify-content: flex-end;
  }
  .flex.justify--between--desktop {
    justify-content: space-between;
  }
  .flex.wrap--desktop {
    flex-wrap: wrap;
  }
  .flex.nowrap--desktop {
    flex-wrap: nowrap;
  }
}

.w--full{
	width: 100%;
}

/* GAPS */
.gap--8{
	gap: 0.5rem;
}

.gap--10{
	gap: 0.625rem;
}

.gap--16{
	gap: 1rem;
}

.gap--20{
	gap: 1.25rem;
}

.gap--24{
	gap: 1.5rem;
}

.gap--32{
	gap: 2rem;
}

/* ICONS */
.icon.icon--24{
	height: 1.5rem;
	width: auto;
}

ul,
ol {
  display: flex;
  flex-direction: column;
  gap: 0.43rem;
  padding-left: 1.5rem;
}

#wp-admin-bar-root-default {
  display: block;
}

.gradient-2-button{
	cursor: pointer;
  background: var(--gradient-2);
  border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	        gap: 0.75rem;
  border-radius: 0.3125rem;
  transition: all .3s linear;
  flex-shrink: 0;
  padding: 1rem;
  color: var(--white);
  font-size: 1rem;
  letter-spacing: -0.06em;
  text-decoration: none;
  box-shadow: 0 4px 1.875rem 0 rgba(255, 0, 0, 0.5);
	position: relative;
	overflow: hidden;
}
.gradient-2-button::before{
	content: "";
	display: block;
	position: absolute;
	
	transform-origin: center;
	transform: translate(0, -50%) rotate(28.91deg);
	
	position: absolute;
	top: 50%;
	left: -3.5rem;
	
	height: 9.75rem; 
	width: 2.375rem;
	background-color: #FFFFFF;
	filter: blur(0.9375rem);
	transition: all 0.5s linear;
}
.gradient-2-button:hover::before{
	left: 100%;
}
.gradient-2-button svg{
	fill: var(--white);
}

.btn--link {
  font-size: 1rem;
  background: var(--gradient-2, linear-gradient(90deg, #F00 0%, #D80000 45.11%, #FB8E11 95.06%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  line-height: 110%;
  letter-spacing: -0.06em;
  transition: all 0.3s linear;
}
@media screen and (max-width: 960px) {
  .btn--link {
	  font-size: 0.875rem;
	}
}

.swiper-container-block .swiper-container,
.swiper-container-block {
  max-width: 100%;
}
.swiper-container {
  position: relative;
}
.swiper-container div.swiper {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.swiper-container div.swiper .swiper-wrapper {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.swiper-container div.swiper .swiper-slide {
  flex-shrink: 0;
}
.swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 4rem;
  height: 4rem;
  background: rgba(255,255,255,0.1);
  border: 0.0625rem solid rgba(255,255,255,0.1);
  border-radius: 0.555625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  }
  .swiper-button.swiper-button-prev {
    left: 1rem;
  }
  .swiper-button.swiper-button-next {
    right: 1rem;
  }
  .swiper-button svg {
    transition: all 0.3s linear;
    cursor: pointer;
    width: 2.125rem;
    height: 2.125rem;
    fill: var(--white);
  }
.swiper-pagination {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  opacity: 1;
  transition: background 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #D9D9D9; 
}
@media screen and (max-width: 960px) {
	.swiper-pagination{
		margin-top: 2rem;
	}
  .swiper-container .swiper-button {
    height: 2.25rem;
    width: 2.25rem;
  }
  .swiper-button.swiper-button-prev {
    left: -1rem;
  }
  .swiper-button.swiper-button-next {
    right: -1rem;
  }
  .swiper-button svg {
    width: 1.1875rem;
    height: 0.85625rem;
  }
}
@media screen and (min-width: 960px) {
  .swiper-container .swiper-button {
    top: 50%;
    width: 4.6875rem;
    height: 4.6875rem;
  }
  .swiper-button.swiper-button-prev {
    left: -1.71875rem;
  }
  .swiper-button.swiper-button-next {
    right: -1.71875rem;
  }
}

input,
.woocommerce form .form-row .input-text{
  border: none;
  font-size: 0.875rem;
  line-height: 120%;
  padding: 0px;
  font-weight: 500;
  color: #7E7E7E;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.08) 100%);
  border-radius: 0.3125rem;	
  border: 1px solid rgba(221, 221, 221, 0.3); 
	height: 3rem;
	padding: 0.5rem 0.75rem;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  outline: none;
}

/* Radio */
label input[type="radio"] {
  display: none;
}

label:has(> input[type="radio"]) {
  position: relative;
  color: var(--text-dark);

  display: inline-flex;
  align-items: center;

  cursor: pointer;
  gap: 0.9375rem;
}

label:has(> input[type="radio"])::before {
  display: inline-block;
  content: "";

  border-radius: 0.5625rem;
  border: 0.125rem solid var(--text-dark);
  flex-shrink: 0;

  width: 1.5625rem;
  height: 1.5625rem;

  transition: all 0.3s linear;
	
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.8125rem 0.8125rem
}

.form__radio-button.form__radio-button--color label:has(> input[type="radio"])::before{
	display:none;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.form__radio-button.form__radio-button--color label:has(> input[type="radio"]) span{
	display: block;
	width: 2.1875rem;
	height: 2.1875rem;
	border-radius: 100%;
}

.form__radio-button.form__radio-button--color label:has(> input[type="radio"]:checked)::before{
	display: block;
	width: 3.1875rem;
	height: 3.1875rem;
	border-radius: 100%;
}

.form__radio-button:not(.form__radio-button--color) label:has(> input[type="radio"]:checked)::before{
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'><rect width='15' height='15' rx='4' fill='%234D3E41'/></svg>");
  }

.form__radio-group{
	gap: 1.875rem;
}

@media screen and (max-width: 959px){
	label:has(> input[type="radio"]){
		gap: 0.625rem;
	}
	
	label:has(> input[type="radio"])::before{
		width: 1.3125rem;
		height: 1.3125rem;
		border-radius: 0.4375rem;
	}
}

/* FORM SETTINGS */
.form {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
.form .form__errors {
  display: none;
  width: 100%;
  color: #e51e33;
}
.form .form__errors p {
  color: #e51e33;
}
.form .form__errors.show {
  display: block;
}
.form .form__fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.14rem;
  width: 100%;
}
.form .form__fields.hide {
  display: none;
}
.form .form__fields .form__row {
  width: 100%;
  display: flex;
  gap: 1.14rem;
}
.form .form__fields .form__row .form__row--half {
  flex: 0 1 50%;
}
.form .form__fields .form__input .label_input,
.woocommerce form .form-row label{
	line-height: 100%;
    margin-bottom: 1.5625rem;
}
.form .form__fields .form__input {
  width: 100%;
}
.form .form__fields .form__input textarea {
  min-height: 7.75rem;
}
.form .form__fields .form__input input::placeholder {
  color: #D3D1CB;
}
.form
  .form__fields
  .form__input
  input::-webkit-input-placeholder {
  color: #D3D1CB;
}
.form .form__fields .form__input input::-moz-placeholder {
  color: #D3D1CB;
}
.form .form__fields .form__input textarea::placeholder {
  color: #D3D1CB;
}
.form
  .form__fields
  .form__input
  textarea::-webkit-input-placeholder {
  color: #D3D1CB;
}
.form .form__fields .form__input textarea::-moz-placeholder {
  color: #D3D1CB;
}
.form .form__submit {
  width: 100%;
}
.form .form__privacy-policies,
.form .form__privacy-policies a {
  font-size: 0.75rem;
}
form .form__notification {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--color-main-background);
  display: none;
  height: 100%;
  z-index: 5;
}
form .form__notification.show {
  display: flex;
}
form .form__notification .notification__icon {
  width: 7.5rem;
  height: 7.5rem;
  margin-bottom: 1.25rem;
}
form .form__notification .notification__title {
  width: 45rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

form .form__notification .notification__text {
  width: 35rem;
  color: var(--text-dark);
  text-align: center;
}
@media screen and (max-width: 959px) {
  .form .form__privacy-policies {
    margin-top: 1.25rem;
  }

  .form .form__notification {
    padding: 0px 1.25rem;
  }

  .form .form__notification .notification__text {
    text-align: center;
  }
	
	.form .form__submit {
		margin-top: 1.25rem;
	}
}
@media screen and (min-width: 960px) {
  .form {
    gap: 3.4375rem;
  }
  .form .form__fields {
    gap: 2.1875rem;
  }
  .form .form__fields .form__row {
    gap: 0.76rem;
  }
  .form .form__fields .form__input textarea {
    min-height: 8.5625rem;
  }
  label:has(> input[type="radio"]) {
    gap: 0.9375rem;
  }
  label:has(> input[type="radio"])::before {
    border-width: 0.125rem;
    width: 1.5625rem;
    height: 1.5625rem;
    border-width: 0.125rem;
	  
	background-size: 0.9375rem 0.9375rem;
  }
  .form .form__privacy-policies,
  .form .form__privacy-policies a {
    font-size: 1rem;
    max-width: 27.6875rem;
  }
  .form .form__notification .notification__icon {
    width: 12.5rem;
    height: 12.5rem;
    margin-bottom: 0.9375rem;
  }
  .form .form__notification .notification__title {
    font-size: 2.5rem;
    width: 41.5rem;
    margin-bottom: 1.875rem;
    letter-spacing: -0.05em;
  }

  .form .form__notification .notification__text {
    width: 41.5rem;
    margin-bottom: 2.8125rem;
  }
	
	.form__radio-button.form__radio-button--color label:has(> input[type="radio"]) span{
		width: 3.125rem;
		height: 3.125rem;
	}

	.form__radio-button.form__radio-button--color label:has(> input[type="radio"]:checked)::before{
		width: 4.375rem;
		height: 4.375rem;
	}
	}

.popup {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  min-height: 100vh;
  z-index: -1;

  opacity: 0;
  visibility: hidden;

  background-color: var(--color-main-blue-80);

  transition: all 0.3s linear;
  overflow-y: hidden;
}
.popup.show {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.popup .popup__container {
  padding: 2.125rem 0rem 3.4375rem;
  flex: 0 0 auto;
  width: 100%;
  height: 100vh;
  background-color: rgba(77, 62, 65, 0.75);
  backdrop-filter: blur(1.25rem);
  overflow-y: auto;
  display: flex;
  align-items: center;
	justify-content: center;
}

.popup .popup__body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: var(--color-main-background);
}

.popup .popup__body .popup__table{
	max-width: 100%;
	overflow-x: auto;
}

.popup.popup-small .popup__body{
	width: auto;
	height: auto;
}

.popup .popup__bottom {
  width: 100%;
}
.popup .popup__bottom p {
  opacity: 0.5;
  font-weight: 400;
  line-height: 100%;
}
.popup .popup__close {
	position: relative;
	z-index: 10;
 	cursor: pointer;
	align-self: flex-end;
	margin-bottom: 1.5625rem;
}
.popup .popup__close svg {
  stroke:  var(--text-dark);
  width: 1.5625rem;
  height: 1.5625rem;
  transition: all 0.3s linear;
}

@media screen and (min-width: 960px) {
  .popup .popup__container {
    padding: 7.9375rem 1.5625rem;
  }
  .popup .popup__body {
    width: 100%;
  }
  .popup .popup__close svg {
    width: 1.5625rem;
  height: 1.5625rem;
  }
}

.header {
  position: fixed;
  top: 1.375rem;
  left: 0px;
  width: 100%;
  z-index: 5000;
	transition: all .3s linear;
}

.header.header--scrolling{
	visibility: hidden;
	opacity: 0;
	transform: translate(0, -100%);
}

.header .header__content {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.60) 100%);
  border-radius: 0.5rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  backdrop-filter: blur(30px);
	width: 100%;
}

.header .header__menu{
  display: none;
}
.header__buttons{
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
}
.header .header__connect-btn{
  background: var(--white);
  border: none;
  border-radius: 0.3125rem;
  transition: all .3s linear;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	letter-spacing: -0.06em;
	text-decoration: none;
}
.header .header__connect-btn:hover span{
	color: #fff;
}
.header .header__connect-btn::before{
	content: "";
	display: block;
	position: absolute;
	top: 0px; 
	left: 0px; 
	width: 100%;
	height: 100%;
	background: var(--gradient-2);
	opacity: 0;
	transition: all .3s linear;
	z-index: 0;
}
.header .header__connect-btn:hover::before{
	opacity: 1
}
.header__connect-btn span {
  background: var(--main-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1rem;
	z-index: 1;
  text-wrap: nowrap;
}

.header .header__cart-btn{
  background: var(--gradient-2);
  border: none;
  border-radius: 0.43375rem;
  transition: all .3s linear;
	flex-shrink: 0;
}
.header .header__connect-btn svg{
  fill: var(--deep-red);
  height: 1.125rem;
  width: auto;
	z-index: 1;
	transition: all .3s linear;
}
.header .header__connect-btn:hover svg{
  fill: #fff;
}
.header .header__cart-btn svg{
  stroke: var(--white);
  height: 1.75rem;
  width: auto;
}

.header__burger-btn {
    background: transparent;
    border: none;
    stroke: white;
    cursor: pointer;
}

.header__burger-btn svg{
	height: 2.25rem;
	width: auto;
}
.header__burger-btn:not(.header__burger-btn-open) .btn-burger-close{
    display: none;
}
.header__burger-btn.header__burger-btn-open .btn-burger-open{
    display: none;
}

.burger-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111; 
    z-index: -1;
    display: none;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.burger-menu.active {
    transform: translateX(0);
}

.burger-menu__header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.burger-menu__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    padding-top: 5.625rem;
	gap: 3.125rem;
}


.burger__menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
	gap: 1.5rem;
}

.burger__menu-list li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    text-decoration: none;
    letter-spacing: -0.06em;
    transition: color 0.3s linear;
	color: #7E7E7E;
}

.burger__menu-list li.current-menu-item a,
.burger__menu-list li a:hover {
    color: #fff;
}

.burger-menu__footer {
    padding-bottom: 1.5rem;
	gap: 0.625rem;
}

.btn-white-long {
    background: #fff;
    color: #FF0000;
    width: 100%;
    padding: 1rem 0rem;
    border-radius: 0.5rem;
    font-weight: 500;
    text-decoration: none;
    gap: 0.375rem;
	line-height: 90%;
	border: none;
}

.btn-white-long svg{
	fill: var(--deep-red);
}

.burger-menu__footer .btn--compare{
	width: 3.125rem;
	height: 3.125rem;
	padding: 0px;
}

.burger-menu__footer .btn--compare svg{
	width: 1.5625rem;
	height: auto;
}

.burger-menu__close {
    background: transparent;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 959px) {
   .burger-menu .popup__container{
        padding: 5.5rem 1rem 0px;
    } 
	
	.burger-menu.burger-menu--mobile-bar-opened{
		display: flex;
		z-index:2990
	}
	
	.burger-menu.burger-menu--mobile-bar-opened .popup__container{
		padding: 0 1rem 5.5rem ;
		flex-direction: column-reverse;
	}
	
	.burger-menu.burger-menu--mobile-bar-opened .popup__container::before{
		transform: rotate(180deg);
	}
	
	.burger-menu.burger-menu--mobile-bar-opened ~ .header{
		z-index: 2998;
	}
  .header{
    width: 100%;
    padding: 0rem 1rem;
  }
  .header .header__content{
    padding: 0.5rem;
  }
  .header .header__cart-btn{
    width: 3.125rem;
    height: 3.125rem;
  }
}

.btn-burger.btn.btn--form-btn  svg {
  stroke: var(--white);
  width: 1.625rem;
  height: 1.625rem;
}

.burger-menu .popup__container{
    display: flex;
	flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.burger-menu .popup__container::before{
	display: block;
	content: "";
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14' fill='none'><path d='M7.06366 0.5C7.44856 -0.166666 8.41081 -0.166667 8.79571 0.5L15.7239 12.5C16.1088 13.1667 15.6277 14 14.8579 14H1.00148C0.231684 14 -0.249442 13.1667 0.135458 12.5L7.06366 0.5Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position: center;
	width: 100%;
	height: 0.875rem;
}
.burger-menu .popup__body {
    padding: 2.5rem 1.25rem;
    width: 100%;
    height: auto;
    min-height: auto;
    border-radius: 0.3125rem;
}
@media screen and (min-width: 960px) {
  .header {
    top: 1.75rem;
    padding: 0px 6.25rem;
    background-color: transparent;
  }
  .header .header__cart-btn {
    display: flex;
  }
  .header .header__menu {
    display: flex;
    padding: 0px;
    flex-direction: row;
    list-style: none;
    gap: 1.5rem;
    flex: 1;
    justify-content: center;
  }
  .header__logo{
    flex: 0 0 auto;
  }
  .header .header__menu a {
    color: var(--text-gray);
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: -0.06em;
	  transition: all .3s linear;
  }
	.header .header__menu a:hover,
	.header .header__menu a:focus{
		color: var(--white);
	}
  .header .header__content {
    padding: 0.5rem;
  }

  .header .header__menu > li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .header .btn-burger{
      padding: 1.125rem 1.5625rem;
      gap: 0.625rem;
      font-size: 1.25rem;
  }
  .header .header__cart-btn{
    width: 3.125rem;
    height: 3.125rem;
  }
  .header .header__connect-btn{
    padding: 1rem;
    gap: 0.375rem;
  }
  .header__connect-btn span {
    text-wrap: nowrap;
  }
  .header .header__connect-btn svg{
    width: auto;
    height: 1rem;
  }
  .header .header__cart-btn svg{
    width: auto;
    height: 1.73625rem;
  }
    
  .header .btn-burger.header__burger-btn-open{
    width: 21.625rem;
  }
    
.burger-menu .popup__body {
    padding: 2.5rem 1.25rem;
    width: 21.625rem;
}
	.burger-menu .popup__container::before{
		 width: 21.625rem;
	}
  
.burger-menu ul{
    gap: 2.1875rem;
}
}

.footer {
    background: var(--morphism);
    color: var(--white);
    padding-top: 5rem;
    padding-bottom: 2rem;
    width: 100%;
    text-transform: none;
}

/* Вирівнювання верхньої частини */
.footer__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 3.5rem;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer__logo {
    display: block;
    margin-bottom: 1.5rem;
}

.footer__logo img{
	height: 2.875rem;
	width: auto;
}

.footer__work-time {
  font-size: 0.875rem;
  letter-spacing: -0.06em;
  color: var(--white);
  text-wrap: nowrap;
  text-transform: none;
}

/* Меню */
.footer__nav {
    gap: 5rem;
	width: 11.25rem;
}

.footer__menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__menu li {
    margin-bottom: 0.875rem;
}

.footer__menu a {
    color: var(--text-gray);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1rem;
	letter-spacing: -0.06em;
}

.footer__menu li:hover {
    color: var(--white);
}

.footer__actions {
  gap: 1.25rem;
}

.footer .footer__telegram{
	margin-top: 1rem;
	color: #fff;
	text-decoration: none;
}

.btn-white {
    background: #fff;
    color: #ff0000; 
    padding: 1rem 1rem;
    border-radius: 0.5rem;
	border: none;
    text-decoration: none;
    font-weight: 500;
	letter-spacing: -0.06em;
    gap: 0.75rem;
    font-size: 0.875rem;
    transition: transform 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.btn-white svg{
	fill: var(--deep-red);
	width: auto;
	height: 1rem;
}

.instagram-gradient {
  width: 3.125rem;
  height: 3.125rem;
  background: var(--gradient-2);
  border-radius: 0.43375rem;
  color: #fff;
    
}
.instagram-gradient svg{
  stroke: var(--white);
  color: var(--white);
  fill: var(--white);
	width: auto;
	height: 1.75rem;
}

.footer__bottom {
  padding-top: 2rem;
  font-size: 0.875rem;
  color: var(--text-gray);
  text-transform: none;
  align-items: center;
}

.footer__link,
.footer__copyright {
  color: var(--text-gray);
  text-decoration: none;
    text-transform: none;
}

.footer__made-by a {
        color: var(--white);
        text-decoration: underline;
        text-transform: none;
    }

@media screen and (max-width: 959px) {
	.footer{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
    .footer__top {
        display: grid;
		grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 2rem 1rem;
        padding-bottom: 2rem;
        padding-top: 2.75rem;
    }

    .footer__info {
      grid-column: 1/3;
      width: 100%;
    }

    .footer__logo {
      margin-bottom: 1.5rem;
    }

    .footer__work-time {
      font-size: 1rem;
      margin-bottom: 0;
    }

    .footer__nav {
        gap: 1rem;
        width: 100%;
    }

    .footer__menu li {
      margin-bottom: 0.75rem;
    }

    .footer__menu a {
        font-size: 0.875rem;
    }

    .footer__actions {
		grid-column: 1/3;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        gap: 0.75rem;
        align-items: stretch;
    }

    .footer__btn-manager {
        flex-grow: 1; 
        justify-content: center;
        font-size: 0.875rem;
        white-space: nowrap;
    }

    .footer__social-link {
        flex-shrink: 0;
        width: 3rem;
        height: 3rem;
    }

    .footer__bottom {
        padding-top: 1.5rem;
        padding-bottom: 2.75rem;
        flex-direction: column;
        align-items: start;
        text-align: left;
        gap: 0.75rem;
    }

    .footer__bottom .footer__link,
    .footer__copyright {
        font-size: 0.875rem;
        margin: 0;
    }

    .footer__made-by {
        font-size: 0.875rem;
        color: var(--text-gray);
        margin-top: 0.25rem;
    }
}

@media screen and (max-width: 1023px) {
  .hide-mobile {
    display: none !important;
    visibility: hidden;
  }
}

@media screen and (min-width: 960px) {
  .hide-desktop {
    display: none !important;
    visibility: hidden;
  }
}
.hide{
  display: none !important;
  visibility: hidden;
}
/*Cart*/
.mini-cart-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(9, 9, 9, 0.7); 
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 6000;
}

.mini-cart {
  position: fixed;
  top: 0;
  right: 0;
	transform: translate(100%, 0);
  width: 44.5rem;
  height: 100dvh;
  background: #111111;
  display: flex;
  flex-direction: column;
  transition: right 0.35s ease;
  z-index: 6001;
  padding: 2rem 2.5rem;
  height: 100%;
  gap: 1rem;
}

.mini-cart.active {
  transform: translate(0%, 0);
}

.mini-cart-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.mini-cart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mini-cart__close {
  background: none;
  border: none;
  width: 1.375rem;
  height: 1.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  color:var(--text-dark);
}

.mini-cart__close svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke:var(--text-dark);
}

.custom-mini-cart-item {
  display: flex;
  align-items: center;
  position: relative;
	
  padding-bottom: 1rem;
  border-bottom: 0.125rem solid #7E7E7E;
}
.custom-mini-cart-item + .custom-mini-cart-item{
	 margin-top: 1.5rem;
}
.custom-mini-cart-item:last-of-type{
	border-bottom: none;
}
.mini-cart__content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.4375rem;
  flex: 1 1;
}
.mini-cart__content .custom-mini-cart-items{
  display: flex;
  flex-direction: column;
  padding-left: 0;
  flex: 1 1 0;
  height: 0;
  gap: 0;
  overflow-y: auto;
}
.mini-cart__content .custom-mini-cart-empty-wrapper{
  height: 100%; 
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.custom-mini-cart-item__img{
	flex-shrink: 0;
	align-self: center;
	width: 7.5rem;
			height: 7.1875rem;
    background-image: url(./assets/images/product-background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.3125rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-mini-cart-item__img img {
  width: 83.51%;
  height: auto;
  object-fit: contain;
}

.custom-mini-cart-item__details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
}

.custom-mini-cart-item__details .custom-mini-cart-item__data{
	flex: 1 1 auto;
}

.custom-mini-cart-item__details .custom-mini-cart-item__data .item__info{
	gap: 0.375rem;
	margin-bottom: 1rem;
}

.custom-mini-cart-item__name{
  text-decoration: none;
}

.custom-mini-cart-item__right {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.custom-quantity {
    border-radius: 6px;
    overflow: hidden;
    height: 2.8125rem;
    border: 1px solid rgba(255,255,255,0.1);
}

.qty-btn {
    width: 2.625rem;
    height: 100%;
    background: var(--white);
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
	justify-content: center;
	align-items: center;
}
.qty-btn svg{
    stroke: var(--red);
}

.custom-quantity input.qty {
    width: 3.5rem;
    height: 100%;
    background: transparent;
    border: none;
    color: var(--text-gray);
    text-align: center;
    -moz-appearance: textfield;
	justify-content: center;
	align-items: center;
	display: flex;
}
input#qty_input::-webkit-outer-spin-button,
input#qty_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.custom-mini-cart-item__remove {
  display: inline-flex;
  align-items: end;
  justify-content: end;
  cursor: pointer;
  border: none; 
	background-color: transparent;
}
.custom-mini-cart-item__remove svg{
  width: 1.4375rem;
  height: 1.4375rem;
}
.custom-mini-cart-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}


.custom-mini-cart-footer {
  border-top: 0.125rem solid #7E7E7E;
  padding-top: 1.75rem;
  display: flex;
  flex-direction: column;
}

.custom-mini-cart-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.custom-mini-cart-buttons .gradient-2-button{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.btn__cart {
  display: block;
  text-align: center;
  padding: 0.9rem 0;
  border-radius: 0.75rem;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
}
.btn--text{
  font-size: 1.375rem !important;
}
.btn--checkout {
  background: none;
  color: var(--text-dark);
  text-decoration: underline;
  text-decoration-color: var(--gray);
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 1rem;
  cursor: pointer;
  font-size: 1.375rem;
}

.custom-mini-cart-empty {
  text-align: start;
  font-size: 1.75rem;
  color: var(--text-dark);
  margin-top: 3.6875rem;
}

.mini-cart .mini-cart__promo{
	background-color: #FFFFFF;
	border-radius: 0.3125rem;
	padding: 1rem;
	margin-top: 1.5rem;
}

.mini-cart .mini-cart__promo img{
	width: 3.5rem;
	height: 3.5rem;
}

.mini-cart .mini-cart__promo .promo__text{
	max-width: 25rem;
	gap: 0.5rem;
}


@media (min-width: 960px) {
	.mini-cart__content .custom-mini-cart-item:first-of-type{
		margin-top: auto;
	}
}

@media (max-width: 959px) {
  .mini-cart {
    width: 100%;
    right: -100%;
    height: 100dvh;
    padding: 1.25rem;
  }

  .mini-cart.active {
    right: 0;
  }

  .mini-cart__title {
    font-size: 1rem;
  }
  .custom-mini-cart-item {
    margin-top: 2.1875rem;
  }
  .custom-mini-cart-item__img {
    width: 4.1875rem;
	height: 4.0625rem;
	  margin-right: 0.9375rem;
  }
  .custom-mini-cart-item__details {
    gap: 0;
  }
	
	.custom-mini-cart-item + .custom-mini-cart-item{
	 margin-top: 1rem;
}
	
	.custom-mini-cart-item .custom-quantity,
	.custom-mini-cart-item .custom-quantity input.qty,
	.custom-mini-cart-item .custom-quantity .qty-btn{
		height: 1.46875rem;
	}
	
	.custom-mini-cart-item .custom-quantity .qty-btn{
		width: 1.46875rem;
	}
	
	.custom-mini-cart-item .custom-quantity .qty-btn svg{
		width: 0.875rem;
		height: auto;
	}

  .custom-mini-cart-item__right {
    margin-left: 0;
    font-size: 1rem;
  }

  .custom-mini-cart-total {
    font-size: 0.875rem;
  }

  .custom-qty {
    width: 6.5625rem;
    height: 3.5rem;
    margin-top: 1rem;
  }
  .custom-mini-cart-item__remove svg{
    width: auto;
    height: 1rem;
  }
  .custom-mini-cart-footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }

  .custom-mini-cart-buttons {
    	gap: 1.5rem;
	  margin-top: 1.5rem;
  }

	.custom-mini-cart-buttons .gradient-2-button{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.mini-cart .mini-cart__promo{
		margin-top: 2rem;
		gap: 0.75rem;
	}
	.mini-cart .mini-cart__promo img{
		width: 2rem;
		height: auto;
	}
	.mini-cart .mini-cart__promo .promo__text p{
		font-size: 0.75rem;
	}
	
	.mini-cart__content .custom-mini-cart-items{
		justify-content: flex-start;
	}
}
.header__cart-btn, .cart-btn{
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.js-open-cart .cart-count {
  position: absolute;
  top: -0.2rem;
  right: -0.1rem;
  background: var(--white);
  color: #F50000;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.625rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 90%;
  letter-spacing: 0;
}
.header .cart-btn .action__icon .cart-count {
  position: absolute;
  top: 0;
  right: 0.5rem;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.625rem;
}
/*PRODUCT CARD*/

.product-card {
  align-items: stretch; 
  box-sizing: border-box;
  text-decoration: none;
}

.product-card.not-available{
	opacity: 0.5;
}

.product-card.not-available .product-card__not-available{
	color: #fff;
	height: 3.125rem;
}

.product-card__image-link {
  display: block;
  width: 100%;
}

.product-card__info {
  width: 100%;
  align-items: stretch; 
}

.product-card {
  background: var(--morphism);
  border-radius: 0.625rem;
  height: auto;
  transition: transform 0.3s ease;
  border: 0.0625rem solid #333;
}

.product-card .product-card__img-wrapper{
	height: 16.25rem;
	background-image: url("./assets/images/product-background.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
	border-radius: 0.3125rem;
	margin-bottom: 1.25rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-card__img {
  width: 83.51%;
  height: auto;
  display: block;
  object-fit: contain;
}

.product-card__title {
  padding-bottom: 0.375rem;
}

.product-card__category {
  padding-bottom: 1.25rem;
}

.product-card__main-price {
    color: var(--white);
    padding-bottom: 1.25rem;
}

.product-card__bulk-prices {
  display: flex;
  gap: 0.375rem;
  margin-bottom: 1.25rem;
}

.product-card__bulk-prices .bulk-item {
  background: var(--morphism);
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  border-radius: 0.3125rem;
  padding: 0.5rem;
  gap: 0.25rem;
}

.product-card__bulk-prices .bulk-item .bulk-label {
  color: var(--text-gray);
}

.product-card__bulk-prices .bulk-item .bulk-value {
  color: var(--white);
}

.product-card__info .product-card__btn {
  transition: opacity 0.3s ease;
}

.product-card__info .product-card__btn svg{
	fill: #fff;
	height: 0.8125rem;
	width: auto;
}

@media (max-width: 959px) {
 .product-card .product-card__img-wrapper{
	height: 8.875rem; 
  }
  .product-card__title,
  .product-card .product-card__category {
    font-size: 0.75rem; 
  }
  .product-card__main-price {
    font-size: 0.875rem;
  }
  .product-card__info .product-card__bulk-prices .bulk-item{
    padding: 0.359375rem;
  }
  .product-card__bulk-prices .bulk-item .bulk-label {
    font-size: 0.525rem; 
    text-wrap: wrap;
  }
  .product-card__bulk-prices{
    gap: 0.269375rem;
  }
  .product-card__bulk-prices .bulk-item .bulk-value{
    font-size: 0.439375rem;
  }
  .product-card__info .product-card__btn {
    gap: 0.35rem;
    font-size: 0.875rem;
    padding: 0.5625rem 0.75rem;
  }
	.product-card__info .product-card__btn svg{
    height: 0.5rem;
	width: auto;
  }
  .product-card {
    padding: 0.5rem;
  }
}

.product-card .card__content{ 
	display: flex;
	flex-direction: column;
	height: 100%;
}

.product-card .product-card__info{
	flex: 1;
}

@media screen and (min-width: 960px) {
  .product-card .card__content{
    padding: 1rem;
  }
  .product-card__main-price {
    font-size: 1.3125rem;
  }
  .product-card__bulk-prices .bulk-item {
    font-size: 0.875rem;
    text-wrap: nowrap;
  }
  .product-card__bulk-prices .bulk-item .bulk-label {
    font-size: 0.75rem;
	letter-spacing: -0.06em;
    text-wrap: nowrap;
  }
  .product-card__bulk-prices .bulk-item .bulk-value {
    font-size: 0.875rem;
	  letter-spacing: -0.06em;
  }
  .product-card__info .product-card__btn {
    gap: 0.75rem;
    font-size: 1rem;
  }
}

.breadcrumb {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 0.9375rem;
  color: var(--white);
}
.breadcrumb a {
  color: var(--white);
  text-decoration: none;
}

.breadcrumb a:first-of-type{
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	background-image: url("./assets/images/home-icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 0.25rem;
}