/** Shopify CDN: Minification failed

Line 121:0 All "@import" rules must come first

**/
/* Transparent header on homepage; solid after scroll */
body#index .index-header {
  background: transparent !important;
}
/* Ensure any theme default semi-transparent header backgrounds are fully transparent on homepage */
body#index .header-wrapper .color-background-1,
body#index .header-wrapper .header {
  background: transparent !important;
  background-color: transparent !important;
}
/* Make header solid when hovering navigation/header (and when focusing via keyboard) */
/* Also apply regardless of body id (in case body id isn't 'index') */
.header-wrapper:hover .color-background-1,
.header-wrapper:hover .index-header,
.header-wrapper:hover .header,
.header-wrapper:focus-within .color-background-1,
.header-wrapper:focus-within .index-header,
.header-wrapper:focus-within .header,
.index-header:hover,
.index-header:focus-within,
body#index .header-wrapper:hover .color-background-1,
body#index .header-wrapper:hover .header,
body#index .header-wrapper:focus-within .color-background-1,
body#index .header-wrapper:focus-within .header,
body#index .index-header:hover,
body#index .index-header:focus-within {
  background: rgb(var(--color-background)) !important;
  background-color: rgb(var(--color-background)) !important;
}
/* Keep header solid while any nav item or submenu is hovered/focused/open */
.header-wrapper:has(ul.dt-nav li:hover) .color-background-1,
.header-wrapper:has(ul.dt-nav li:hover) .index-header,
.header-wrapper:has(ul.dt-nav li:hover) .header,
.header-wrapper:has(ul.dt-nav li:focus-within) .color-background-1,
.header-wrapper:has(ul.dt-nav li:focus-within) .index-header,
.header-wrapper:has(ul.dt-nav li:focus-within) .header,
.header-wrapper:has(
    ul.dt-nav li > .megamenu_megamenu > div.sub-menu-block:hover
  )
  .color-background-1,
.header-wrapper:has(
    ul.dt-nav li > .megamenu_megamenu > div.sub-menu-block:hover
  )
  .index-header,
.header-wrapper:has(
    ul.dt-nav li > .megamenu_megamenu > div.sub-menu-block:hover
  )
  .header,
body#index .header-wrapper:has(ul.dt-nav li:hover) .color-background-1,
body#index .header-wrapper:has(ul.dt-nav li:hover) .header,
body#index .header-wrapper:has(ul.dt-nav li:focus-within) .color-background-1,
body#index .header-wrapper:has(ul.dt-nav li:focus-within) .header,
body#index
  .header-wrapper:has(
    ul.dt-nav li > .megamenu_megamenu > div.sub-menu-block:hover
  )
  .color-background-1,
body#index
  .header-wrapper:has(
    ul.dt-nav li > .megamenu_megamenu > div.sub-menu-block:hover
  )
  .header {
  background: rgb(var(--color-background)) !important;
  background-color: rgb(var(--color-background)) !important;
}
/* Fallback via JS toggled class */
.header-wrapper.nav-active .color-background-1,
.header-wrapper.nav-active .index-header,
.header-wrapper.nav-active .header,
body#index .header-wrapper.nav-active .color-background-1,
body#index .header-wrapper.nav-active .header {
  background: rgb(var(--color-background)) !important;
  background-color: rgb(var(--color-background)) !important;
}
/* Top bar + announcement bar: white background, black text */
.dt-sc-header-top-bar {
  background: #fff !important;
}
.dt-sc-header-top-bar .top-bar-content .top-bar-text,
.dt-sc-header-top-bar .top-bar-content a.top-bar-link,
.dt-sc-header-top-bar .top-bar-content a.top-bar-link .top-bar-text {
  color: #000 !important;
}
.dt-sc-header-top-bar .list-social__link,
.dt-sc-header-top-bar .list-social__link svg {
  color: #000 !important;
  fill: currentColor;
}
.announcement-bar-wrapper {
  background: #fff !important;
}
.announcement-bar-wrapper .announcement-bar__message,
.announcement-bar-wrapper .announcement-bar__link {
  color: #000 !important;
}
body#index .shopify-section-header-sticky .index-header,
body#index .shopify-section-header-hidden .index-header {
  background: rgb(var(--color-background)) !important;
}
body#index .index-header .header__menu-item,
body#index .index-header .header__icon,
body#index .index-header .header__heading-link,
body#index .index-header .header__brand-text,
body#index .index-header nav a,
body#index .index-header .list-menu__item--link,
body#index .index-header .dt-sc-nav-link,
body#index .index-header .dt-sc-nav-link span {
  color: #000 !important;
}
body#index .index-header .header__icon .icon,
body#index .index-header .header__icon svg {
  color: #000 !important;
  fill: currentColor;
}

@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap");

/* Brand wordmark: header and footer */
header .header__brand-text,
.footer .bd-logo,
.footer .bd-brand {
  font-family: "Snell Roundhand", cursive !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
:root {
  --color-primary: #e3f7f6;
  --color-black: #000;
  --color-white: #fff;
  --color-text: #666;
  --alex-font: "Alex Brush", cursive;
}
.grid-banner .sub-heading {
  font-size: 18px !important;
  line-height: 28px !important;
  padding: 0 25px !important;
  margin-bottom: 15px !important;
}
.grid-banner .title {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1350px) {
  .dt-sc-header-top-bar {
    display: block !important;
  }
  .dt-sc-header-top-bar .top-bar-content {
    margin-left: 0% !important;
  }
  .dt-sc-header-top-bar .top-bar-content .top-bar-text {
    font-size: 14px !important;
  }
  .topbar_list-social.list-unstyled.list-social {
    display: none !important;
  }
  .dt-sc-header-top-bar .top-bar-content .top-bar-text {
    text-align: center;
  }
}
.top-bar-text span {
  font-weight: 600 !important;
}
.dt-sc-header-top-bar .top-bar-content {
  margin-left: 37%;
}
header svg {
  width: 21px !important;
  height: 21px !important;
}
.dt-sc-header-top-bar {
  background: var(--color-primary) !important;
  padding: 8px 0 !important;
}
.dt-sc-header-top-bar .top-bar-content a {
  color: var(--color-black);
}
.dt-sc-header-top-bar .top-bar-content .top-bar-text {
  font-size: 15px !important;
}
.header-wrapper .header {
  padding: 6px 0 !important;
  box-shadow: none !important;
}
.header__icon {
  width: 100% !important;
  height: 100% !important;
}
.header__icons .icon-search {
  margin-right: 2.7rem !important;
}
.header__icons svg {
  margin-right: 10px;
}
.header__icons #dT_TopStickySearchBtn.icon-search {
  gap: 0 !important;
  color: var(--color-text);
}
.header__icons p,
.header__icon span {
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.header__icon {
  color: var(--color-text) !important;
}
.header__icon:hover {
  color: var(--color-black) !important;
}
.dt-nav li .megamenu_megamenu .dt-sc-nav-link {
  font-size: 18px !important;
  text-transform: capitalize !important;
  letter-spacing: 0 !important;
  color: var(--color-text) !important;
  position: relative;
  white-space: nowrap !important;
  padding: 20px 20px 20px 0 !important;
}
.dt-nav li:hover .megamenu_megamenu a,
.dt-nav li.active .megamenu_megamenu a,
.dt-nav li.active .megamenu_megamenu a,
.dt-nav li.active .megamenu_megamenu a.mega-menu span:after {
  color: var(--color-black) !important;
}
.dt-nav li .megamenu_megamenu .dt-sc-nav-link:before {
  content: "";
  position: absolute;
  bottom: 15px;
  background-color: var(--color-black);
  height: 2px;
  transition: transform 0.3s;
  z-index: 20;
  left: 0px;
  width: calc(100% - 20px);
  transform: scaleX(0);
  will-change: transform;
}
.dt-nav li:hover .megamenu_megamenu .dt-sc-nav-link:before,
.dt-nav li.active .megamenu_megamenu .dt-sc-nav-link:before {
  transform: scaleX(1);
}
.title-wrapper-with-link {
  position: relative;
  margin-bottom: 40px !important;
}
.title-wrapper-with-link:after {
  position: absolute;
  content: "";
  width: 55px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-black);
  margin: 0 auto;
}
.title-wrapper-with-link h2 {
  font-size: 35px;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: var(--color-black);
  line-height: 1;
  font-weight: 300;
}
.multimedia-text-section {
  background: var(--color-white);
  padding: 60px 0 0;
}
.col-btn {
  margin: 30px 0 50px;
}

