body {
  margin: 0;
  font-family: "Fira Code", monospace;
}

.page-inner {
  max-width: 1440px;
  margin: 0 auto;
  background: #ffffff;
}

.hero {
  position: relative;
  height: 773px;
  background-image: url("image/home-hero.svg");
  /* background-image: url({{ 'home-hero.svg' | asset_url }}); */
  background-size: cover;
  background-position: center;
}

.header {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 42px;
  background: transparent;
}

.header i {
  font-weight: 100;
  cursor: pointer;
  font-size: 32px;
}

.hero-top {
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 24px 42px 0;
}

.logo-text {
  margin: 0;
  font-size: 80px;
  letter-spacing: 13px;
  font-weight: 400;
  color: #333333;
  font-family: "Fira Code", monospace;
}

.hero-subtitle {
	margin: 6px 0 0;
	font-family: "AG Book Mono", monospace;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 3px;
	color: #333333;
	text-shadow: 1px 3px 1px #aca9a9;
}

/* .header--white {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
} */

.hero-center {
	padding: 48px 42px 32px 42px;
	display: flex;
    flex-direction: column;
    align-items: center;
	max-width: 1440px;
	margin: 0 auto;
}

.hero-center-wrapper-image {
	max-width: 900px;
	object-fit: contain;
	height: auto;
}

.hero-center-title {
  font-family: "Fira Code", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", monospace;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
  color: #333333
}

.hero-center-wrapper {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	margin-bottom: 16px;
}

.hero-center-wrapper-shoplink-icon {
	font-weight: 100 !important;
	cursor: pointer;
}

.hero-center-wrapper-shoplink {
	display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: end;
}

