@import url("https://fonts.googleapis.com/css2?family=Allison&display=swap");
.allison-regular {
  font-family: "Allison", cursive;
  font-weight: 400;
  font-style: normal;
}

.has-large-font-size {
  font-size: 28px !important;
  line-height: 2.8rem;
}

:root {
  --main-color: #080808;
  --rose: #CE7E65;
  --blue: #76B5BC;
  --rose-l: #FEF3F3;
  --blue-l: #DEE8DB;
}

body.home #main h2 {
  font-weight: 400;
  font-size: 4rem;
  font-family: "Allison", cursive;
  margin-top: 0;
}

body.home #main h2 strong {
  color: var(--rose);
  font-weight: 700;
}

body > header#header .btn, body > header#header .wp-element-button, body > header#header #menu-links li a, body > header#header li.contact a, body > header#header .single_add_to_cart_button, body #main .btn, body #main .wp-element-button, body #main #menu-links li a, body #main li.contact a, body #main .single_add_to_cart_button, body.woocommerce > header#header .btn, body.woocommerce > header#header .wp-element-button, body.woocommerce > header#header #menu-links li a, body.woocommerce > header#header li.contact a, body.woocommerce > header#header .single_add_to_cart_button, body.woocommerce #main .btn, body.woocommerce #main .wp-element-button, body.woocommerce #main #menu-links li a, body.woocommerce #main li.contact a, body.woocommerce #main .single_add_to_cart_button {
  border: solid 1px #000;
  border-radius: 0;
  color: #000;
  background: #fff;
  font-weight: 400;
  padding: 1rem 3rem;
  margin-top: .5rem;
}

body > header#header .btn:hover, body > header#header .wp-element-button:hover, body > header#header #menu-links li a:hover, body > header#header li.contact a:hover, body > header#header .single_add_to_cart_button:hover, body #main .btn:hover, body #main .wp-element-button:hover, body #main #menu-links li a:hover, body #main li.contact a:hover, body #main .single_add_to_cart_button:hover, body.woocommerce > header#header .btn:hover, body.woocommerce > header#header .wp-element-button:hover, body.woocommerce > header#header #menu-links li a:hover, body.woocommerce > header#header li.contact a:hover, body.woocommerce > header#header .single_add_to_cart_button:hover, body.woocommerce #main .btn:hover, body.woocommerce #main .wp-element-button:hover, body.woocommerce #main #menu-links li a:hover, body.woocommerce #main li.contact a:hover, body.woocommerce #main .single_add_to_cart_button:hover {
  background-color: #000;
  color: #fff;
}

body > header#header .btn2 a, body #main .btn2 a, body.woocommerce > header#header .btn2 a, body.woocommerce #main .btn2 a {
  background-color: #fff;
  color: var(--rose);
}

body > header#header .btn2 a:after, body #main .btn2 a:after, body.woocommerce > header#header .btn2 a:after, body.woocommerce #main .btn2 a:after {
  filter: brightness(0) saturate(100%) invert(63%) sepia(18%) saturate(1081%) hue-rotate(328deg) brightness(86%) contrast(94%);
}

body > header#header .btn2 a:hover, body #main .btn2 a:hover, body.woocommerce > header#header .btn2 a:hover, body.woocommerce #main .btn2 a:hover {
  background-color: var(--rose);
  color: #fff;
}

body > header#header .btn2 a:hover:after, body #main .btn2 a:hover:after, body.woocommerce > header#header .btn2 a:hover:after, body.woocommerce #main .btn2 a:hover:after {
  filter: none;
}

body > header#header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body > header#header .logo {
  position: relative;
  padding-bottom: 3rem;
  padding-top: 3rem;
  margin-bottom: 3rem;
}

body > header#header .logo:after {
  position: absolute;
  content: ' ';
  height: 1px;
  width: 80px;
  background-color: var(--main-color);
  bottom: 0;
  transform: rotate(17deg);
}

body > header#header .logo:before {
  position: absolute;
  content: ' ';
  height: 1px;
  width: 80px;
  background-color: var(--main-color);
  bottom: 0;
  transform: rotate(-17deg);
}

body > header#header .logo h1 {
  margin: 0;
}

body > header#header .logo h1 img {
  width: 400px;
  height: auto;
}

body > header#header .header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 4rem;
  right: 4rem;
  z-index: 996;
}

body > header#header .header-actions .header-cart {
  text-decoration: none;
}

body > header#header .header-actions a {
  position: relative;
  display: flex;
}

body > header#header .header-actions svg {
  fill: none;
  stroke: var(--main-color);
  stroke-width: 2;
}

body > header#header .cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #000;
  color: #fff;
  font-size: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home #main .wp-block-group {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 1rem;
  padding-top: 3rem;
  margin-bottom: 3rem;
}

body.home #main .wp-block-group:after {
  position: absolute;
  content: ' ';
  height: 1px;
  width: 80px;
  background-color: var(--main-color);
  bottom: -23px;
  transform: rotate(17deg) translateX(-50%);
  left: 50%;
}

body.home #main .wp-block-group:before {
  position: absolute;
  content: ' ';
  height: 1px;
  width: 80px;
  background-color: var(--main-color);
  bottom: 0;
  transform: rotate(-17deg) translateX(-50%);
  left: 50%;
}

body.home #main .wp-block-group a {
  text-decoration: none;
  color: var(--main-color);
}

body.home #main .wp-block-woocommerce-product-collection ul li h2 a {
  font-family: Arial;
  font-size: 1rem;
  color: #000;
}

body #main .icon .exclamation {
  font-size: 5rem;
  font-weight: 700;
}

.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 90px;
  list-style: none;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.thumb-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.thumb-prev,
.thumb-next {
  width: 35px;
  height: 35px;
  cursor: pointer;
  border: none;
  font-size: 25px;
}

.flex-control-thumbs {
  flex: 1;
}

.single-product div.product form.cart .variations select {
  padding: .5rem 1rem;
}

.single-product div.product .single_variation_wrap a {
  font-size: .8rem;
}

.single-product .woocommerce-variation-add-to-cart {
  margin-top: 2rem;
}

.single-product div.product .summary .product_meta {
  font-size: .8rem;
  display: flex;
  flex-direction: column;
  line-height: 1.2rem;
}

.single-product div.product .summary {
  margin-top: 5rem;
}

.single-product div.product .summary .woocommerce-variation-add-to-cart {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

.single-product #sidebar {
  display: none;
}

body {
  text-align: left;
  background-color: #fff;
  font-family: Arial;
  color: var(--main-color);
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  --scrollbar-width: 17px;
  scrollbar-width: 17px;
  letter-spacing: 0.08rem;
  font-size: .9rem;
}

body #main {
  max-width: 991px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
  min-height: 400px;
}

body .df {
  display: flex;
}

body .jcc {
  justify-content: center;
}

body .jce {
  justify-content: end;
}

body .aic {
  align-items: center;
}
