@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap");
body {
  font-family: "TikTok Sans", sans-serif !important;
  margin: 0;
  background: #f7f0e3 !important;
  overflow-x: clip;
  cursor: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:root {
  --gutter: 16px;
  --container: 1920px;
}

@media (max-width: 1920px) {
  :root {
    --container: 1600px;
  }
}
@media (max-width: 1230px) {
  :root {
    --container: 991px;
  }
}
@media (max-width: 991px) {
  :root {
    --container: 768px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
a:focus img {
  outline: none !important;
}

a.btn1 {
  border-radius: 8px;
  border: 2px solid var(--Single-Tone-white, #FFF);
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  color: var(--Single-Tone-white, #FFF);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%; /* 22.5px */
}

.btn2 {
  color: var(--Single-Tone-white, #FFF);
  text-align: center;
  font-family: "Obviously", sans-serif;
  font-size: 25.45px;
  font-weight: 470;
  line-height: 115%; /* 29.268px */
  letter-spacing: -0.255px;
  text-transform: uppercase;
  display: flex;
  padding: 20px 48px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--Orrnge, #DA7C36);
  width: fit-content;
}

.container {
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

.container_fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto !important;
}

.page-template-terms header.site-header {
  background: rgba(0, 0, 0, 0.2);
}

.page_content {
  padding: 180px 0;
}
.page_content h1 {
  color: var(--Single-Tone-black, #2B2B2B);
  text-align: center;
  font-family: "Obviously", sans-serif;
  font-size: 71.96px;
  font-weight: 470;
  line-height: 115%; /* 82.754px */
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.page_content h2 {
  color: var(--Single-Tone-black, #2B2B2B);
  text-align: center;
  font-family: "Obviously", sans-serif;
  font-size: 64px;
  font-weight: 470;
  line-height: 115%; /* 82.754px */
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.page_content p, .page_content li, .page_content span {
  color: var(--Single-Tone-black, #2B2B2B);
  font-size: 18px;
  font-weight: 400;
  line-height: 125%; /* 22.5px */
  margin-bottom: 8px;
}
.page_content ul, .page_content ol {
  padding-left: 25px;
  list-style: initial !important;
  margin-bottom: 12px;
}
.page_content strong {
  font-weight: 600;
}

/* reset.css for WordPress */
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

header.site-header {
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #F5DFB4;
  box-shadow: 0 2px 3.84px 0 rgba(0, 0, 0, 0.25);
}
header.site-header.header-hidden {
  transform: translateY(-100%); /* Împinge header-ul complet în sus, în afara ecranului */
}
header.site-header.menu-is-open {
  transform: none !important;
}
header.site-header .header_content {
  display: flex;
  padding: 24px 0;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content {
    padding: 8px 0;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .site_nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: var(--bg, #F7F0E3);
    width: 100%;
    padding: 8px 16px;
    bottom: 0;
  }
}
header.site-header .header_content .site_nav .mobile_head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
  display: none;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .site_nav .mobile_head {
    display: flex;
  }
}
header.site-header .header_content .site_nav .mobile_head .logo {
  max-width: 125px;
}
header.site-header .header_content .site_nav .mobil_menu_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: none;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .site_nav .mobil_menu_bg {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .site_nav nav.primary-navigation {
    position: relative;
    z-index: 1;
  }
}
header.site-header .header_content .site_nav nav.primary-navigation ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .site_nav nav.primary-navigation ul {
    flex-wrap: wrap;
  }
}
header.site-header .header_content .site_nav nav.primary-navigation ul li {
  margin-right: 51px;
}
@media screen and (max-width: 1200px) {
  header.site-header .header_content .site_nav nav.primary-navigation ul li {
    margin-right: 31px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .site_nav nav.primary-navigation ul li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 36px;
  }
}
header.site-header .header_content .site_nav nav.primary-navigation ul li:hover a {
  color: #8b1922;
  transition: all 0.4s;
}
header.site-header .header_content .site_nav nav.primary-navigation ul li:last-of-type {
  display: none;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .site_nav nav.primary-navigation ul li:last-of-type {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .site_nav nav.primary-navigation ul li:last-of-type a {
    color: var(--Reed, #8B1922);
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
    padding: 7px 36px 12px;
    border-radius: 8px;
    border: 2px solid var(--Reed, #8B1922);
    display: block;
    width: fit-content;
  }
}
header.site-header .header_content .site_nav nav.primary-navigation ul li:nth-last-of-type(1) {
  margin-right: 0;
}
header.site-header .header_content .site_nav nav.primary-navigation ul li a {
  color: #2B2B2B;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%; /* 22.5px */
  text-transform: uppercase;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .site_nav nav.primary-navigation ul li a {
    color: var(--Single-Tone-black, #2B2B2B);
    font-family: "Obviously";
    font-size: 35.99px;
    font-weight: 470;
    line-height: 115%; /* 41.389px */
    letter-spacing: -0.36px;
    text-transform: uppercase;
  }
}
header.site-header .header_content .custom-logo {
  max-width: 204px;
  position: absolute;
  top: 9px;
  left: calc(50% - 102px);
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .custom-logo {
    position: initial;
    max-width: 125px;
  }
}
header.site-header .header_content .burger {
  display: none;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .burger {
    display: block;
  }
}
header.site-header .header_content .header_contact_button {
  transition: all 0.4s;
  border-color: #8B1922;
  color: #8B1922;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .header_contact_button {
    display: none;
  }
}
header.site-header .header_content .header_contact_button:hover {
  color: #ffffff;
  background: #8b1922;
  transition: all 0.4s;
  border-color: #8b1922;
}
header.site-header .header_content .right_side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.site-header .header_content .right_side .lang_menu {
  margin-right: 16px;
  padding-right: 36px;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  header.site-header .header_content .right_side .lang_menu:hover:after {
    transform: rotate(0deg);
    transition: all 0.5s;
  }
  header.site-header .header_content .right_side .lang_menu:hover .lang-navigation .current-menu-parent .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
  }
}
header.site-header .header_content .right_side .lang_menu.is-open:after {
  transform: rotate(0deg);
  transition: all 0.5s;
}
header.site-header .header_content .right_side .lang_menu.is-open .lang-navigation .current-menu-parent .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
}
header.site-header .header_content .right_side .lang_menu:after {
  content: "";
  width: 20px;
  height: 20px;
  top: 8px;
  position: absolute;
  transform: rotate(180deg);
  right: 12px;
  background: url("/wp-content/themes/victor-child/assets/images/arrow_lang.svg");
  transition: all 0.5s;
}
header.site-header .header_content .right_side .lang_menu .lang-navigation .current-menu-parent .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  padding-top: 10px;
}
header.site-header .header_content .right_side .lang_menu .lang-navigation .current-menu-parent .sub-menu li.current-lang {
  display: none;
}

.main_section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main_section {
    height: 400px;
  }
}
.main_section .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform; /* Optimizează performanța în browser */
}
.main_section .video-wrap video {
  width: 100%;
  height: 120%; /* Îl facem mai înalt pentru a avea spațiu de mișcare */
  object-fit: cover; /* Se asigură că video acoperă tot ecranul */
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .main_section .video-wrap video {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.main_section img {
  width: 100%;
}
.main_section .bottom_shape {
  position: absolute;
  bottom: -2px;
  width: 100%;
  z-index: 2;
  left: 0;
  height: auto;
}

.product_image_slider_wrap {
  padding: 96px 0;
  background: #F5DFB4;
}
@media screen and (max-width: 768px) {
  .product_image_slider_wrap {
    padding: 48px 0;
  }
}
.product_image_slider_wrap h2 {
  color: var(--Single-Tone-black, #2B2B2B);
  text-align: center;
  font-family: "Obviously", sans-serif;
  font-size: 71.96px;
  font-weight: 470;
  line-height: 115%; /* 82.754px */
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .product_image_slider_wrap h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .product_image_slider_wrap h2 {
    margin: 0 15px 20px;
  }
}
.product_image_slider_wrap p {
  color: var(--Single-Tone-black, #2B2B2B);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
  max-width: 800px;
  margin: 0 auto 24px;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .product_image_slider_wrap p {
    margin: 0 15px 24px;
  }
}
.product_image_slider_wrap .wrap_images_slider {
  padding-left: max(15px, (100vw - var(--container)) / 2);
}
.product_image_slider_wrap .wrap_images_slider .product_image_slider {
  padding-right: 20%;
  overflow: hidden;
  padding-bottom: 90px;
}
.product_image_slider_wrap .wrap_images_slider .product_image_slider .slick-list {
  overflow: visible;
}
.product_image_slider_wrap .wrap_images_slider .product_image_slider .slick-dots {
  left: 0;
  bottom: 20px;
  margin-left: calc(-0.5 * max(15px, (100vw - var(--container)) / 2));
}
.product_image_slider_wrap .wrap_images_slider .product_image_slider .slick-dots li {
  width: 24px;
  height: 16px;
  margin: 0 6px;
  background: url("/wp-content/themes/victor-child/assets/images/slider_dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.product_image_slider_wrap .wrap_images_slider .product_image_slider .slick-dots li.slick-active {
  background: url("/wp-content/themes/victor-child/assets/images/slide_dot_active.svg");
  transition: all 0.4s;
}
.product_image_slider_wrap .wrap_images_slider .product_image_slider .slick-dots li button {
  display: none;
}
.product_image_slider_wrap .wrap_images_slider .product_image_slider .slick-slide {
  margin-right: 24px;
  max-width: 985px;
}
@media screen and (max-width: 991px) {
  .product_image_slider_wrap .wrap_images_slider .product_image_slider .slick-slide {
    margin-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .product_image_slider_wrap .wrap_images_slider .product_image_slider .slick-slide {
    margin-right: 5px;
  }
}
.product_image_slider_wrap .wrap_images_slider .product_image_slider .img_wrap {
  height: 420px;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 985/420;
  border-radius: 9px;
}
@media screen and (max-width: 991px) {
  .product_image_slider_wrap .wrap_images_slider .product_image_slider .img_wrap {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .product_image_slider_wrap .wrap_images_slider .product_image_slider .img_wrap {
    height: 146px;
  }
}
.product_image_slider_wrap .wrap_images_slider .product_image_slider .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product_image_slider_wrap .btn2 {
  margin: 35px auto 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .product_image_slider_wrap .btn2 {
    margin: 35px auto 0;
  }
}
.product_image_slider_wrap .modal_overlay {
  background: var(--Single-Tone-black, rgba(43, 43, 43, 0.24));
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  right: -100%;
  left: auto;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.product_image_slider_wrap .modal_overlay.active {
  left: 0;
  right: 0;
  transition: all 0.4s;
  opacity: 1;
  visibility: visible;
}
.product_image_slider_wrap .modal_overlay .modal_content {
  max-width: 500px;
  padding: 72px 0 72px 24px;
  background: var(--bg, #F7F0E3);
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  top: 0;
  overflow-y: auto;
}
@media screen and (max-width: 500px) {
  .product_image_slider_wrap .modal_overlay .modal_content {
    max-width: 100%;
    overflow-y: scroll;
  }
}
.product_image_slider_wrap .modal_overlay .modal_content .close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
.product_image_slider_wrap .modal_overlay .modal_content .prod_gallery .slick-slide {
  margin-right: 8px;
}
.product_image_slider_wrap .modal_overlay .modal_content .prod_gallery .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_image_slider_wrap .modal_overlay .modal_content .prod_gallery .slick-dots li {
  width: 18px;
  height: 10px;
  margin: 0 6px;
  background: url("/wp-content/themes/victor-child/assets/images/slider_dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.product_image_slider_wrap .modal_overlay .modal_content .prod_gallery .slick-dots li.slick-active {
  background-image: url("/wp-content/themes/victor-child/assets/images/slide_dot_active.svg");
  transition: all 0.4s;
}
.product_image_slider_wrap .modal_overlay .modal_content .prod_gallery .slick-dots li button {
  display: none;
}
.product_image_slider_wrap .modal_overlay .modal_content .prod_gallery .img_wrap {
  height: 180px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.product_image_slider_wrap .modal_overlay .modal_content .prod_gallery .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.product_image_slider_wrap .modal_overlay .modal_content .prod_size {
  margin-top: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.product_image_slider_wrap .modal_overlay .modal_content .prod_size span {
  padding: 8px 24px;
  border-radius: 99px;
  color: var(--Reed, #8B1922);
  text-align: center;
  font-size: 18px;
  font-weight: 470;
  line-height: 125%;
  text-transform: uppercase;
  font-family: "Obviously", sans-serif;
  display: block;
  margin-right: 8px;
  cursor: pointer;
}
.product_image_slider_wrap .modal_overlay .modal_content .prod_size span.active {
  background: var(--Reed, #8B1922);
  color: var(--bg, #F7F0E3);
}
.product_image_slider_wrap .modal_overlay .modal_content .prod_description {
  margin-right: 72px;
}
@media screen and (max-width: 768px) {
  .product_image_slider_wrap .modal_overlay .modal_content .prod_description {
    margin-right: 24px;
  }
}
.product_image_slider_wrap .modal_overlay .modal_content .prod_description p {
  color: #000;
  font-size: 12.73px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 12px;
  line-height: 125%; /* 15.912px */
  opacity: 1;
}
.product_image_slider_wrap .modal_overlay .modal_content .prod_description ul {
  padding-left: 25px;
  list-style: initial;
}
.product_image_slider_wrap .modal_overlay .modal_content .prod_description ul li {
  color: #000;
  font-size: 12.73px;
  font-weight: 400;
  text-align: left;
  line-height: 125%; /* 15.912px */
  list-style: initial;
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #2B2B2B;
  margin-right: 72px;
}
@media screen and (max-width: 768px) {
  .product_image_slider_wrap .modal_overlay .modal_content .accordion {
    margin-right: 24px;
  }
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--Single-Tone-black, #2B2B2B);
  font-family: "Obviously", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 470;
  line-height: 125%; /* 22.5px */
  text-transform: uppercase;
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content {
  margin-top: 12px;
  display: none;
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content p {
  color: #000;
  font-size: 12.73px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 12px;
  line-height: 125%; /* 15.912px */
  opacity: 1;
  margin-left: 0;
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content p a {
  color: var(--Reed, #8B1922);
  text-decoration: underline !important;
  font-weight: 900;
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content a.add_to_cart {
  margin-top: 12px;
  padding: 3px 13px 8px;
  color: var(--bg, #F7F0E3);
  text-align: center;
  font-family: "Obviously", sans-serif;
  font-size: 25.45px;
  font-weight: 470;
  line-height: 115%;
  border-radius: 4px;
  background: var(--Reed, #8B1922);
  letter-spacing: -0.255px;
  text-transform: uppercase;
  display: block;
  width: fit-content;
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content .table {
  border-radius: 8px;
  border: 1px solid rgba(43, 43, 43, 0.48);
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content .table .table_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content .table .table_head .tabel_head_cell {
  color: var(--Single-Tone-black, #2B2B2B);
  font-size: 12.73px;
  font-style: normal;
  font-weight: 900;
  line-height: 125%; /* 15.912px */
  padding: 2px 8px;
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content .table .table_head .tabel_head_cell:first-of-type {
  width: 170px;
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content .table .table_head .tabel_head_cell:nth-of-type(2) {
  width: 60px;
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content .table .table_head .tabel_head_cell:last-of-type {
  width: 80px;
  text-align: right;
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content .table .table_body .table_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--Gglden, #D1AE6D);
  border-bottom: 1px solid rgba(43, 43, 43, 0.2392156863);
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content .table .table_body .table_row:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 8px 8px;
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content .table .table_body .table_row.subrow {
  background: transparent;
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content .table .table_body .table_row .tabel_cell {
  color: var(--Single-Tone-black, #2B2B2B);
  font-size: 12.73px;
  font-weight: 400;
  line-height: 125%; /* 15.912px */
  padding: 2px 8px;
  width: 60px;
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content .table .table_body .table_row .tabel_cell:first-of-type {
  width: 170px;
}
.product_image_slider_wrap .modal_overlay .modal_content .accordion .accordion_content .table .table_body .table_row .tabel_cell:last-of-type {
  width: 80px;
  text-align: right;
}

.whats_inside {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 96px 0 48px;
}
@media screen and (max-width: 991px) {
  .whats_inside {
    padding: 48px 0;
  }
}
.whats_inside h2 {
  width: 100%;
  color: var(--Single-Tone-black, #2B2B2B);
  text-align: center;
  font-family: "Obviously", sans-serif;
  font-size: 71.96px;
  font-weight: 470;
  line-height: 115%; /* 82.754px */
  letter-spacing: -0.72px;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .whats_inside h2 {
    font-size: 36px;
  }
}
.whats_inside .column {
  width: calc(33.3333333333% - 16px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .whats_inside .column {
    width: 100%;
    margin-bottom: 24px;
  }
}
.whats_inside .column.right .block {
  justify-content: flex-start;
  margin-top: 10px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .whats_inside .column.right .block {
    margin-bottom: 30px;
  }
}
.whats_inside .column.right .block:hover {
  margin-top: 0;
  transition: all 0.4s;
}
.whats_inside .column.right .block:last-of-type {
  margin-bottom: 10px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .whats_inside .column.right .block:last-of-type {
    margin-top: 30px;
  }
}
.whats_inside .column.right .block:last-of-type:hover {
  margin-bottom: 0px;
  transition: all 0.4s;
}
.whats_inside .column.right .block:last-of-type .item_content {
  width: 100%;
}
.whats_inside .column.right .block:first-of-type {
  width: calc(100% - 30px);
}
.whats_inside .column.right .block .item_content .arrow {
  left: 30px;
}
.whats_inside .column.center {
  position: relative;
}
.whats_inside .column.center img {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  transform: scale(1.2);
  transition: all 0.4s;
}
.whats_inside .column.center img:hover {
  transform: scale(1.3);
  transition: all 0.4s;
}
.whats_inside .column .block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .whats_inside .column .block {
    margin-bottom: 30px;
  }
}
.whats_inside .column .block:hover {
  margin-top: 0;
  transition: all 0.4s;
}
.whats_inside .column .block:last-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .whats_inside .column .block:last-of-type {
    margin-top: 30px;
  }
}
.whats_inside .column .block:last-of-type:hover {
  margin-bottom: 0px;
  transition: all 0.4s;
}
.whats_inside .column .block:last-of-type .item_content {
  width: calc(100% - 30px);
}
.whats_inside .column .block:last-of-type .item_content .arrow {
  top: -19px;
}
.whats_inside .column .block .item_content {
  padding: 16px;
  border-radius: 24px;
  background: var(--Single-Tone-white, #FFF);
  position: relative;
  box-shadow: 0 4px 5.46px 0 rgba(0, 0, 0, 0.32);
  width: 100%;
}
.whats_inside .column .block .item_content .arrow {
  position: absolute;
  bottom: -20px;
  right: 30px;
}
.whats_inside .column .block .item_content .arrow svg path {
  box-shadow: 0 4px 5.46px 0 rgba(0, 0, 0, 0.32);
}
.whats_inside .column .block .item_content h4 {
  color: var(--Single-Tone-black, #2B2B2B);
  font-family: "TikTok Sans", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 125%; /* 31.813px */
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .whats_inside .column .block .item_content h4 {
    font-size: 18px;
  }
}
.whats_inside .column .block .item_content h4 svg {
  margin-right: 4px;
}
.whats_inside .column .block .item_content p {
  color: var(--Single-Tone-black, #2B2B2B);
  font-size: 16px;
  font-weight: 500;
  line-height: 125%; /* 22.5px */
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .whats_inside .column .block .item_content p {
    font-size: 12px;
  }
}

.eco_block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .eco_block {
    margin-bottom: 48px;
    flex-wrap: wrap;
  }
}
.eco_block .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 24px;
  padding-right: 24px;
  border-right: 1px solid rgba(43, 43, 43, 0.24);
}
@media screen and (max-width: 768px) {
  .eco_block .item {
    width: 100%;
    margin-bottom: 24px;
    border-right: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .eco_block .item br {
    display: none;
  }
}
.eco_block .item:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.eco_block .item .icon {
  margin-right: 12px;
}
.eco_block .item p {
  color: var(--Single-Tone-black, #2B2B2B);
  font-size: 12.73px;
  font-weight: 600;
  line-height: 125%; /* 15.912px */
  text-transform: uppercase;
}

.choose_size_wrap {
  padding: 96px 0;
}
@media screen and (max-width: 991px) {
  .choose_size_wrap {
    padding: 48px 0;
  }
}
.choose_size_wrap h2 {
  color: var(--Single-Tone-black, #2B2B2B);
  text-align: center;
  font-family: "Obviously", sans-serif;
  font-size: 71.96px;
  font-weight: 470;
  line-height: 115%; /* 82.754px */
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .choose_size_wrap h2 {
    font-size: 36px;
  }
}
.choose_size_wrap .choose_size {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .choose_size_wrap .choose_size {
    flex-wrap: wrap;
  }
}
.choose_size_wrap .choose_size .sizes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 0;
}
.choose_size_wrap .choose_size .sizes .size {
  color: var(--Reed, #8B1922);
  text-align: center;
  font-family: "Obviously", sans-serif;
  font-size: 25.45px;
  font-weight: 470;
  line-height: 115%;
  letter-spacing: -0.255px;
  text-transform: uppercase;
  padding: 5px 25px 10px 25px;
  border-radius: 4px;
  background: var(--bg, #F7F0E3);
  margin: 0 4px;
}
@media screen and (max-width: 768px) {
  .choose_size_wrap .choose_size .sizes .size {
    font-size: 18px;
    padding: 5px 15px 10px 15px;
  }
}
.choose_size_wrap .choose_size span {
  color: var(--Single-Tone-black, #2B2B2B);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%; /* 22.5px */
  display: block;
  width: 100%;
  margin-top: 24px;
}
.choose_size_wrap .choose_size .img_wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.choose_size_wrap .choose_size .img_wrap#sf1:before {
  background-image: url("/wp-content/themes/victor-child/assets/images/circle_small.svg");
}
.choose_size_wrap .choose_size .img_wrap:before {
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
  width: 200px;
  height: 200px;
  background-image: url("/wp-content/themes/victor-child/assets/images/circle.svg");
  background-size: contain;
  z-index: 0;
  animation: spin 10s linear infinite;
}
@media screen and (max-width: 768px) {
  .choose_size_wrap .choose_size .img_wrap:before {
    width: 125px;
    height: 125px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.choose_size_wrap .choose_size .img_wrap img {
  position: relative;
  z-index: 1;
  will-change: transform;
  transform-style: preserve-3d;
}
@media screen and (max-width: 768px) {
  .choose_size_wrap .choose_size .img_wrap img {
    display: none;
  }
}
.choose_size_wrap .choose_size .img_wrap img.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .choose_size_wrap .choose_size .img_wrap img.mobile {
    display: block;
  }
}
.choose_size_wrap .choose_size .left_size {
  width: 50%;
  text-align: center;
  position: relative;
  background: var(--Orrnge, #DA7C36);
  padding: 96px 24px;
  transition: all 0.5s;
  perspective: 800px;
}
@media screen and (max-width: 991px) {
  .choose_size_wrap .choose_size .left_size {
    width: 100%;
    padding: 60px 24px;
  }
}
@media screen and (min-width: 991px) {
  .choose_size_wrap .choose_size .left_size:hover {
    width: 60%;
    transition: all 0.5s;
  }
}
.choose_size_wrap .choose_size .right_size {
  width: 50%;
  text-align: center;
  position: relative;
  background: #E6AA56;
  padding: 96px 24px;
  perspective: 800px;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .choose_size_wrap .choose_size .right_size {
    width: 100%;
    padding: 60px 24px;
  }
}
@media screen and (min-width: 991px) {
  .choose_size_wrap .choose_size .right_size:hover {
    width: 60%;
    transition: all 0.5s;
  }
}

.people_images_wrap {
  padding: 96px 0;
  padding-left: max(15px, (100vw - var(--container)) / 2);
}
@media screen and (max-width: 991px) {
  .people_images_wrap {
    padding: 48px 0 96px;
  }
}
.people_images_wrap h2 {
  color: var(--Reed, #8B1922);
  text-align: center;
  font-family: "Obviously", sans-serif;
  font-size: 71.96px;
  font-weight: 470;
  line-height: 115%; /* 82.754px */
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .people_images_wrap h2 {
    font-size: 36px;
  }
}
.people_images_wrap .people_images {
  padding-right: 10%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .people_images_wrap .people_images {
    padding-right: 25%;
  }
}
.people_images_wrap .people_images .slick-list {
  overflow: visible;
}
.people_images_wrap .people_images .slick-dots {
  left: 0;
  bottom: -73px;
}
.people_images_wrap .people_images .slick-dots li {
  width: 24px;
  height: 16px;
  margin: 0 6px;
  background: url("/wp-content/themes/victor-child/assets/images/slider_dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.people_images_wrap .people_images .slick-dots li.slick-active {
  background: url("/wp-content/themes/victor-child/assets/images/slide_dot_active.svg");
  transition: all 0.4s;
}
.people_images_wrap .people_images .slick-dots li button {
  display: none;
}
@media screen and (max-width: 768px) {
  .people_images_wrap .people_images .slick-current .img_wrap .content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    transform: none;
    top: auto;
    left: 0;
  }
}
.people_images_wrap .people_images .img_wrap {
  height: 440px;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  border: 4px solid var(--bg, #F7F0E3);
}
.people_images_wrap .people_images .img_wrap:hover .content {
  opacity: 1; /* Devine complet vizibil */
  visibility: visible;
}
.people_images_wrap .people_images .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.people_images_wrap .people_images .img_wrap .content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  background: var(--Orrnge, #DA7C36);
  padding: 16px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.people_images_wrap .people_images .img_wrap .content .img_wrap {
  width: 120px;
  height: 120px;
  border: 0;
  border-radius: 4px;
}
.people_images_wrap .people_images .img_wrap .content .img_wrap img {
  transform: translate(-50%, -50%) scale(1.3);
}
.people_images_wrap .people_images .img_wrap .content b {
  color: var(--Single-Tone-white, #FFF);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: -0.04px;
  margin-bottom: 4px;
}
.people_images_wrap .people_images .img_wrap .content p {
  color: var(--Single-Tone-white, #FFF);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: -0.04px;
  margin-top: 12px;
}

.contact_modal_overlay {
  background: var(--Single-Tone-black, rgba(43, 43, 43, 0.24));
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
  display: flex;
}
.contact_modal_overlay.active {
  opacity: 1;
  display: flex;
  transition: all 0.5s;
  visibility: visible;
}
.contact_modal_overlay .modal_content {
  border-radius: 24px;
  background: var(--bg, #F7F0E3);
  max-width: 900px;
  position: absolute;
  padding: 48px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact_modal_overlay .modal_content {
    padding: 48px 16px;
    height: calc(100vh - 80px);
    overflow-y: auto;
  }
}
.contact_modal_overlay .modal_content .close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.contact_modal_overlay .modal_content h2 {
  color: var(--Single-Tone-black, #2B2B2B);
  text-align: center;
  font-family: "Obviously", sans-serif;
  font-size: 71.96px;
  font-weight: 470;
  line-height: 115%; /* 82.754px */
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact_modal_overlay .modal_content h2 {
    font-size: 36px;
  }
}
.contact_modal_overlay .modal_content .thank_you_text {
  display: none;
  color: var(--Reed, #8B1922);
  text-align: center;
  font-size: 50.89px;
  font-weight: 400;
  line-height: 125%; /* 63.612px */
  margin: 120px 0;
}
@media screen and (max-width: 768px) {
  .contact_modal_overlay .modal_content .thank_you_text {
    margin: 70px 0;
    font-size: 36px;
  }
}
.contact_modal_overlay .modal_content .description {
  color: var(--Single-Tone-black, #2B2B2B);
  text-align: center;
  font-size: 25.45px;
  font-weight: 400;
  line-height: 125%; /* 31.813px */
  max-width: 600px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .contact_modal_overlay .modal_content .description {
    font-size: 12px;
  }
}
.contact_modal_overlay .modal_content form .input_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact_modal_overlay .modal_content form .input_row {
    flex-wrap: wrap;
  }
}
.contact_modal_overlay .modal_content form .input_row .input_wrap {
  width: calc(50% - 6px);
}
@media screen and (max-width: 768px) {
  .contact_modal_overlay .modal_content form .input_row .input_wrap {
    width: 100%;
  }
}
.contact_modal_overlay .modal_content form .input_wrap {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact_modal_overlay .modal_content form .input_wrap {
    margin-bottom: 16px;
  }
}
.contact_modal_overlay .modal_content form .input_wrap.textarea p {
  padding: 0;
}
.contact_modal_overlay .modal_content form .input_wrap.textarea p textarea {
  width: 100%;
  padding: 12px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .contact_modal_overlay .modal_content form .input_wrap.textarea p textarea {
    height: 100px;
  }
}
.contact_modal_overlay .modal_content form .input_wrap.textarea p textarea:focus {
  outline: none;
}
.contact_modal_overlay .modal_content form .input_wrap p {
  position: relative;
  padding: 0 16px 0 48px;
  border-radius: 8px;
  border: 1px solid var(--true-gray-truegray-400, #A3A3A3);
  background: var(--Single-Tone-white, #FFF);
}
.contact_modal_overlay .modal_content form .input_wrap p br {
  display: none;
}
.contact_modal_overlay .modal_content form .input_wrap p svg {
  position: absolute;
  left: 12px;
  top: 14px;
}
@media screen and (max-width: 768px) {
  .contact_modal_overlay .modal_content form .input_wrap p svg {
    top: 7px;
  }
}
.contact_modal_overlay .modal_content form .input_wrap p label span.wpcf7-form-control-wrap {
  position: initial;
}
.contact_modal_overlay .modal_content form .input_wrap p label span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  font-size: 14px;
  bottom: -16px;
}
.contact_modal_overlay .modal_content form .input_wrap p input {
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .contact_modal_overlay .modal_content form .input_wrap p input {
    padding: 9px 0;
  }
}
.contact_modal_overlay .modal_content form .input_wrap p input:focus {
  outline: none;
}
.contact_modal_overlay .modal_content form .wpcf7-form-control.wpcf7-acceptance {
  display: flex;
  justify-content: center;
}
.contact_modal_overlay .modal_content form .wpcf7-form-control.wpcf7-acceptance label .wpcf7-list-item-label {
  color: var(--Single-Tone-black, #2B2B2B);
  font-size: 18px;
  font-weight: 500;
  line-height: 125%; /* 22.5px */
}
.contact_modal_overlay .modal_content form .wpcf7-form-control.wpcf7-acceptance label .wpcf7-list-item-label strong {
  color: var(--Orrnge, #DA7C36);
}
.contact_modal_overlay .modal_content form input[type=submit] {
  border-radius: 8px;
  background: #DA7C36;
  padding: 20px 48px;
  color: var(--Single-Tone-white, #FFF);
  text-align: center;
  font-family: "Obviously", sans-serif;
  font-size: 25.45px;
  font-weight: 470;
  line-height: 115%;
  margin: 24px auto 0;
  letter-spacing: -0.255px;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 768px) {
  .contact_modal_overlay .modal_content form input[type=submit] {
    width: 100%;
    padding: 15px 48px;
    margin: 0 auto 0;
  }
}
.contact_modal_overlay .modal_content form .wpcf7-spinner {
  position: absolute;
}
.contact_modal_overlay .modal_content form .wpcf7-response-output {
  display: none;
}
.contact_modal_overlay .modal_content .modal_img_1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .contact_modal_overlay .modal_content .modal_img_1 {
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
}
.contact_modal_overlay .modal_content .modal_img_2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .contact_modal_overlay .modal_content .modal_img_2 {
    display: none;
  }
}

footer.site-footer {
  background: #8B1922;
  padding: 96px 0 24px;
}
@media screen and (max-width: 991px) {
  footer.site-footer {
    padding: 48px 0 24px;
  }
}
footer.site-footer .footer_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  footer.site-footer .footer_content {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
}
footer.site-footer .footer_content .column {
  width: calc(33.3333333333% - 64px);
}
@media screen and (max-width: 991px) {
  footer.site-footer .footer_content .column {
    width: 100%;
    margin-bottom: 36px;
  }
}
footer.site-footer .footer_content .column h2 {
  font-family: "Obviously", sans-serif;
  font-weight: 470;
  font-size: 64.96px;
  line-height: 115%;
  letter-spacing: -1%;
  text-transform: uppercase;
  color: #F7F0E3;
  margin-bottom: 24px;
  margin-top: -12px;
}
@media screen and (max-width: 1200px) {
  footer.site-footer .footer_content .column h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  footer.site-footer .footer_content .column h2 {
    font-size: 36px;
  }
}
footer.site-footer .footer_content .column .mc4wp-form {
  margin: 24px 0;
}
footer.site-footer .footer_content .column .mc4wp-form p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .column .mc4wp-form p {
    flex-wrap: wrap;
  }
}
footer.site-footer .footer_content .column .mc4wp-form p input[type=email] {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid var(--bg, #F7F0E3);
  color: var(--bg, #F7F0E3);
  font-size: 18px;
  font-weight: 500;
  line-height: 125%; /* 22.5px */
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .column .mc4wp-form p input[type=email] {
    width: 100%;
    margin-right: 0;
  }
}
footer.site-footer .footer_content .column .mc4wp-form p input[type=email]::placeholder {
  color: white;
}
footer.site-footer .footer_content .column .mc4wp-form p input[type=email]:focus {
  outline: none;
}
footer.site-footer .footer_content .column .mc4wp-form p input[type=submit] {
  color: var(--Single-Tone-white, #8B1922);
  text-align: center;
  font-family: "Obviously", sans-serif;
  font-size: 18px;
  font-weight: 470;
  line-height: 115%;
  letter-spacing: -0.255px;
  text-transform: uppercase;
  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #FFF;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .column .mc4wp-form p input[type=submit] {
    width: 100%;
    margin-top: 12px;
  }
}
footer.site-footer .footer_content .column .social {
  display: flex;
  justify-content: flex-start;
}
footer.site-footer .footer_content .column .social a {
  margin-right: 24px;
}
footer.site-footer .footer_content .column h4 {
  font-family: "Obviously", sans-serif;
  font-weight: 470;
  font-size: 25.45px;
  line-height: 115%;
  letter-spacing: -1%;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #F7F0E3;
}
footer.site-footer .footer_content .column a {
  text-decoration: underline !important;
  transition: all 0.4s;
}
footer.site-footer .footer_content .column a:hover {
  color: #E6AA56;
  transition: all 0.4s;
}
footer.site-footer .footer_content .column a, footer.site-footer .footer_content .column p {
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: #F7F0E3;
  margin-bottom: 8px;
  display: block;
  transition: all 0.4s;
}
footer.site-footer .footer_content .column a:hover, footer.site-footer .footer_content .column p:hover {
  color: #E6AA56;
  transition: all 0.4s;
}
footer.site-footer .footer_content .column ul li a {
  text-decoration: none !important;
}
footer.site-footer .footer_content .column ul li a:hover {
  color: #E6AA56;
  transition: all 0.4s;
}
footer.site-footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer.site-footer .footer_bottom p, footer.site-footer .footer_bottom a {
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: #F7F0E3;
  margin-bottom: 8px;
  display: block;
}
footer.site-footer .footer_bottom p:hover, footer.site-footer .footer_bottom a:hover {
  color: #E6AA56;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_bottom .right_side {
    width: 100%;
  }
}
footer.site-footer .footer_bottom ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_bottom ul {
    justify-content: center;
    margin-top: 24px;
  }
}
footer.site-footer .footer_bottom ul li {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_bottom ul li {
    margin: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_bottom ul li a {
    font-size: 12px;
  }
}

@font-face {
  font-family: "Obviously";
  src: url("../fonts/obviously-narrow-bold.otf") format("opentype");
  font-display: swap;
  font-weight: 900;
}
@font-face {
  font-family: "Obviously";
  src: url("../fonts/obviously-narrow-bold.otf") format("opentype");
  font-display: swap;
  font-weight: 470;
}
@font-face {
  font-family: "Obviously";
  src: url("../fonts/fonnts.com-Obviously_Lght.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "Obviously";
  src: url("../fonts/fonnts.com-Obviously_Medi.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Obviously";
  src: url("../fonts/fonnts.com-Obviously_Semi.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Obviously";
  src: url("../fonts/fonnts.com-Obviously_Thin.woff2") format("woff2");
  font-display: swap;
  font-weight: 100;
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  cursor: none;
}

/* Ascunderea cursorului nativ pe elementele principale */
body {
  cursor: none;
}

a {
  cursor: none;
}

button {
  cursor: none;
}

/* Stilurile pentru Punctul Central */
.cur-dot {
  position: fixed;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C8661A; /* Poți înlocui cu variabila ta de culoare, ex: var(--c1) */
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s;
}
@media screen and (max-width: 768px) {
  .cur-dot {
    display: none;
  }
}

/* Stilurile pentru Cercul Exterior */
.cur-ring {
  position: fixed;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #C8661A; /* Aceeași culoare ca punctul */
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .cur-ring {
    display: none;
  }
}

/* Efectul de Hover (când body primește clasa .ch din JS) */
body.ch .cur-dot {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  body.ch .cur-dot {
    display: none;
  }
}

body.ch .cur-ring {
  opacity: 0; /* Cercul dispare, iar punctul se mărește */
}

/* Stilurile pentru Urmele de tip Trail (opțional, dacă folosești și codul trail din JS) */
.trail {
  position: fixed;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C8661A;
  pointer-events: none;
  z-index: 9997;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .trail {
    display: none;
  }
}

@keyframes blobFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-22px) scale(1.05);
  }
}
.scroll-cue {
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 52px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  position: relative;
}

.scroll-line::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.72);
  animation: scrollPulse 2.2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

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