.hero-center-wrapper-shoplink a {
	text-decoration: none;
    color: #333333;
    text-transform: uppercase;
    font-size: 12px;
	line-height: 120%;
	letter-spacing: 0%;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hero-center-wrapper-shoplink a img {
	width: 24px;
	height: 24px;
}

.hero-center-wrapper-choose-btn {
	font-family: "Fira Code", monospace;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #333333;
	padding: 10px 0px;
	text-decoration: none;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	width: 900px;
    text-align: center;
	box-shadow: 1px 1px 1px #333;
}

.truffles {
	padding: 0px 42px 32px 42px;
	display: flex;
    flex-direction: column;
    align-items: center;
	max-width: 1440px;
	margin: 0 auto;
}

.truffles-items {
	display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.truffles-item {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #F7F6F5;
	cursor: pointer;
}

.truffles-item img { 
	width: 300px;
    height: auto;
    object-fit: contain;
}

.truffles-item-title {
	background-color: #FFFFFF;
	padding-top: 8px;
	width: 100%;
	line-height: 120%;
	letter-spacing: 0%;
	text-transform: uppercase;
	font-size: 16px;
	color: #000000;
}

.cakes {
	padding: 0px 42px 48px 42px;
	display: flex;
    flex-direction: column;
    align-items: center;
	max-width: 1440px;
	margin: 0 auto;
}

.cakes-items {
	padding-top: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
	gap:8px;
	width: 100%;
	
}

.cakes-item-bg {
	background-color: #F7F6F5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 24px;
}

.cakes-item {
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	width: 50%;
}


.cakes-item img {
	width: 500px;
	height: 360px;
	object-fit: contain;
	margin-bottom: 24px;
}

.cakes-item-choose-btn {
	font-family: "Fira Code", monospace;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #333333;
	padding: 10px 0px;
	text-decoration: none;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	width: 100%;
    text-align: center;
	background-color: #fff;
	box-shadow: 1px 1px 1px #333;
}

.footer {
    background-color: #F7F6F5;
}

.footer-worapper {
	padding: 42px;
	margin: 0 auto;
	max-width: 1440px;
	display: flex;
    justify-content: space-between;
}

.footer-info {
	display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-info div {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer-info-title {
	color: #1C1C1C;
	font-weight: 300;
	font-size: 20px;
	line-height: 110%;
	letter-spacing: 0%;
}

.footer-info-text {
	font-size: 20px;
	color: #1C1C1C;
	font-weight: 500;
	text-decoration: none;
	line-height: 110%;
	letter-spacing: 0%;
}

.footer-email-title{
	font-size: 20px;
	color: #1C1C1C;
	font-weight: Medium;
	line-height: 110%;
	text-transform: uppercase;
	letter-spacing: 0%;
}

.footer-email {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 300px;
}

.footer-email-input {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333333;
  padding-bottom: 6px;
}

.footer-email-input input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.footer-email-input input::placeholder {
  color: #CECDCB;
  text-transform: uppercase;
}

.footer-email-input i {
    font-weight: 100 !important;
    cursor: pointer;
    font-size: 42px;
    color: #ccc;
}

.footer-worapper-bottom {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1440px;
	padding: 0px 42px 42px 42px;
}

.footer-worapper-bottom-text {
	font-size: 16px;
	color: #1C1C1C;
	line-height: 120%;
	letter-spacing: 0%;
	font-weight: 300;
	text-transform: uppercase;
}

.footer-worapper-bottom-menu {
	display: flex;
	gap: 24px;
	flex-direction: row;
}

.footer-worapper-bottom-menu a {
	font-size: 16px;
	color: #1C1C1C;
	line-height: 120%;
	letter-spacing: 0%;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-worapper-bottom-social {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 143px;
    justify-content: end;
}

.footer-worapper-bottom-social img {
	width: 26px;
	height: 26px;
}

.hero {
  position: relative;
}

.icon-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.icon-button .material-symbols-outlined {
  font-size: 24px;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: stretch;

  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-panel {
  background: #ffffff;
  width: 100%;
  padding: 40px 42px 24px 42px;
  max-width: 1356px;
  margin: 0 auto;
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.menu-columns {
  display: flex;
  gap: 80px;
}

.menu-column {
  font-family: 'Fira Code', monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
}

.menu-title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #1C1C1C;
}

.menu-column a {
  display: block;
  margin-top: 4px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #1C1C1C;
}



@media(max-width: 992px) {
	.truffles-item img {
		width: 200px;
	}

	.hero-center-wrapper-image, .hero-center-wrapper-choose-btn {
		width: 100%;
	}

	.footer-email, .footer-worapper-bottom-social {
		width: auto;
	}

	.menu-columns {
		flex-direction: column;
		gap: 24px;
	}
}

@media(max-width: 768px) {
	.header {
		background: #FFFFFF;
		padding: 8px 16px;
	}

	.header i {
		font-weight: 300;
		font-size: 36px;
	}

	.hero {
		background: none;
		height: auto;
	}
	
	.hero-top {
		gap: 10px;
		padding: 16px 26px 0;
		flex-direction: column;
		align-items: flex-start;
		background-image: url("image/home-hero.svg");
		/* background-image: url({{ 'home-hero.svg' | asset_url }}); */
		background-size: cover;
		background-position: center;
		background-position: 32%;
        height: 320px;
	}

	.logo-text {
		font-size: 40px;
		letter-spacing: 8px;
	}

	.hero-subtitle {
		font-size: 14px;
		line-height: 18px;
	}

	.hero-center-title { 
		font-size: 28px;
	}

	.hero-center {
		padding: 20px 16px;
	}

	.hero-center-wrapper-choose-btn {
		font-size: 12px;
	}

	.truffles {
		padding: 0px 16px 20px 16px;
	}

	.truffles-items {
		flex-wrap: wrap;
		gap: 2%;
	}

	.truffles-item {
		width: 49%;
		margin-bottom: 8px;
	}

	.truffles-item img {
		width: 100%;
	}

	.hero-center-wrapper-shoplink a {
		font-size: 10px;
	}

	.truffles-item-title {
		font-size: 12px;
	}	

	.hero-center-wrapper-shoplink-icon {
		font-size: 20px !important;
	}

	.cakes {
		padding: 0px 16px 20px 16px;
	}
	.cakes-items {
		flex-direction: column;
		padding-top: 16px;
		gap: 12px;
	}

	.cakes-item img { 
		width: 280px;
    	height: auto;
	}

	.cakes-item {
		width: 100%;
	}

	.cakes-item-choose-btn {
		font-size: 12px;
	}

	.footer-worapper {
		padding: 20px 16px;
		margin: 0 auto;
		max-width: 100%;
		flex-direction: column;
	}

	.footer-logo {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 32px;
	}

	.footer-info-title, .footer-info-text, .footer-email-title {
		font-size: 14px;
	}

	.footer-info {
		margin-bottom: 40px;
	}

	.footer-email-input input {
		font-size: 10px;
	}

	.footer-email-input i {
		font-size: 26px;
	}

	.footer-worapper-bottom {
		max-width: 100%;
		padding: 0px 16px 20px 16px;
		flex-direction: column-reverse;
	}

	.footer-worapper-bottom-social {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
		margin-bottom: 32px;
	}

	.footer-worapper-bottom-menu a {
		font-size: 9px;
	}

	.footer-worapper-bottom-text {
		font-size: 9px;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%
	}

	.footer-worapper-bottom-menu {
		margin-bottom: 16px;
    	width: 100%;
		justify-content: space-between;
	}

	.menu-title, .menu-column a {
		font-size: 12px;
	}

	.menu-panel {
		padding: 15px 16px 20px 16px;
	}

	.header {
  		height: 40px;
	}

}

/* shop */
.shop-continer {
	max-width: 1440px;
    padding: 32px 42px 50px 42px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
.shop-categories {
	display: flex;
    gap: 40px;
    padding-bottom: 64px;
}
.shop-category {
    font-size: 20px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0;
    text-decoration: none;
    color: #1C1C1C;
    text-transform: uppercase;
}
.shop-products {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
	gap: 8px;
}
.shop-product {
    max-width: 24%;
	background-color: #F7F6F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	margin-bottom: 15px;
}
.shop-product-image {
    width: 80%;
}
.shop-product-name-price {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: end;
    width: 100%;
    text-transform: uppercase;
    color: #000;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 300;
	background-color: #fff;
}

.shop-category {
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #1C1C1C;
  transition: color 0.2s;
}

.shop-categories.is-filtered .shop-category {
  color: #C6C2BC;
}

.shop-categories.is-filtered .shop-category.is-active {
  color: #1C1C1C;
}

@media(max-width: 768px) {
	.shop-categories {
		gap: 25px;
	}

	.shop-category {
		font-size: 12px;
	}

	.shop-continer {
		padding: 16px 16px 20px 16px;
	}

	.shop-product-name-price {
		font-size: 8px;
	}

	.shop-product {
		max-width: 49%;
		margin-bottom: 8px;
	}

	.shop-products {
		justify-content: space-between;
		gap: 4px;
	}

	.shop-categories { 
		padding-bottom: 24px;
	}
}

/* shop */

/* single-product */
.single-product {
  max-width: 1440px;
  padding: 32px 42px 50px 42px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}

/* left column: gallery */
.single-product-left {
      display: flex;
    gap: 16px;
    width: 60%;
    align-items: flex-start;
}

.single-slider-items {
  display: flex;
  flex-direction: column;
}

.single-slider-thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.single-slider-thumb img {
  width: 105px;
  height: 105px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s, box-shadow 0.2s;
}

.single-slider-thumb.is-active img {
  opacity: 1;
  box-shadow: 0 0 0 1px #000000;
}

.single-slider-mainImage {
  width: 100%;
  height: auto; 
}

.single-slider-mainImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 448px; 
}

/* right column */
.single-product-right {
  display: flex;
  width: 100%;
  padding-left: 16px;
  flex-direction: column;
  width: 40%;
}

.single-product-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0%;
  color: #1C1C1C;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.single-product-additional {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
  gap: 10px;
}

.single-product-additional-items {
  display: flex;
  gap: 8px;
}

.single-product-additional-item {
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0%;
  color: #1C1C1C;
  text-transform: uppercase;
  background-color: #F7F6F5;
  padding: 10px 8px 8px 8px;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
}

.single-product-additional-item.is-active {
  border-color: #000000;
  background-color: #FFFFFF;
}

.single-product-additional-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.single-product-additional-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0%;
  color: #1C1C1C;
  text-transform: uppercase;
}

/* tabs */
.single-product-desc {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 6px 0;
  margin-bottom: 16px;
}

.single-product-desc-title {
  position: relative;
  padding-bottom: 4px;
  font-size: 10px;
  line-height: 110%;
  text-transform: uppercase;
  letter-spacing: 0%;
  color: #CECDCB;
  cursor: pointer;
  white-space: nowrap;
  width: 33%;
}

.single-product-desc-title.is-active {
  color: #1C1C1C;
}

.single-product-desc-title.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #1C1C1C;
}

.single-product-desc-text {
  display: none;
  font-size: 13px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #000000;
  margin-bottom: 24px;
}

.single-product-desc-text.is-active {
  display: block;
}

/* bottom row: price + button */
.single-product-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-product-price {
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0%;
  color: #1C1C1C;
  text-transform: uppercase;
}

.single-product-add-card {
  padding: 10px;
  background-color: #1C1C1C;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  cursor: pointer;
}

/* switch */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #d3d3d3;
  border-radius: 999px;
  transition: 0.3s;
}

.slider::before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 2px;
  top: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.switch input:checked + .slider {
  background-color: #1C1C1C;
}

.switch input:checked + .slider::before {
  transform: translateX(24px);
}

.single-product-additional-images {
	padding: 32px 42px 40px 42px;
	max-width: 1440px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 8px;
}
.single-product-additional-images-top {
	width: 100%;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
.single-product-additional-images-top div {
	background-color: #F7F6F5;
	text-align: center;
}
.single-product-additional-images-top img {
    width: 50%;
    object-fit: contain
}
.single-product-additional-images-button {
    width: 100%;
	background-color: #F7F6F5;
}

.single-product-additional-images-button img {
    width: 100%;
    height: 600px;
    object-fit: contain;
	max-height: 400px;
}

.only-desktop {
	display: block;
}

.only-desktop-flex {
	display: flex;
}
.only-mobile {
	display: none;
}

.only-mobile-flex {
	display: none;
}

.custom-order-form {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
}

/* first row: 2 columns */
.custom-order-row--two {
  display: flex;
  gap: 8px;
}

.custom-order-row {
	display: flex;
}

.custom-order-input, .custom-order-textarea {
    width: 100%;
    border: none;
    background-color: #f7f6f5;
    padding: 12px 16px;
    font-family: "Fira Code", monospace;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #333333;
    outline: none;
    font-weight: 300;
	display: flex;
	flex: 1;
}

/* placeholder style */
.custom-order-input::placeholder,
.custom-order-textarea::placeholder {
  color: #cecdcb;
}

/* textarea size */
.custom-order-textarea {
  min-height: 160px;
  resize: vertical; /* если не нужно ресайзить – поставь none */
}

/* адаптив: на маленьких экранах NAME/PHONE встают друг под другом */
@media (max-width: 768px) {
  .custom-order-row--two {
    flex-direction: column;
  }
}


@media(max-width: 1024px) {
	.single-slider-thumb img {
		width: 80px;
		height: 80px;
	}

	.single-product-title {
    	font-size: 22px;
	}

	.single-product-additional-item {
		padding: 5px;
		font-size: 16px;
	}

	.single-product-additional-text {
		font-size: 10px;
	}
}

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

	.only-mobile {
		display: block;
	}

	.only-desktop-flex {
		display: none;
	}

	.only-mobile-flex {
		display: flex;
	}

	.single-product {
		flex-direction: column;
		padding: 16px;
	}
	.single-product-left {
		width: 100%;
		flex-direction: column-reverse;
	}

	.single-product-right{
		width: 100%;
		padding-left: 0px;
	}

	.single-slider-thumbs {
		flex-direction: row;
	}
	.single-slider-thumb {
		width: 25%;
	}
	.single-slider-thumb img {
		width: 100%;
		height: 60%;
		object-fit: contain;
	}

	.single-slider-mainImage img {
		height: 250px;
	}

	.single-product-title {
    	font-size: 20px;
		text-align: center;
		padding-bottom: 8px;
	}

	.single-product-price { 
		font-size: 20px;
	}

	.single-product-additional-item {
		font-size: 13px;
	}

	.single-product-desc-title {
		font-size: 8px;
	}

	.single-product-desc-text {
		font-size: 10px;
		margin-bottom: 16px;
	}

	.single-product-additional-desc-mobile {
		justify-content: space-between;
		margin-bottom: 16px;
	}
	.single-product-add-card {
		font-size: 12px;
		width: 100%;
		text-align: center;
	}

	.single-product-additional-images {
		padding: 16px;
	}

	.single-product-additional-images-top {
		flex-direction: column;
	}

	.single-product-additional-images-top div {
		width: 100%;
	}

	.single-product-additional-images-top div img {
		width: 100%;
		max-height: 200px;
	}

	.single-product-additional-images-button img {
		height: auto;
		max-height: 200px;
	}

	.single-product-additional-normal {
		justify-content: flex-end;
	}

	.custom-order-row--two input {
		width: auto;
	}
}
/* single-product */


/*trufe-box*/

.truffles-box {
	display: flex;
    flex-direction: column;
    align-items: center;
	max-width: 1440px;
	padding: 32px 42px 0px 42px;
	margin: 0 auto;
	flex-direction: row;
}
.truffles-box-left {
	width: 50%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
}
.truffles-box-right {
	width: 50%
}
.truffles-box-title {
  color: #1C1C1C;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.truffles-box-desc {
	color: #1C1C1C;
	font-size: 16px;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 0%;
	text-transform: uppercase;
	width: 300px;
    text-align: center;
	margin: 0 auto;
    padding-top: 8px;
	
}
.truffles-box-right img {
	width: 100%;
    height: 395px;
    object-fit: contain;
	background-color: #F7F6F5;
}

.truffles-cont {
	padding: 40px 42px 20px 42px;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	color: #000;
	font-size: 32px;
	font-weight: 400;
	line-height: 110%;
}

/* list */
.SingelTruffles-items {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 42px 50px 42px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.SingelTruffles-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}

.SingelTruffles-item-top {
  background-color: #f7f6f5;
  margin-bottom: 8px;
}

.SingelTruffles-item-image {
  position: relative;
  background-color: #f7f6f5;
}

.SingelTruffles-item-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.SingelTruffles-item-price {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
}

.SingelTruffles-item-title {
  margin-bottom: 0;
  padding: 4px 0 12px 0;
  font-size: 16px;
  letter-spacing: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
}

.SingelTruffles-item-bitton {
  background-color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.SingelTruffles-add-btn {
  width: 100%;
  padding: 10px 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0%;
  line-height: 120%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.SingelTruffles-qty {
    justify-content: space-between;
    display: none;
    align-items: center;
    gap: 40px;
    padding: 10px;
	border-right: 1px solid #000;
  	border-bottom: 1px solid #000;
}

.SingelTruffles-qty-btn {
  width: 10px;
  text-align: center;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0%;
  line-height: 120%;
}

.SingelTruffles-qty-value {
  min-width: 16px;
  text-align: center;
}


/* out of stock state */
.SingelTruffles-item.is-out-of-stock .SingelTruffles-item-image img {
  opacity: 0.25;
}

/* белая полупрозрачная подложка */
.SingelTruffles-item.is-out-of-stock .SingelTruffles-item-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f7f6f5;
}

/* надпись OUT OF STOCK по центру */
.SingelTruffles-item.is-out-of-stock .SingelTruffles-item-image::after {
   content: "OUT OF STOCK";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 10px;
    background: #ffffff;
    font-size: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000000;
}

/* заголовок посерее */
.SingelTruffles-item.is-out-of-stock .SingelTruffles-item-title {
  color: #d0d0d0;
}

/* кнопка снизу — серая и не кликается */
.SingelTruffles-item.is-out-of-stock .SingelTruffles-add-btn {
  color: #d0d0d0;
  border-color: #e4e4e4;
  background-color: #f7f6f5;
  cursor: default;
  pointer-events: none;
}

/* счётчик количества вообще не показываем */
.SingelTruffles-item.is-out-of-stock .SingelTruffles-qty {
  display: none !important;
}


@media (max-width: 768px) {
  .SingelTruffles-items {
	grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
    gap: 4px;
  }

  .SingelTruffles-item {
    flex: 0 0 49%;
  }

  .SingelTruffles-item-title {
    font-size: 10px;
  }

  .SingelTruffles-qty {
    gap: 24px;
  }

  .truffles-box {
	padding: 16px 16px 0px 16px;
	flex-direction: column;
  }
  .truffles-box-left, .truffles-box-right {
	width: 100%;
  }

  .truffles-cont {
    padding: 24px 16px 8px 16px;
  }

  .truffles-cont, .truffles-box-title { 
	font-size: 20px;
  }

  .truffles-box-desc {
	font-size: 8px;
	padding-bottom: 12px;
  }

  .truffles-box-right img {
	height: 120px;
  }

  .SingelTruffles-add-btn {
	font-size: 10px;
  }

  .SingelTruffles-item.is-out-of-stock .SingelTruffles-item-image::after { 
	font-size: 8px;
  }

  .SingelTruffles-qty {
    padding: 5.5px 10px;
  }

}

.single-product-add-to-card {
	margin-left: auto;
	padding: 10px 45px;
}

.single-product-add-to-card-exist {
    background-color: #fff;
    color: #1c1c1c;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px;
}

/*trufe-box*/