/*
Theme Name: Shavuha
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  text-decoration: none;
  color: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --color-brand: #6dbafc;
  --color-text-main: #02055a;
  --color-interface-blue: #3ca4d2;
  --color-secondary-blue: #7cc0fc;
  --color-pure-white: #ffffff;
  --color-surface-cream: #fff6e9;
  --color-action-yellow: #f7db4e;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.container {
  width: 1400px;
  margin: 0 auto;
}

img {
  object-fit: contain;
}

body {
  background-color: var(--color-pure-white);
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  align-items: center;
}

header {
  display: flex;
  align-items: center;
  margin: 10px 24px;
  padding: 8.5px 30px;
  background-color: var(--color-brand);
  border-radius: 20px;
}

.logo {
  width: 173px;
  margin-right: 59px;
}

.hover {
  transition: opacity 0.3s;
}

.hover:hover {
  opacity: 0.7;
}

.header__button-container {
  display: flex;
  gap: 38px;
}

.header__cart {
  margin-left: 200px;
  position: relative;
  display: inline-flex;
}

.cart-count {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #1a2a5e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.header__btn {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  border: none;
  background: transparent;
  color: var(--color-pure-white);
}

.header__location-container {
  display: flex;
  gap: 9px;
  margin-left: auto;
}

.header__location-link {
  display: flex;
  gap: 9px;
  text-decoration: none;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.header__text {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-pure-white);
}

.header__icons-container {
  display: flex;
  margin-left: 51px;
  gap: 14px;
}

.icon {
  cursor: pointer;
}

.lang-switcher {
  position: relative;
  margin-left: 74px;
  cursor: pointer;
  user-select: none;
}

.cart-logo {
  margin-left: auto;
  cursor: pointer;
}

.burger-icon {
  display: none;
}

.mobile-menu {
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-pure-white);
  z-index: 2000;
  display: none;
  flex-direction: column;
  padding: 10px 24px;
}

.mobile-menu.is-active {
  display: flex;
}

.mobile-menu__header {
  display: none;
  /* display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--color-brand);
	padding: 9.5px 15px;
	min-height: 65px;
	border-radius: 20px; */
}

.mobile-menu__actions {
  display: flex;
  gap: 20px;
}

.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 31px;
  padding-left: 10px;
}

.mobile-menu__nav a {
  text-decoration: none;
  color: var(--color-text-main);
  font-size: 16px;
  font-weight: 800;
}

.mobile-menu__address,
.mobile-menu__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-text-main);
  font-weight: 700;
}

.mobile-menu__socials {
  gap: 15px;
}

.close-menu {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.close-icon {
  display: none;
}

.breadcrumb {
  /* margin: 20px 0 10px 40px; */
  font-size: 14px;
}

.breadcrumb a {
  color: #787878;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.categories-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px 0;
}

.categories-btn {
  padding: 15px 20px;
  border-radius: 20px;
  border: none;
  background-color: #ebf5fa;
  color: var(--color-text-main);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.categories-btn.is-active {
  background-color: var(--color-text-main);
  color: var(--color-pure-white);
}

.promo-section {
  overflow: hidden;
  margin-bottom: 130px;
}

.promo-card__img {
  width: 402px;
  height: 548px;
}

.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: max-content;
}

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

.promo-card {
  border-radius: 23.91px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.swiper-pagination {
  margin-top: 30px;
  position: static;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--color-interface-blue);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  opacity: 1;
}

.products {
  margin-top: 30px;
}

.products__title {
  font-size: 48px;
  font-weight: 700;
  color: var(--color-text-main);
  text-transform: uppercase;
  text-align: center;
}

.products__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  /* padding: 36.5px 40px 40px; */
}

.product-card a {
  text-decoration: none;
}

.product-card__description {
  height: 52px;
}

.product-card__image {
  position: relative;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: -30px;
}

.product-card__image img {
  position: absolute;
  max-width: 100%;
  height: auto;
  transition:
    opacity 0.4s ease-in-out,
    transform 0.4s ease-in-out;
}

.img-hover {
  opacity: 0;
}

.product-card__image:hover .img-main {
  opacity: 0;
}

.product-card__image:hover .img-hover {
  opacity: 1;
}

.product-card__content {
  background-color: var(--color-surface-cream);
  border-radius: 30px;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 260px;
}

