body {
  overflow-x: hidden;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
}

.has-global-padding > .alignfull > :where([class*="wp-block-"]:not(.alignfull):not(.alignfull):not(.wp-block-column):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);
}

/*

.alignwide {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

*/

.slick-prev,
.slick-next {
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
}

.slick-prev:before {
  -webkit-mask-image: url(/wp-content/themes/snug-designs-shine/assets/images/left-arrow.svg);
  mask-image: url(/wp-content/themes/snug-designs-shine/assets/images/left-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: " " !important;
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--wp--preset--color--shine-colour-6);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  opacity: 1 !important;
	
}

.slick-next:before {
  -webkit-mask-image: url(/wp-content/themes/snug-designs-shine/assets/images/left-arrow.svg);
  mask-image: url(/wp-content/themes/snug-designs-shine/assets/images/left-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: " " !important;
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--wp--preset--color--shine-colour-6);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  opacity: 1 !important;
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

:where(.wp-block-columns.has-background),
:where(.wp-block-group.has-background) {
  padding: 0;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: none;
}

.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  transform: translate(-50%, 0);
  left: 50%;
  text-align: center;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  display: block;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  text-decoration: inherit;
}

/* Default Blocks */

.wp-block-post-terms a {
  text-decoration: inherit;
  color: inherit;
}

.wp-block-post-navigation-link a {
  text-decoration: inherit;
}

.wp-block-comment-author-name a {
  text-decoration: inherit;
}

.wp-block-comment-date a {
  text-decoration: inherit;
}

.wp-block-comment-edit-link a {
  text-decoration: inherit;
}

.wp-block-comment-reply-link a {
  text-decoration: inherit;
}

.wp-block-post-comments-form input[type="submit"] {
  border-bottom: 2px solid;
  padding: 10px 0;
  background: transparent;
  color: var(--wp--preset--color--shine-text-colour);
}

/* Custom block styles */

.wp-block-read-more.is-style-button-underline,
.is-style-button-underline a:not(.added_to_cart),
.is-style-button-underline:not(.wp-block-woocommerce-product-button) div {
  border-bottom: 2px solid;
  padding: 10px 0;
  background: transparent;
  color: var(--wp--preset--color--shine-text-colour);
}

.wc-block-components-product-button button,
.wc-block-components-product-button a:not(.added_to_cart) {
  border-bottom: 2px solid !important;
  padding: 10px 0;
  background: transparent;
  color: var(--wp--preset--color--shine-text-colour);
  text-transform: uppercase;
}

.wp-block-query-pagination .is-style-button-underline {
  border-bottom: 2px solid;
  padding: 10px 0;
  background: transparent;
  color: var(--wp--preset--color--shine-text-colour);
}

.wp-block-read-more:hover,
.wp-block-button__link a:hover,
.wp-block-button__link:hover {
  color: var(--wp--preset--color--shine-colour-5) !important;
}

.wp-block-columns.is-style-columns-no-gap {
  gap: 0;
}

.is-style-heading-underline-colour-1 {
  box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-1);
  -webkit-box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-1);
  -moz-box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-1);
  display: block;
  width: fit-content;
}

.is-style-heading-underline-colour-2 {
  box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-2);
  -webkit-box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-2);
  -moz-box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-2);
  display: block;
  width: fit-content;
}

.is-style-heading-underline-colour-3 {
  box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-3);
  -webkit-box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-3);
  -moz-box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-3);
  display: block;
  width: fit-content;
}

.is-style-heading-underline-colour-4 {
  box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-4);
  -webkit-box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-4);
  -moz-box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-4);
  display: block;
  width: fit-content;
}

.is-style-heading-underline-colour-5 {
  box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-5);
  -webkit-box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-5);
  -moz-box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-5);
  display: block;
  width: fit-content;
}

.is-style-heading-underline-colour-6 {
  box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-6);
  -webkit-box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-6);
  -moz-box-shadow: inset 0 -20px 0 var(--wp--preset--color--shine-colour-6);
  display: block;
  width: fit-content;
}