.card:hover .card__content {
  transform: translate(0) !important;
}
.collection-list .card__media .media a {
  position: relative;
}
.collection-list .card__media .media a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.65)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
}
.collection-list.grid .collection-list__item .card__content {
  padding: 10px 0 0 0 !important;
  justify-content: center;
}
.collection-list .card__heading {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-white);
  font-weight: 300;
  letter-spacing: 0.7px;
  text-align: center;
}
.collection-list a.col__button.button {
  background: transparent;
  color: var(--gradient-base-accent-1);
  border: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  transition: all 0.2s linear;
  padding: 0;
  background: none;
  letter-spacing: 0.7px;
  margin: 10px auto;
  width: 40px;
  min-height: 25px;
  min-width: fit-content;
}

.collection-list a.col__button.button:before,
.collection-list a.col__button.button:after {
  content: "";
  position: absolute;
  background-color: currentcolor;
  height: 2px;
  top: unset;
  z-index: 1;
  border: none;
}
.collection-list a.col__button.button:before {
  width: 0%;
  left: 0;
  bottom: 0;
  transition: width ease 0.4s;
  border: none;
}
.collection-list a.col__button.button:after {
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all ease 0.6s;
}

.collection-list a.col__button.button:hover {
  color: var(--color-text) !important;
  transition: all 0.2s linear;
}

.collection-list a.col__button.button:hover:before {
  width: 100%;
  background-color: var(--color-text) !important;
}

.collection-list a.col__button.button:hover:after {
  left: 100%;
  width: 0%;
  transition: all ease 0.2s;
  background-color: var(--color-text) !important;
}
.view-col {
  display: inline-flex;
}
.view-col a.col__button.button {
  background: transparent;
  color: var(--gradient-base-accent-1);
  border: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  transition: all 0.2s linear;
  padding: 0 0 10px 0 !important;
  background: none;
  letter-spacing: 0.7px;
  margin: 0px auto;
  width: 40px;
  min-height: 25px;
  min-width: fit-content;
}
.view-col a.col__button.button svg {
  position: relative;
  top: 4px;
}
.view-col a.col__button.button:before,
.view-col a.col__button.button:after {
  content: "";
  position: absolute;
  background-color: currentcolor;
  height: 2px;
  top: unset;
  z-index: 1;
  border: none;
}
.view-col a.col__button.button:before {
  width: 0%;
  left: 0;
  bottom: 0;
  transition: width ease 0.4s;
  border: none;
}
.view-col a.col__button.button:after {
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all ease 0.6s;
}

.view-col a.col__button.button:hover {
  color: var(--color-text) !important;
  transition: all 0.2s linear;
}

.view-col a.col__button.button:hover:before {
  width: 100%;
  background-color: var(--color-text) !important;
}

.view-col a.col__button.button:hover:after {
  left: 100%;
  width: 0%;
  transition: all ease 0.2s;
  background-color: var(--color-text) !important;
}
#shopify-section-template--15190257401905__9d66cde7-6048-45a1-8b97-c8e754b6a3bd
  .collection
  .card__content {
  min-height: 97px;
  justify-content: flex-start;
}
.card__information > * {
  margin-bottom: 0 !important;
}
.card--card.card--media > .card__content {
  padding: 1rem 0 !important;
}
.card__information .card__heading {
  font-size: 16px !important;
  line-height: 22px;
  margin-bottom: 3px !important;
}
.card__information .price {
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--color-text) !important;
  margin-bottom: 5px !important;
}
.card__content ul[class*="variant-option-size"] {
  margin-top: 0px !important;
}
.card__content ul.variant-option-size li span {
  padding: 0 3px !important;
  font-size: 14px !important;
  border: 1px solid transparent !important;
  color: var(--color-text) !important;
  font-weight: 500 !important;
}
.card__content ul[class*="variant-option-size"] a {
  margin: 0 !important;
}
.card__content .variant-option-size li:hover a span {
  background: var(--color-black) !important;
  color: var(--color-white) !important;
}
.collection__view-all {
  margin-top: 30px;
}
.quick-add__submit:hover {
  background: var(--color-white) !important;
  border-color: var(--color-white) !important;
}
#shopify-section-template--15190257401905__202d9d24-edd0-4d3c-97a3-07b3103b39f5,
#shopify-section-template--15190257467441__support_block_jpkDAj {
  margin-top: 0;
}
.product-tab-wrapper .collection .tabs .tablinks {
  color: var(--color-text) !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
.product-tab-wrapper .collection .tabs .tablinks:hover,
.product-tab-wrapper .collection .tabs .tablinks.active {
  color: var(--color-black) !important;
  font-weight: 500 !important;
}
.product-tab-wrapper .collection .tabs {
  margin-block: 0.5rem 4rem !important;
}
.section-template--15190257467441__support_block_jpkDAj-padding {
  background: var(--color-primary);
}
#shopify-section-template--15190257467441__support_block_jpkDAj .grid__item {
  background: transparent;
}
#shopify-section-template--15190257467441__support_block_jpkDAj
  .support-block-list__item
  .support-block-card {
  padding: 25px !important;
  border: 2px solid #d3e9e8;
}
#shopify-section-template--15190257467441__support_block_jpkDAj
  .support-block-card
  .support-block-card__info
  h3 {
  font-size: 20px !important;
  letter-spacing: 0.7px !important;
  font-weight: 800;
  color: var(--color-black) !important;
  text-transform: uppercase !important;
  padding-bottom: 5px;
}
#shopify-section-template--15190257467441__support_block_jpkDAj
  .support-block-card
  .support-block-card__info
  p {
  font-size: 18px !important;
  line-height: 25px !important;
  color: var(--color-text) !important;
}
#shopify-section-template--15190257467441__support_block_jpkDAj
  .support-block-card
  .support-block-card__image-wrapper {
  background: transparent;
  padding-bottom: 0;
}
#shopify-section-template--15190257467441__support_block_jpkDAj
  .support-block-card
  .support-block-card__image-wrapper
  img {
  width: 90px !important;
  height: 90px !important;
  background: var(--color-white);
  border-radius: 50px;
  padding: 15px;
}
#shopify-section-template--15190257467441__support_block_jpkDAj .grid {
  justify-content: center;
}
#shopify-section-template--15190257401905__support_block_3P3YEw .grid__item {
  background: var(--color-primary);
  border: 2px solid #d3e9e8;
}
#shopify-section-template--15190257401905__support_block_3P3YEw
  .support-block-list__item
  .support-block-card {
  padding: 25px !important;
}
#shopify-section-template--15190257401905__support_block_3P3YEw
  .support-block-card
  .support-block-card__info
  h3 {
  font-size: 20px !important;
  letter-spacing: 0.7px !important;
  font-weight: 800;
  color: var(--color-black) !important;
  text-transform: uppercase !important;
  padding-bottom: 5px;
}
#shopify-section-template--15190257401905__support_block_3P3YEw
  .support-block-card
  .support-block-card__info
  p {
  font-size: 18px !important;
  line-height: 25px !important;
  color: var(--color-text) !important;
}
#shopify-section-template--15190257401905__support_block_3P3YEw
  .support-block-card
  .support-block-card__image-wrapper {
  padding-bottom: 0;
  width: 90px;
  height: 90px;
  background: var(--color-white);
  border-radius: 50px;
  margin-bottom: 10px;
}
#shopify-section-template--15190257401905__support_block_3P3YEw
  .support-block-card
  .support-block-card__image-wrapper
  img {
  padding: 15px;
  position: relative;
  margin-top: 5px;
}
#shopify-section-template--15190257401905__support_block_xFUkQk
  .section-template--15190257401905__support_block_xFUkQk-padding {
  background: var(--color-primary);
}
#shopify-section-template--15190257401905__support_block_xFUkQk
  .support-block-list__item
  .support-block-card {
  padding: 0;
}
#shopify-section-template--15190257401905__support_block_xFUkQk
  .support-block-list__item
  .support-block-card
  .support-block-card__image-wrapper {
  background: transparent;
  padding: 0;
}
.footer__content-bottom {
  padding: 10px 55px !important;
}
.copyright__content p {
  margin: 0 !important;
}
.footer__content-top .grid {
  border-color: #2a2b2b !important;
}
.footer-block__heading {
  font-size: 18px !important;
  text-transform: uppercase !important;
  color: var(--color-primary) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}
