/** Shopify CDN: Minification failed

Line 1593:41 Unexpected ","
Line 1607:97 Unexpected ","

**/
body {
  -webkit-font-smoothing: antialiased;   
  -moz-osx-font-smoothing: grayscale;    
  text-rendering: optimizeLegibility; 
}

.link,
.prose a:not(.display-xl, .display-l, .display-m, .h1, .h2, .h3, .h4, .h5, .h6, .h7, .button) {
  padding-bottom: 2px;
}

.link.subheading {
    padding-bottom: 6px;
}

@media screen and (min-width: 1000px) {
  .prose {
    --prose-default-spacing: 1.5rem;
  }
}

.image-default,
.image-oval,
.image-arch {
  width: 100%;
  aspect-ratio: 7 / 9;
  overflow: hidden;
}

.image-oval {
  border-radius: 9999px;
}

.image-arch {
  border-radius: 999px 999px 0 0;
}

.image-default img,
.image-oval img,
.image-arch img {
  height: 100%;
}

@media (max-width: 768px) {
  img.oval,
  img.arch,
  img.default {
    aspect-ratio: 1 / 1;
  }
}

.richtext_image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: auto;
}

@media (max-width: 768px) {
  .rich-text-has-image {
    padding-bottom: 50px;
  }

  .richtext_image {
    width: 50px;
  }
}

.slideshow__controls {
  margin-inline-end: 3.25rem;
}

.heroslider {
  position: relative;
}

.heroslider-cutout .content-box__background-media > * {
  border-radius: 0 0 100px 0;
}

.heroslider-cutout .with-overlay:after {
  border-radius: 0 0 100px 0;
}

.has-arrow {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.background-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% + 37px);
  width: auto;
}

@media screen and (max-width: 999px) {
  .background-icon {
    position: absolute;
    height: auto;
    width: 175vw;
    bottom: -32px;
    top: auto;
  }
}

.section-split:has(.section-split__column--image) {
  overflow: hidden;
}

.footer .container {
  position: relative;
  padding-bottom: 2.5rem;
}

.footer .richtext_image {
  width: 50px;
  bottom: 5rem;
}

@media screen and (min-width: 1150px) {
  .footer__block--newsletter {
    max-width: 20rem;
  }
}

