@font-face {
  font-family: "CenturyGothicPaneuropean";
  src: url("/wp-content/themes/generatepress/assets/fonts/CenturyGothicPaneuropeanRegular.ttf")
    format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "CenturyGothicPaneuropean";
  src: url("/wp-content/themes/generatepress/assets/fonts/CenturyGothicPaneuropeanItalic.ttf")
    format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "CenturyGothicPaneuropean";
  src: url("/wp-content/themes/generatepress/assets/fonts/CenturyGothicPaneuropeanSemiBold.ttf")
    format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "CenturyGothicPaneuropean";
  src: url("/wp-content/themes/generatepress/assets/fonts/CenturyGothicPaneuropeanSemiBoldItalic.ttf")
    format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "CenturyGothicPaneuropean";
  src: url("/wp-content/themes/generatepress/assets/fonts/CenturyGothicPaneuropeanBold.ttf")
    format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "CenturyGothicPaneuropean";
  src: url("/wp-content/themes/generatepress/assets/fonts/CenturyGothicPaneuropeanSemiBoldItalic.ttf")
    format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --colorAccent: #e6b07c;
  --colorAccentDark: #9b652f;
  --colorAccentDarker: #653407;
  --colorAccentLight: #ffce98;
  --colorTextDefault: #303030;
  --colorTextDark: #000000;
  --colorBackground: #fbf9f8;
  font-family: "CenturyGothicPaneuropean", sans-serif;
  --bg1: url(/wp-content/uploads/2025/08/hero1.jpg);
  --bg2: url(/wp-content/uploads/2025/08/hero2.jpg);

  --headerHeight: 80px;
}

body {
  font-family: "CenturyGothicPaneuropean", sans-serif;
  font-size: 17px;
  color: var(--colorTextDefault);
  background-color: var(--colorBackground);
}

header.site-header {
  background-color: white;
  height: var(--headerHeight);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 100;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}

.site-logo {
  height: fit-content;
  width: fit-content;
  display: flex;
  position: absolute;
  top: 0;
}

.site-logo a {
  height: fit-content;
  width: fit-content;
  display: flex;
}

.site-logo a img {
  height: 130px;
  width: 130px;
  object-fit: contain;
}

.inside-header {
  padding: 10px 20px;
  height: var(--headerHeight);
}

a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: var(--colorTextDark);
  text-decoration: none;
}

a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover {
  color: var(--colorAccentDark);
}

.phone {
  font-size: 17px;
}

.phone a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.phone a img {
  margin-right: 10px;
}

.phone img {
  width: 25px;
  height: auto;
}

.single-product .entry-summary .product_meta .posted_in,
.single-product .entry-summary .stock.available-on-backorder,
.single-product .entry-summary .cart .single_add_to_cart_button,
.single-product .entry-summary .cart .quantity {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.product-request-popup-button-wrapper button {
  font-weight: normal;
}

.wpcf7-form > p {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 20px;
  margin-bottom: 0;
}

.wpcf7-form > p > span {
  /*width: 90%;*/
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wpcf7-form > p > span textarea,
.wpcf7-form > p > span input {
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
}

.wpcf7-form > p > span textarea {
  height: 150px;
}

.sgpb-content.sg-popup-content > * {
}

.wc-block-product-template .wc-block-product.type-product .add_to_cart_button {
  display: none;
}

.section-hero {
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)),
    url(/wp-content/uploads/2025/08/hero1.jpg) no-repeat center / cover;*/
  width: 100%;
  padding: 200px 0 50px 0;
  height: 750px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-hero::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)),
    var(--bg2);
  z-index: 2;
  background-size: cover !important;
  background-position: center !important;
  height: 750px;
}

.section-hero::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)),
    var(--bg1);
  z-index: 1;
  background-size: cover !important;
  background-position: center !important;
  height: 750px;
}

.section-hero::before,
.section-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.8s ease-in-out;
  z-index: 0;
}

.section-hero.after-active::after {
  opacity: 1;
}

.section-hero.before-active::after {
  opacity: 0;
}

.section-hero.before-active::before {
  opacity: 1;
}

.hero-container {
  max-width: 1440px;
  margin: auto;
  position: relative;
  z-index: 10;
}

h1 {
  font-size: 3.75rem; /*60px;*/
  font-size: clamp(2.25rem, 1.8979rem + 1.5434vw, 3.75rem); /*60px;*/
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  max-width: 50%;
  padding-left: 15px;
}

.hero-content-text {
  display: flex;
  font-size: 1.875rem;
  font-size: clamp(1.625rem, 1.5663rem+0.2572vw, 1.875rem); /*30px;*/
  color: var(--colorAccent);
  gap: 8px;
  align-items: center;
}

.hero-content-text img {
  width: 40px;
  object-fit: contain;
}

.hero-content-text p {
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
}