.footer-block img {
  width: 200px !important;
}
.footer__copyright,
.footer__content-bottom-wrapper {
  margin: 0 !important;
}
.footer__copyright {
  text-align: left !important;
}
.copyright__content a:hover {
  color: var(--color-text) !important;
}
.footer-block__details-content.rte > p:first-child {
  margin-block: 5px 15px !important;
  font-size: 16px !important;
}
.footer__list-social.list-social .list-social__item {
  padding: 0 !important;
}
.footer-block__details-content .list-menu__item--link:hover,
.footer-block__details-content .list-menu__item--active {
  color: var(--color-primary) !important;
}
.footer-block__details-content .list-menu__item--link {
  font-size: 16px !important;
}
.footer-block__details-content-newsletter p {
  font-size: 16px !important;
  margin-bottom: 5px;
  line-height: 24px !important;
}
.footer__blocks-wrapper .newsletter-form__field-wrapper .field__button {
  background: var(--color-primary);
  color: var(--color-black);
  border-color: var(--color-primary);
}
#shopify-section-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3
  .slideshow__text
  .banner__heading.h1 {
  font-size: 85px !important;
  line-height: 90px !important;
  margin: 0;
  font-weight: 300;
  color: var(--color-white) !important;
  text-shadow: 3px 3px 5px #000 !important;
  font-family: var(--alex-font) !important;
  text-transform: capitalize !important;
}
#Slide-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3-3
  .banner__box
  .banner__heading.h1 {
  font-family: Figtree !important;
  font-size: 70px !important;
  line-height: 80px !important;
  text-transform: uppercase !important;
}
#Slide-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3-3
  .banner__box
  .banner__buttons
  .button {
  background: rgba(255, 255, 255, 0.3);
  border-color: var(--color-white);
  font-size: 18px;
  color: var(--color-black);
}
#shopify-section-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3
  .slideshow__text
  .banner__heading.h1
  span {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px !important;
  text-transform: none;
  width: 100%;
  display: block;
  text-shadow: none;
  color: var(--color-black);
}
#shopify-section-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3
  .slideshow__text
  .banner__sub_heading {
  background: var(--color-primary);
  margin-bottom: 8px !important;
  padding: 7px 10px 5px;
  font-size: 15px;
  line-height: 1;
  color: var(--color-black);
}
ul.dt-nav
  > li
  .megamenu_megamenu
  > div.sub-menu-block
  .dt-sc--main-menu--mega
  > ul {
  padding: 15px 30px !important;
}
ul.dt-nav
  > li
  .megamenu_megamenu
  > div.sub-menu-block
  .dt-sc--main-menu--mega
  > ul.mega-menu-brands
  li {
  padding: 0 10px !important;
}
.dt-sc-menu-image-with-text .dt-sc-mega_menu {
  background: #f2f2f2;
  padding: 10px;
  height: 295px !important;
  width: 100% !important;
}
ul.dt-nav
  > li
  .megamenu_megamenu.mega-menu
  > div.sub-menu-block
  .dt-sc--main-menu--mega
  > ul.mega-menu-brands
  .dt-sc-menu-image-with-text
  .dt-sc-mega_menu
  .dt-sc-mega_menu-link
  h4 {
  bottom: 15px !important;
  background: rgba(0, 0, 0, 0.8) !important;
  padding: 5px 0 !important;
  color: var(--color-white) !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
  width: 170px !important;
  margin: 0 auto !important;
}
#main-collection-filters .filter-panel-menu {
  margin: 0 0 25px 0 !important;
}
.filter-panel-menu .sidebar_title {
  font-size: 20px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  background: var(--color-primary) !important;
  padding: 7px 15px !important;
  letter-spacing: 1px !important;
  margin-bottom: 0 !important;
}
.filter-panel-menu .sidebar_title:after {
  content: none !important;
}
.filter-panel-menu .filter-panel {
  background: #f2f2f2;
  padding: 15px;
}
.filter-panel ul li {
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
}
.filter-panel ul li:last-child {
  border: 0;
}
.filter-panel ul li a {
  margin: 0 !important;
  color: var(--color-text) !important;
}
.filter-panel ul li a:hover {
  color: var(--color-black) !important;
  padding-left: 8px;
}
.filter-panel ul {
  height: 350px;
  overflow-y: scroll;
}
.filter-panel ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
}
.filter-panel ul::-webkit-scrollbar {
  width: 6px;
  background-color: #f7f7f7;
}
.filter-panel ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.facets-vertical {
  gap: 30px !important;
}
.active-facets-vertical-filter {
  background: var(--color-primary) !important;
  padding: 7px 15px !important;
  margin-bottom: 0 !important;
}
.active-facets-vertical-filter .facets__heading {
  font-size: 20px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 0 !important;
}
ul.pagination__list.list-unstyled li .pagination__item--current,
ul.pagination__list.list-unstyled li .pagination__item:hover {
  background: var(--color-black) !important;
  color: var(--color-primary) !important;
}
.breadcrumb .breadcrumb_title {
  margin: 0 !important;
  font-weight: 300 !important;
  font-size: 40px !important;
  color: var(--color-black) !important;
  line-height: 40px !important;
}
.policy-page .rte h2 {
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 10px 0;
  line-height: 35px;
  text-decoration: underline;
}
.policy-page .rte p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: justify;
  color: var(--color-text);
}
.policy-page .rte ul {
  margin: 0 0 10px 0;
}
.policy-page .rte ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: justify;
  color: var(--color-text);
  margin-bottom: 5px;
}
#shopify-section-template--15196207972401__0b8c12a8-0a65-4c8c-b88c-2a212202886f
  .title-wrapper-with-link:after {
  margin: 0;
}
.section.form-image .form-contact {
  align-items: flex-start !important;
}
.collapsible_address-block .address-blocks {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px;
}
.collapsible_address-block .address-blocks li {
  background: #f2f2f2;
  padding: 20px;
}
.map-contact-detail address {
  line-height: 24px;
  color: var(--color-text);
}
.map-contact-detail .office-mail a {
  color: var(--color-text);
}
#shopify-section-template--15198131519537__image_banner_3RkYpn
  .banner__content {
  padding: 0 !important;
}
#shopify-section-template--15198131519537__image_banner_3RkYpn
  .banner__content
  .banner__box {
  padding: 0 20px !important;
  width: 670px;
  text-align: left;
}
#shopify-section-template--15198131519537__image_banner_3RkYpn
  .banner__content
  .banner__box
  h2 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 800;
  color: var(--color-black);
}
.multimedia-text-content .text-content ol {
  margin: 0;
  padding: 0 0 0 50px;
}