@media screen and (min-width: 1000px) {
  .footer__content {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1000px) {
  .footer__aside {
    text-align: left;
    justify-content: safe flex-start;
  }
}

.footer-title-logo {
  margin-bottom: 15px;
}

.social-media {
  gap: 1rem 0.5rem;
}

.social-media__item .icon {
  width: 17px;
  height: auto;
}

.footer__block .social-media {
  margin-top: 10px;
}

.footer__block.footer__block--text {
  flex: auto;
}

.footer__block--newsletter .input {
  border: 0;
  border-bottom: 1px solid rgb(var(--input-text-color));
  border-radius: 0;
  padding: 0.25rem var(--input-padding-inline);
}

.footer__block--newsletter .input ~ .floating-label {
  inset-inline-start: 0;
}

.footer__block--newsletter button {
  background: none;
}

@media screen and (min-width: 1000px) {
  .section-split:has(.section-split__column--image)
    .section-split__column:not(.section-split__column--image) {
    padding: calc(var(--container-gutter) * 3);
  }
}

.show-tall,
.show-tall .text-with-icons__item {
  min-height: 400px;
}

@media screen and (min-width: 1000px) {
  .show-tall,
  .show-tall .text-with-icons__item {
    min-height: 500px;
  }

  .text-with-icons--separator-vertical .text-with-icons__item {
    padding-inline: 2.5rem;
    padding-block-start: 2.5rem;
    padding-block-end: 2.5rem;
  }
}

.show-tall .icon {
  margin-bottom: auto;
}

.show-tall .prose {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.text-with-icons--separator-vertical .text-with-icons__item {
  padding-inline: var(--container-gutter);
}

.text-with-icons--separator-vertical {
  gap: 0;
  margin-inline: calc(-1 * var(--container-gutter));
  column-gap: 0;
}


.text-with-icons__item .h3 {
  max-width: 200px;
}



 @media screen and (max-width: 999px) {

  .mobile-1pr .text-with-icons__item .h3 {
    max-width: unset;
  }

 }

.collection__toolbar {
  border: 0;
  border-bottom: 1px solid;
  margin-bottom: 40px;
}

.collection__toolbar-linklist {
  transform: none;
  left: var(--container-gutter);
  column-gap: 1.5rem;
}

:root:has(
    .shopify-section.shopify-section--main-product:first-child [allow-transparent-header]
  ):not(:has(.shopify-section--header ~ .shopify-section-group-header-group))
  .header:not(.is-solid, :has([open])) {
  --header-show-transparent-logo: 0;
  --background: 0 0 0 / 0;
  --text-color: var(--header-non-transparent-text-color);
}

.mega-menu__navigation {
  max-width: unset;
}

.curved-tile .multi-column__item {
  padding: 0 !important;
  border-radius: 0 0 30px 0;
}

.curved-tile .multi-column__item .prose {
  padding-left: 140px;
  text-align: center;
  position: relative;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.curved-tile .image-default {
  width: 140px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0 0 30px 0;
  height: 100%;
}

.curved-tile .image-default img {
  width: 140px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.curved-tile .subheading-badge {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}

.curved-tile .link.subheading {
  margin-block-start: 7px !important;
  margin: 7px 0 0 !important;
}

.section-header {
}

.collection-list__item.show-under .prose {
  padding: 0 18px;
}

.collection-list__item.show-under .has-arrow {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}

.collection-list__item.show-under .arrow {
  display: none;
}

.section-header .prose :where(p, ol, ul, form, hr, table, .accordion) {
  margin-block-start: calc(var(--prose-default-spacing) / 2);
}

.subheading-badge {
  border: 0;
  padding: 0;
}

.prose
  :where(.subheading, .icon)
  + :where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .display-xl,
    .display-l,
    .display-m,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    .h7,
    .subheading,
    .icon
  ) {
  margin-block-start: calc(var(--prose-combination-subheading-heading-spacing) / 2);
}

.shopify-section--text-with-icons.shopify-section {
  --section-enable-padding-collapsing: 0;
}

.menu-promo--with-spacing img {
  object-fit: cover;
  width: auto;
  height: 274px;
  border-radius: 0 0 30px;
}

.multi-column .max-w-sm p {
}

.multi-column.with_panel_hover .max-w-sm {
  opacity: 0;
}

.multi-column.with_panel_hover .prose:hover .max-w-sm {
  opacity: 1;
}

.collection-inline-image {
  border-radius: 0 0 100px;
}

.product-card .product-title {
  font-size: var(--text-h6);
}

.product-card--info-outside.product-card--blends .product-card__info {
  padding-left: 0;
}

.collection__results {
  /*
  --container-gutter-context: var(--container-gutter);
  --distance-to-bleed: max(var(--container-gutter-context), 50% - var(--container-max-width) / 2);
  margin-inline-start: max(var(--container-gutter-context), 50% - var(--container-max-width) / 2);
  margin-inline-end: max(var(--container-gutter-context), 50% - var(--container-max-width) / 2);
  padding-inline: 0;
  */
}

.rrp {
  background: rgb(var(--text-color) / 0.1);
  border-radius: 20px;
  padding: 0 10px;
}

.product-info__block-item .rrp {
    background: rgb(var(--text-color) / .1);
    border-radius: 20px;
    padding: 3px 12px;
    font-family: var(--text-base);
}

.price-list {
  align-items: center;
}

.product-info__block-item[data-block-type="variant-picker"],
.product-info__block-item[data-block-type="product-variations"],
.product-info__block-item[data-block-type="inventory"] {
  border-top: 0.5px solid rgb(var(--text-color));
  padding-top: calc(var(--product-block-item-margin) / 2);
}

.product-info__block-list > .product-info__block-item[data-block-type="variant-picker"],
.product-info__block-list > .product-info__block-item[data-block-type="product-variations"],
.product-info__block-list > .product-info__block-item[data-block-type="inventory"],
.product-info__block-list > .product-info__block-item[data-block-type="sku"] {
  margin-block-end: calc(var(--product-block-item-margin) / 2);
}

.product-info__block-list > .product-info__block-item[data-block-type="variant-picker"],
.product-info__block-list > .product-info__block-item[data-block-type="inventory"],
.product-info__block-list > .product-info__block-item[data-block-type="sku"] {
  margin-block-start: calc(var(--product-block-item-margin) / 2);
}

.product-info__block-item[data-block-type="description"] p,
.product-info__block-item[data-block-type="description"] p span {
  font-size: var(--text-base) !important;
}

.product-info__block-item[data-block-type="description"]
  :where(p, ol, ul, form, hr, table, .accordion) {
  margin-block-start: calc(var(--prose-default-spacing) / 2);
}

.product-info__block-item[data-block-type="description"] {
      margin-block-start: calc(var(--product-block-item-margin) / 2) !important;
}

.product-info__block-item[data-block-type="complementary-products"] {
  margin-top: calc(var(--product-block-item-margin) * 2) !important;
}

.accordion {
  box-shadow: 0 0.5px rgb(var(--border-color)),0 0.5px rgb(var(--border-color)) inset;
}

.product-info__block-item[data-block-type="accordion"] .accordion {
  --accordion-block-padding: 0.875rem;
}

@media screen and (min-width: 700px) {
  .thumbnail-swatch {
    --thumbnail-size: 3rem;
  }
}

a u {
  text-decoration: none;
}

.margin-left-auto {
  margin-left: auto;
}

.product-form-label {
  min-width: 100px;
}

.variant-picker__option-values {
  margin-left: calc(100px + 0.5rem);
  row-gap: 0;
}

.variant-picker__option .select {
  border: 0 !important;
  padding: 0;
}

.inventory__text:before {
  display: none;
}

.blog-post-card .category-badge {
  background: rgba(var(--sold-out-badge-text), 0.4) !important;
  position: absolute;
  border-radius: 30px;
  text-transform: capitalize;
  margin: 10px;
  padding: 4px 10px;
}

.link {
  padding-bottom: 0;
}

.product-card__info {
  font-size: 12px;
}

.product-card-stock {
  display: flex;
  gap: 5px;
}

@media screen and (max-width: 999px) {
  .product-card-stock {
    flex-direction: column;
    gap: 2px;
  }
}

.product-cross-sell--vertical {
  text-align: left;
}

.product-cross-sell--vertical .price-list {
  align-items: left;
  margin-right: auto;
}

.product-card__info .price-list {
  margin-bottom: 4px;
}

.incoming-stock-header,
.incoming-stock-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.incoming-stock-header {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.incoming-stock-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.image-oval video-media,
.image-oval model-media {
  height: 100%;
}

.featured-collections-header {
  padding-block-start: calc(
    var(--section-vertical-spacing-block-end, var(--section-vertical-spacing)) / 2
  );
}

.product-card--info-outside .product-card__info, .order-swatches .product-card--info-outside .product-card__info {
    padding-left: 0.5rem;
  }

@media screen and (min-width: 1000px) {
  .product-card--info-outside .product-card__info, .order-swatches .product-card--info-outside .product-card__info {
    padding-left: 0;
  }
}

.featured-collections-button {
  position: absolute;
  right: 0;
  top: 22px;
}

@media screen and (max-width: 999px) {
  .featured-collections-products {
    margin-right: calc(
      -1 * (var(--section-vertical-spacing-block-end, var(--section-vertical-spacing)))
    );
  }
  .featured-collections-products .floating-controls__control:last-child .circle-button {
    margin-inline-end: calc(var(--floating-control-offset) + 20px);
  }
}

.slideshow a:not(.link) {
  background-size: 0% 1px !important;
  background-position-x: var(--transform-origin-end) !important;
}

@media screen and (min-width: 1000px) {
  .header__primary-nav {
    gap: 0.625rem 1.8rem;
  }
}

.header__secondary-nav {
  column-gap: 1.8rem;
}

.footer__block-list {
  gap: 3.5rem 1.25rem;
}

@media screen and (max-width: 999px) {
  .footer__block .social-media {
    position: absolute;
    bottom: 80px;
  }
  .footer__content {
    padding-block: 8rem;
    padding-top: 50px;
  }

  .footer__aside {
    position: absolute;
    justify-content: left;
    padding: 0;
  }
}

.top-border {
  border-top: 0.5px solid;
}

.bottom-border {
  border-bottom: 0.5px solid;
}

.multi-column .prose .max-w-sm p {
  margin-block-start: 18px;
}

.custom-button-stack.prose .button {
  display: block;
  max-width: 315px;
}

@media screen and (max-width: 999px) {
  .custom-button-stack.prose {
    text-align: left;
  }
  .custom-button-stack.prose .button {
    margin-left: 0;
  }
}

.custom-button-stack.prose :where(button, .button-group, .button) {
  margin-block-start: 0.75rem;
}

.product-card__media {
  background: rgb(255 255 255 / 0.4);
}

@media screen and (pointer: fine) {
    .product-card__image--secondary {
        opacity: 0;
        mix-blend-mode: normal;
        display: block;
    }
}

.product-card__media svg {
  display: none;
}

.badge {
  padding: 0.375rem 0.8rem;
  border-radius: 30px;
  background: rgb(var(--sold-out-badge-background) / 0.7);
  text-transform: none;
  font-size: var(--text-sm);
  font-family: var(--text-font-family);
  letter-spacing: 0.02em; 
  font-weight: normal;
  color: rgb(var(--text-color)) !important;
}

.badge--sold-out {
  background: transparent !important;
  padding: 0 !important;
}

/* Add-to-cart address type modal (Cart API flow) */
.add-to-cart-address-type-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: transparent;
}
.add-to-cart-address-type-modal[hidden] {
  display: none !important;
}
.add-to-cart-address-type-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.5);
  cursor: pointer;
}
.add-to-cart-address-type-modal__panel {
  position: relative;
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  padding: 2rem;
  border-radius: 0.5rem;
  max-width: 30rem;
  width: 100%;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.add-to-cart-address-type-modal__title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  color: rgb(var(--text-color));
  text-align: center;
}
.add-to-cart-address-type-modal__options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.add-to-cart-address-type-modal__option-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.add-to-cart-address-type-modal__option-info {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgb(var(--text-color) / 0.85);
  font-style: italic;
}
/* Add-to-cart address type modal (Cart API flow) */

/* Store credit / on-account limit warning (BSS checkout) */
.store-credit-warning-modal {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: transparent;
}
.store-credit-warning-modal[hidden] {
  display: none !important;
}
.store-credit-warning-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.45);
  cursor: pointer;
}
.store-credit-warning-modal__panel {
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 2rem 1.75rem 1.75rem;
  text-align: center;
  background: rgb(var(--background));
  border-radius: 0.25rem;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.store-credit-warning-modal__icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.store-credit-warning-modal__icon {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 2px solid rgb(var(--border-color));
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
}
.store-credit-warning-modal__title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.35;
  text-wrap: pretty;
}
.store-credit-warning-modal__body {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  line-height: 1.45;
}
.store-credit-warning-modal__contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  text-align: start;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media screen and (max-width: 549px) {
  .store-credit-warning-modal__contacts {
    grid-template-columns: 1fr;
  }
}
.store-credit-warning-modal__contact-col {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.store-credit-warning-modal__contact-label {
  font-weight: 600;
}
.store-credit-warning-modal__phones {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
}
.store-credit-warning-modal__phone-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.store-credit-warning-modal__phone-sep {
  opacity: 0.85;
}
.store-credit-warning-modal__email-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Dev: clear cart & attributes button (for testing) */
.dev-clear-cart-button {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
}
.dev-clear-cart-button__btn {
  font-size: 0.75rem;
  padding: 0.35rem 0.6rem;
  border: 1px solid #c00;
  border-radius: 4px;
  background: transparent;
  color: #c00;
  cursor: pointer;
}
.dev-clear-cart-button__btn:hover {
  background: rgb(204 0 0 / 0.1);
}
.dev-clear-cart-button__btn[aria-busy="true"] {
  opacity: 0.7;
}
/* Dev: clear cart & attributes button (for testing) */

/* Cart drawer: address type row (show current + click to change) */
.cart-drawer__address-type-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05rem;
}
.cart-drawer__address-type-label {
  font-size: 0.7em;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-wrap: nowrap;
}
.cart-drawer__address-type-value {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.cart-drawer__footer-inner .button-group--same-width {
  grid-auto-flow: unset;
}
/* Cart drawer: address type row (show current + click to change) */

/* Main cart page: address type block (same behaviour as drawer) */
.main-cart-address-type {
  width: 100%;
  border-bottom: 1px solid rgb(127,58,43);
}
.cart__left .text-with-icon {
  display: flex;
}
.main-cart-address-type__trigger {
  width: 100%;
  padding: 1.65rem 0;
}
.main-cart-address-type__text {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.main-cart-address-type__label {
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.main-cart-address-type__value {
  font-weight: 600;
  font-size: var(--text-h6);
}

.atw-button {
  padding: 0;
}

.divide-x .cart-drawer__footer-action-button:first-of-type {
  border-left: 0;
}

[reveal-on-scroll] {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.collection__toolbar-linklist {
  justify-content: left;
  flex-wrap: nowrap;
  width: calc(100% - var(--container-gutter) - 200px);
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  overflow: auto hidden;
}

.collection__toolbar-linklist a {
  white-space: nowrap;
}

.quick__link-container {
 /* Fade out on the right */
  -webkit-mask-image: linear-gradient(
    to right,
    black 0%,
    black calc(100% - 100px),
    transparent 100%
  );

  mask-image: linear-gradient(
    to right,
    black 0%,
    black calc(100% - 100px),
    transparent 100%
  );
}

/* When scrolled somewhere in middle: fade both sides */
.quick__link-container.is-scrolling {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 100px,
    black calc(100% - 100px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 100px,
    black calc(100% - 100px),
    transparent 100%
  );
}

/* When fully scrolled right: fade left only */
.quick__link-container.is-end {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 100px,
    black 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 100px,
    black 100%
  );
}

@media (min-width: 740px){

  .quick__link-container {
 /* Fade out on the right */
  -webkit-mask-image: linear-gradient(
    to right,
    black 0%,
    black calc(100% - 200px),
    transparent 100%
  );

  mask-image: linear-gradient(
    to right,
    black 0%,
    black calc(100% - 200px),
    transparent 100%
  );
}

/* When scrolled somewhere in middle: fade both sides */
.quick__link-container.is-scrolling {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 200px,
    black calc(100% - 200px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 200px,
    black calc(100% - 200px),
    transparent 100%
  );
}

/* When fully scrolled right: fade left only */
.quick__link-container.is-end {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 200px,
    black 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 200px,
    black 100%
  );
}

}

/* Cart payment method: custom select + popover (theme pattern); placeholder tone; rounded panel under trigger */
.cart-payment-method-field__trigger.is-placeholder .cart-payment-method-field__value {
  color: rgb(var(--text-color) / 0.7);
}

.cart-payment-method-field__trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  text-align: start;
  border-radius: 0;
}

  .cart-payment-method-field .popover::part(content) {
    border: 1px solid rgb(var(--input-text-color) / calc(var(--has-transparent-background, 0) * .85 + .15));
    border-top: 0;
    inset-block-start: 100%;
  }


.breadcrumb {
  display: flex;
  gap: 5px;
  align-items: baseline;
}

.breadcrumb a {
  background: none !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

incoming-stock-drawer#IncomingStockDrawer::part(body) {
  flex: none;
}


/* BSS Price list styling */

.price-list > span:last-child {
  order: 1;
  color: rgb(var(--on-sale-text));
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  font-size: var(--text-h6);
  line-height: calc(var(--heading-line-height) + .1);
}
.product .price-list > span:last-child  {
  font-size: var(--text-h5);
  line-height: calc(var(--heading-line-height) + .1);
}
.price-list > span:first-child::before {
  content: "RRP\00a0";
}
.price-list > span:first-child {
  order: 2;
  background: rgb(var(--text-color) / .1);
  border-radius: 20px;
  padding: 0 10px;
  font-size: 12px;
  color: rgb(var(--text-color)) !important;
  margin: 0 !important;
  text-decoration: none !important;
}
.product .price-list > span:first-child {
  font-size: var(--text-h7);
  line-height: calc(var(--heading-line-height) + .1);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
}

/* BSS Price list styling */

.order-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 20px;
}

