.has-global-padding > .alignfull > :where([class*="wp-block-"]:not(.alignfull):not(.alignfull):not([class*="__"]), p, h1, h2, h3, h4, h5, h6, ul, ol, li) {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

body,
* {
  box-sizing: border-box;
}

h1,
h2 {
  font-family: "fields-display";
}

.wp-site-blocks {
  overflow: hidden;
}

.wp-block-button .wp-block-button__link {
  transition: box-shadow 0.3s linear;
  -webkit-transition: box-shadow 0.3s linear;
}

.wp-block-button .wp-block-button__link:hover {
  -webkit-box-shadow: 7px 7px 0px 0px #d5b64e;
  -moz-box-shadow: 7px 7px 0px 0px #d5b64e;
  box-shadow: 7px 7px 0px 0px #d5b64e;
}

header .header-wrapper {
  position: relative;
  border-bottom: 1px solid #101010;
}

header .header-wrapper .logo {
  margin: 0 0 -15px 0;
  padding: 0 20px 0 0;
  background: #f8f2ef;
}

.search-open {
  cursor: pointer;
}

.search-full-screen {
  opacity: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -10;
  padding: 5%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.search-full-screen.open {
  opacity: 1;
  z-index: 100000;
}

.search-full-screen .search-full-screen-background {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
}

.search-full-screen .close-search {
  position: relative;
  cursor: pointer;
  width: 35px;
  height: 35px;
}

.search-full-screen .close-search .bar-1 {
  width: 35px;
  height: 2px;
  background-color: #101010;
  margin: 6px 0;
  transform: translate(0, 11px) rotate(-45deg);
}

.search-full-screen .close-search .bar-2 {
  width: 35px;
  height: 2px;
  background-color: #101010;
  margin: 6px 0;
  transform: translate(0, 3px) rotate(45deg);
}

.search-full-screen .search-form-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
}

.search-full-screen .search-form-wrapper input[type="search"] {
  width: 100%;
  border: 3px solid #ef9f9a;
  padding: 15px;
  font-family: "DM Sans", sans-serif;
  font-size: 1em;
  font-weight: 300;
  margin: 10px 0 0 0;
}

.search-full-screen .search-form-wrapper button {
  display: none;
}

.cart-button {
  position: relative;
  height: 20px;
}

.cart-button svg {
  width: 20px;
}

.cart-button p {
  margin: 0;
  position: absolute;
  top: -4px;
  right: -11px;
  z-index: 1;
  font-size: 12px;
  line-height: 0;
  color: #101010 !important;
}

.cart-button p::before {
  content: " ";
  width: 18px;
  height: 18px;
  display: block;
  background: #ebacc5;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cart-button:hover {
  color: #ef962b;
}

footer {
  margin-block-start: 0;
}

.footer-menu a {
  text-align: right;
  white-space: nowrap;
}

.footer-menu.wp-block-navigation .wp-block-navigation-item {
  display: block;
  width: 100%;
}

.copyright a {
  text-decoration: none;
}

footer .sign-up {
  max-width: 1400px;
  margin: 0 auto 75px;
}

footer .sign-up .ff__grid {
  display: flex;
  justify-content: space-between;
}

footer .sign-up .ff__cell {
  width: 43%;
  padding: 0 20px 0 0;
}

footer .sign-up input {
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 3px solid #f7ecdf;
  letter-spacing: 2.4px;
  font-family: "DM Sans", sans-serif;
  padding: 14px 0;
  width: 100%;
  border-radius: 0;
}

footer .sign-up input::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

footer .sign-up input:-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

footer .sign-up input::placeholder {
  color: #000000;
  text-transform: uppercase;
}

footer .sign-up button {
  background: #f7ecdf;
  color: #000000;
  border: none;
  border-bottom: 3px solid #f7ecdf;
  font-family: "DM Sans", sans-serif;
  width: 170px;
  padding: 16px 20px 12px;
  letter-spacing: 2.4px;
  transition: box-shadow 0.3s linear;
  -webkit-transition: box-shadow 0.3s linear;
}

footer .sign-up button:hover {
  -webkit-box-shadow: 7px 7px 0px 0px #ef962b;
  -moz-box-shadow: 7px 7px 0px 0px #ef962b;
  box-shadow: 7px 7px 0px 0px #ef962b;
}

.home-header {
  position: relative;
}

.home-header::before {
  content: " ";
  height: 275px;
  width: 275px;
  display: block;
  background: #ebacc5;
  border-radius: 50%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  position: absolute;
  right: -120px;
  top: -100px;
  z-index: -1;
}

.home-header::after {
  content: " ";
  height: 275px;
  width: 275px;
  display: block;
  background: #d5b64e;
  border-radius: 50%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  position: absolute;
  left: -50px;
  bottom: -100px;
  z-index: -1;
}

.home-header h1 strong {
  box-shadow: inset 0px -25px 0 #f3c5ae;
  -webkit-box-shadow: inset 0px -25px 0 #f3c5ae;
}

.home-header p {
  font-size: 20px;
  line-height: 35px;
}

.home-intro p {
  font-size: 36px;
  line-height: 54px;
}

.home-intro p.sub-title {
  font-size: 16px;
  line-height: normal;
}

.home-intro strong {
  font-weight: normal;
  box-shadow: inset 0 -30px #ebacc5;
  -webkit-box-shadow: inset 0 -14px 0 #ebacc5;
}

.home-intro .wp-block-button .wp-block-button__link:hover {
  -webkit-box-shadow: 7px 7px 0px 0px #ebacc5;
  -moz-box-shadow: 7px 7px 0px 0px #ebacc5;
  box-shadow: 7px 7px 0px 0px #ebacc5;
}

.home-shop {
  position: relative;
}

.home-shop::before {
  content: " ";
  height: 275px;
  width: 275px;
  display: block;
  background: #f8966e;
  border-radius: 50%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  position: absolute;
  right: 50px;
  top: -65px;
  z-index: -1;
}

.home-shop h2 strong {
  box-shadow: inset 0 -23px 0 #f3c5ae;
  -webkit-box-shadow: inset 0 -23px 0 #f3c5ae;
  -moz-box-shadow: inset 0 -23px 0 #f3c5ae;
}

.home-shop .slick-prev,
.home-shop .slick-next {
  height: 41px;
  width: 28px;
  margin: 0;
  z-index: 10;
}

.home-shop .slick-prev:before {
  content: " ";
  color: #000000;
  background-image: url(https://snugdesigns.co.uk/wp-content/themes/snugdesigns2020/assets/images/arrow-left.png);
  background-repeat: no-repeat;
  height: 41px;
  width: 28px;
  background-size: 100%;
  display: block;
  opacity: 1;
}

.home-shop .slick-next:before {
  content: " ";
  color: #000000;
  background-image: url(https://snugdesigns.co.uk/wp-content/themes/snugdesigns2020/assets/images/arrow-right.png);
  background-repeat: no-repeat;
  height: 41px;
  width: 28px;
  background-size: 100%;
  display: block;
  opacity: 1;
}

.home-about {
  position: relative;
}

.home-about::before {
  content: " ";
  height: 275px;
  width: 275px;
  display: block;
  background: #f8966e;
  border-radius: 50%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  position: absolute;
  right: -100px;
  bottom: -115px;
  z-index: -1;
}

.home-about h2 strong {
  font-weight: inherit;
  box-shadow: inset 0 -25px #f3c5ae;
  -webkit-box-shadow: inset 0 -25px 0 #f3c5ae;
}

.home-about figure {
  height: 100%;
}

.home-about figure img {
  height: 100%;
  object-fit: cover;
}

.home-quiz h2 strong {
  box-shadow: inset 0 -25px #f8f2ef;
  -webkit-box-shadow: inset 0 -25px 0 #f8f2ef;
}

.home-quiz .wp-block-button .wp-block-button__link:hover {
  -webkit-box-shadow: 7px 7px 0px 0px #f8966e;
  -moz-box-shadow: 7px 7px 0px 0px #f8966e;
  box-shadow: 7px 7px 0px 0px #f8966e;
}

.home-blog h2 {
  box-shadow: inset 0 -25px 0 #d5b64e;
  -webkit-box-shadow: inset 0 -25px 0 #d5b64e;
  -moz-box-shadow: inset 0 -25px 0 #d5b64e;
  padding: 0 10px;
  display: inline;
}

.home-blog .slick-prev,
.home-blog .slick-next {
  height: 41px;
  width: 28px;
  margin: 0;
  z-index: 10;
}

.home-blog .slick-prev:before {
  content: " ";
  color: #000000;
  background-image: url(https://snugdesigns.co.uk/wp-content/themes/snugdesigns2020/assets/images/arrow-left.png);
  background-repeat: no-repeat;
  height: 41px;
  width: 28px;
  background-size: 100%;
  display: block;
  opacity: 1;
}

.home-blog .slick-next:before {
  content: " ";
  color: #000000;
  background-image: url(https://snugdesigns.co.uk/wp-content/themes/snugdesigns2020/assets/images/arrow-right.png);
  background-repeat: no-repeat;
  height: 41px;
  width: 28px;
  background-size: 100%;
  display: block;
  opacity: 1;
}

.home-how {
  position: relative;
}

.home-how::before {
  content: " ";
  height: 275px;
  width: 275px;
  display: block;
  background: #d9ba5b;
  border-radius: 50%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  position: absolute;
  left: -90px;
  bottom: -200px;
  z-index: -1;
}

.home-how h3 {
  font-size: 40px;
}

.home-how p {
  font-size: 22px;
}

.home-how .number {
  height: 100px;
  max-width: 100px;
  min-width: 100px;
  border-radius: 50%;
  margin: 0 auto 0;
  position: relative;
  margin: -78px auto 0;
}

.home-how .number p {
  font-family: "fields-display";
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 4px 0 0 0;
}

.home-how h2 {
  box-shadow: inset 0 -25px #f3c5ae;
  -webkit-box-shadow: inset 0 -25px 0 #f3c5ae;
}

.home-how .wrapper {
  height: 100%;
}

.home-problem {
  position: relative;
}

.home-problem::before {
  content: " ";
  height: 275px;
  width: 275px;
  display: block;
  background: #f3c5ae;
  border-radius: 50%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  position: absolute;
  left: -50px;
  top: -100px;
  z-index: -1;
}

.home-problem::after {
  content: " ";
  height: 275px;
  width: 275px;
  display: block;
  background: #ebacc5;
  border-radius: 50%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  position: absolute;
  right: -120px;
  bottom: -150px;
  z-index: -1;
}

.home-problem h2 strong:first-child {
  box-shadow: inset 0 -25px #d5b64e;
  -webkit-box-shadow: inset 0 -25px 0 #d5b64e;
}

.home-problem h2 strong:last-child {
  box-shadow: inset 0 -25px #f8966e;
  -webkit-box-shadow: inset 0 -25px 0 #f8966e;
}

.home-problem figure {
  height: 100%;
}

.home-problem figure img {
  height: 100%;
  object-fit: cover;
}

.home-problem .wp-block-button .wp-block-button__link:hover {
  -webkit-box-shadow: 7px 7px 0px 0px #f3c5ae;
  -moz-box-shadow: 7px 7px 0px 0px #f3c5ae;
  box-shadow: 7px 7px 0px 0px #f3c5ae;
}

.about-header {
  position: relative;
}

.about-header::before {
  content: " ";
  height: 275px;
  width: 275px;
  display: block;
  background: #ebacc5;
  border-radius: 50%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  position: absolute;
  right: -120px;
  top: -100px;
  z-index: -1;
}

.about-header::after {
  content: " ";
  height: 275px;
  width: 275px;
  display: block;
  background: #d5b64e;
  border-radius: 50%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  position: absolute;
  left: -50px;
  bottom: -100px;
  z-index: -1;
}

.about-header h1 strong {
  box-shadow: inset 0 -30px #f3c5ae;
  -webkit-box-shadow: inset 0 -30px 0 #f3c5ae;
}

.about-help h2 strong {
  box-shadow: inset 0 -25px #f3c5ae;
  -webkit-box-shadow: inset 0 -25px 0 #f3c5ae;
}

.blog-archive-title h1 {
  box-shadow: inset 0 -30px 0 #ebacc5;
  -webkit-box-shadow: inset 0 -30px 0 #ebacc5;
  -moz-box-shadow: inset 0 -30px 0 #ebacc5;
}

.blog-categories a {
  text-decoration: inherit;
}

.blog-categories li:nth-of-type(3n + 1) a {
  color: #f8966e !important;
}

.blog-categories li:nth-of-type(3n + 2) a {
  color: #ebacc5 !important;
}

.blog-categories li:nth-of-type(3n + 3) a {
  color: #d5b64e !important;
}

.blog-latest-post .wp-block-read-more {
  width: 100%;
  max-width: 254px;
  text-align: center;
}

.wp-block-query-pagination a {
  text-decoration: inherit;
}

.wp-block-query-pagination-numbers span {
  padding: 5px 10px;
  margin: 0 10px;
}

.wp-block-query-pagination-numbers .current {
  background: #f8966e;
  color: #fff;
}

.wp-block-post-title a {
  text-decoration: inherit;
  font-family: inherit;
}

.post-meta a {
  text-decoration: inherit;
}

.showcase-title h1 {
  box-shadow: inset 0 -30px 0 #f3c5ae;
  -webkit-box-shadow: inset 0 -30px 0 #f3c5ae;
  -moz-box-shadow: inset 0 -30px 0 #f3c5ae;
}

.showcase-filters .searchandfilter ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.showcase-filters .searchandfilter ul li {
  letter-spacing: 2.4px;
  font-weight: 400;
  width: 48%;
}

.showcase-filters .searchandfilter ul li label {
  width: 100%;
}

.showcase-filters .searchandfilter ul li label br {
  display: none;
}

.showcase-filters .searchandfilter ul li label select {
  width: 100%;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2.4px;
  padding: 15px 25px;
  font-size: 1em;
  -webkit-appearance: none;
  background-image: url(https://snugdesigns.co.uk/wp-content/themes/snugdesigns2020/assets/images/arrow-down-white.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  border-radius: 15px;
}

.showcase-filters .searchandfilter ul li:nth-of-type(1) label select {
  background-color: #f8966e;
}

.showcase-filters .searchandfilter ul li:nth-of-type(2) label select {
  background-color: #d5b64e;
}

.showcase-pop-up {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
}

.showcase-pop-up.show {
  display: block;
}

.showcase-posts .wp-block-post .wp-block-post-featured-image {
  cursor: pointer;
}

.showcase-pop-up .showcase-pop-up-background {
  background: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.showcase-pop-up .showcase-pop-up-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 600px;
  height: 100%;
  background: #ffffff;
  padding: 15px;
  height: calc(100% - 40px);
  top: 20px;
  overflow-y: scroll;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: calc(100% - 40px);
  max-width: 800px;
}

.showcase-pop-up .showcase-pop-up-wrapper img {
  width: 100%;
  height: auto;
}

.showcase-close-button {
  display: block;
  cursor: pointer;
  margin: 0 0 0 auto;
  width: 35px;
  height: 35px;
}

.showcase-close-button .bar-1 {
  width: 35px;
  height: 2px;
  background-color: #101010;
  margin: 6px 0;
  transform: translate(0, 11px) rotate(-45deg);
}

.showcase-close-button .bar-2 {
  width: 35px;
  height: 2px;
  background-color: #101010;
  margin: 6px 0;
  transform: translate(0, 3px) rotate(45deg);
}

.product-showcase {
  max-width: none !important;
}

.product-showcase .showcase {
  padding: 0 15px;
}

.product-showcase .slick-prev,
.product-showcase .slick-next {
  height: 41px;
  width: 28px;
  margin: 0;
}

.product-showcase .slick-prev:before {
  content: " ";
  color: #000000;
  background-image: url(https://snugdesigns.co.uk/wp-content/themes/snugdesigns2020/assets/images/arrow-left.png);
  background-repeat: no-repeat;
  height: 41px;
  width: 28px;
  background-size: 100%;
  display: block;
  opacity: 1;
}

.product-showcase .slick-next:before {
  content: " ";
  color: #000000;
  background-image: url(https://snugdesigns.co.uk/wp-content/themes/snugdesigns2020/assets/images/arrow-right.png);
  background-repeat: no-repeat;
  height: 41px;
  width: 28px;
  background-size: 100%;
  display: block;
  opacity: 1;
}

.product-testimonials .slick-prev,
.product-testimonials .slick-next {
  height: 41px;
  width: 28px;
  margin: 0;
}

.product-testimonials .slick-prev:before {
  content: " ";
  color: #000000;
  background-image: url(https://snugdesigns.co.uk/wp-content/themes/snugdesigns2020/assets/images/arrow-left.png);
  background-repeat: no-repeat;
  height: 41px;
  width: 28px;
  background-size: 100%;
  display: block;
  opacity: 1;
}

.product-testimonials .slick-next:before {
  content: " ";
  color: #000000;
  background-image: url(https://snugdesigns.co.uk/wp-content/themes/snugdesigns2020/assets/images/arrow-right.png);
  background-repeat: no-repeat;
  height: 41px;
  width: 28px;
  background-size: 100%;
  display: block;
  opacity: 1;
}

.product-testimonials p strong {
  font-weight: normal;
}

.product-testimonials p strong:first-of-type {
  box-shadow: inset 0 -30px #d5b64e;
  -webkit-box-shadow: inset 0 -14px 0 #d5b64e;
}

.product-testimonials p strong:last-of-type {
  box-shadow: inset 0 -30px #f3c5ae;
  -webkit-box-shadow: inset 0 -14px 0 #f3c5ae;
}

.wp-block-woocommerce-product-price {
  font-size: 28px;
}

.shop-archive-title strong {
  box-shadow: inset 0 -25px #f3c5ae;
  -webkit-box-shadow: inset 0 -25px 0 #f3c5ae;
}

.product-faq h3 {
  position: relative;
  padding: 0 40px 0 0px;
  cursor: pointer;
}

.product-faq h3::after {
  content: " ";
  transform: translate3d(0, 0, 0);
  animation: arrow-reverse 0.4s ease-in-out;
  display: inline-block;
  width: 20px;
  height: 24px;
  -webkit-mask-image: url(/wp-content/themes/snug-designs-2024/assets/images/arrow-down.svg);
  mask-image: url(/wp-content/themes/snug-designs-2024/assets/images/arrow-down.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #101010;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  right: 0;
  top: 3px;
}

.product-faq p {
  display: none;
}

table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
  border-spacing: 0;
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
  border-top: 3px solid #f3c5ae;
  opacity: 1;
}

.is-large.wc-block-cart .wc-block-cart-items:after {
  border-bottom: 3px solid #f3c5ae;
  opacity: 1;
}

table.wc-block-cart-items thead th {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2.4px;
}

.wc-block-components-product-metadata__description {
  display: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  text-decoration: none;
}

.wc-block-components-totals-wrapper:after {
  border-top: 3px solid #f3c5ae;
  opacity: 1;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2.4px;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  text-transform: uppercase;
  background: #d5b64e;
  letter-spacing: 2.4px;
  font-weight: 400;
  border-radius: 15px;
  transition: box-shadow 0.3s linear;
  -webkit-transition: box-shadow 0.3s linear;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  -webkit-box-shadow: 7px 7px 0px 0px #ef9f9a;
  -moz-box-shadow: 7px 7px 0px 0px #ef9f9a;
  box-shadow: 7px 7px 0px 0px #ef9f9a;
}

.cart-title,
.checkout-title {
  box-shadow: inset 0 -30px 0 #ebacc5;
  -webkit-box-shadow: inset 0 -30px 0 #ebacc5;
  -moz-box-shadow: inset 0 -30px 0 #ebacc5;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"],
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  background: transparent;
  border: 3px solid #f3c5ae;
  opacity: 1;
  border-radius: 0;
}

.template-demos .tabs {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.template-demos .tabs li {
  display: block;
  width: 32%;
  padding: 15px 10px;
  border-radius: 15px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}

.template-demos .tabs li:nth-of-type(1) {
  background: #ecadc6;
}

.template-demos .tabs li:nth-of-type(2) {
  background: #dabc60;
}

.template-demos .tabs li:nth-of-type(3) {
  background: #f8966e;
}

.template-demos .tab-content {
  display: none;
}

.template-demos .tab-content.current {
  display: inherit;
}

.template-demos.buttons a {
  text-align: center;
  display: block;
  text-transform: uppercase;
  background: #f8f2ef;
  color: #101010;
  padding: 20px;
  letter-spacing: 2.4px;
  float: left;
  margin: 0;
  font-weight: 400;
  line-height: 1em;
  transition: box-shadow 0.3s linear;
  -webkit-transition: box-shadow 0.3s linear;
  border-radius: 15px;
  border: 2px solid #101010;
  margin: 0;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.template-demos.buttons {
  width: 50%;
}

.woocommerce div.product form.cart div.quantity {
  display: none;
}

.wp-block-add-to-cart-form {
  width: 50%;
}

.wp-block-add-to-cart-form form.cart {
  margin-bottom: 0 !important;
}

.single_add_to_cart_button {
  width: 100%;
  text-align: center;
  display: block;
  text-transform: uppercase;
  background: #101010;
  color: #ffffff;
  letter-spacing: 2.4px;
  float: left;
  border-radius: 15px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  transition: box-shadow 0.3s linear;
  -webkit-transition: box-shadow 0.3s linear;
  border: 2px solid #101010;
  padding: 20px 20px;
  line-height: 1em;
}

.postid-1188 .installation-addon {
  display: none;
}

@media only screen and (max-width: 900px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
    margin: 0 0 0 auto;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }

  .nav-wrapper {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 781px) {
  .home-intro p {
    font-size: 26px;
    line-height: 40px;
  }

  .home-shop .slick-prev {
    left: 0px;
  }

  .home-shop .slick-next {
    right: 0px;
  }

  .home-shop .slick-prev,
  .home-shop .slick-next {
    height: 32px;
    width: 20px;
  }

  .home-shop .slick-prev::before,
  .home-shop .slick-next::before {
    height: 32px;
    width: 20px;
  }

  .home-problem {
    padding-right: var(--wp--style--root--padding-right) !important;
    padding-left: var(--wp--style--root--padding-left) !important;
  }

  .home-about {
    padding-right: var(--wp--style--root--padding-right) !important;
    padding-left: var(--wp--style--root--padding-left) !important;
  }

  .home-how .wp-block-column {
    margin-bottom: 60px;
  }

  .home-blog .slick-prev {
    left: 0px;
  }

  .home-blog .slick-next {
    right: 0px;
  }

  .home-blog .slick-prev,
  .home-blog .slick-next {
    height: 32px;
    width: 20px;
  }

  .home-blog .slick-prev::before,
  .home-blog .slick-next::before {
    height: 32px;
    width: 20px;
  }

  .home-blog .wp-block-post > .wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .home-quiz {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-quiz .content {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
  }

  .home-quiz .content .wp-block-button {
    width: 100%;
  }

  .home-quiz .image .wp-block-image {
    margin: 0;
  }

  .footer-main {
    flex-wrap: wrap !important;
  }

  .footer-menu {
    width: 100%;
  }

  .footer-menu ul {
    width: 100%;
  }

  .footer-menu a {
    text-align: center;
    white-space: nowrap;
  }

  .footer-menu.wp-block-navigation .wp-block-navigation-item {
    display: block;
    width: 100%;
  }

  footer .sign-up .ff__grid {
    flex-direction: column;
  }

  footer .sign-up .ff__cell {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
}