.multimedia-text-content .text-content ol li {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: var(--color-text);
  font-weight: 400;
  padding: 7px 0;
  border-bottom: 1px dashed #c8e0df;
}
.multimedia-text-content .text-content ol li:last-child {
  border-bottom: 0;
}
#shopify-section-template--15198131519537__multimedia_with_text_bxnUq9
  .multimedia-text-section {
  background: var(--color-white);
}
#shopify-section-template--15198131519537__rich_text_CYdqzz
  .rich-text__blocks
  h2 {
  margin: 0;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}
#shopify-section-template--15198131519537__rich_text_CYdqzz
  .rich-text__text
  h4 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto 10px;
  font-weight: 500 !important;
  background: var(--color-primary);
  display: block;
  width: 30%;
  padding: 5px 15px;
}
#shopify-section-template--15198131519537__rich_text_CYdqzz .rich-text__text p {
  color: var(--color-text);
}
.drawer__header {
  background-color: var(--color-white) !important;
  padding: 1.5rem !important;
  box-shadow: none !important;
  border-bottom: 1px solid #c5e3e2 !important;
}
.drawer__footer {
  background-color: var(--color-white) !important;
  padding: 1.5rem !important;
  box-shadow: none !important;
  border-top: 1px solid #c5e3e2 !important;
}
.drawer__footer .cart-drawer__footer {
  margin-top: 0 !important;
}
.drawer__header .drawer__close {
  top: 23px !important;
  right: 15px !important;
}
.drawer__inner {
  background-color: var(--color-white) !important;
}
.cart-drawer .cart__ctas {
  display: flex !important;
  margin-top: 1.5rem !important;
}
.cart-drawer .cart__checkout-button {
  background: var(--color-black) !important;
  border-color: var(--color-black) !important;
}
.cart-drawer .cart__checkout-button:hover {
  background: var(--color-transparent) !important;
}
.cart-drawer .cart__view_cart-button {
  border-color: var(--color-black) !important;
  color: var(--color-black) !important;
  font-size: 1.4rem !important;
}
.cart-drawer .cart__view_cart-button:hover {
  background: var(--color-black) !important;
  color: var(--color-white) !important;
}
.cart-drawer .affirm-as-low-as {
  display: none;
}
.cart-drawer .link-continue {
  text-align: center;
  margin-top: 1.5rem;
}
.cart-drawer .link-continue .continue-btn {
  font-size: 18px;
  color: var(--color-text);
  text-decoration: underline;
  font-weight: 500;
}
.cart-drawer .link-continue .continue-btn:hover {
  color: var(--color-black);
}
.cart-drawer .cart-item__image {
  max-width: 100px !important;
  max-height: 130px !important;
}
.cart-drawer .cart-item__name {
  margin-bottom: 0 !important;
}
.cart-drawer .cart-item__details > * + * {
  margin: 5px 0 0 !important;
}
.cart-drawer .price {
  font-size: 18px !important;
}
td.cart-item__details dl > * {
  margin-bottom: 0 !important;
}
.cart-drawer .cart-item {
  padding: 1.5rem !important;
}
.cart__items {
  padding-bottom: 0.75rem !important;
}
.cart-items th {
  padding: 1.5rem !important;
  opacity: 1 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--color-white) !important;
  background: var(--color-black) !important;
  line-height: 1 !important;
}
.cart-items td {
  padding: 1.5rem 1.5rem 0 !important;
}
cart-remove-button a.button.button--tertiary {
  width: 40px !important;
  height: 40px !important;
  min-width: 100% !important;
  min-height: 100% !important;
}
.cart-item__quantity-wrapper {
  align-items: center;
}
.cart-item cart-remove-button {
  width: 40px;
  height: 40px;
}
cart-items cart-remove-button .button svg {
  color: var(--color-white) !important;
}

cart-items cart-remove-button .button:hover {
  border-color: var(--color-black) !important;
  background: #f2f2f2 !important;
}
cart-items cart-remove-button .button:hover svg {
  color: var(--color-black) !important;
}
.cart-item__price-wrapper .price {
  font-size: 18px !important;
  color: var(--color-text) !important;
}
.cart-item__name {
  font-size: 17px !important;
}
.cart-continue {
  text-align: right;
  margin-top: 30px;
}
.cart-continue .button {
  color: var(--colo-black) !important;
  border: 1px solid var(--color-black) !important;
}
.cart-continue .button:hover {
  background: var(--color-black) !important;
  color: var(--color-white) !important;
  border: 1px solid var(--color-black) !important;
}
.cart__footer {
  margin-bottom: 60px !important;
}
.tax-note {
  margin: 10px 0 !important;
}
.product__info-container .product__title h1 {
  font-weight: 500 !important;
  line-height: 50px !important;
  font-size: 40px !important;
}
.product__info-container .product__title {
  margin-bottom: 0 !important;
}
.product__info-container .price {
  margin-bottom: 10px;
}
.product__info-container > * + * {
  margin: 1rem 0 !important;
}
shopify-payment-terms {
  font-size: 16px;
}
#placement-AcTZGU3FMeGFuRVBEO__afterpay_on_site_messaging_payments_messaging_kwnq8E {
  margin: 10px 0 !important;
}
#shopify-block-Aa1E1dXFuTStORkxVa__affirm_pay_over_time_messaging_product_block_bYEqEk {
  margin-bottom: 10px;
}
.product__info-container fieldset.product-form__input .form__label {
  background: var(--color-primary) !important;
  padding: 5px 10px !important;
  font-size: 16px !important;
  color: var(--color-black) !important;
  font-weight: 500 !important;
}
.product__info-container .product-form__input {
  margin-bottom: 20px !important;
}
.product__info-container .icon-with-text {
  padding: 0 0 20px !important;
}
.dT_VProdCompareList {
  display: none !important;
}
.product__info-container .product-form__buttons {
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
}
.product__info-container .product__payment {
  margin-top: 1.5rem !important;
}
.product--thumbnail_slider media-gallery {
  align-items: start !important;
}
.product__info-as-bottom-tabs {
  margin-top: 2rem !important;
}
.product-recommendations__heading {
  text-align: center !important;
  position: relative !important;
  font-family: "Frank Ruhl Libre", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 26px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  padding-bottom: 15px !important;
  color: var(--color-black) !important;
}
.product-recommendations__heading:after {
  position: absolute;
  content: "";
  width: 55px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-black);
  margin: 0 auto;
}

