/** Shopify CDN: Minification failed

Line 698:0 Expected "}" to go with "{"

**/
html {
  padding: 0 !important;
}

.heading {
  text-transform: uppercase;
}

/* .color-swatch__item:before, .color-swatch__item:after {
  border: none;
} */

/*---------header---------*/
body .header__wrapper ul.header__linklist {
  gap: 40px;
}

.announcement-bar__message p {
  font-size: 14px;
  line-height: 16.41px;
}

.header__bottom-navigation {
  border: inherit;
}

@media screen and (min-width: 741px) {
  h3.heading.h2 {
    font-size: 48px;
    letter-spacing: 0;
  }

  h3.heading.h3,
  h2.product-meta__title.heading.h3 {
    font-size: 36px;
    letter-spacing: 0;
  }

  .announcement-bar {
    padding-top: 3.9px;
    padding-bottom: 3.9px;
  }

  body .header__wrapper {
    padding: 8.5px 0;
  }

  body .announcement-bar__list {
    padding-left: 139.5px;
    padding-right: 139.5px;
  }

  .announcement-bar__message {
    min-width: 100%;
    max-width: 100%;
  }

  body .header__wrapper li.header__linklist-item {
    margin: 0 !important;
  }
}

ul.header__linklist li a {
  line-height: 16.41px;
  font-size: 18px;
  transition: all 0.35s;
  text-transform: capitalize;
}

/*-------footer--------*/
@media screen and (min-width: 1000px) {
  footer.footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .footer__inner .footer__aside {
    justify-content: space-between;
    margin-top: 80px;
  }

  .product-meta__title {
    margin-bottom: 20px;
  }

  span.footer__copyright span.square-separator {
    display: none;
  }

  .footer__item-content ul li a {
    line-height: 16.41px;
    font-size: 16px;
  }
}

.footer__item-list p.footer__item-title {
  font-weight: 700;
}

.footer__payment-methods span {
  color: #282828;
  font-size: 14px;
  margin-right: 21px !important;
}

/*----------Slide-Show-------------*/
@media screen and (min-width: 741px) {
  .slideshow__text-wrapper h3.heading.heading--large {
    font-size: 64px;
    line-height: 75px;
  }
}

.slideshow__slide .content-box {
  margin-left: 0 !important;
}

.slideshow__text-wrapper h2.heading.heading--small {
  margin-bottom: 10px;
}

.slideshow__text-wrapper h2.heading.heading--small span {
  font-weight: 400;
}

.slideshow__text-wrapper h3.heading {
  margin: 0 0 30px;
  text-transform: uppercase;
}

a.button.button--primary {
  font-weight: 700;
  letter-spacing: 0;
}

body .button {
  padding: 1.2px 43px !important;
}

/*---------collection-tabs----------*/
body .section__color-wrapper tabs-nav.tabs-nav {
  margin-top: 20px;
  margin-bottom: 40px;
}

body header.section__header {
  margin-bottom: 40px;
}

body .list-collections__item-list {
  grid-gap: 30px;
  row-gap: 30px;
}

.featured-collections a.product-item__title {
  font-size: 16px;
  line-height: 18.75px;
}

.image-with-text__content-list h3.heading.h3 {
  margin: 10px 0;
  line-height: 42.19px;
}

.image-with-text__content-list p {
  font-size: 16px;
  line-height: 26px;
}

/*------------text-with-icons--------------*/
native-carousel.text-with-icons .text-with-icons__item {
  max-width: 313px;
  margin: 0 auto;
}

.text-with-icons__icon-wrapper {
  margin-bottom: 10px;
  line-height: 26px;
}

.text-with-icons__item p.heading.heading--small {
  font-weight: 700;
  font-size: 14px;
  line-height: 16.41px;
  margin-bottom: 10px;
}

.text-with-icons__list .text-with-icons__item p {
  font-size: 16px;
  margin-top: 10px;
}

/*----------------testimonial----------------*/
.testimonial-list__wrapper span {
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  body .product.product--featured {
    margin-left: 30.5px;
    margin-right: 30.5px;
    padding-left: 30px;
  }
}

body .product.product--featured h2.product-meta__title {
  max-width: 362px;
}

/*----------product-page------------*/
body .product .product-meta {
  padding-bottom: 20px;
  border-color: #E0E0E0 !important;
  margin-bottom: 30px;
}

body .product .product-form {
  row-gap: 20px;
}

.product__media-image-wrapper {
  background: transparent;
}

button.product__thumbnail-item {
  border: 1px solid #e0e0e0;
}

/* MAIN PRODUCT IMAGES: leave theme behaviour alone */
.product .product__media-item img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Only target your custom non-photocard wrapper if present */
.product .product__media-image-wrapper--default {
  width: 100%;
  height: auto;
  overflow: visible !important;
  background: transparent !important;
}

.product .product__media-image-wrapper--default img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Photocards can still be handled separately */
.product--photocard .product__media-image-wrapper {
  overflow: hidden;
}