.badge-neu {
  font-size: 14px;
  color: var(--color-surface-cream);
  padding: 6.5px 21.5px;
  background-color: var(--color-brand);
  border-radius: 23px;
  width: max-content;
  margin: 0;
}

.product-card__title {
  margin: 15px 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text-main);
}

.product-card__description p {
  margin: 0;
  font-size: 14px;
  color: #8f8f8f;
  flex-grow: 1;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 1px;
}

.product-card__price {
  margin: 15px 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-main);
}

.product-card__controls {
  display: flex;
  justify-content: space-between;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 5px;
}

.qty-btn {
  padding: 9px 12px;
  background-color: var(--color-pure-white);
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}

.qty-input {
  font-size: 16px;
  padding: 9px 17.5px;
  text-align: center;
  border: none;
  border-radius: 10px;
  width: 45px;
}

.add-to-cart {
  padding: 10.5px 15px;
  min-width: 155px;
  background-color: var(--color-text-main);
  border: none;
  color: var(--color-surface-cream);
  font-size: 16px;
  border-radius: 15px;
  cursor: pointer;
}

.btn-more {
  display: block;
  margin: 0 auto;
  font-size: 18px;
  color: var(--color-pure-white);
  background-color: var(--color-text-main);
  border: none;
  border-radius: 15px;
  padding: 19px 75.5px;
  cursor: pointer;
  width: max-content;
  text-decoration: none;
}

.action-block {
  display: flex;
  margin: 130px 0 0;
  background: var(--color-text-main);
  color: var(--color-pure-white);
  border-radius: 27px 27px 0 0;
}

.action-block__left-side {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 131px 141px 131px 62px;
}

.action-block__title {
  font-size: 48px;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.action-block__title span {
  color: #f7db51;
}

.action-block__btn {
  padding: 19px 67px;
  background-color: var(--color-action-yellow);
  border-radius: 15px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text-main);
  margin: 35px 0 40px;
}

.action-block__logo {
  max-width: 362px;
  width: 100%;
  height: auto;
}

.action-block__right-side {
  width: 50%;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin: 60px 30px 60px 0;
}

.action-block__right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.footer {
  background-color: var(--color-brand);
  padding: 49px 40px 0;
  color: var(--color-pure-white);
}

.footer__columns {
  display: flex;
  justify-content: space-between;
}

.footer__grid-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 133px;
  margin-bottom: 50px;
}

.footer__title {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.footer__list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__col * {
  font-family: Nunito;
}

.footer__list a {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.3s;
  font-size: 18px;
}

.footer__big-name {
  font-size: 130px;
  font-weight: 600;
  color: var(--color-action-yellow);
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.footer__contacts {
  padding: 20px 0 0;
}

.footer__link {
  margin: 0;
  padding-bottom: 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__tel {
  text-decoration: none;
  color: var(--color-pure-white);
  font-size: 18px;
}

.kontakt {
  width: 100%;
  max-width: 267px;
}

.kontakt * {
  font-family: "Nunito";
}

.footer__socials {
  display: flex;
  gap: 14px;
  margin-top: 43px;
  align-items: center;
}

.footer__socials img {
  width: 40px;
  height: 40px;
}

.footer__socials a {
  display: flex;
  align-items: center;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 21px;
}

.footer__copy {
  margin: 0;
  font-weight: 600;
}

.footer__copy span {
  font-weight: 300;
}

.footer__payments {
  display: flex;
  gap: 12px;
}

.footer__mkyeMedia {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__mkyeMedia p {
  margin: 0;
}

.text-info {
  display: flex;
  margin: 130px 40px 116px;
  font-size: 16px;
}

.contacts-hero__image {
  margin: 40px 0;
  position: relative;
  border-radius: 16px;
  min-height: 390px;
  width: 100%;
  background-image: url("../images/contact-page-img.png");
  background-position: center -150px;
  background-size: cover;
  background-repeat: no-repeat;
}

.contacts-hero__image img {
  width: 100%;
  max-width: 1440px;
  max-height: 390px;
}

.contacts-hero__title {
  position: absolute;
  bottom: 50px;
  left: 50px;
  font-size: 48px;
  font-weight: 800;
  color: var(--color-pure-white);
  margin: 0;
}

.contacts-info__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 40px 92px;
}

.contacts-info__details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 22px;
  margin-right: 40px;
}

.info-item {
  display: flex;
  gap: 20px;
}

.info-item img {
  width: 40px;
  height: 40px;
}

.info-item strong,
.input-container strong {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-text-main);
}

.info-item p,
.info-item a {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin: 0;
  padding-top: 10px;
  color: var(--color-text-main);
}

.contacts-info__right-side,
.contacts-info__left-side {
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.input-container {
  margin-top: 62px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-right: 40px;
}

.inputs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.inputs input {
  font-size: 14px;
  padding: 19.5px 25px;
  border: none;
  border-radius: 10px;
  background: rgba(238, 247, 255, 0.6);
}

.inputs input::placeholder {
  color: black;
}

.input-container a {
  font-size: 14px;
  text-decoration: none;
  color: white;
  padding: 21.5px 107.75px;
  background: #02055a;
  width: max-content;
  border-radius: 15px;
}

#map img {
  width: 100%;
}

.product-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 40px 30px 40px;
}