.order-swatches .product-card {
    width: calc(50% - 10px);
    opacity: 1;
  }

@media screen and (min-width: 1000px) {
  .order-swatches .product-card {
    width: calc(33% - 20px);
    opacity: 1;
  }
}

.order-swatches .product-card .product-card__image--secondary {
  opacity: 1;
}

.order-swatches .product-card__quick-buy {
  opacity: 1;
}


.order-swatches .product-card__quick-buy .button__content {
    padding-left: 0;
    padding-right: 0;
    font-family: 'neue-haas-grotesk-display';
    text-transform: none;
}

.order-swatches .card-pricing-info {
  display: none;
}

:checked+:is(.color-swatch--square,.color-swatch--rectangle), :is(.color-swatch--square,.color-swatch--rectangle).is-selected {
    outline: none;
    border: 1px solid;
    padding: 1px;
}

.color-swatch__indicator { display: none !important; }

.variant-picker__option.h-stack {
    display: flex !important;
}

.variant-picker__option.h-stack .variant-picker__option-values {
  margin: 0;
}

.block-swatch {
    min-width: 4rem;
    border-width: 0;
    color: rgb(var(--text-color));
}

:checked+.block-swatch, .block-swatch.is-selected {
    box-shadow: none !important;
    opacity: 1;
    border-width: 1px !important;
}