@media screen and (min-width: 741px) {
  body .product .product-form__payment-container {
    margin-top: 10px;
  }

  body .product .product-meta__aside,
  body .product .product__media-nav {
    margin-top: 20px;
  }

  /*-----------newsletter-----------*/
  .shopify-section--newsletter .image-with-text-block__content {
    padding: 40px;
    max-width: 501px;
    width: 100%;
  }
}

/*-----------newsletter-----------*/
.shopify-section--newsletter .image-with-text-block__content p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

.shopify-section--newsletter .newsletter__form {
  margin-top: 30px;
}

body .newsletter__form .input-row {
  column-gap: 10px;
}

body .newsletter__form .button {
  padding: 0 34px !important;
}

.list-collections__item-list p.heading.h3 {
  font-size: 30px;
  line-height: 35.16px;
  margin-bottom: 30px;
}

/*-----------blog-----------*/
h3.article-item__title.heading.h5 {
  font-size: 24px;
  line-height: 28.13px;
}

@media screen and (max-width: 741px) {
  .section {
    margin: 40px 0;
  }

  .shopify-section--slideshow section.section {
    margin-top: 0;
  }
}

h2.heading.heading--small {
  letter-spacing: 0;
}

footer.footer span.footer__copyright {
  font-size: 14px;
  line-height: 16.41px;
}

.footer__aside .image-bar {
  width: 176px;
}

.footer__aside .image-bar img {
  width: 100%;
}

.footer__item img.footer__image {
  margin-bottom: 30px;
}

.shopify-section--gallery h3.heading.h2 {
  margin-top: 20px;
  line-height: 56.25px;
}

.contact_bar {
  padding-left: 15px;
}

/* ---------- COLLECTION IMAGE RULES ONLY ---------- */
/* Restrict this to actual collection / product cards only */
.product-item .product-item__image-wrapper {
  height: auto !important;
}

.product-item .product-item__image-wrapper > a.product-item__aspect-ratio.aspect-ratio {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
  border: 1px solid #E0E0E0;
}

/* Fill collection squares neatly with no white strips */
.product-item .product-item__image-wrapper img,
.product-item .product-item__primary-image,
.product-item .product-item__secondary-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
/* ---------- END COLLECTION IMAGE RULES ---------- */

.footer__item-content li.linklist__item {
  padding-top: 0;
}

.footer-btm-left {
  display: flex;
  gap: 10px;
}

.social-media__item--etsy:hover svg path {
  fill: rgb(var(--background));
}

@media screen and (max-width: 529px) {
  .featured-collections .product-list__inner {
    --section-products-per-row: 1;
  }
}

.link--animated:after {
  background: initial;
}

a.header__linklist-link:hover {
  color: #7eb5cc;
  text-decoration: none !important;
}

@media screen and (min-width: 999px) {
  .product product-media.product__media {
    width: 50%;
    padding-right: 20px;
  }

  .product .product__info {
    width: 50%;
    padding-left: 20px;
  }
}

.shopify-section--popup .newsletter-modal .newsletter-modal__form {
  display: none;
}

.shopify-policy__body {
  max-width: 1300px;
}

.nav-dropdown li.nav-dropdown__item {
  padding: 5px 0;
}

li.mobile-nav__item .mobile-nav__link.heading.h6 {
  text-transform: capitalize;
}

/* footer.footer {
  border-top: 1px solid #eaeaea;
} */

.footer__inner img.footer__image {
  width: 125px;
}

@media screen and (min-width: 1000px) {
  modal-content#newsletter-popup .newsletter-modal {
    flex-direction: row;
    background: #fff;
  }

  modal-content#newsletter-popup .newsletter-modal .newsletter-modal__content {
    padding: 0 12px;
    background: #fff;
  }
}

modal-content#newsletter-popup .newsletter-modal__image,
modal-content#newsletter-popup .newsletter-modal__content {
  flex: 1 0 0;
  max-width: 340px;
  min-width: 340px;
}

.nav-dropdown::-webkit-scrollbar {
  width: 10px;
}

.nav-dropdown::-webkit-scrollbar-track {
  background: #ffffff;
}

.nav-dropdown::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

@media screen and (min-width: 1000px) {
  modal-content#newsletter-popup .modal__content {
    overflow: inherit;
  }
}

modal-content#newsletter-popup .newsletter-modal .newsletter-modal__content h2.heading.h5 {
  font-size: 20px;
}

modal-content#newsletter-popup .newsletter-modal .newsletter-modal__content h4 {
  font-size: 15px;
}

.product-tabs__tab-item-content.rte p {
  margin: 5px 0 !important;
}

.featured-collections .product-list .product-list__inner {
  margin-left: 0;
  margin-right: 0;
  grid-auto-columns: 100%;
}

button#pokingPreOrderAddToCart {
  width: fit-content;
}

#StickyAddToCart .loader-button__text {
  font-size: 15px;
}