/* Judge.me – show simplified state when there are zero reviews */
.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-rev-widg__title,
.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-rev-widg__summary-stars,
.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-histogram,
.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-row-actions,
.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-rev-widg__body,
.jdgm-rev-widg[data-number-of-reviews="0"]
  .jdgm-rev-widg__paginate-spinner-wrapper {
  display: none !important;
}
.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-rev-widg__summary-inner {
  align-items: center;
  gap: 0.75rem;
}
.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-rev-widg__summary-text {
  display: inline-block;
}
/* Lighten background when there are no reviews */
.jdgm-rev-widg[data-number-of-reviews="0"] {
  background-color: #ffffff !important;
}
.search-modal .modal-overlay {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
/* Homepage product cards: remove background behind product tiles */
body#index .collection .product-grid .card,
body#index .collection .product-grid .card__inner,
body#index .collection .product-grid .card__content,
body#index .product-grid .card,
body#index .product-grid .card__inner,
body#index .product-grid .card__content {
  background: transparent !important;
  background-color: transparent !important;
}
body#index .card__media .media,
body#index .card__media .media::before {
  background: transparent !important;
  background-color: transparent !important;
}
body#index .underline-links-hover:hover .card {
  background: transparent !important;
}
body#index .card_style-card_with_buttons .card__inner .card__media:before,
body#index .card_style-card_with_overlay .card__inner .card__media:before {
  background: transparent !important;
}

/* Best Sellers & New Arrivals sliders: force transparent product cards */
/* Scope by common section/container identifiers */
[id*="best_sellers"] .card,
[id*="best_sellers"] .card__inner,
[id*="best_sellers"] .card__content,
[id*="best_sellers"] .card__media .media,
[id*="best_sellers"] .card__media .media::before,
[id*="new_arrivals"] .card,
[id*="new_arrivals"] .card__inner,
[id*="new_arrivals"] .card__content,
[id*="new_arrivals"] .card__media .media,
[id*="new_arrivals"] .card__media .media::before,
.product-tab-wrapper .card,
.product-tab-wrapper .card__inner,
.product-tab-wrapper .card__content,
.product-tab-wrapper .card__media .media,
.product-tab-wrapper .card__media .media::before {
  background: transparent !important;
  background-color: transparent !important;
}

/* Remove card border and shadow frames within those sliders */
[id*="best_sellers"] .card--card,
[id*="best_sellers"] .card--standard .card__inner,
[id*="new_arrivals"] .card--card,
[id*="new_arrivals"] .card--standard .card__inner,
.product-tab-wrapper .card--card,
.product-tab-wrapper .card--standard .card__inner {
  border: none !important;
}
[id*="best_sellers"] .card--card:after,
[id*="best_sellers"] .card--standard .card__inner:after,
[id*="new_arrivals"] .card--card:after,
[id*="new_arrivals"] .card--standard .card__inner:after,
.product-tab-wrapper .card--card:after,
.product-tab-wrapper .card--standard .card__inner:after {
  box-shadow: none !important;
}
.customer:not(.account):not(.order) {
  margin: 30px auto 60px !important;
}
#shopify-section-template--15190257401905__multimedia_with_text_WU88dQ
  .multimedia-text-content {
  flex-direction: row-reverse;
}
#shopify-section-template--15190257401905__multimedia_with_text_WU88dQ
  .multimedia-text-section {
  padding: 0 0 60px !important;
}
#shopify-section-template--15190257401905__multimedia_with_text_WU88dQ
  .multimedia-text-content
  .text-content {
  padding-left: 0 !important;
}
#shopify-section-template--15190257467441__image_with_text_p74jEe
  .image-with-text__text-item,
#shopify-section-template--15190257467441__image_with_text_Gwh7iJ
  .image-with-text__text-item,
#shopify-section-template--15190257467441__image_with_text_cRHYPP
  .image-with-text__text-item {
  padding: 0 0 0 5rem !important;
}
#shopify-section-template--15190257401905__support_block_3P3YEw {
  margin-top: 0 !important;
}
#shopify-section-template--15190257401905__image_with_text_p8qVMd
  .image-with-text__text-item,
#shopify-section-template--15190257401905__image_with_text_a4NxC7
  .image-with-text__text-item {
  margin-left: 20rem;
}
.main-product-template a.slick-next.pull-right:before {
  color: var(--color-white) important;
  border-right: 2px solid var(--color-white) !important;
  border-bottom: 2px solid var(--color-white) !important;
  bottom: 21px !important;
  left: -4px !important;
}
.main-product-template button.slick-prev.slick-arrow,
.main-product-template button.slick-next.slick-arrow {
  background: var(--color-black) !important;
}
.main-product-template a.slick-prev.pull-left:before {
  color: var(--color-white) important;
  border-right: 2px solid var(--color-white) !important;
  border-bottom: 2px solid var(--color-white) !important;
  top: 13px !important;
  right: 2px !important;
}
.footer-block__details-content p a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.dt-sc-header-top-bar .list-social__link svg {
  height: 1.8rem !important;
}
.dt-sc-header-top-bar .list-social__link {
  color: var(--color-black) !important;
}
.influ-section {
  display: flex;
  justify-content: center;
}
.influ-section .influ-img {
  width: 29%;
}
.influ-section .influ-content {
  width: 45%;
}
.influ-section .influ-img img {
  margin: 0 !important;
  border: 0;
}
.conjured_content {
  display: block !important;
  background: #f1f1f1;
  padding: 67px !important;
  width: 100%;
}
#conjured_referral .template_advocate_signup_show_newsletter {
  justify-content: start !important;
  margin-bottom: 15px !important;
}
.conjured_content input[type="text"] {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px !important;
}
.template_advocate_signup_heading {
  margin: 0 !important;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
}
.template_advocate_signup_subheading {
  margin-bottom: 15px !important;
  font-size: 18px !important;
}
.swatch-group .swatch-element {
  margin: 10px 10px 2px 0 !important;
}
.swatch-group .swatch-element {
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: #f2f2f2;
  padding: 0 15px;
}
.swatch-group .swatch-element .swatch-variant-text {
  margin: 0 !important;
  cursor: pointer;
}
.product-form__input input[type="radio"]:checked + .swatch-element {
  background: #fff;
}
.product-form__input .swatch-element:hover {
  background: #fff;
  border: 1px solid var(--color-black);
}
#shopify-section-template--15190257401905__flex_banner_yfzaGb .swiper-wrapper {
  gap: 30px;
}
.grid-banner .title-wrapper-with-link-2.content-align--center {
  align-items: center;
  text-align: center;
  justify-content: center;
  padding-top: 10px;
}
.grid-banner .title-wrapper-with-link-2 .description {
  margin: 0 auto 15px;
}