.color-swatch--square, .color-swatch--rectangle {
    --swatch-height: 2.5rem;
    --swatch-width: 2.5rem;
}

.product-sticky-add-to-cart{
   border: 0;
}

.product-info__block-item:is([data-block-type=price]) {
    --product-block-item-margin: 0.75rem;
    margin-block-end: 3rem;
}

.product-info__block-item .accordion__content .metafield-rich_text_field p {
  margin: 0;
}

.product-info__block-list>.product-info__block-item[data-block-type=sku] {
  margin-block-start: 3rem;
}

.hide-cursorlink {
  cursor: default;
}

.product-zoom-button__label {
  width: auto;
}

  .custom-gallery .product-zoom-button {
      padding: 0.25rem 0.75rem;
      border-radius: 30px;
      background-color: rgb(var(--page-background) / .6);
  }

  @media screen and (max-width: 999px) {
    .custom-gallery .product-zoom-button {
        padding: 0.15rem 0.5rem;
        border-radius: 30px;
        background-color: rgb(var(--page-background) / .6);
        text-indent: -9999px;
    }
}


.zoom-and-download {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    gap: 10px;
    font-size: 12px;
    opacity: 0;
    transform: all 0.5 ease-in-out;
}

.product-gallery__media:hover .zoom-and-download {
  opacity: 1;
}

