@charset "UTF-8";
/*
Theme Name: Starter Theme
Theme URI: https://example.com/theme
Author: Your Name
Author URI: https://example.com
Description: A lightweight classic PHP starter theme with a SCSS + Bootstrap grid/breakpoint system. Use it as a base template for custom builds.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme
Tags: custom-menu, featured-images, blog, translation-ready, right-sidebar
*/
/*
 * NOTE: The compiled styles live in assets/css/main.css and are enqueued
 * from functions.php. Edit the SCSS source in src/scss/ and run `npm run build`.
 * This file only needs the theme header above for WordPress to detect the theme.
 */
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.carousel {
  opacity: 0;
}
.carousel.tns-slider {
  opacity: 1;
}

.tns-nav {
  border: 1px Solid var(--wp--preset--color--mildgrey);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0px;
  flex-direction: row;
  max-width: calc(100vw - 20px);
}
@media (max-width: 767.98px) {
  .tns-nav {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
  }
}
.tns-nav button {
  -webkit-appearance: none;
  display: block;
  border: none;
  background: transparent;
  width: 18px;
  height: 18px;
  padding: 0px;
  position: relative;
}
.tns-nav button:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  border-radius: 10px;
  background-color: transparent;
  border: 1px Solid var(--wp--preset--color--primary);
  opacity: 0.5;
}
.tns-nav button.tns-nav-active:after, .tns-nav button:hover:after {
  background-color: var(--wp--preset--color--primary);
  opacity: 1;
}
.tns-controls {
  position: absolute;
  left: 0px;
  top: calc(50% - 20px);
  width: 100%;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  z-index: 1;
  pointer-events: none;
}
.tns-controls button {
  padding: 0px;
  margin: 0px;
  pointer-events: all;
  background: transparent;
  border: none;
}
.tns-controls button span {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  display: block;
  position: relative;
  text-indent: -999px;
  overflow: hidden;
  background-color: var(--wp--preset--color--primary);
  box-shadow: -2px 4px 30px rgba(0, 0, 0, 0.2);
  background: var(--wp--preset--color--primary) url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.2958%204.88079L1.7058%200.290792C1.51844%200.104542%201.26498%200%201.0008%200C0.736613%200%200.483161%200.104542%200.295798%200.290792C0.20207%200.383756%200.127676%200.494357%200.0769072%200.616216C0.0261385%200.738075%200%200.868781%200%201.00079C0%201.1328%200.0261385%201.26351%200.0769072%201.38537C0.127676%201.50723%200.20207%201.61783%200.295798%201.71079L4.8958%206.29079C4.98953%206.38376%205.06392%206.49436%205.11469%206.61622C5.16546%206.73808%205.1916%206.86878%205.1916%207.00079C5.1916%207.13281%205.16546%207.26351%205.11469%207.38537C5.06392%207.50723%204.98953%207.61783%204.8958%207.71079L0.295798%2012.2908C0.107495%2012.4778%200.00117992%2012.7319%200.000242233%2012.9973C-0.000695449%2013.2626%200.103822%2013.5175%200.290799%2013.7058C0.477777%2013.8941%200.731899%2014.0004%200.997263%2014.0014C1.26263%2014.0023%201.5175%2013.8978%201.7058%2013.7108L6.2958%209.12079C6.8576%208.55829%207.17316%207.7958%207.17316%207.00079C7.17316%206.20579%206.8576%205.44329%206.2958%204.88079Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat calc(50% + 1px) center;
}
.tns-controls button:hover span {
  background-color: var(--wp--preset--color--body);
}
.tns-controls button:first-child span {
  transform: rotate(180deg);
}
.tns-controls button:disabled {
  display: block;
  opacity: 0;
}
.tns-numbers {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 10px;
  z-index: 2;
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--m);
}
.tns-numbers-counter:after {
  content: " / ";
}
.tns-has-nav .tns-numbers {
  bottom: 40px;
}

.is-style-invert .tns-nav {
  border: 1px Solid var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white);
}

.wp-block-justbenice-carousel {
  position: relative;
}
.wp-block-justbenice-carousel .wp-block-image {
  margin-bottom: 0px;
}