.main-image {
  width: 668px;
  border: 2px solid #f7db4e;
  border-radius: 40px;
  padding: 20px;
  margin-bottom: 20px;
}

.thumb-item img {
  width: 138px;
  padding: 10px;
  border: 2px solid #6dbafc;
  border-radius: 20px;
}

.thumb-item {
  display: flex;
  gap: 15px;
  cursor: pointer;
}

.product-title {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--color-text-main);
  padding-bottom: 15px;
}

.product-status {
  font-size: 14px;
  color: #009246;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-container,
.custom-variations {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.product-price,
.meta-row,
.variation-group {
  display: flex;
  align-items: center;
  gap: 15px;
}

.price-label,
.meta-label,
.variation-label,
.radio-options span {
  color: var(--color-text-main);
}

.price-label,
.meta-label,
.variation-label {
  min-width: 90px;
}

.price-value {
  font-size: 24px;
  color: var(--color-text-main);
  font-weight: 600;
}

.meta-text {
  font-size: 14px;
  color: #848383;
  font-weight: 500;
}

.radio-options {
  display: flex;
  gap: 35px;
}

.product-actions {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.add-to-cart-btn {
  width: 239px;
  color: white;
  padding: 20.5px 15px;
}

.quantity-selector button,
.quantity-selector input {
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-main);
}

.product-page .quantity-selector button,
.product-page .quantity-selector input {
  background: #fff;
  color: #02055a;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-page .quantity-selector--main button,
.product-page .quantity-selector--main input {
  background: rgba(109, 186, 252, 0.28);
}

.radio-options,
.size-options {
  display: flex;
  gap: 20px;
  align-items: center;
}

.radio-options input,
.size-options input {
  display: none;
}

.radio-options label,
.size-options label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #000033;
  user-select: none;
}

.radio-custom {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #000033;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.2s ease;
}

.radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 14px;
  height: 14px;
  background-color: #000033;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

input:checked + .radio-custom::after {
  transform: translate(-50%, -50%) scale(1);
}

label:hover .radio-custom {
  box-shadow: 0 0 5px rgba(0, 0, 51, 0.2);
}

.label-text {
  font-size: 16px;
  font-weight: 400;
}

.product-page .details-container {
  padding: 30px;
  margin-bottom: 130px;
  background-color: #fff6e9;
  border-radius: 30px;
  max-width: 675px;
  margin-left: 0;
}

.details-btn {
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 15px;
  text-transform: uppercase;
  color: var(--color-text-main);
}

.desc-text {
  color: #848383;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.besch-btn {
  margin-left: 40px;
  padding: 15px 20px;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-text-main);
}

.item-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text-main);
  margin: 0;
}

.item-description {
  font-size: 14px;
  color: #848383;
  margin: 0;
}

.btn-container {
  display: flex;
  align-items: center;
}

.desc-container {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.item-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.product-page {
  margin-bottom: 100px;
}

.slider-prev,
.slider-next {
  border: none;
  background-color: var(--color-text-main);

  color: white;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;

  font-size: 24px;
  cursor: not-allowed;
}

.slider-prev.swiper-button-disabled,
.slider-next.swiper-button-disabled {
  background-color: #8089b4;
}

.breadcrumb-delivery,
.breadcrumb-policy {
  padding: 20px 0;
  margin: 0;
}

.delivery-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 54px 92px;
}

.delivery-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-text-main);
  margin: 0;
}

.delivery-info,
.policy-info {
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin: 0;
  line-height: 150%;
}

.policy-container {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 0 54px 90px;
}