.zoom-and-download button {
    display: flex;
    gap: 5px;
    font-size: 12px;
    align-items: center;
}

.product-zoom-button__label {
  font-size: 12px;
}

.facets__availability-control, .facets:not(:has(.active-facets)) .accordion:first-of-type {
  box-shadow: none;
}

.predictive-search__suggestions mark {
    color: var(--text-color);
}

.cart-drawer__footer-action-button {
    padding: 0.5rem 1rem;
}

.shipping-estimator__results .list-disc {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.shipping-estimator__results .list-disc li {
  margin: 0;
  padding: 0;
}

.cart-drawer__footer-inner .input, 
.cart-drawer__footer-inner .textarea, 
.cart-drawer__footer-inner .select {
  padding: calc(var(--input-padding-block)/2) var(--input-padding-inline);
}

#cart_form {
  font-size: 13px;
}

.cart-drawer__footer-inner {
    padding: 1.5rem var(--drawer-footer-padding-inline);
}

@media (max-width: 999px) {
.header__secondary-nav{
  gap: 1rem;
}
}

.swatch-text {
      border-radius: var(--input-border-radius);
}

.swatch-text.is-selected {
  padding: 0.35rem 1.125rem !important;
  height: auto;
}

.block-swatch {
      --swatch-padding: 0.35rem 0;
}