@media screen and (max-width: 740px) {
  modal-content#newsletter-popup .newsletter-modal__image,
  modal-content#newsletter-popup .newsletter-modal__content {
    max-width: 100%;
  }

  .newsletter-modal__image {
    width: 100%;
    max-width: 100% !important;
  }

  .newsletter-modal {
    display: inherit;
  }
}

@media screen and (min-width: 1199px) {
  [dir="ltr"] .nav-dropdown .nav-dropdown {
    max-height: calc(100vh - var(--header-height) - 20px);
    overflow: auto;
  }
}

.header__wrapper ul.header__linklist .header__linklist-item {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.header__wrapper ul.header__linklist .header__linklist-item.has-dropdown svg.icon {
  width: 10px;
}

/* HOBIEGO — US ONLY: hide accelerated checkout */
html[data-hobiego-country="US"] .shopify-payment-button,
html[data-hobiego-country="US"] .shopify-payment-button__more-options,
html[data-hobiego-country="US"] shop-pay-wallet-button,
html[data-hobiego-country="US"] .dynamic-checkout__content,
html[data-hobiego-country="US"] .product-form__payment-container .shopify-payment-button {
  display: none !important;
}

/* 1) PRE-ORDER purple label in cart titles */
.hb-preorder {
  color: #7c5cff;
  font-weight: 900;
  letter-spacing: 0.02em;
}

/* 2) Split shipping panel — purple border + tint */
[data-hobiego-split-wrap] {
  border-radius: 14px !important;
  border: 2px solid rgba(124, 58, 237, 0.55) !important;
  background: #f3efff !important;
  padding: 14px !important;
  box-shadow: 0 10px 22px rgba(124, 58, 237, 0.12) !important;
}

[data-hobiego-split-wrap] > p:first-child {
  margin: 0 0 10px !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  background: rgba(124, 58, 237, 0.12) !important;
  color: #2e1065 !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}

[data-hobiego-split-wrap] label {
  background: rgba(255, 255, 255, 0.75) !important;
  border: 1px solid rgba(124, 58, 237, 0.18) !important;
  padding: 12px 12px !important;
  border-radius: 14px !important;
  transition: border-color 0.15s ease, background 0.15s ease;
}

[data-hobiego-split-wrap] label:hover {
  border-color: rgba(124, 58, 237, 0.35) !important;
  background: #ffffff !important;
}

[data-hobiego-split-wrap] label:has(input[type="radio"]:checked) {
  background: rgba(124, 58, 237, 0.1) !important;
  border: 2px solid rgba(124, 58, 237, 0.55) !important;
  box-shadow:
    0 0 0 1px rgba(124, 58, 237, 0.45),
    0 8px 18px rgba(124, 58, 237, 0.18) !important;
}

[data-hobiego-split-wrap] input[type="radio"] {
  accent-color: #7c3aed;
}

[data-hobiego-split-wrap] p,
[data-hobiego-split-wrap] span {
  color: #1f2937 !important;
}

[data-hobiego-split-wrap] strong {
  color: #111827 !important;
  font-weight: 900 !important;
}

[data-hobiego-split-wrap] span[style*="(+£5)"],
[data-hobiego-split-wrap] span[style*="+£5"] {
  color: #2563eb !important;
  font-weight: 950 !important;
}

[data-hobiego-split-wrap] a {
  color: #2563eb !important;
  font-weight: 800 !important;
}

[data-hb-badge="together"],
[data-hb-badge="split"] {
  white-space: nowrap !important;
}

/* Shrink purple split shipping box */
[data-hobiego-split-wrap] {
  border-radius: 10px !important;
  border: 2px solid rgba(124, 58, 237, 0.55) !important;
  background: #f3efff !important;
  padding: 8px !important;
  box-shadow: 0 10px 22px rgba(124, 58, 237, 0.12) !important;
}

[data-hobiego-split-wrap] > p:first-child {
  margin: 0 0 6px !important;
  padding: 5px 8px !important;
  border-radius: 8px !important;
  background: rgba(124, 58, 237, 0.12) !important;
  color: #2e1065 !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
}

[data-hobiego-split-wrap] label {
  background: rgba(255, 255, 255, 0.75) !important;
  border: 1px solid rgba(124, 58, 237, 0.18) !important;
  padding: 7px 8px !important;
  border-radius: 10px !important;
  transition: border-color 0.15s ease, background 0.15s ease;
}

/* Shrink red + orange summary boxes above checkout */
#hb-mc-summary-together,
#hb-mc-summary-split {
  margin: 0 0 8px !important;
  border-radius: 8px !important;
  font-size: 11px !important;
}

#hb-mc-summary-together > div:first-child,
#hb-mc-summary-split > div:first-child {
  padding: 5px 10px !important;
}

#hb-mc-summary-together > div:first-child span:last-child,
#hb-mc-summary-split > div:first-child span:last-child {
  font-size: 10px !important;
}

#hb-mc-summary-together > div:last-child,
#hb-mc-summary-split > div:last-child {
  padding: 8px 10px !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
}

@media screen and (max-width: 999px) {
  [data-hobiego-split-wrap] > p:first-child {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .mini-cart .drawer__header {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