.policy-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-text-main);
  text-transform: uppercase;
  margin: 0;
}

.trp-language-switcher
  .trp-ls-dropdown
  .trp-shortcode-switcher
  .trp-shortcode-overlay
  .trp-open-on-hover,
.is-open {
  padding: 10px !important;
  border-radius: 20px !important;
}

.trp-language-switcher > div > a:first-child {
  border-top: 1px solid rgba(60, 164, 210, 0.1) !important;
}

.trp-language-item {
  padding: 7px 10px !important;
}

a > .trp-language-item-name {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  color: var(--color-text-main) !important;
}

.trp-language-item {
  display: flex !important;
  gap: 8px !important;
}

.menu-btn {
  display: flex;
  width: 200px;
  height: 60px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 22px;
  border-radius: 15px;
  background: #02055a;
  text-decoration: none;
  color: white;
  margin: 40px auto 0;
}

/* ===== CART PAGE ===== */
.cart-container {
  margin: 0 auto;
  padding: 0 16px 60px;
  font-family: inherit;
}

/* Breadcrumb */
.cart-breadcrumb {
  /* padding: 14px 0; */
  font-size: 14px;
  color: #888;
}
.cart-breadcrumb a {
  color: #888;
  text-decoration: none;
}
.cart-breadcrumb a:hover {
  text-decoration: underline;
}
.cart-breadcrumb .sep {
  margin: 0 6px;
  color: #ccc;
}
.cart-breadcrumb .current {
  color: #222;
  font-weight: 500;
}

/* Table header */
.cart-table-head {
  margin: 20px 0 30px auto;
  display: flex;
  gap: 230px;
  width: max-content;
  padding: 12px 60px;
  border-radius: 20px;
  background-color: rgba(109, 186, 252, 0.33);
  color: #02055a;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.cart-table-head .col-dish {
  text-align: left;
}

/* Cart item row */
.cart-item-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 16px;
  border-bottom: 1px solid #787878;
  text-align: center;
  justify-content: end;
}

.cart-item-row:last-child {
  border: none;
}

.cart-info-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 210px;
  padding: 0 41px;
}

/* Product info */
.cart-product-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  text-align: start;
  width: 100%;
}

.cart-product-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 350px;
  margin-right: 0;
}

.cart-product-img {
  width: 221px;
  height: 174px;
  padding: 15px;
  min-width: 110px;
  border: 2px solid #f5c800;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.cart-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-product-name {
  max-width: 196px;
  color: #242323;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cart-meta-label {
  color: #02055a;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cart-meta-value {
  color: #02055a;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  background: rgba(109, 186, 252, 0.2);
  padding: 7px 10px;
}

.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-Price-amount.amount {
  color: #02055a;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cart-product-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: max-content;
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.cart-product-meta dl {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cart-product-meta dt {
  font-size: 16px;
  font-weight: 500;
  color: #02055a;
}

.cart-product-meta dd {
  margin: 0;
}

.cart-product-meta p {
  margin: 0;
  color: #02055a;
  font-size: 18px;
  font-weight: 500;
  padding: 7px 10px;
  background-color: rgba(109, 186, 252, 0.2);
  border-radius: 5px;
}

.cart-product-meta .meta-label {
  color: #555;
}

.cart-product-meta .meta-value {
  background: #dce8f5;
  border-radius: 4px;
  padding: 1px 8px;
  font-weight: 500;
  color: #222;
}

/* Price */
.cart-col-price {
  font-size: 16px;
  font-weight: 500;
  width: 260px;
  color: #222;
}

/* Quantity */
.cart-col-qty {
  display: flex;
  width: 300px;
  align-items: center;
  gap: 5px;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

/* Total per item */
.cart-col-total {
  font-size: 16px;
  font-weight: 600;
  width: 115px;
  color: #222;
}

.cart-summary {
  align-items: flex-end;
  padding: 0 40px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.cart-summary-total {
  display: flex;
  align-items: center;
  gap: 50px;
}

.total-label,
.total-amount {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-text-main);
}

.checkout-btn {
  text-decoration: none;
  color: white;
  background-color: var(--color-text-main);
  padding: 15px;
  border-radius: 15px;
  max-width: 239px;
  width: 100%;
  text-align: center;
  margin-bottom: 90px;
}

/* ── Checkout page ─────────────────────────────────────────── */
.checkout-container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 54px 80px;
}

.cart-breadcrumb {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #787878;
  /* margin: 20px 0 16px; */
}
.cart-breadcrumb .current {
  color: #02055a;
}
.cart-breadcrumb a {
  color: #787878;
  text-decoration: none;
}
.cart-breadcrumb .sep {
  margin: 0 4px;
}

/* Grid */
.checkout-grid {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

/* ── Left column ────────────────────────────────────────────── */
.checkout-column.billing-details {
  width: 686px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.checkout-billing-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #02055a;
  margin: 0 0 4px;
}

/* WooCommerce field resets */
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
  display: none;
}

.woocommerce-checkout .form-row {
  margin: 0 0 20px;
  padding: 0;
  float: none;
  width: 100% !important;
  clear: both;
}

.woocommerce-checkout .form-row-first {
  width: calc(50% - 10px) !important;
  display: inline-block !important;
  margin-right: 20px;
  clear: none;
  float: none;
  vertical-align: top;
}
.woocommerce-checkout .form-row-last {
  width: calc(50% - 10px) !important;
  display: inline-block !important;
  clear: none;
  float: none;
  vertical-align: top;
}

#billing_city_field {
  width: calc(50% - 10px) !important;
  display: inline-block !important;
  margin-right: 20px;
  clear: none;
  float: none;
  vertical-align: top;
}
#billing_state_field {
  width: calc(50% - 10px) !important;
  display: inline-block !important;
  clear: none;
  float: none;
  vertical-align: top;
}