.swatch-text.is-selected {
  padding: 0.35rem 1.125rem !important;
}

.zoom-and-download a .icon {
  display: none;
}

@media (max-width: 999px) {

.product-gallery__controls-floating .scroll-marker-group {
  transform: translate(0%) !important;
  right: 0;
  left: auto !important;
}

.product-zoom-button {
    inset-inline-end: unset;
    inset-inline-start: -10px;
    inset-block-end: 10px;
}

.zoom-and-download {
  opacity: 1 !important;
  justify-content: flex-start;
  right: auto;
  bottom: 18px;
  left: 90px;
}

.zoom-and-download a{
  display: flex;
  gap: 7px;
}

.zoom-and-download a .icon {
  display: block;
}

.product-zoom-button .icon {
  padding-right: 0.5rem;
}

}

.scroll-marker-group--counter {
    background-color: rgb(var(--page-background) / .6);
}

.product-info__block-list>:first-child {
    margin-block-end: 0 !important;
}

.scroll-marker-group--counter {
    padding: .5rem 1rem;
}

@media screen and (min-width: 1000px) {
    .product-gallery.two-images-only .product-gallery__media:nth-child(2 of :not([hidden])) {
        grid-column: span 2;
    }
}

.text-with-icons__item .prose p.h6 a { background: none !important; }