/* Image and Text Pattern */

.image-text figure {
  height: 100%;
}

.image-text figure img {
  height: 100%;
  object-fit: cover;
}

/* Blog Archive - Full Width */

.blog-default .single-blog-post {
  gap: 0;
}

.blog-default .wp-block-post {
  margin-top: 0;
}

.blog-default .wp-block-post-template li:nth-of-type(even) .wp-block-columns {
  flex-direction: row-reverse;
}

.blog-default .content {
  text-align: center;
}

.blog-default .content .wp-block-post-title,
.blog-default .content .wp-block-post-title a {
  display: inline;
}

/* Post Meta */

.post-meta {
  gap: 10px 0 !important;
}

.post-meta > div {
  border-right: 1px solid var(--wp--preset--color--shine-text-colour);
  padding: 0 10px;
}

.post-meta > div:last-of-type {
  border-right: none;
}

.hidden-search .wp-block-search__label {
  cursor: pointer;
}

.hidden-search .wp-block-search__inside-wrapper {
  display: none;
}

.hidden-search .wp-block-search__inside-wrapper.show {
  display: block;
}

.wp-element-button,
.wp-block-button__link {
  letter-spacing: 0.8px;
}

/* Read More */

.wp-block-read-more {
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  letter-spacing: 0.8px;
}

/* Previous Page/Next Page */

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
  margin: 0 !important;
}

.wp-block-query-pagination-previous .is-arrow-arrow,
.wp-block-query-pagination-next .is-arrow-arrow {
  line-height: 0;
  font-size: 0;
  position: relative;
}

.wp-block-query-pagination-previous .is-arrow-arrow::before {
  -webkit-mask-image: url(/wp-content/themes/snug-designs-shine/assets/images/left-arrow.svg);
  mask-image: url(/wp-content/themes/snug-designs-shine/assets/images/left-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: " " !important;
  display: block;
  width: 15px;
  height: 15px;
  background-color: var(--wp--preset--color--shine-text-colour);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  opacity: 1 !important;
  position: absolute;
  top: -16px;
}

.wp-block-query-pagination-next .is-arrow-arrow::before {
  -webkit-mask-image: url(/wp-content/themes/snug-designs-shine/assets/images/left-arrow.svg);
  mask-image: url(/wp-content/themes/snug-designs-shine/assets/images/left-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: " " !important;
  display: block;
  width: 15px;
  height: 15px;
  background-color: var(--wp--preset--color--shine-text-colour);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  opacity: 1 !important;
  -webkit-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
  position: absolute;
  top: -16px;
}

/* Page Numbers */

.wp-block-query-pagination-numbers span,
.wp-block-query-pagination-numbers a {
  padding: 0 5px;
  position: relative;
  margin: 0 10px;
  color: inherit;
}

.wp-block-query-pagination-numbers .current::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--wp--preset--color--shine-text-colour);
  position: absolute;
  left: 0;
}

.wp-block-query-pagination-numbers a:hover {
  color: var(--wp--preset--color--shine-colour-6);
}

.wp-block-query-pagination-numbers a:hover::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--wp--preset--color--shine-colour-6);
  position: absolute;
  left: 0;
}

/* Footer */

footer {
  margin-block-start: 0 !important;
}

/* Comments */

.wp-block-post-comments-form .comment-reply-title {
  text-align: center;
}

.wp-block-post-comments-form input:not([type="submit"]),
.wp-block-post-comments-form textarea {
  border: 3px solid var(--wp--preset--color--shine-colour-5);
}

.comment-form .form-submit.wp-block-button {
  text-align: center;
}

/* Pagination */

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

.wp-block-query-pagination-numbers .page-numbers {
  padding: 0 10px;
}

/* Page Header Pattern */

/* Latest Posts Slider */

.slideshow-wrapper {
  max-width: 1200px !important;
}

.slideshow-wrapper .slide {
  position: relative;
}

.slideshow-wrapper .slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slideshow-wrapper .slide img {
  width: 100%;
}

.slideshow-wrapper .slide .wp-block-read-more {
}