.woocommerce-checkout .form-row label {
  display: none;
}
.woocommerce-checkout .form-row label.checkbox {
  display: flex !important;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}

.woocommerce-checkout .form-row input[type="text"],
.woocommerce-checkout .form-row input[type="tel"],
.woocommerce-checkout .form-row input[type="email"],
.woocommerce-checkout .form-row input[type="password"],
.woocommerce-checkout .form-row select {
  background: rgba(238, 247, 255, 0.6);
  border: none;
  border-radius: 10px;
  height: 56px;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.woocommerce-checkout .form-row input[type="text"]::placeholder,
.woocommerce-checkout .form-row input[type="tel"]::placeholder,
.woocommerce-checkout .form-row input[type="email"]::placeholder,
.woocommerce-checkout .form-row input[type="password"]::placeholder,
.woocommerce-checkout .form-row select::placeholder {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.woocommerce-checkout .form-row textarea {
  background: rgba(238, 247, 255, 0.6);
  border: none;
  border-radius: 10px;
  height: 143px;
  padding: 20px 15px 15px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  resize: none;
  display: block;
}

.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
  border: 1px solid #6dbafc;
  box-shadow: none;
  outline: none;
}

.woocommerce-checkout .form-row input[type="checkbox"] {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: rgba(109, 186, 252, 0.2);
  border: none;
  accent-color: rgba(109, 186, 252, 0.2);
}

/* ── Right column – Order review ────────────────────────────── */
.checkout-column.order-review {
  flex: 1;
  min-width: 0;
}

.order-review-container {
  background: #f1f8ff;
  border-radius: 40px;
  padding: 40px 60px;
}

.order-review-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #02055a;
  margin: 0 0 20px;
}

/* Order table */
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.woocommerce-checkout-review-order-table thead {
  display: none;
}

/* Cart rows with images */
.woocommerce-checkout-review-order-table .cart_item td {
  padding: 15px 0;
  vertical-align: middle;
}

tbody {
  display: table-caption;
}

.cart_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #8f8f8f;

  width: 100%;
}

.co-item-inner {
  display: flex;
  align-items: center;
  gap: 14px;
}

.co-thumb-wrap {
  flex-shrink: 0;
  width: 160px;
  height: 150px;
  border-radius: 20px;
  border: 2px solid #6dbafc;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
}

.co-thumb-wrap .co-thumb {
  object-fit: cover;
  display: block;
}