@media (min-width: 200px) and (max-width: 768px) {
  .header__icon {
    height: 2.3rem !important;
    width: 2.3rem !important;
  }
  .header__icon .icon {
    height: 2.3rem !important;
    width: 2.3rem !important;
    margin-right: 0 !important;
  }
  .header__icons .icon-search {
    margin-right: 0rem !important;
  }
  .header__heading-logo {
    width: 120px;
  }
  #shopify-section-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3
    .slide-banner {
    height: 210px !important;
  }
  #shopify-section-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3
    .slideshow__media
    img.desktop-slider {
    display: block !important;
  }
  #shopify-section-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3
    .banner__box {
    padding: 0;
  }
  #Slide-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3-2
    .slideshow__text.slideshow__text-mobile--left {
    align-items: start !important;
    padding-left: 2rem !important;
  }
  #shopify-section-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3
    .slideshow__text
    .banner__heading.h1 {
    font-size: 35px !important;
    font-weight: 300 !important;
    line-height: 40px !important;
  }
  #shopify-section-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3
    .slideshow__text
    .banner__heading.h1
    span {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #shopify-section-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3
    .slideshow__text
    .banner__sub_heading {
    font-size: 11px;
  }
  .slideshow .banner__content {
    background: transparent !important;
  }
  .title-wrapper-with-link {
    margin-bottom: 1rem !important;
  }
  .title-wrapper-with-link h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .collection-list.slider .collection-list__item {
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2) !important;
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2) !important;
  }
  .collection-list .button-coll {
    height: 30px;
    margin-top: 5px !important;
  }
  .collection-list .card__heading {
    font-size: 14px;
  }
  .menu-drawer ul.sub-menu-lists {
    column-count: 2 !important;
  }
  .dt-sc-menu-image-with-text .dt-sc-mega_menu {
    height: 205px !important;
  }
  .dt-sc-menu-image-with-text .dt-sc-mega_menu h4 {
    position: absolute !important;
    bottom: 20px !important;
    left: 0 !important;
    right: 0 !important;
    background: var(--color-primary) !important;
    width: 109px !important;
    margin: 0 auto !important;
  }
  .multimedia-text-section .container {
    display: block !important;
    width: 100% !important;
  }
  .multimedia-text-content {
    display: block !important;
  }
  .multimedia-text-content .media-block,
  .multimedia-text-content .text-content {
    width: 100% !important;
    padding: 0 15px !important;
  }
  .multimedia-text-content .media-block {
    margin-bottom: 20px !important;
  }
  .multimedia-text-content .text-content h2 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .product-tab-wrapper
    .collection
    .grid
    > .grid__item:only-child
    .tabs_container
    .dt-sc-column.four-column {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  featured-swiper-slider .swiper {
    overflow: hidden !important;
  }
  .footer-block.grid__item h2.footer-block__heading:before,
  .footer-block.grid__item h2.footer-block__heading:after {
    background: var(--color-white) !important;
  }
  .mobile-toolbar__icons {
    display: none !important;
  }
  .list-payment__item {
    padding: 0.3rem !important;
  }
  .breadcrumb .breadcrumb_title {
    font-size: 25px !important;
  }
  .product--thumbnail_slider .product__info-wrapper.grid__item {
    padding-top: 1rem !important;
  }
  #shopify-section-template--15198131519537__image_banner_3RkYpn
    .banner__content {
    justify-content: start !important;
  }
  #shopify-section-template--15198131519537__image_banner_3RkYpn
    .banner__content
    .banner__box {
    width: 240px !important;
    background: transparent !important;
  }
  #shopify-section-template--15198131519537__image_banner_3RkYpn
    .banner__content
    .banner__box
    h2 {
    font-size: 20px;
    line-height: 30px;
  }
  #shopify-section-template--15198131519537__rich_text_CYdqzz
    .rich-text__blocks
    h2 {
    font-size: 25px;
    line-height: 35px;
  }
  #shopify-section-template--15198131519537__rich_text_CYdqzz
    .rich-text__text
    h4 {
    width: 100%;
  }
  .multimedia-text-content .text-content ol {
    padding: 0 0 0 15px !important;
  }
  .search-modal .modal-overlay {
    background-color: rgba(0, 0, 0, 0.7) !important;
  }
  .collapsible_address-block .address-blocks {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  #shopify-section-template--15190257467441__image_banner_eaibjA
    .banner__media {
    position: relative !important;
  }
  #shopify-section-template--15190257467441__image_banner_eaibjA
    .banner__box
    h2 {
    font-size: 40px;
    margin-bottom: 0;
  }
  .section-template--15190257467441__image_with_text_Gwh7iJ-padding,
  #about-us .image-with-text__content {
    padding-bottom: 0 !important;
  }
  #about-us .image-with-text__content h2 {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 40px;
  }
  #about-us .image-with-text__content p:last-child {
    margin-bottom: 0 !important;
  }
  .button {
    font-size: 1.2rem !important;
    padding: 0 1.2rem !important;
  }
  #shopify-section-template--15190257401905__image_with_text_df9YJT
    .image-with-text__media-item {
    padding: 0 15px !important;
  }
  #shopify-section-template--15190257401905__image_with_text_df9YJT
    .image-with-text__text-item {
    padding: 0 15px;
  }
  #shopify-section-template--15190257401905__image_with_text_df9YJT
    .image-with-text__content
    h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .multimedia-text-section {
    padding: 20px 0 50px !important;
  }
  #shopify-section-template--15190257401905__multimedia_with_text_JV8bpw {
    margin-bottom: 0 !important;
  }
  #shopify-section-template--15190257401905__multimedia_with_text_WU88dQ
    .multimedia-text-content
    .text-content {
    padding-left: 15px !important;
  }
  #shopify-section-template--15190257467441__image_with_text_p74jEe
    .image-with-text__text-item,
  #shopify-section-template--15190257467441__image_with_text_Gwh7iJ
    .image-with-text__text-item,
  #shopify-section-template--15190257467441__image_with_text_cRHYPP
    .image-with-text__text-item,
  #shopify-section-template--15190257467441__image_with_text_eBhRqx
    .image-with-text__text-item,
  #shopify-section-template--15190257467441__image_with_text_D7PiFU
    .image-with-text__text-item {
    padding: 0 !important;
  }
  #shopify-section-template--15190257467441__image_with_text_eBhRqx,
  #shopify-section-template--15190257467441__image_with_text_D7PiFU {
    padding: 0 !important;
  }
  body #accessiblyAppWidgetButton {
    top: 77% !important;
  }
  #shopify-section-template--15190257401905__image_with_text_p8qVMd
    .image-with-text__text-item,
  #shopify-section-template--15190257401905__image_with_text_a4NxC7
    .image-with-text__text-item {
    margin-left: 0;
    padding: 0 !important;
  }
  .image-with-text__content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .section-template--15190257401905__image_with_text_p8qVMd-padding,
  .section-template--15190257401905__image_with_text_a4NxC7-padding {
    padding: 0 !important;
  }
  .view-col {
    top: 15%;
  }
  .view-col a.col__button.button {
    font-size: 18px !important;
  }
  .influ-section {
    display: block;
  }
  .influ-section .influ-img {
    width: 100%;
  }
  .influ-section .influ-content {
    width: 100%;
  }
  .grid-banner .title-wrapper-with-link-2 .description {
    font-size: 15px;
    line-height: 23px;
  }
  #Slide-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3-1
    .banner__box {
    align-items: flex-end;
    padding-right: 2rem;
  }
  #Slide-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3-3
    .banner__box {
    align-items: center;
    padding: 70px 30px 0;
  }
  #Slide-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3-3
    .banner__box
    .banner__heading.h1 {
    font-family: "Figtree" !important;
    font-size: 30px !important;
    line-height: 40px !important;
    text-transform: uppercase !important;
  }
  #Slide-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3-3
    .banner__box
    .banner__buttons {
    margin-top: 0;
  }
  #Slide-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3-3
    .banner__box
    .banner__buttons
    .button {
    min-width: calc(8rem + var(--buttons-border-width) * 2);
    min-height: calc(3rem + var(--buttons-border-width) * 2);
    background: rgba(0, 0, 0, 0.3);
    border-color: var(--color-white);
  }
  /* Keep top bar promo text on a single line on small devices */
  .dt-sc-header-top-bar .top-bar-content {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    width: 100%;
  }
  .dt-sc-header-top-bar .top-bar-content a.top-bar-link {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .dt-sc-header-top-bar .top-bar-content .top-bar-text {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100%;
    display: block;
    text-align: center !important;
    font-size: clamp(12px, 3.8vw, 14px) !important;
  }
}