/* Instagram */

.instagram-full-width #sb_instagram {
  max-width: none;
}

.instagram-full-width #sb_instagram p {
  margin: 0;
}

.page-header .content {
  text-align: center;
}

.page-header .content .is-style-heading-underline {
  display: inline;
}

.image-text .content {
  text-align: center;
}

.image-text .content .is-style-heading-underline {
  display: inline;
}

.featured-pages.graphics,
.latest-posts.graphics {
  position: relative;
  overflow: hidden;
}

.featured-pages.graphics .graphic-1,
.latest-posts.graphics .graphic-1 {
  position: absolute;
  top: -5%;
  left: -2%;
  padding: 0;
  margin: 0;
  width: 104%;
  height: 100%;
  max-width: none;
}

.featured-pages.graphics > *:not(.graphic-1),
.latest-posts.graphics > *:not(.graphic-1) {
  position: relative;
  z-index: 1;
}

.featured-pages.graphics .graphic-1 .wp-block-boldblocks-svg-block__inner,
.latest-posts.graphics .graphic-1 .wp-block-boldblocks-svg-block__inner {
  width: 100%;
  position: absolute;
}

.featured-pages .wp-block-column,
.latest-posts .wp-block-post {
  position: relative;
}

.featured-pages .wp-block-column h3,
.latest-posts .wp-block-post h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  width: 90%;
}

.featured-pages .wp-block-column:hover h3,
.latest-posts .wp-block-post:hover h3 {
  opacity: 1;
}