.co-item-details {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.co-item-name {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #242323;
  line-height: 1.3;
}

.co-item-size {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #02055a;
}

.co-item-size strong {
  font-size: 18px;
  font-weight: 500;
  background: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  margin-left: 4px;
  display: block;
  width: max-content;
  height: max-content;
}

.co-qty-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.co-qty-btn {
  width: 32px;
  height: 32px;
  background: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color: #02055a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.co-qty-btn:hover {
  background: #d6ecfe;
}

.co-qty-input {
  width: 45px;
  height: 32px;
  background: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color: #02055a;
  text-align: center;
  padding: 0;
  -moz-appearance: textfield;
}

.co-qty-input::-webkit-outer-spin-button,
.co-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-checkout-review-order-table .product-name {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #242323;
}

/* Кнопка удаления товара */
.co-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid #02055a;
  border-radius: 12px;
  background: none;
  color: black;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  margin-left: auto;
  padding: 0;
  flex-shrink: 0;
}
.co-remove:hover {
  background: rgba(2, 5, 90, 0.08);
}

.co-item-price {
  display: none;
}

.woocommerce-checkout-review-order-table .product-total {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #02055a;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Totals footer */
.woocommerce-checkout-review-order-table tfoot tr td,
.woocommerce-checkout-review-order-table tfoot tr th {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  color: #242323;
  border: none;
  text-align: start;
}

.woocommerce-checkout-review-order-table tfoot tr td:last-child {
  text-align: right;
  color: #02055a;
  white-space: nowrap;
}

.woocommerce-checkout-review-order-table tfoot .order-total td,
.woocommerce-checkout-review-order-table tfoot .order-total th {
  border-top: 1px solid #8f8f8f;
  padding-top: 15px;
}

/* Minimum order notice row — без границы */
.min-order-row td {
  border: none !important;
  padding-top: 8px !important;
}

.min-order-notice {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: start;
  color: #02055a;
  margin: 0;
}

/* ==============================
   Payment section
   ============================== */

#payment {
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #f1f8ff;
  color: #000;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.wc-stripe-upe-element.StripeElement {
  background: none;
}

/* --- Payment methods list --- */

#payment .wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  border: none;
}

#payment .wc_payment_method {
  border: none;
  padding: 0;
}

/* Скрываем radio-кнопку */
#payment .wc_payment_method input[type="radio"] {
  display: none !important;
}

/* --- Таб "Credit / Debit Card" --- */

#payment .wc_payment_method label[for="payment_method_stripe"] {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #84d996;
  padding: 20px;
  height: 86px;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Onest", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #0c0c0c;
  line-height: 1.1;
}

/* Иконка кредитной карты (::before) */
#payment .wc_payment_method label[for="payment_method_stripe"]::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230c0c0c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='4' width='22' height='16' rx='2' ry='2'/%3E%3Cline x1='1' y1='10' x2='23' y2='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* Скрываем SVG-иконку карт от Stripe (Visa/MC/...) */
#payment .wc_payment_method label .stripe-cards-icon {
  display: none !important;
}

/* --- Блок с формой оплаты --- */

#payment .payment_box {
  background: none;
  padding: 0;
  margin-top: 0;
}

/* Тестовый баннер — скрыть */
#payment .testmode-info {
  display: none !important;
}

/* Сохранённые методы оплаты (пустой список) */
#payment .woocommerce-SavedPaymentMethods {
  display: none !important;
}

/* --- Stripe UPE iframe-контейнер --- */

/* fieldset-обёртка */
#wc-stripe-upe-form {
  border: none;
  padding: 0;
  margin: 0;
}

/* Контейнер iframe (Card number / Expiry / CVC / Country — всё внутри одного iframe) */
.wc-stripe-upe-element.StripeElement {
  background: rgba(255, 255, 255, 0.6) !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  width: 100%;
  box-sizing: border-box;
  overflow: visible !important;
}

/* --- Чекбокс "Save payment information" — скрыть --- */

#payment fieldset:has(#wc-stripe-new-payment-method) {
  display: none !important;
}

/* Fallback для браузеров без :has() */
.woocommerce-SavedPaymentMethods-saveNew {
  display: none !important;
}

/* --- Блок "Разместить заказ" --- */

#payment .place-order {
  padding: 0;
  margin-top: 21px;
}

/* Текст политики конфиденциальности */
.woocommerce-privacy-policy-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  line-height: 1.5;
  margin-bottom: 20px;
}

.woocommerce-privacy-policy-text a {
  color: #02055a;
}

/* --- Кнопка "Bestellung aufgeben" --- */

#place_order {
  background: #02055a !important;
  color: #fff !important;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 15px;
  height: 60px;
  width: 342px;
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 0;
  margin-top: 0;
  transition: opacity 0.2s;
}

#place_order:hover {
  opacity: 0.85;
}