/* Accent overrides: sitewide pink accent (#FFB6C1) */
/* Add to Cart button on product pages */
.product__info-container .product-form__submit,
.product__info-container button[name="add"],
.product__info-container .button--primary.product-form__submit {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.product__info-container .product-form__submit:hover,
.product__info-container button[name="add"]:hover,
.product__info-container .button--primary.product-form__submit:hover {
  filter: brightness(0.9);
}

/* Active size swatch on product page */
.product-form__input input[type="radio"]:checked + .swatch-element {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.product-form__input
  input[type="radio"]:checked
  + .swatch-element
  .swatch-variant-text {
  color: #ffffff !important;
}

/* Collections page: category/filter sections */
.filter-panel-menu .sidebar_title {
  background: #000000 !important;
  color: #ffffff !important;
}
.active-facets-vertical-filter {
  background: #000000 !important;
  color: #ffffff !important;
}
.active-facets-vertical-filter .facets__heading {
  color: #ffffff !important;
}
.filter-panel-menu .filter-panel {
  border: 1px solid #000000;
}

/* Product page typography */
.product__info-container .product__title h1,
.product__info-container .product__title .h1 {
  font-family: "Frank Ruhl Libre", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 24px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.product__info-container .price .price-item {
  font-family: "Frank Ruhl Libre", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

/* Remove background only on Size/Color label wrapper */
.product__info-container .swatch-label-text,
.product__info-container .swatch-label-text .form__label,
.product__info-container .swatch-label-text .form__label .append-options-values,
/* Increase specificity to override fieldset.product-form__input .form__label background */
.product__info-container fieldset.product-form__input .swatch-label-text,
.product__info-container fieldset.product-form__input .swatch-label-text .form__label,
.product__info-container fieldset.product-form__input .swatch-label-text .form__label .append-options-values {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Move financing messages under Add to Cart and shrink */
.product__info-container .product-form__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.product__info-container .product-form__buttons ~ .product__payment,
.product__info-container .product-form__buttons ~ *[class*="afterpay"],
.product__info-container .product-form__buttons ~ *[class*="klarna"],
.product__info-container .product-form__buttons ~ *[class*="affirm"],
.product__info-container .product-form__buttons ~ .product_payment_text {
  margin-top: 8px !important;
}
.product__info-container .afterpay-paragraph,
.product__info-container [id*="afterpay"],
.product__info-container [id*="klarna"],
.product__info-container [id*="affirm"],
.product__info-container .product_payment_text {
  font-size: 12px !important;
  line-height: 1.2 !important;
  opacity: 0.85;
  margin-top: 8px !important;
}

/* Ensure variant options order: Color first, then Size */
.product__info-container variant-radios {
  display: flex;
  flex-direction: column;
}
.product__info-container variant-radios fieldset.option-name-color {
  order: 0;
}
.product__info-container variant-radios fieldset.option-name-size {
  order: 1;
}

/* Typography for swatch label text (Color and Size) */
.product__info-container .swatch-label-text .form__label,
.product__info-container
  .swatch-label-text
  .form__label
  .append-options-values {
  font-family: "Frank Ruhl Libre", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 1 !important; /* 100% */
  letter-spacing: 0 !important; /* 0% */
}

/* Quantity + Add to Cart on the same line; wrap payment button below */
.product__info-container .product-form__buttons {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.product__info-container
  .product-form__buttons
  .product-form__submit.button--full-width {
  width: auto !important;
  min-width: 0 !important;
}
.product__info-container .product-form__buttons .product-form__submit {
  order: -1; /* show button before quantity */
  flex: 0 0 auto !important; /* prevent stretching, keeps pair centered */
}
.product__info-container
  .product-form__buttons
  .product-form__input.product-form__quantity,
.product__info-container .product-form__buttons .quantity {
  margin: 0;
}
.product__info-container .product-form__buttons .shopify-payment-button,
.product__info-container .product-form__buttons [data-shopify-buttoncontainer] {
  flex-basis: 100%;
  width: 100%;
}
/* Quantity and submit widths to force same-line */
.product__info-container
  .product-form__buttons
  .product-form__input.product-form__quantity,
.product__info-container .product-form__buttons .quantity {
  width: 160px;
  min-width: 160px;
  margin: 0;
}
.product__info-container .product-form__buttons .product-form__submit {
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}
/* Ensure Add to Cart has a reasonable width and stays centered vertically */
.product__info-container .product-form__buttons .product-form__submit {
  min-width: 0 !important;
  align-self: center;
  flex: 1 1 0% !important; /* fill remaining width next to quantity */
}
/* Ensure quantity aligns vertically with the button */
.product__info-container .product-form__buttons .quantity,
.product__info-container
  .product-form__buttons
  .product-form__input.product-form__quantity {
  display: inline-flex;
  align-items: center;
  align-self: center;
}
/* Neutralize button--full-width in this context */
.product__info-container .product-form__buttons .button--full-width {
  width: auto !important;
}

/* Override any fixed width from base styles for the product submit button */
.product__info-container
  button.product-form__submit.button.button--full-width.button--primary {
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex: 1 1 0% !important;
}

/* Typography for Add to Cart button */
.product__info-container .product-form__submit,
.product__info-container button[name="add"],
.product__info-container .button--primary.product-form__submit {
  font-family: "Frank Ruhl Libre", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 1 !important; /* 100% */
  letter-spacing: 0 !important; /* 0% */
  text-align: center !important;
  text-transform: none !important;
}

/* Ensure inner content inherits typography */
.product__info-container .product-form__submit *,
.product__info-container button.product-form__submit span {
  font-family: "Frank Ruhl Libre", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Force row layout even on very small screens */
@media screen and (max-width: 420px) {
  .product__info-container .product-form__buttons {
    flex-direction: row !important;
  }
  .product__info-container .product-form__buttons .product-form__submit {
    width: auto !important;
    min-width: 0 !important;
  }
}

/* Collection product cards: remove background and set typography */
.collection .product-grid .card,
.collection .product-grid .card__inner,
.collection .product-grid .card__content {
  background: transparent !important;
  background-color: transparent !important;
}
.collection .product-grid .card__media .media,
.collection .product-grid .card__media .media::before {
  background: transparent !important;
  background-color: transparent !important;
}
.collection .underline-links-hover:hover .card {
  background: transparent !important;
}
.collection .card_style-card_with_buttons .card__inner .card__media:before,
.collection .card_style-card_with_overlay .card__inner .card__media:before {
  background: transparent !important;
}

/* Product title */
.collection .card__information .card__heading,
.collection .card__information .card__heading a {
  font-family: "Frank Ruhl Libre", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

/* Product price */
.collection .card__information .price,
.collection .card__information .price .price-item,
.collection .card-information .price,
.collection .card-information .price .price-item {
  font-family: "Frank Ruhl Libre", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

/* Force circular color swatches */
.variant-option-color li.color-values a.swatch span,
.variant-option-color li.color-values.show-on-click a.swatch span {
  width: 12px;
  height: 12px;
  border-radius: 3px !important;
}
.variant-option-color li.color-values a.swatch,
.variant-option-color li.color-values.show-on-click a.swatch {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.variant-option-color li.color-values a.swatch.active,
.variant-option-color li.color-values.show-on-click a.swatch.active {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* Enforce exact swatch sizing and shape (override theme defaults) */
.card__content ul.variant-option-color li.color-values a.swatch {
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
}
.card__content ul.variant-option-color li.color-values a.swatch span,
.card__content ul.variant-option-color li.color-values a.active span {
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  border-radius: 3px !important;
  display: inline-block !important;
}

/* Increase gap between swatches and product title on collection cards */
.collection .card__content ul.variant-option-color {
  margin: 0 0 16px 0 !important;
}

/* Make swatches non-clickable and remove active visuals */
.variant-option-color li.color-values a.swatch,
.variant-option-color li.color-values.show-on-click a.swatch {
  pointer-events: none !important;
  cursor: default !important;
  border: 1px solid #000 !important;
}
.variant-option-color li.color-values a.swatch:hover,
.variant-option-color li.color-values.show-on-click a.swatch:hover {
  border-color: #000 !important;
}
.variant-option-color li.color-values a.swatch.active,
.variant-option-color li.color-values.show-on-click a.swatch.active {
  outline: none !important;
  box-shadow: none !important;
  border-color: #000 !important;
}
/* Override any theme active border */
.card__content ul.variant-option-color li.color-values a.active {
  border-color: #000 !important;
}

/* Load More button styling (SEO-friendly pagination enhanced) */
#AjaxinatePagination .load_more_btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
#AjaxinatePagination .load_more_btn a,
.pagination-method-loadmore_btn .load_more_btn a {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 6px !important;
  padding: 10px 20px !important;
  text-transform: none !important;
  box-shadow: none !important;
  font-family: "Frank Ruhl Libre", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 24px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}
#AjaxinatePagination .load_more_btn a:hover,
.pagination-method-loadmore_btn .load_more_btn a:hover {
  filter: brightness(0.98);
}

/* Inline bar: filters (left), count (center), sort (right) across containers */
.collection .facets-container,
.collection .product-grid-container {
  display: contents;
}
.collection facet-filters-form.facets.small-hide.horizontal .facets__form,
.collection facet-filters-form.facets.facets-vertical-sort .facets__form,
.collection .facets__form {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
}
.collection .facets .facets__wrapper {
  grid-column: 1;
}
.collection .product-grid-container .product-count {
  grid-column: 2;
  justify-self: center;
  text-align: center;
}
.collection .product-grid-container .facet-filters {
  grid-column: 3;
  justify-self: end;
}
/* Ensure horizontal (facets) sort and product count are visible */
.facets-container
  facet-filters-form.facets.small-hide.horizontal
  .facet-filters {
  display: flex !important;
}
.facets-container
  facet-filters-form.facets.small-hide.horizontal
  .product-count {
  display: block !important;
}

/* Horizontal filters: filters left, count center, sort right (desktop) */
@media screen and (min-width: 990px) {
  .facets-container
    facet-filters-form.facets.small-hide.horizontal
    .facets__form {
    display: grid !important;
    grid-template-columns: max-content 1fr max-content !important;
    align-items: center !important;
    gap: 0 2rem !important;
  }
  .facets-container
    facet-filters-form.facets.small-hide.horizontal
    .facets__wrapper {
    grid-column: 1 !important;
  }
  .facets-container
    facet-filters-form.facets.small-hide.horizontal
    .product-count {
    grid-column: 2 !important;
    justify-self: center !important;
    text-align: center !important;
    display: block !important;
  }
  .facets-container
    facet-filters-form.facets.small-hide.horizontal
    .facet-filters {
    grid-column: 3 !important;
    justify-self: end !important;
    display: flex !important;
  }
}

/* Force horizontal filter items inline */
@media screen and (min-width: 990px) {
  facet-filters-form.facets.small-hide.horizontal .facets__wrapper > details {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 16px 0 0 !important;
  }
  facet-filters-form.facets.small-hide.horizontal .facets__summary {
    margin: 0 !important;
  }
}

/* Hide all product count variants (kept in DOM) */
.product-count,
.product-count-vertical,
#ProductCount,
#ProductCountDesktop,
.custom-page-progress-bar,
.custom-page-progress-bar p {
  display: none !important;
}

/* Remove bottom padding/spacing for facets container */
.facets-container {
  padding-bottom: 0 !important;
}
.facets__form {
  margin-bottom: 0 !important;
}
facet-filters-form.facets.small-hide.horizontal {
  margin-bottom: 0 !important;
}

/* Reduce gap between navbar and filter row */
.product-collection {
  padding-top: 16px !important;
}

/* Slideshow: remove background behind text for 'Sweet Summer Days' only */
#Slide-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3-1
  .slideshow__text.gradient,
#Slide-template--15190257401905__22208e64-dcc3-4578-b425-207fdf5259a3-1
  .banner__box {
  background: transparent !important;
  background-color: transparent !important;
}

/* Center top bar message on desktop as well */
#shopify-section-top-bar .dt-sc-header-top-bar .top-bar-content {
  justify-content: center !important;
  margin-left: 0 !important;
  flex: 1 1 auto !important;
}
#shopify-section-top-bar .dt-sc-header-top-bar .top-bar-content a.top-bar-link {
  display: flex;
  justify-content: center;
}
#shopify-section-top-bar .dt-sc-header-top-bar .top-bar-content .top-bar-text {
  text-align: center !important;
}