.featured-pages .wp-block-column .wp-block-image::before,
.latest-posts .wp-block-post .wp-block-post-featured-image::before {
  content: " ";
  background: var(--wp--preset--color--shine-colour-4);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.featured-pages .wp-block-column .wp-block-image:hover::before,
.latest-posts .wp-block-post .wp-block-post-featured-image:hover::before {
  opacity: 0.7;
}

.featured-pages .wp-block-image {
  margin: 0;
}

.featured-pages .wp-block-image a {
  display: block;
  line-height: 0;
}

.title-text.graphics {
  position: relative;
  overflow: hidden;
}

.title-text.graphics .graphic-1 {
  position: absolute;
  top: -5%;
  left: -2%;
  padding: 0;
  margin: 0;
  width: 104%;
  height: 100%;
  max-width: none;
}

.title-text.graphics .graphic-1 .wp-block-boldblocks-svg-block__inner {
  width: 100%;
  position: absolute;
}

.title-text.graphics > *:not(.graphic-1) {
  position: relative;
  z-index: 1;
}

/* Scrolling Text */

.scrolling-text {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.scrolling-text-wrapper {
  position: absolute;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  width: 100%;
  height: 100%;
  display: flex;
}

.scrolling-text p {
  display: inline-block;
  padding: 0 !important;
  padding-left: 10% !important;
  margin: auto 0 !important;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* FAQ */

.faq .wp-block-columns {
  justify-content: space-between;
}

.faq .faq-single h3 {
  cursor: pointer;
  position: relative;
}

.faq .faq-single h3::after {
  -webkit-mask-image: url(/wp-content/themes/snug-designs-shine/assets/images/down-arrow.svg);
  mask-image: url(/wp-content/themes/snug-designs-shine/assets/images/down-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--wp--preset--color--shine-colour-6);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  position: absolute;
  right: 0;
  top: 13px;
}

.faq .faq-single p {
  display: none;
}

/* Header Style 1 */

.header-style-1 .search-icon.wp-block-boldblocks-svg-block {
  margin: 0;
  position: absolute;
  right: 2%;
  top: 49%;
  transform: translate(0, -50%);
  cursor: pointer;
}

.header-style-1 {
  position: relative;
}

.search-full-width .wp-block-search {
  position: absolute;
  text-align: right;
  top: 47%;
  right: 20px;
  margin: 0;
  line-height: 0;
  transform: translate(0, -50%);
}

.search-full-width .wp-block-search label {
  cursor: pointer;
  font-size: 0;
}

.search-full-width .wp-block-search label::after {
  -webkit-mask-image: url(/wp-content/themes/snug-designs-shine/assets/images/search.svg);
  mask-image: url(/wp-content/themes/snug-designs-shine/assets/images/search.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--wp--preset--color--shine-text-colour);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  cursor: pointer;
  margin: 0 0 0 auto;
}

.search-full-width .wp-block-search .wp-block-search__inside-wrapper {
  display: none;
}

.search-full-width .wp-block-search .wp-block-search__inside-wrapper.show {
  display: block;
}

.header-style-1 .mobile-menu {
  display: none;
  margin: 0;
}

.close-icon {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 35px;
  height: 27px;
  width: 30px;
}

.search-pop-out .wp-block-search {
  opacity: 0;
  position: absolute;
  margin: 0;
  background: var(--wp--preset--color--shine-colour-3);
  padding: 10px 20px 15px;
  bottom: -30px;
}

.search-pop-out .wp-block-search.show {
  opacity: 1;
  right: 15px;
}

.search-pop-out .wp-block-search .search-icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: relative;
  top: auto;
  margin: auto;
  right: auto;
}

/* Header Style 2 */

/* Header Search */

.full-screen-search {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  left: -99999px;
}

.full-screen-search.show {
  left: 0;
  z-index: 100000;
}

.full-screen-search form {
  margin: auto;
  margin-block-start: auto !important;
}

.product-categories ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.product-categories ul li {
  display: inline-block;
  padding: 15px 20px;
}

/* WOOCOMMERCE */

.woocommerce div.product {
  margin-top: 0;
}

.woocommerce a.added_to_cart {
  display: block;
}

/* Product Image Gallery */

.woocommerce .wp-block-woocommerce-product-image-gallery {
  max-width: none;
}

.products-hover .wp-block-post {
  position: relative;
}

.products-hover .wp-block-post .content {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}

.products-hover .wp-block-post:hover .content {
  opacity: 1;
}

.products-hover .wp-block-post::before {
  content: " ";
  background: var(--wp--preset--color--shine-colour-4);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.products-hover .wp-block-post:hover::before {
  opacity: 0.7;
}

.products-hover .wp-block-post .wc-block-components-product-image {
  margin: 0;
}

/* Tabs */

.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 3px solid var(--wp--preset--color--shine-colour-6);
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  border-radius: 0;
  background: var(--wp--preset--color--shine-colour-6);
  color: var(--wp--preset--color--shine-light-text-colour);
  opacity: 0.7;
  padding: 10px 20px;
  margin: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--wp--preset--color--shine-colour-6);
  color: var(--wp--preset--color--shine-light-text-colour);
  opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--wp--preset--color--shine-light-text-colour);
  font-weight: unset;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--wp--preset--color--shine-light-text-colour);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.woocommerce div.product form.cart .variations {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}

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

.is-large.wc-block-cart .wc-block-cart-items td:after,
.is-large.wc-block-cart .wc-block-cart-items:after,
.wc-block-components-totals-wrapper:after,
.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,
.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,
.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after {
  border-color: var(--wp--preset--color--shine-colour-5);
  opacity: 1;
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
  border-width: 3px 0 0;
}

.is-large.wc-block-cart .wc-block-cart-items:after {
  border-width: 0 0 3px;
}

.wc-block-components-totals-wrapper:after {
  border-width: 3px 0 0;
}

.wc-block-components-product-metadata {
  font-size: inherit;
}