@media screen and (min-width: 1000px) {
  .progress-bar { 
    display: none; 
  }
}

@media screen and (max-width: 999px) {
  .collection__toolbar {
    flex-direction: row-reverse;
  }
}

.hsfc-Step .hsfc-Step__Content {
  padding: 0 !important;
}

.product-list__intro-block.\@container\/content-box { 
  border-radius: 0 0 30px !important;
}

.shopify-section--blog-post-banner img{
  border-radius: 0 0 100px;
}

blockquote {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    letter-spacing: var(--heading-letter-spacing);
    text-transform: var(--heading-text-transform);
    line-height: var(--heading-line-height);
    overflow-wrap: anywhere;
    -webkit-font-smoothing: antialiased;
    display: block;
}

.project-info-holder {
   margin-top: 0;
   border-top: .5px solid rgb(var(--text-color));
   border-top: .5px solid rgb(127 58 43 / 31%);
}

.project-label {
  display:none;
  min-width: 100px;
}

.project-info {
  width: 100%;
  border-bottom: .5px solid rgb(var(--text-color));
  border-bottom: .5px solid rgb(127 58 43 / 31%);
  padding: 10px 0;
}

.project-info:last-child {
  border-bottom: 0;
}

.project-info.prose .metafield-rich_text_field * {
  font-size: var(--text-base) !important;
}

.article-meta-surround {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 1000px) {

  .project-info-holder {
   margin-top: 1rem;
}

  .project-label {
    display: block;
    min-width: 100px;
  }

  .article-meta-surround {
    padding: 40px;
    max-width: 500px;
    min-height: 500px;
}

}

.swym-storefront-layout-body {
  --swym-storefront-layout-ui-bg-color: rgb(var(--page-background));
  background: rgb(var(--page-background)) !important;
}

.swym-storefront-layout-grid-item-action-container {
  display: none !important;
}

.swym-storefront-layout-grid-item-price-variant {
  display: none !important;
}

.slideshow__slide {
  border-radius: 0 0 100px;
}

.add-top-spacing {
  padding-block-start: var(--section-vertical-spacing-block-start, var(--section-vertical-spacing)) !important;
  padding-block-end: 0 !important;
}

.multi-column .prose img {
  margin-top: 0 !important;
}

.multi-column__item .h4 a {
  background: none;
}

.clearance .price-list sale-price {
  color: rgb(var(--on-sale-text));
}

.product-card__figure .badge-list {
    padding: 1em;
}

/* Skeleton base */
.price-skeleton {
  display: flex;
  align-items: center;
  padding: 2px 0;
  position: absolute;
  opacity: 0.3;
  top: 4px;
  left: 10px;
  height: 20px; /* match your main line height so layout doesn't shift */
}

/* SVG dot loader injected via JS */
.price-skeleton svg.transient {
  display: block;
}