.tns-autoplay-timer {
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  width: 40px;
  height: 40px;
  bottom: 30px;
  right: 10px;
  position: absolute;
}
@media (min-width: 768px) {
  .tns-autoplay-timer {
    display: none;
  }
}
.tns-autoplay-timer:before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border: 1px Dashed var(--wp--preset--color--white-50);
  transform: rotate(45deg);
}
.tns-autoplay-timer.percent_0:before {
  border-top-color: var(--wp--preset--color--white);
  border-top-style: Dashed;
  animation: pulsate-top 1s ease-in-out infinite;
}
@keyframes pulsate-top {
  0%, 100% {
    border-top-color: var(--wp--preset--color--white-50);
  }
  50% {
    border-top-color: var(--wp--preset--color--white);
  }
}
.tns-autoplay-timer.percent_25:before {
  border-top-color: var(--wp--preset--color--white);
  border-top-style: Solid;
  border-right-color: var(--wp--preset--color--white);
  border-right-style: Dashed;
  animation: pulsate-right 1s ease-in-out infinite;
}
@keyframes pulsate-right {
  0%, 100% {
    border-right-color: var(--wp--preset--color--white-50);
  }
  50% {
    border-right-color: var(--wp--preset--color--white);
  }
}
.tns-autoplay-timer.percent_50:before {
  border-top-color: var(--wp--preset--color--white);
  border-top-style: Solid;
  border-right-color: var(--wp--preset--color--white);
  border-right-style: Solid;
  border-bottom-color: var(--wp--preset--color--white);
  border-bottom-style: Dashed;
  animation: pulsate-bottom 1s ease-in-out infinite;
}
@keyframes pulsate-bottom {
  0%, 100% {
    border-bottom-color: var(--wp--preset--color--white-50);
  }
  50% {
    border-bottom-color: var(--wp--preset--color--white);
  }
}
.tns-autoplay-timer.percent_75:before {
  border-top-color: var(--wp--preset--color--white);
  border-top-style: Solid;
  border-right-color: var(--wp--preset--color--white);
  border-right-style: Solid;
  border-bottom-color: var(--wp--preset--color--white);
  border-bottom-style: Solid;
  border-left-color: var(--wp--preset--color--white);
  border-left-style: Dashed;
  animation: pulsate-left 1s ease-in-out infinite;
}
@keyframes pulsate-left {
  0%, 100% {
    border-left-color: var(--wp--preset--color--white-50);
  }
  50% {
    border-left-color: var(--wp--preset--color--white);
  }
}

@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}
html *:focus {
  outline: none !important;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

::selection {
  opacity: 0.5;
}

:root :where(a:where(:not(.wp-block-navigation))),
:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: initial !important;
}

:root {
  --wp-admin--admin-bar--height: 0px;
  --wp-round-corners: 10px;
  --wp-gap: 50px;
}
@media (max-width: 1199.98px) {
  :root {
    --wp-gap: 40px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --wp-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --wp-gap: 20px;
  }
}