.wc-block-components-button:not(.is-link) {
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header,
.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: inherit;
  letter-spacing: 0.8px;
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,
.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,
.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after {
  border-width: 0 0 3px;
}

.woocommerce-page .input-text {
  font-family: inherit;
  border: 3px solid var(--wp--preset--color--shine-colour-5);
  font-size: inherit;
  background: var(--wp--preset--color--shine-colour-1);
}

.select2-container--default .select2-selection--single {
  border: 3px solid var(--wp--preset--color--shine-colour-5);
  border-radius: 0;
  background: var(--wp--preset--color--shine-colour-1);
}

.woocommerce-page .select2-container .select2-search__field,
.woocommerce-page .select2-container .select2-selection {
  font-size: inherit;
}

.select2-dropdown {
  background: var(--wp--preset--color--shine-colour-1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: var(--wp--preset--color--shine-colour-1);
  font-family: inherit;
  border: 3px solid var(--wp--preset--color--shine-colour-5);
}

.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"] {
  background: var(--wp--preset--color--shine-colour-1);
  font-family: inherit;
  border: 3px solid var(--wp--preset--color--shine-colour-5);
  border-radius: 0;
}

.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: var(--wp--preset--color--shine-colour-1);
  font-family: inherit;
  border: 3px solid var(--wp--preset--color--shine-colour-5);
  border-radius: 0;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  color: inherit;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  line-height: inherit;
}

.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
  max-width: none;
}

.wc-block-components-title.wc-block-components-title {
  font-family: inherit;
}

/* Contact Form 7 */

.wpcf7-form label {
  width: 100%;
  display: block;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea {
  border: none;
  border-bottom: 2px solid var(--wp--preset--color--shine-colour-5);
  background: transparent;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--wp--preset--color--shine-text-colour);
  padding: 7px 0;
  margin: 0 0 15px;
}

.wpcf7-form input:not([type="submit"])::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  color: var(--wp--preset--color--shine-colour-5);
  text-transform: uppercase;
}

.wpcf7-form input:not([type="submit"])::placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  color: var(--wp--preset--color--shine-colour-5);
  text-transform: uppercase;
}

.wpcf7-form input[type="submit"] {
  font-family: inherit;
  background: none;
  border: none;
  border-bottom: 2px solid var(--wp--preset--color--shine-colour-5);
  color: var(--wp--preset--color--shine-colour-5);
  padding: 0;
  padding: 7px 0;
  text-transform: uppercase;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
}

/* Search */

.wp-block-search__inside-wrapper {
  border-bottom: 2px solid var(--wp--preset--color--shine-text-colour);
}

.wp-block-search__input {
  font-family: inherit;
  border: none;
  background: transparent;
  color: var(--wp--preset--color--shine-text-colour);
  font-size: 16px;
  padding: 10px 0;
}

.wp-block-search__input::-webkit-input-placeholder {
  /* Edge */
  color: var(--wp--preset--color--shine-text-colour);
}

.wp-block-search__input::placeholder {
  color: var(--wp--preset--color--shine-text-colour);
}

.wp-block-search__button svg {
  fill: var(--wp--preset--color--shine-text-colour);
}

.wp-block-search__button.has-icon {
  background: transparent;
  padding: 0;
}

/* Sign Up */

/*
.sign-up-footer h2 {
  width: 100%;
}



#mc_embed_signup {
  background: transparent !important;
  clear: none !important;
  font: inherit !important;
  width: auto !important;
}

#mc_embed_signup #mc_embed_signup_scroll {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#mc_embed_signup .brandingLogo {
}

#mc_embed_signup .mc-field-group input[type="text"],
#mc_embed_signup .mc-field-group input[type="email"],
#mc_embed_signup .mc-field-group input[type="number"] {
  border: none;
  border-bottom: 3px solid var(--wp--preset--color--shine-colour-1);
  background: transparent;
  border-radius: 0;
}

#mc_embed_signup .helper_text {
  background: transparent !important;
}

#mc_embed_signup h2 {
  display: none;
}

.indicates-required {
  display: none;
}

#mc_embed_signup .mc-field-group {
  width: auto;
}

*/

/* Instagram Feed */

.sbi_photo_wrap > p {
  display: none;
}

@media only screen and (max-width: 781px) {
  .header-style-1 .mobile-menu {
    display: block;
  }

  .header-style-1 .main-menu-left,
  .header-style-1 .main-menu-right {
    display: none;
  }

  .header-style-1 .search-icon.wp-block-boldblocks-svg-block {
    right: 8%;
  }
}

@media only screen and (max-width: 781px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: 100% !important;
  }
}