/* Hide skeleton once price loads */
price-list:not(:empty) ~ .price-skeleton,
price-list[data-loaded] ~ .price-skeleton {
  display: none;
}

/* Keep price-list hidden while empty */
price-list:empty {
  display: none;
}

swym-storefront-layout-notification#swym-storefront-layout-notification[data-nudge-active] {
  display: none !important;
}

#swym-vs-add-to-wishlist-single {
  border-radius: 30px !important;
}

.swym-add-to-wishlist-1, .swym-add-to-wishlist-single {
  background: rgb(var(--text-color)) !important;
  color:rgb( var(--page-background)) !important;
}

.swym-collections-variant-popup-content-container #swym-images-container,
.swym-collections-variant-popup-content-container #swym-images-container-2 {
  display: none !important;
}

div.swym-variant-selector-modal-background::after {
    background: rgb(var(--page-overlay)) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

#swym-custom-variant-price {
  display: none !important;
}
.swym-variant-selector-modal-background, ,swym-storefront-layout-login-description {
  font: var(--text-font-style) var(--text-font-weight) var(--text-base) / var(--text-line-height) var(--text-font-family) !important;
}
.swym-variant-selector-modal-background h1, 
.swym-variant-selector-modal-background h2,
.swym-variant-selector-modal-background, h3,
.swym-variant-selector-modal-background h4, 
.swym-variant-selector-modal-background h5, 
.swym-variant-selector-modal-background h6,
.swym-storefront-layout-login-heading {
  font-family: var(--heading-font-family) !important;
  font-weight: var(--heading-font-weight) !important;
}

swym-storefront-layout-as-drawer *, div#swymOptionName, .swym-variant-selector-modal-background, ,swym-storefront-layout-login-description,
.swym-storefront-layout-grid-item-title {
  font-family: var(--text-font-family) !important;
  font-weight:  var(--text-font-weight) !important;
}

.swym-collections-variant-popup-header-title {
  display: none !important;
}

.swym-variant-selector-lists-view .swym-vs-list-view-header .swym-vs-popup-close-icon, .swym-collections-variant-popup-header #swym-vs-close-popup, div#swym-create-list-title-wrapper p#swym-create-list-title #swym-vs-close-popup{
  background: transparent !important;
}

.swym-variant-selector-lists-view .swym-vs-list-view-header .swym-vs-popup-close-icon svg path, 
.swym-collections-variant-popup-header #swym-vs-close-popup svg path, 
div#swym-create-list-title-wrapper p#swym-create-list-title #swym-vs-close-popup svg path{
  fill: rgb(var(--text-color));
}

.swym-storefront-layout-notification-container {
   background: rgb(var(--page-background)) !important;
   color: rgb(var(--text-color)) !important;
  font: var(--text-font-style) var(--text-font-weight) var(--text-base) / var(--text-line-height) var(--text-font-family) !important;
}

.swym-storefront-layout-tab-container {
  font: var(--text-font-style) var(--text-font-weight) var(--text-base) / var(--text-line-height) var(--text-font-family) !important;
}

.swym-storefront-layout-carousel-container .swym-storefront-layout-has-items {
  display: none !important;
}

#tabWishlist .swym-storefront-layout-title svg {
  display: none !important;
}

.swym-storefront-layout-title, .swym-storefront-layout-login-heading, .swym-storefront-layout-login-description, .swym-storefront-layout-grid-item-title {
   color: rgb(var(--text-color)) !important;
}

.swym-storefront-layout-tabs-view {
  display: none !important;
}

#swym-custom-variant-selector-parent #swym-custom-variant-selector-container label.swym-filter-labels.selected{
  background: rgb(var(--page-background)) !important;
   font: var(--text-font-style) var(--text-font-weight) var(--text-base) / var(--text-line-height) var(--text-font-family) !important;
}

#swym-storefront-layout-container button, #swym-storefront-layout-actions button, #swym-storefront-layout-actions-target-page button {
  font-weight: normal !important;
}

.blog-post-card__image-container .image-default {
  border-radius: 0 0 100px;
}

.article-list .card-pricing-info, .article-list  .product-card__quick-buy {
  display: none !important;
}