/* Validation notice */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  border-left: 4px solid #6dbafc;
  padding: 12px 16px;
  margin-bottom: 20px;
  background: rgba(238, 247, 255, 0.8);
  list-style: none;
}

/* Скрываем имя только у текущего (выбранного) языка */
.trp-language-item__current .trp-language-item-name {
  display: none;
}

.trp-shortcode-arrow path {
  stroke: #001369;
}

.woocommerce-ordering {
  display: none;
}

.woocommerce-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.prev.page-numbers,
.next.page-numbers {
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
}

.prev.page-numbers::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0595 0.0281887C11.2228 0.0950149 11.2962 0.318843 11.2023 0.463657C11.1721 0.510239 9.65433 2.10874 7.82951 4.01587C6.00467 5.92304 4.51164 7.4911 4.51164 7.5005C4.51164 7.50991 6.00467 9.07796 7.82951 10.9851C9.65433 12.8923 11.1721 14.4908 11.2023 14.5373C11.3655 14.7891 11.0383 15.1168 10.7875 14.9529C10.6875 14.8875 3.83975 7.73157 3.78783 7.6382C3.76812 7.60275 3.752 7.54079 3.752 7.5005C3.752 7.46022 3.76812 7.39826 3.78783 7.36281C3.83521 7.27761 10.6819 0.117984 10.7792 0.0519778C10.8591 -0.00230935 10.9634 -0.011157 11.0595 0.0281887Z' fill='%2302055A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.next.page-numbers::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9405 0.0281887C3.77724 0.0950149 3.70376 0.318843 3.79775 0.463657C3.82787 0.510239 5.34567 2.10874 7.17049 4.01587C8.99533 5.92304 10.4884 7.4911 10.4884 7.5005C10.4884 7.50991 8.99533 9.07796 7.17049 10.9851C5.34567 12.8923 3.82787 14.4908 3.79775 14.5373C3.63446 14.7891 3.96175 15.1168 4.2125 14.9529C4.3125 14.8875 11.1603 7.73157 11.2122 7.6382C11.2319 7.60275 11.248 7.54079 11.248 7.5005C11.248 7.46022 11.2319 7.39826 11.2122 7.36281C11.1648 7.27761 4.31814 0.117984 4.2208 0.0519778C4.14086 -0.00230935 4.03664 -0.011157 3.9405 0.0281887Z' fill='%2302055A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.page-numbers {
  color: #02055a;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 5px;
  background: transparent;
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.page-numbers.current {
  background-color: #02055a !important;
  color: #fff !important;
}
.woocommerce nav.woocommerce-pagination {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.categories-btn.is-active {
  background-color: #02055a; /* нужный цвет */
  color: #fff;
}

.tab-btn {
  background: transparent;
}

.tab-btn.active {
  background: #fff; /* или нужный цвет */
}

.related-swiper-drinks {
  margin-bottom: 130px;
}

.product-page .slider-controls {
  margin-top: 20px;
}
footer {
  margin-bottom: 0;
}

body {
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
}

.product_variables {
  color: #848383;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.thumbnails-grid {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.status_error {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10.5px;
  border: 1px solid #ff0015;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: fit-content;
  padding-left: 15px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.select2-container .select2-selection--single {
  height: 56px;
  border-radius: 10px;
  background: rgba(238, 247, 255, 0.6);
  display: flex;
  align-items: center;
}

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

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: auto;
  right: 10px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: left;
}

.products-title {
  color: #02055a;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.drinks-prev > svg,
.rec-prev > svg,
.drinks-next > svg,
.rec-next > svg {
  width: 15px;
  height: 27px;
}
.drinks-prev,
.rec-prev,
.drinks-next,
.rec-next {
  width: 60px;
  height: 60px;
}

.trp-shortcode-switcher.is-open,
.trp-shortcode-switcher {
  background: #fff !important;
}

.lang-switcher.mobile .trp-shortcode-switcher.is-open {
  background: rgba(60, 164, 210, 0.1) !important;
}

.lang-switcher.mobile .trp-shortcode-switcher {
  background-color: transparent !important;
}

.lang-switcher.mobile:has(.trp-shortcode-overlay.is-open) {
  background-color: transparent !important;
}

.trp-shortcode-switcher {
  transition: all 0.3s ease;
}

.trp-current-language-item__wrapper:not(.trp-hide-arrow) {
  justify-content: start !important;
  gap: 15px !important;
}