html {
  background-color: var(--wp--preset--color--white);
}
html body {
  font-optical-sizing: auto;
  transition: all 0.6s ease;
  background-color: #ffffff;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
}
html body img {
  user-select: none;
}
html body a {
  text-decoration: none;
  color: var(--wp--preset--color--secondary);
  transition: all 0.3s;
}
html body a:hover, html body a:visited, html body a:active {
  filter: brightness(150%);
}
html body main {
  background-color: var(--wp--preset--color--white);
  transition: all 0.6s ease;
  min-height: 50dvh;
}
html body main.error-404 {
  max-width: 1000px;
  padding: 0px 20px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
html body main.error-404 h1 {
  font-family: var(--wp--preset--font-family--sofia);
  font-size: var(--wp--preset--font-size--xxxl);
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-indent: -0.35em;
  line-height: 100%;
}
html body main.error-404 p {
  font-size: var(--wp--preset--font-size--l);
}
html body main.error-404 h5 {
  margin-bottom: 0px;
}
html body main.error-404 ul {
  padding-left: 0px;
  list-style: none;
}
html body main.error-404 ul li {
  font-size: var(--wp--preset--font-size--m);
  list-style: none;
}
html body main.error-404 ul li:before {
  content: "—";
  opacity: 0.2;
  margin-right: 5px;
}
html body main form label {
  display: block;
}
html body main form input {
  border: 1px Solid var(--wp--preset--color--secondary-20);
  border-radius: 5px;
  padding: 10px 15px;
}
html body main form input[type=search] {
  font-size: var(--wp--preset--font-size--m);
}
html body main form input[type=search]::-webkit-search-decoration, html body main form input[type=search]::-webkit-search-cancel-button, html body main form input[type=search]::-webkit-search-results-button, html body main form input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
html body main form input:hover {
  border-color: var(--wp--preset--color--secondary);
}
html body main form button {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border: 1px Solid var(--wp--preset--color--secondary);
  border-radius: 5px;
  padding: 10px 25px;
  min-width: 25%;
  user-select: none;
  cursor: pointer;
  transition: all 0.6s;
}
html body main form button[type=submit] {
  text-transform: uppercase;
}
html body main form button:hover {
  filter: brightness(125%);
}
html body main form.search-form {
  display: flex;
}
html body main form.search-form input[type=search] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
html body main form.search-form button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
html body p a,
html body ul li a {
  text-decoration: none;
  color: var(--wp--preset--color--secondary);
  position: relative;
}
html body nav ul li a:after {
  display: none;
}
html body img {
  max-width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
html body button {
  font-family: var(--wp--preset--font-family--sofia);
  line-height: 100%;
}
html body footer {
  padding: var(--wp-gap);
  display: flex;
  gap: var(--wp-gap);
  flex-direction: column;
  justify-content: space-between;
}
html body footer .footer__primary {
  display: flex;
  gap: var(--wp-gap);
  flex-direction: row;
}
@media (max-width: 767.98px) {
  html body footer .footer__primary {
    flex-direction: column;
  }
}
html body footer .footer__primary__contacts, html body footer .footer__primary__logotype {
  width: 100%;
}
@media (min-width: 1200px) {
  html body footer .footer__primary__contacts, html body footer .footer__primary__logotype {
    max-width: calc(50% - var(--wp-gap) / 2);
  }
}
@media (max-width: 1199.98px) {
  html body footer .footer__primary__logotype {
    max-width: calc(25% - var(--wp-gap) / 2);
  }
}
@media (max-width: 767.98px) {
  html body footer .footer__primary__logotype {
    max-width: unset;
  }
}
html body footer .footer__primary__contacts {
  display: flex;
  gap: var(--wp-gap);
  flex-direction: row;
}
@media (max-width: 991.98px) {
  html body footer .footer__primary__contacts {
    flex-wrap: wrap;
  }
}
html body footer .footer__primary__contacts__address, html body footer .footer__primary__contacts__email, html body footer .footer__primary__contacts__phone {
  width: 100%;
  max-width: calc(33.3333333333% - var(--wp-gap) / 2);
  display: flex;
  gap: 5px;
  flex-direction: column;
}
html body footer .footer__primary__contacts__address h6,
html body footer .footer__primary__contacts__address p, html body footer .footer__primary__contacts__email h6,
html body footer .footer__primary__contacts__email p, html body footer .footer__primary__contacts__phone h6,
html body footer .footer__primary__contacts__phone p {
  margin: 0px;
}
html body footer .footer__primary__contacts__address h6, html body footer .footer__primary__contacts__email h6, html body footer .footer__primary__contacts__phone h6 {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--xxs-f);
}
html body footer .footer__primary__contacts__address p, html body footer .footer__primary__contacts__email p, html body footer .footer__primary__contacts__phone p {
  font-weight: 500;
  line-height: 150%;
}
html body footer .footer__primary__contacts__address p a, html body footer .footer__primary__contacts__email p a, html body footer .footer__primary__contacts__phone p a {
  font-size: var(--wp--preset--font-size--m-f);
}
@media (max-width: 991.98px) {
  html body footer .footer__primary__contacts__email, html body footer .footer__primary__contacts__phone {
    max-width: calc(50% - var(--wp-gap) / 1);
  }
}
@media (max-width: 991.98px) {
  html body footer .footer__primary__contacts__address {
    max-width: unset;
  }
}
html body footer .footer__secondary {
  display: flex;
  gap: calc(var(--wp-gap) / 2) var(--wp-gap);
  flex-direction: row;
  font-size: var(--wp--preset--font-size--xs-f);
}
@media (max-width: 991.98px) {
  html body footer .footer__secondary {
    flex-wrap: wrap;
  }
}
html body footer .footer__secondary__copyright, html body footer .footer__secondary__nav, html body footer .footer__secondary__designby {
  width: 100%;
}
html body footer .footer__secondary__copyright {
  max-width: calc(50% - var(--wp-gap) / 2);
}
@media (max-width: 991.98px) {
  html body footer .footer__secondary__copyright {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  html body footer .footer__secondary__copyright {
    max-width: unset;
  }
}
html body footer .footer__secondary__nav, html body footer .footer__secondary__designby {
  max-width: calc((50% - var(--wp-gap) / 2) / 2 - var(--wp-gap) / 2);
}
html body footer .footer__secondary__nav__menu {
  display: flex;
  gap: var(--wp-gap);
  flex-direction: row;
  margin: 0px;
  padding: 0px;
}
html body footer .footer__secondary__nav__menu li {
  list-style: none;
  padding: 0px;
}
@media (max-width: 991.98px) {
  html body footer .footer__secondary__nav {
    order: 0;
    max-width: unset;
  }
}
html body footer .footer__secondary__designby {
  text-align: right;
  order: 2;
}
@media (max-width: 991.98px) {
  html body footer .footer__secondary__designby {
    max-width: calc(50% - var(--wp-gap) / 2);
  }
}
@media (max-width: 767.98px) {
  html body footer .footer__secondary__designby {
    max-width: unset;
    text-align: left;
  }
}
html body .menu-main-menu-container,
html body [class*=-container] {
  position: relative;
}
#carousel_products .tns-item {
  opacity: 0;
  transition: all 0.6s;
}
#carousel_products .tns-item .wp-block-cover {
  transform: scale(0.8);
}
#carousel_products .tns-item.tns-slide-active {
  opacity: 0.9;
}
#carousel_products .tns-item.tns-slide-active .wp-block-cover {
  transform: scale(0.8);
}
#carousel_products .tns-item.tns-slide-active.tns-center {
  opacity: 1;
}
#carousel_products .tns-item.tns-slide-active.tns-center .wp-block-cover {
  transform: scale(1);
}

/*# sourceMappingURL=style.css.map */