.hero-content-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  gap: 40px;
}

.hero-buttons .button {
  width: fit-content;
  margin: 0;
}

.product-request-popup-button-wrapper a.button,
.woocommerce ul.products li.product .button,
.product-request-popup-button-wrapper a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button
.button {
  font-family: "CenturyGothicPaneuropean", sans-serif;
    font-size: 1.25rem;
  font-weight: 600;
  padding: 12px 30px;
  background: linear-gradient(270deg, #e6b07c, #ffce98);
  border: 2px solid #ffce98;
  border-radius: 0;
  cursor: pointer;
  color: black;
}

.hero-buttons .button {
  font-size: 1.25rem;
  font-weight: 600;
}

.woocommerce ul.products li.product .button:hover,
.button:hover {
  background: linear-gradient(270deg, #e6b07c, #9b652f);
  color: #fff;
}

input[type="submit"]:hover,
a.wp-block-button__link:not(.has-background):hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover {
  background: linear-gradient(270deg, #e6b07c, #9b652f);
  color: #fff;
}

@media (max-width: 767px) {
  .product-request-popup-button-wrapper a.button,
  .woocommerce ul.products li.product .button,
  .button {
    padding: 10px 15px;
    font-size: 1rem;
  }
}

.woocommerce div.product div.images img {
  border: 4px solid transparent;
}

.woocommerce div.product div.images img,
.woocommerce ul.products li.product a img,
.wc-block-components-product-image img,
ul.products li.product img.attachment-woocommerce_thumbnail {
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.04);
}

.button-light {
  font-family: "CenturyGothicPaneuropean", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 12px 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 2px solid;
  border-image: linear-gradient(270deg, #e6b07c, #ffce98) 1;
  cursor: pointer;
}

.button-light:hover {
  color: var(--colorAccentDarker);
  background: rgba(255, 206, 152, 0.8);
}

.entry-header {
  display: none;
}

.entry-content {
  background-color: var(--colorBackground);
}

.main-navigation a {
  /*text-transform: uppercase;*/
  font-size: 17px;
}

.wp-block-columns {
  width: 1440px;
  margin: auto;
}

.wp-block-column {
  background-color: #fff;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.04);
}

.site-main .wp-block-group__inner-container {
  padding: 0;
}

/*Галерея*/
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  /*gap: 5px;*/
  gap: 30px;
  padding: 30px;
  max-width: 100%;
  min-height: 200px;
  max-height: 810px;
  margin: auto;
}

.item {
  overflow: hidden;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.item:hover img {
  transform: scale(1.1);
}

.item-large {
  grid-row: 1 / span 2;
  grid-column: 1 / 2;
}

.item-small-top {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}

.item-small-bottom {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

.wp-block-quote p {
  margin-bottom: 0;
}

/*Карточка товара*/
.full-width-content .entry-content .alignwide {
  width: 1440px;
  margin: auto;
}

.wp-block-post-title :where(a) {
  font-size: 26px;
  font-weight: 500;
}

.product_title {
  color: var(--colorTextDefault);
  margin-bottom: 30px;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .product_title {
    font-size: 2rem;
  }
}


/*.inside-article .entry-content {
  background-color: #fff;
}*/

.woocommerce-breadcrumb {
  text-align: end;
}

/*Контакты*/
.contact_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  max-width: 970px;
  padding: 50px;
  background-color: #fff;
}

.contact-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.contact_card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  width: 350px;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #47382830;
  background-color: var(--colorBackground);
}

.contact_card p {
  margin-bottom: 0;
}

.contact_box img {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.4s;
}

.contact_box img:hover {
  transform: scale(1.2);
}

.contact_box a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: var(--textColorDefault);
  font-size: 20px;
}

.contact_connect {
  display: flex;
  max-width: 740px;
  column-gap: 40px;
  row-gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact_methods,
.contact_social {
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_methods h3,
.contact_social h3 {
  text-align: center;
}

.contact_methods_item,
.social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}


/*Popup*/
form h4 {
  text-align: center;
}

.sgpb-content,
.sgpb-content-322,
.sgpb-theme-3-content,
.sg-popup-content {
  display: flex;
  justify-content: center;
  max-height: 100% !important;
  max-width: 500px !important;
  border-width: 2px !important;
  background-color: var(--colorBackground);
  box-sizing: border-box;
}

html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.wp-block-button__link:not(.has-background) {
  background: linear-gradient(270deg, #e6b07c, #ffce98);
  border: 2px solid #ffce98;
  width: fit-content;
  color: black;
  margin: auto;
  max-width: 350px;
    border-radius: 0;
}

/*Footer*/
/*footer*/
.footer_card {
  display: flex;
  gap: 15px;
  font-size: 18px;
}

.footer_box h4 {
  margin-top: 30px;
}

.footer_box a {
  text-decoration: none;

  display: flex;
  gap: 15px;
  align-items: center;
}

.footer_box img {
  width: 30px;
  height: 30px;
  transition: transform 0.4s;
}

.footer_box img:hover {
  transform: scale(1.2);
}

.footer-cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-cards p {
  color: #fff;
}

.footer-widgets {
  background-color: var(--colorAccentDarker);
}

.footer-widgets a {
  color: #fff;
}

.footer-widgets h4 {
  color: #a6886c;
}

a.generate-back-to-top:hover {
  background-color: var(--colorAccentDark);
}

a.generate-back-to-top:active {
  background-color: var(--colorAccentDark);
}

.hero-content-text img {
  width: 32px;
  height: 32px;
}

@media (max-width: 1280px) {
  .site-logo a img {
    width: 110px;
    height: 110px;
  }

  .site-header .header-image {
    width: 100px;
  }

  .hero-content {
    max-width: 100%;
  }

  .wp-block-columns {
    width: 100%;
  }

  .full-width-content .entry-content .alignwide {
    width: 100%;
  }

  .main-navigation .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-navigation a {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .site-logo a img {
    width: 80px;
    height: 100px;
  }

  .site-header .header-image {
    width: 80px;
  }

  .site-logo {
    order: 1;
  }

  .hero-content-text img {
    width: 25px;
  }

  .hero-content-checkbox {
    gap: 2px;
  }

  .header-widget {
    display: none;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
    padding: 10px;
  }

  .wp-block-quote p {
    font-size: 24px;
  }

  .wc-block-product-template__responsive.columns-3 {
    grid-template-columns: 1fr 1fr !important;
  }

  .has-inline-mobile-toggle #site-navigation.toggled {
    position: absolute;
    top: var(--headerHeight);
    right: 0;
    min-width: 250px;
    margin: 0;
    box-shadow: 1px 3px 8px #bfb6aa;
    background-color: var(--colorBackground);
  }

  .mobile-menu-control-wrapper .menu-toggle,
  .mobile-menu-control-wrapper .menu-toggle:hover {
    background-color: #fff;
  }

  .has-inline-mobile-toggle .header-widget {
    flex-basis: auto;
  }

  .mobile-menu-control-wrapper {
    order: 3;
  }

  .inside-header {
    padding: 10px;
  }

  .phone {
    font-size: 15px;
  }

  .phone a {
    display: flex;
    align-items: center;
  }

  .site-header .header-widget {
    margin: 0 10px 0 100px;
  }

  .contact-cards {
    gap: 15px;
  }
}

@media (max-width: 780px) {
  .wp-block-image img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-buttons {
    flex-direction: column;
    gap: 20px;
  }

  .button-light {
    max-width: 285px;
    text-align: center;
    font-size: 1rem;
  }

  .header-widget {
    display: block;
  }

  .hero-content-text {
    font-size: 22px;
  }

  .gallery-grid {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    gap: 10px;
  }

  .wc-block-product-template__responsive.columns-3 {
    grid-template-columns: 1fr !important;
  }

  .wp-block-post-title :where(a) {
    font-size: 20px;
  }

  .has-large-font-size {
    font-size: 28px !important;
  }

  .wp-block-spacer {
    height: 30px;
  }
}

.main-navigation ul ul {
    background-color: white;
}

.separate-containers .inside-article {
  padding: 30px 15px;
  background-color: var(--colorBackground);
}

ul.products li.product .add_to_cart_button {
  display: none!important;
}

.site-footer .contact_methods_item {
  flex-direction: column;
  align-items: start;
}

.woocommerce-breadcrumb {
  display: none;
}

#section-contacts .wp-block-column h4 {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

#section-our-products {
  padding-top: 60px;
}

.sgpb-popup-builder-content-html h4 {
  margin-top: 30px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: var(--colorAccentDark);
  font-weight: bold;
}

.wc-block-components-product-price,
.wc-block-product .woocommerce-Price-amount {
  color: var(--colorAccentDark);
  font-weight: bold;
  font-size: 1rem;
}

#section-cooperation {
  margin-top: -100px;
  padding-top: 100px;
}

#section-cooperation a {
  font-weight: bolder;
  color: var(--colorAccentDark);
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

#section-cooperation a:not(.button-light)::before {
  content: url('/wp-content/themes/generatepress/assets/img/icon-email-24.svg');
  margin-right: 8px;
}

#section-cooperation a:hover {
  font-weight: bolder;
  color: var(--colorAccentDarker);
}

@media (min-width: 1280px) {
  #section-cooperation p {
    max-width: 66%;
    margin-left: auto;
    margin-right: auto;
  }
}

#section-cooperation p:nth-of-type(1) {
  margin-bottom: 1rem;
}

#section-cooperation a.button-light {
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
  font-weight: normal;
}

#section-cooperation a.button-light:hover {
  background-color: var(--colorAccentLight);
}