/** Shopify CDN: Minification failed

Line 992:8 Expected identifier but found whitespace
Line 992:10 Unexpected "{"
Line 992:22 Expected ":"
Line 1292:2 Comments in CSS use "/* ... */" instead of "//"

**/
.template-collection .breadcrumb-container {
  width: 100%; 
  padding: 0 70px; 
  max-width: initial;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .template-collection .breadcrumb-container {
    padding: 0 20px;
    margin-top: 30px;
  }
}
@media (min-width: 1441px) {
  .template-collection .breadcrumb-container {
    padding: 0 90px; 
  }
}

@media only screen and (max-width: 600px) {
  .template-collection .overlay__content p,
  .secondary-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 601px) {
  .template-collection .overlay__content p,
  .secondary-content p {
    font-size: 16px;
  }
}

.template-collection .collection-header,
.template-collection .collection-header .rimage-outer-wrapper,
.template-collection .collection-header .overlay-type {
  background: white;
}
.template-collection .collection-header .rimage-outer-wrapper {
  background-image: initial !important;
}
.template-collection .collection-header .overlay-type {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .template-collection .collection-header .overlay-type {
  padding-top: 40px;
  padding-bottom: 40px;
}
}

@media (min-width: 1024px) {
    .template-collection .collection-header .overlay-type {
      padding-top:  70px;
      padding-bottom: 70px;
    }
}
.template-collection #page-content .central {
  padding: 0;
  color: black;
  width: 950px;
}

.template-collection .collection-header .overlay-type .central .feature-header:after {
  border-color: black;
}

.template-collection .collection-header {
  border-bottom: 1px solid #ddd;
}
.template-collection  .site-control.nav-opaque {
  border-bottom: 1px solid #ddd;
}

.template-collection #page-content .content > *:nth-last-child(1) {
  margin-bottom: 0;
}

.template-collection .overlay__content {
  padding-top: 0 !important;
}

/* Product page chages */

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

  .product-area .product-detail__gap-lg {
    float: left;
    width: 100%;
  }
  
  .product-area .product-detail__gap-lg .quantity-wrapper {
    float: left;
  }

  .product-area .product-detail__gap-lg .button {
    width: calc(100% - 130px);
    float: right;
  }
}

.product-detail__gap-sm .section-footer__payment-icons {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-top:10px;
}

.product-detail__gap-sm .section-footer__payment-icons svg {
  width: 100px;
  height: 40px;
}

.product-area .price-area {
  width: auto;
  float: left;
}

.product-area .product-area__details .product-inventory-notice {
  float: left;
  line-height: 18px;
  padding-left: 16px;
}

.product-detail__form__options--with-quantity {
  width:100%;
}

@media (min-width: 768px) {
  .product-detail__form__options--with-quantity {
    display: flex;
    gap: 10px;
  }
  .quantity-wrapper {
    flex-shrink: 0;
    margin: 0;
  }
}

.universal-message-wrapper {
  background: #efecea;
  padding: 20px;
  border-radius: 6px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 0 20px;
  float: left;
}

.universal-message-wrapper .universal-message p {
  margin-top:4px;
  margin-bottom: 0;
}

.universal-message__button {
  border:solid 1px #343434;
  padding:8px 16px;
  border-radius:4px;
  display:inline-block;
  margin-top: 4px;
}

.product-area .free-delivery-banner,
.product-area .sustainability-banner {
  width:100%;
  clear:both;
  margin:0 0 0 0;
  padding:6px;
  border-radius:4px;
  background:#E5ECDE;
  position:relative;
}

.product-area .free-delivery-banner p,
.product-area .sustainability-banner p
 {
  padding-left:34px;
  margin:0;
}

.product-area .free-delivery-banner svg,
.product-area .sustainability-banner svg {
  position:absolute;
  top:8px;
  left:10px;
  height:auto;
  width:20px;
}

.product-support-banner {
  border:solid 1px #000;
  padding:10px 16px 10px 49px;
  border-radius:4px;
  position:relative;
  margin-bottom:10px;
  width: 100%;
  float: left;
}

.product-support-banner svg {
  position:absolute;
  top:9px;
  left:13px;
}

.product-support-banner p {
  margin:0;
  line-height: 1.4;
}

.product-support-banner a {
  text-decoration:underline;
}

/* Navigation changes */

#page-menu a .arr:not(.arr--small) {
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    background: #EFECEA;
    border-radius: 50px; 
}

@media (min-width: 768px) {
    #page-menu a .arr {    
        right: -50px;
    }
}

.nav .arr svg {
    height: 50%;
    width: 50%;
}

#page-menu a .arr {
    right: -48px;
    top: 43%;
}

#page-menu .main-nav li {
    margin: 0 0 1em;
}

#page-menu .main-nav li.main-nav__back a .arr--left svg {
  width:50%;
}

.product-detail__form__options.product-detail__gap-lg.product-detail__form__options--dropdown {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

/* Collection page changes */

.template-collection .postcards {
  margin-top: 30px;
  padding: 0 70px;
  background: initial;
  
}

@media only screen and (max-width: 767px) {
    .template-collection .postcards {
        padding: 0 20px;
    }
}

@media (min-width: 1441px) {
    .template-collection .postcards {
        padding: 0 90px;
    }
}

.postcards .collection-list {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  padding:0;
  margin:0;

  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .postcards .collection-list {
    justify-content: initial;
    overflow: scroll;
  }
}

.postcards .collection-item {
  background:#fff;
  list-style-type:none;
  box-shadow: initial;
  width: calc((100% - 120px) / 7);
}

.postcards .collection-item a {
  display:flex;
  align-items:center;
  min-height:60px;
  flex-direction: column;
}

.postcards .collection-item img {
  object-fit:cover;
  width: 100%;
  height: initial;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.postcards .collection-item .img-wrap {
  padding-bottom: 140%;
  position: relative;
  width: 100%;
}

.postcards + .breadcrumb-container {
  margin-top: 30px;
}

.postcards .collection-item .collection-image-placeholder {
  display:none;
}

.postcards .collection-item h3 {
  font-size:1rem;
  font-family: Avenir Next,sans-serif;
  padding:0 20px;
  text-align:left;
  width: 100%;
  padding: 20px;
  text-align: center;
  white-space: initial;
}

@media (max-width: 1300px) {

  .postcards .collection-item {
      width: calc((100% - 81px) / 5);
  }
}

@media (max-width: 980px) {

  .postcards .collection-item {
      width: calc((100% - 81px) / 5);
  }
}

@media (max-width: 767px) {

  .template-collection .postcards {
    overflow-x: auto;
  }

  .postcards .collection-list {
    flex-wrap:nowrap;
  }

  .postcards .collection-item {
    white-space: nowrap;
    flex-shrink: 0;
    width:initial;
    width: 110px;
  }

  .postcards .collection-item h3 {
    padding: 15px 5px;
  }
}

/* Review banners */

@media (min-width: 768px) {

  div#shopify-section-template--16841272197344__apps_38DB3U {
      display: none;
  }
}

@media (max-width: 767px) {
  
  div#shopify-section-template--16841272197344__1707902301c194a672 .CarouselWidget-prefix .R-MD .CarouselWidget__header {
      display: none;
  }
  
  div#shopify-section-template--16841272197344__apps_38DB3U .CarouselWidget__list {
      display: none;
  }

  div#shopify-section-template--16841272197344__1707902301c194a672 .section-spacing {
    padding:0;
  }

  div#shopify-section-template--16841272197344__apps_38DB3U .section-spacing {
    padding-bottom:0px;
  }
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner {
  box-shadow:initial !important;
}

.shopify-payment-button {
  width:100%;
}

div.ElementsWidget-prefix .ElementsWidget .ElementsWidget__inner {
  display:initial;
}

.two-imgs {
  display: flex;
  gap: 20px;
}
.two-imgs > a {
  width: calc((100% - 20px) / 2);
}
.two-imgs img {
  width: 100%;
}


@media (max-width: 767px) {
    .template-collection .product-list .product-block {
        width: calc(50% - 1px);
        padding: 10px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .template-collection .product-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
}

@media only screen and (max-width: 736px) {
      #cloud_search_filters_root {
        border-bottom: 1px solid #ddd;
        position: fixed;
        top: 123px;
        z-index: 25;
        width: 100%;
        background: white;
        left: 0;
      }
      .cloud-search-page-controls {
        margin: 0;
      }
      .cloud-search-page-controls__filters-container>.cloud-search-page-controls__filters-link {
      cursor: pointer;
      padding: 10px 20px;
      width: 100%;
      line-height: 1.5;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      gap: 8px;
    }
    .cloud-search-page-controls__filters-link .cloud-search-filters-link-icon {
        display: block;
        position: static;
        transform: initial;
        margin: 0;
    }
}

.product-area p.product-area__details__title {
   margin: 0; 
}
h1.product-area__details__title.subtitle {
  font-size: 1rem;  
  font-family: Avenir Next, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.collection-image-hero {
  display: flex;
  flex-direction: column;
}
.collection-image-hero.overlay-type {
  padding: 0;
  position: initial;
}
.collection-header .collection-description,
.collection-header .collection-description p,
.collection-image-hero .collection-description {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .collection-header .collection-description,
  .collection-header .collection-description p,
  .collection-image-hero .collection-description {
  font-size: 16px;
}
}
.collection-image-hero .collection-content {
  padding: 20px;
      display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}
.collection-image-hero .collection-content .rte {
  text-align: center;
}
.collection-image-hero .collection-image {
  position: relative;
  padding-bottom: 75%;
}
.collection-image-hero .collection-image img {
  height: 100%; 
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  object-fit: cover;
}
.collection-image-hero .collection-content p:first-child {
    margin-top: 0;
}
@media (max-width: 739px) {
  .collection-image-hero .collection-content {
     padding-top: 86px; 
  }
}
@media (min-width: 1024px) {
    .collection-image-hero {
      flex-direction: row-reverse;
    }
  .collection-image-hero .collection-image {
    padding-bottom: 37.5%;
    padding-bottom: 30.5%;
  }
   .collection-image-hero .collection-content {
    padding: 40px;
  } 
  .collection-image-hero .collection-content,
  .collection-image-hero .collection-image {
    width: 50%;
  }
  .collection-image-hero .collection-content {
    width: 77%
  }
  .collection-image-hero .collection-image {
    width: 23%;
  }  
}
@media (max-width: 1023px) {
 .collection-image-hero .collection-image {
   display: none;
 } 
}

.complementary-products-container .swiper-wrapper {
  align-items: stretch;
}

.product-list--carousel .swiper-wrapper .swiper-slide {
  height: initial;
}
.complementary-product-block.product-block--quickbuy,
.complementary-product-block.product-block--quickbuy .product-block__inner {
  height: 100%;
}
.complementary-product-block.product-block--quickbuy .product-block__inner {
  display: flex;
  flex-direction: column;
}
.complementary-product-block.product-block--quickbuy form {
  position: relative;
  width: 100%;
  padding-bottom: 58px;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}
.complementary-product-block.product-block--quickbuy form .qty-wrap,
.complementary-product-block.product-block--quickbuy form .select-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content:space-between;
  position: relative;
  font-size: 14px;
}
.complementary-product-block.product-block--quickbuy form .select-wrap {
  margin-top: 10px;
  width: 100%;
}
.complementary-product-block.product-block--quickbuy form .select-wrap .pretty-select {
    width: 100%;
    border-radius: 4px;
    height: 35px;
    padding-left: 10px;
}
.complementary-product-block.product-block--quickbuy form .select-wrap .pretty-select .label {
  display: none;
}
.complementary-product-block.product-block--quickbuy form .select-wrap .pretty-select .text {
    height: 26px;
    padding: 3px 0;
    max-width: 165px;
    overflow: hidden;
  min-width: initial;
}
.complementary-product-block.product-block--quickbuy form .select-wrap .pretty-select .text .value {
    max-width: 165px;
    overflow: scroll;
    display: block;
  
}
.complementary-product-block.product-block--quickbuy form .select-wrap.single .pretty-select {
  display: none;
}
.complementary-product-block.product-block--quickbuy form select,
.complementary-product-block.product-block--quickbuy form input {
  width: 100%;
  padding: 8px 12px;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #bbb;
  color: #7e8476;
  font-size: 14px;
}

.complementary-product-block.product-block--quickbuy form select {
  -webkit-appearance: none; 
  -moz-appearance: none;    
  appearance: none;          
  display: inline-block;
  background: #fff;
  color: #343434;
  border: 1px solid #cccccc;
  text-align: left;
  padding: 8px 12px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"></path><path d="M0-.75h24v24H0z" fill="none"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px; 
}


.complementary-product-block.product-block--quickbuy form .qty-wrap {
  margin-top: 10px;
  font-size: 14px;
}

.complementary-product-block.product-block--quickbuy form .qty-wrap label {
  font-size: 12px;
}

.complementary-product-block.product-block--quickbuy form button {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  bottom: 0;
  left: 0;
  position: absolute;
  top: initial;
  display: block !important;
}
.complementary-product-block.product-block--quickbuy button[type="submit"] {
    transform: initial;
    visibility: visible;
    /*background-color: #7e8476;
    border-color: #7e8476;*/
    color: white;
    transition: initial;
    will-change: initial;
    opacity: 1; 
    border-radius: 4px;
}
.complementary-product-block.product-block--quickbuy button[type="submit"][disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}



.complementary-product-block.product-block--quickbuy:hover a {
  opacity: 1 !important;
  visibility: visible !important;
}

.complementary-product-block [id^="spinner-"] {
  background: #efecea;
  margin: 10px 0;
  padding: 6px;
  padding: 6px;
  border-radius: 4px;
  font-size: 14px;
}
  
.complementary-product-block [id^="cart-notification-"] {
    background: #e5ecde;
    padding: 6px;
    border-radius: 4px;
    margin: 10px 0;
    font-size: 14px;
}

.cc-accordion-item__content.rte .product-area__details__title + p {
  margin-top: 0;
}

.template-product .product-block .price, .template-product .collection-block .price {
  font-weight: 600;
}

.section-heading.upsell-products-heading {
  align-items: center; 
}
.section-heading.upsell-products-heading .swiper-buttons-inline,
.section-heading.upsell-products-heading > div >*:nth-last-child(1),
.section-heading.upsell-products-heading .product-slider__title {
    margin-bottom: 0px;
}

#page-content .content.cart-sidebar-discount {
  padding: 15px 20px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  margin-top: 15px;
}

.coupon-snippet .free-shipping-banner {
  margin-top: 20px;
  padding: 10px 30px;
  border-radius: 4px !important;
}
.coupon-snippet .free-shipping-banner p {
  margin: 0;
}
span.product-label.sale.black-friday {
    background: black;
}
span.product-label.back-2025 {
  background: #7E8476;
  color: white;
}

/* Featured Product Styling - start */
.template-collection .product-block.featured-product .rimage-wrapper {
  padding-top: 133.1945889698231% !important;
}
@media only screen and (min-width: 1200px) {
  .template-collection .product-block.featured-product {
    width: 66.6%
  }
  .template-collection .product-block.featured-product .product-block__inner,
  .template-collection .product-block.featured-product .product-block__inner .image,
  .template-collection .product-block.featured-product .product-block__inner .image-inner,
  .template-collection .product-block.featured-product .product-block__inner .image__first,
  .template-collection .product-block.featured-product .product-block__inner .rimage-outer-wrapper,
  .template-collection .product-block.featured-product .product-block__inner .rimage-wrapper {
    height: 100%;
  }
  
  .template-collection .product-block.featured-product .rimage-wrapper {
    padding-top: initial !important;
  }
  .template-collection .product-block.featured-product .rimage__image {
    position: initial;
    object-fit: cover;
    aspect-ratio: 1.666666 / 1;
  }
  .template-collection .product-block.featured-product:nth-last-child(1),
  .template-collection .product-block.featured-product + .product-block {
    width: 33.3%;
  }
  
  .template-collection .grid--uniform {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .template-collection .grid--uniform .column.third:nth-child(3n+1) {
    float: left;
    clear: none;
  }
  .template-collection .product-block.featured-product .caption.upper {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #FFF;
    z-index: 99;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3996192226890757) 100%);
    transition: 0.5s;
  }
  .template-collection .product-block.featured-product span.ruk-rating-snippet-count {
    color: #FFF !important;
  }
  .template-collection .product-block.featured-product .cc-quick-buy-btn-container {
    display: none;
  }
  .template-collection .product-block.featured-product .title {
    font-family: Butler;
    font-size: 24px;
  }
  .product-block.featured-product:hover .caption.upper {
    opacity: 1 !important;
    visibility: visible !important;
    padding-bottom: 35px !important;
  }
  .product-block.featured-product:hover .image .image-inner:after {
    opacity: 1 !important;
    background: #2d24244d;
  }
}
/* Featured Product Styling - end */

.site-control.nav-inline-desktop:hover.alt-logo-when-active .logo.logo--has-alt-logo>img {
  opacity: 1;
}
.site-control.nav-inline-desktop:hover.alt-logo-when-active .logo .alt-logo {
  opacity: 0;
}

.modal-active[data-modal-id=page-menu] .alt-logo-when-active.site-control .logo .alt-logo, .modal-active[data-modal-id=added-to-cart] .alt-logo-when-active.site-control .logo .alt-logo, .nav-mega-open .alt-logo-when-active.site-control .logo .alt-logo {
  opacity: 0;
}

.modal-active[data-modal-id=page-menu] .alt-logo-when-active.site-control .logo.logo--has-alt-logo>img, .modal-active[data-modal-id=added-to-cart] .alt-logo-when-active.site-control .logo.logo--has-alt-logo>img, .nav-mega-open .alt-logo-when-active.site-control .logo.logo--has-alt-logo>img, .modal-active[data-modal-id=page-menu] .alt-logo-when-active.site-control .logo.logo--has-alt-logo>h1>img, .modal-active[data-modal-id=added-to-cart] .alt-logo-when-active.site-control .logo.logo--has-alt-logo>h1>img, .nav-mega-open .alt-logo-when-active.site-control .logo.logo--has-alt-logo>h1>img {
  opacity: 1;
}

.under-cart .checkout-btn {
  width: 100%;
}

#cart-item-46557035036896 .quantity {
    pointer-events: none;
    opacity: 0.3;
}

@media only screen and (max-width: 768px) {
  .page-your-shopping-cart iframe#chat-button {
      top: 130px !important;
      bottom: initial !important;
  }
}

/* Mobile Menu */

/* Mobile Menu Styles */
#page-menu > .inner {
  padding-left: 0;
  padding-right: 0;
}
#page-menu .nav-container {
  margin-top: 0;
}
.pod-footer-links {
  padding-top: 20px;
}

.pod-nav {
  padding: 0;
}

.pod-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pod-nav li {
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}

.pod-nav a {
  text-transform: capitalize;
  color: #333;
  text-decoration: none;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  transition: background 0.2s;
  flex-grow: 1;
}

.pod-nav a:hover {
  background: #f9f9f9;
}

/* Submenu indicator button */
.pod-nav .submenu-indicator {
  background: none;
  border: none;
  padding: 8px 10px 8px 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pod-nav .submenu-indicator::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}

.pod-nav .submenu-indicator.has-back-arrow::after {
  display: none;
}

.pod-nav .submenu-indicator.has-back-arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}

/* Mega menu title styles */
.pod-nav .pod-main-nav__mega-title > a,
.pod-nav .link-active {
  font-weight: 600;
  color: #666;
}
.pod-nav .link-active {
  border-bottom: 1px solid #000;
}

.pod-nav ul ul li a {
  color: #666;
  font-size: 15px;
}

.pod-nav ul ul {
  display: none;
}

/* Container for link and indicator */
.pod-nav li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pod-nav .submenu-indicator:hover {
  background: initial !important;
}

.pod-nav li > a {
  justify-content: space-between;
  align-items: center;
}

.pod-ctas {
    padding: 0 20px;
}

.rte a.button {
  color: #FFF;
}
.rte a.button:hover {
  color: {{ col_btn_bg }};
}

.product-detail__form .product-slider {
  width: 100%;
}

.cloud-search-filters-column .cloud-search-filter__name,
.template-product .product-block .price, .template-product .collection-block .price {
  font-weight: 400;
}

#swym-atw-button-container {
  margin-top: 0;
  margin-bottom: 20px;
}

.atw-button {
  color: white !important;
}
.atw-button:hover {
  transform: initial !important; 
  background: #5c5c5c !important;
}

.swym-wishlist-collections-v2-container,
#swym-atw-button-container,
.swym-button-bar.swym-wishlist-button-bar.swym-inject {
  /*display: none;*/
}

.swym-ui-component .swym-wishlist-grid {
  max-width: none;
  gap: 20px;
}
.swym-ui-component .swym-wishlist-grid li {
  margin: 0;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
  line-height: 1.5;
  border-radius: 4px;
  margin: 0;
  text-transform: initial;
  padding: 10px;
}
.swym-ui-component.swym-wishlist-page {
  max-width: 1400px;
}
.swym-wishlist-detail-content {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .swym-wishlist-detail-content {
    margin-bottom: 50px;
  }
}
.swym-wishlist-main-title.swym-heading {
  letter-spacing: initial !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
  height: initial;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper img {
  float: left;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-delete-btn {
  background: #fff;
  border-radius: 30px;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-delete-btn .swym-icon::before {
  color: #000;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-delete-btn .swym-icon {
  line-height: 1.5;
}
.swym-wishlist-notifications-container {
  display: none !important;
}

button#swym-atw-pdp-button {
  border-radius: 4px !important;
  text-transform: uppercase;
}
.custom-hover-enabled.atw-button:hover {
  border: 0.3px solid #5c5c5c !important;
}

.product-block.all-images .image, .all-images.collection-block .image {
  overflow: initial;
}

.product-block .image .swym-wishlist-collections-v2-container
{
  top: initial;
  left: initial;
  right: 0;
  bottom: -45px;
  padding-right: 0;
}

.product-block .image .swym-wishlist-collections-v2-container  > div {
  transform: initial !important;
} 
.product-block .image .swym-wishlist-collections-v2-container  > div svg {
  height: 20px !important; 
  width: 20px !important;
} 

.product-block .image .swym-wishlist-collections-v2-container button,
.product-block .image .swym-wishlist-collections-v2-container button svg {
  transform: initial !important;
  height: 20px !important;
  width: 20px !important;
}

.product-block .image .swym-wishlist-collections-v2-container button svg {
  transform: translateX(10px) !important;
}

.product-block .title {
  padding: 12px 30px 0 0;
}

.product-block.product-block--quickbuy .cc-quick-buy-btn-container {
  display: none;
}

.product-list .product-block .caption.upper, .product-list .collection-block .caption.upper {
  visibility: visible !important;
  opacity: 1 !important;
}

.instant-search-menu .swym-wishlist-collections-v2-container,
.article-container .swym-wishlist-collections-v2-container {
  display: none;
}

.wishlist-wrap {
  position: relative;
}
.swym-wishlist-header-counter {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 22px;
    font-size: 10px;
    height: 20px;
}

@media only screen and (min-width: 1441px) {
  .swym-wishlist-header-counter {
    width: 100%;
  }
}

.template-suffix-preorder .universal-message-wrapper,
.template-suffix-preorder .product-support-banner{
  float: initial;
}

.section-spacing.wide-container.reduced-margins {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .section-spacing.wide-container.reduced-margins {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Blog Categories Section */

.template-blog .blog-categories .section-heading {
  margin-bottom: 30px;
  text-align: center;
  justify-content: center;
}

.template-blog .blog-categories {
  padding-top: 0;
}

.template-blog .postcards {
  background: initial;
  
}

.template-blog .blog-list {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  padding:0;
  margin:0;

  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .template-blog .postcards .blog-list {
    justify-content: initial;
  }
}

.template-blog .postcards .blog-item {
  background:#fff;
  list-style-type:none;
  box-shadow: initial;
  width: calc((100% - 61px) / 4);
}

.template-blog .postcards .blog-item a {
  display:flex;
  align-items:center;
  min-height:60px;
  flex-direction: column;
}

.template-blog .postcards .blog-item img {
  object-fit:cover;
  width: 100%;
  height: initial;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.template-blog .postcards .blog-item .img-wrap {
  padding-bottom: 140%;
  position: relative;
  width: 100%;
}

.template-blog .postcards .blog-item .blog-image-placeholder {
  display:none;
}

.template-blog .postcards .blog-item h3 {
  font-size:1rem;
  font-family: Avenir Next,sans-serif;
  padding:0 20px;
  text-align:left;
  width: 100%;
  padding: 20px;
  text-align: center;
  white-space: initial;
}

.template-blog .blog-list .blog-item.current {
  display: none;
}

@media (max-width: 1300px) {

  .template-blog .postcards .blog-item {
      width: calc((100% - 61px) / 4);
  }
}

@media (max-width: 980px) {

  .template-blog .postcards .blog-item {
      width: calc((100% - 61px) / 4);
  }
}

@media (max-width: 767px) {

  .template-blog .postcards {
    overflow-x: auto;
  }

  .template-blog .postcards .blog-list {
    flex-wrap:nowrap;
  }

  .template-blog .postcards .blog-item {
    white-space: nowrap;
    flex-shrink: 0;
    width:initial;
    width: 150px;
  }
}

.template-blog .featured-post-container {
  display: flex;
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 20px;
}

.template-blog .featured-post-image {
  flex: 2; /* Takes up 2/3 of the container */
  position: relative;
  overflow: hidden;
  //height: 350px;
  aspect-ratio: 1.8 / 1;
}

.template-blog .featured-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.template-blog .placeholder-image {
  background-color: #e0e0e0;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.template-blog .featured-post-content {
  flex: 1; /* Takes up 1/3 of the container */
  padding: 25px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.template-blog .featured-tag {
  display: inline-block;
  background-color: #ff6b6b;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.template-blog .featured-post-title {
  font-size: 24px;
  margin: 0 0 15px 0;
  line-height: 1.3;
  color: #333;
}

.template-blog .featured-post-date {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.template-blog .featured-post-excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

.template-blog .featured-post-button {
    align-self: center;
}

.template-blog .featured-post-button:hover {
  background-color: #2980b9;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .template-blog .featured-post-container {
    flex-direction: column;
  }
  
  .template-blog .featured-post-image {
    height: 250px;
    flex: initial;
    object-fit: contain;
    object-position: center;
  }
  
  .template-blog .featured-post-content {
    padding: 20px;
  }
}

.template-blog .section-heading {
  justify-content: center;
}

.template-blog h1,
.template-blog .featured-post-title,
.template-blog .blog-categories .section-heading,
.template-blog .section-heading,
.template-suffix-blog-homepage h1,
.template-suffix-blog-homepage .blog-title {
  font-size: 38px;
}

@media (max-width: 768px) {
  .template-blog h1,
  .template-blog .featured-post-title,
  .template-blog .blog-categories .section-heading,
  .template-blog .section-heading,
  .template-suffix-blog-homepage h1,
  .template-suffix-blog-homepage .blog-title {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .template-blog h1,
  .template-blog .featured-post-title,
  .template-blog .blog-categories .section-heading,
  .template-blog .section-heading,
  .template-suffix-blog-homepage h1,
  .template-suffix-blog-homepage .blog-title {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .article-block__image .rimage-wrapper {
    padding-top: 135% !important;
  }
}

.template-collection .product-slider .product-block .rimage__image, .collection-block .rimage-wrapper {
  padding: 0 !important;
}

.template-collection .product-slider .product-block .rimage__image, .collection-block .rimage__image {
    aspect-ratio: 235 / 313;
    position: initial;
    object-fit: cover;
}

.product-dimensions-container {
  align-items: center;
  gap: 10px;
  margin: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.product-dimensions-container .dimension-item {
  display: flex;
  align-items: center;
}

.product-dimensions-container .dimension-item .dimension-icon {
  border-radius: 20px;
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}

.product-dimensions-container .dimension-item .dimension-label {
  margin: 0 5px;
}

.product-collections-container {
  margin: 24px 0 0;
}

.product-collections-container .collections-heading {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 12px;
  display: block;
}

.product-collections-container .collections-list {
  display: flex;
  flex-wrap: no-wrap;
  gap: 10px;
  overflow: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.product-collections-container .collections-list::-webkit-scrollbar {
  display: none;
}

.product-collections-container .collections-list .collection-item {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}

.product-collections-container .collections-list .collection-item:hover {
  background-color: #e0e0e0;
}

.product-collections-container .collections-list .collection-name {
  display: block;
}
.template-collection .product-block .mobile-product-block-image,
.template-collection .product-block .desktop-product-block-image {
  height: 100%;
}


@media only screen and (max-width: 1199px) {
  .template-collection .product-block .mobile-product-block-image  {
    display: block !important;
  }
  .template-collection .product-block .desktop-product-block-image  {
    display: none !important;
  }
}

.cc-accordion-item__title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cc-accordion-item__title svg:nth-last-child(1) {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0;
}
.cc-accordion-item.is-open svg:nth-last-child(1) {  
  transform: translateY(-50%) rotate(180deg);
}

.cc-accordion-item__title:before,
.cc-accordion-item__title:after{
  display: none;
}

.template-product .product-area {
  margin-bottom: 0;
}

.product-why-we-love-it {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 12px;
    position: relative;
    background: #f1f1f1;
    /*border: 1px dashed #cbcbcb;*/
    border-radius: 4px;
}
.product-why-we-love-it .why-we-love-it-heading { 
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding-bottom: 6px;
}

.product-why-we-love-it .why-we-love-it-heading + span {
    width: 100%;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
    color: #404040;
}

.product-why-we-love-it .why-we-love-it-heading .heart-icon svg {
  width: 20px;
  height: 20px;
}

.product-why-we-love-it .metafield-rich_text_field ul {
    margin: 0 0 10px 0;
    padding-left: 15px;
}

.template-product #video-toggle {
    position: absolute;
    right: 20px;
    top: 60px;
    z-index: 999999;
    padding: 8px 15px;
}
.template-product #video-toggle svg {
    width: 16px;
    margin-right: 5px;
}
.template-product #video-toggle:hover svg path {
  fill: #000;
}

/* Modal Background - Scoped to Product Template */
.template-product #video-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.template-product #video-modal-background.show {
  opacity: 1;
  visibility: visible;
}

/* Modal Container - Scoped to Product Template */
.template-product #video-modal {
  position: fixed;
  background: #fff;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 9999991;
  max-width: 26vw;
  max-height: 71vh;
  width: 800px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  overflow: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.template-product #video-modal.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

/* Close Button - Scoped to Product Template */
.template-product .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999992;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.template-product .modal-close:hover {
  background: #cc3333;
  transform: scale(1.1);
}

.template-product .modal-close::before,
.template-product .modal-close::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: black;
  border-radius: 1px;
}

.template-product .modal-close::before {
  transform: rotate(45deg);
}

.template-product .modal-close::after {
  transform: rotate(-45deg);
}

.template-product .videos-container {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: -1;
  }
.template-product .videos-container .youtube-facade {
  z-index: -1;
}

.template-product #video-modal::-webkit-scrollbar {
    display: none;
  }

/* Responsive Design - Scoped to Product Template */
@media (max-width: 768px) {
  .template-product #video-modal {
    max-width: 80vw;
    max-height: 67vh;
    overflow: scroll;
    padding: 15px;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .template-product #video-modal::-webkit-scrollbar {
    display: none;
  }
}

.cart-list .item .swym-wishlist-collections-v2-container {
  display: none;
}

body.template-cart {
  h1 {
    font-family: Archivo, sans-serif;
    text-transform: uppercase;
  }
}

body.template-cart .item-price div,
body.template-cart .line-total div {
  font-weight: 700;
}

body.template-cart .subtotal-mobile {
  padding: 15px 0 0;
  border-top: 1px solid #D9D9D9;
  margin-top: 15px;
}

body.template-cart .subtotal-mobile .amount {
  font-weight: 700;
}
body.template-cart .subtotal-mobile p {
  text-align: right;
  margin: 5px 0 0;
}

body.template-cart .additional-checkout-buttons {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 15px 20px;
  margin-top: 15px;
}
body.template-cart .additional-checkout-buttons p {
  margin: 0 0 5px 0;
  text-align: center;

}

body.template-cart .subtotal-row .label {
  font-family: Archivo, sans-serif;
}

body.template-cart .subtotal-row .amount {
  font-weight: 700; 
  font-family: Archivo, sans-serif;
}

body.template-cart .under-cart .checkout-btn {
  background: #000;
}

.under-cart .subtotal-row {
  border-color: #D9D9D9;
}

body.template-cart .note-area label {
  font-size: 14px;
  text-transform: initial;
  letter-spacing: initial;
}

@media only screen and (max-width: 400px) {
  body.template-cart .cc-announcement {
    display: none;
  }

  body.template-cart {
    padding-bottom: 50px;
  }

  body.template-cart .checkout-button-container {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    background: white;
    width: 100%;
    z-index: 9999999;
    border-top: 1px solid #D9D9D9;
  }

  body.template-cart .checkout-button-container .checkout-btn {
    margin: 0;
  }

  body.template-cart .needsclick {
    bottom: 100px !important;
  }
  .subtotal-mobile {
    display: block !important;
  }
  #cartform {
    border-top: 1px solid #D9D9D9;
  }
  div[class*="gorgias-chat-key-"] {
    display: none;
  }
}

@media only screen and (min-width: 400px) {
  body.template-cart .checkout-button-static .checkout-btn {
    display: none;
  }
}

@media (min-width: 1100px) {
    .site-control.nav-inline-desktop .site-control__inner .nav-row ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .site-control.nav-inline-desktop .site-control__inner .site-control__inline-links {
      margin-right: auto;
    }
    .site-control.nav-inline-desktop .site-control__inner {
      padding: 0 20px;
      gap: 20px;
    }
    .site-control.nav-inline-desktop .site-control__inner .logo {
        position: relative;
        left: initial !important;
        z-index: 999;
        width: auto;
    }
    .site-control.nav-inline-desktop .site-control__inner .nav-row .tier-1 {
      padding: 0;
    }
    .site-control .site-control__inner .nav-account {
      padding-right: 0;
      line-height: 1;
    }
    .logo .alt-logo {
      position: initial;
      display: none;
    }
    .site-control.nav-inline-desktop .nav-right-side {
      width: auto;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .site-control.nav-inline-desktop .nav-search {
      position: initial;
      width: auto;
      margin: 0;
    }
    .site-control.nav-inline-desktop .cart {
      width: auto;
      position: relative;
      right: initial;
      line-height: 1;
    }
    .swym-wishlist-header-counter {
      width: 100%;
    }
}

@media (max-width: 1099px) {
  .site-control .site-control__inner {
    padding: 20px;
  }
  .site-control .menu {
    position: initial;
  }
    .site-control .cart {
      width: auto;
      position: relative;
      margin: 0;
      right: initial;
    }
    .site-control .site-control__inner {
      justify-content: space-between;
      gap: 12px;
    }
    .site-control .site-control__inner .nav-right-side,
    .site-control .menu {
      position: initial;
      right: initial;
      left: initial;
      margin: 0;
    }
    .site-control .site-control__inner .nav-right-side {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .site-control .site-control__inner .nav-search {
      position: initial;
      right: initial;
      left: initial;
      margin: 0;
    }
    .site-control .site-control__inner .logo {
      margin-right: auto;
    }
    .site-control .site-control__inner .nav-account {
      padding-right: 0;
      display: block;

    }
    .site-control .site-control__inner .logo img {
      margin: 0;
    }
}

.site-control.nav-inline-desktop .site-control__inner .nav-row a {
  padding: 6px 12px;
}

.site-control.nav-inline-desktop .cart {
  height: initial;
}

#shopify-section-header .nav-mega-open .site-control.nav-inline-desktop .site-control__inner svg, 
#shopify-section-header .nav-mega-open .site-control.nav-inline-desktop .site-control__inner .cart, 
#shopify-section-header .site-control.nav-inline-desktop:hover .site-control__inner svg, 
#shopify-section-header .site-control.nav-inline-desktop:hover .site-control__inner .cart,
#shopify-section-header .site-control .site-control__inner svg,
#shopify-section-header svg,
#shopify-section-header .modal-active[data-modal-id=page-menu] .site-control .site-control__inner svg,
#shopify-section-header .modal-active[data-modal-id=added-to-cart] .site-control .site-control__inner svg, 
#shopify-section-header .nav-mega-open .site-control .site-control__inner svg, 
#shopify-section-header .modal-active[data-modal-id=page-menu] .site-control .site-control__inner .cart, 
#shopify-section-header .modal-active[data-modal-id=added-to-cart] .site-control .site-control__inner .cart, 
#shopify-section-header .nav-mega-open .site-control .site-control__inner .cart {
    fill: none !important;
    width: auto;          
    height: auto;            
    vertical-align: baseline;
    overflow: visible;       
    transition: none; 
}

.site-control .cart div {
  top: 32px;
}

.cloud-search-mobile-backdrop,
.cloud-search-mobile,
div#cloud-search-results dd  {
  /*display: none !important;*/
}
div#cloud-search-results {
    max-height: 80vh;
    overflow: scroll;
}

.nav-right-side:has(.ll-header-search__container--active) > a,
.links.site-control__inner:has(.ll-header-search__container--active) .logo {
  display: none !important;
}

.ll-header-search__container {
    display: flex;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease;
  }

  .ll-header-search__form {
    display: flex;
    align-items: center;
  }

  .ll-header-search__input-wrapper {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 4px;
    overflow: hidden;
  }

  .ll-header-search__input {
    border: none;
    outline: none;
    padding: 10px 15px;
    background: transparent;
    font-size: 14px;
    width: 150px;
  }

  .ll-header-search__submit-btn,
  .ll-header-search__trigger-btn {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
    transition: all 0.3s ease;
    color: #000;
  }

  .ll-header-search__icon,
  .ll-header-search__close-icon {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
  }

  .ll-header-search__submit-btn:hover, 
  .ll-header-search__trigger-btn:hover {
    background: #00000017 !important;
  }

  /* Desktop styles - 768px and up */
  @media (min-width: 768px) {
    .ll-header-search__trigger-btn {
      display: none;
    }
    
    .ll-header-search__form {
      opacity: 1;
      width: auto;
    }

    .ll-header-search__container:hover .ll-header-search__input-wrapper {
      background: #e9ecef;
    }
  }

  /* Mobile styles - below 768px */
  @media (max-width: 767px) {
    div#cloud-search-results {
      /*display: none !important;*/
    }
    .ll-header-search__submit-btn,
  .ll-header-search__trigger-btn {
    border-radius: 4px;
  }
    .ll-header-search__container {
      width: 44px;
      transition: all 0.3s ease;
    }

    .ll-header-search__container.ll-header-search__container--active {
      width: 230px;
      background: #f8f9fa;
    }

    .ll-header-search__container.ll-header-search__container--active  .ll-header-search__submit-btn {
      border-radius: 0 4px 4px 0;
    }

    .ll-header-search__container.ll-header-search__container--active:hover {
      background: #e9ecef;
    }

    .ll-header-search__form {
      opacity: 0;
      width: 0;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .ll-header-search__form.ll-header-search__form--active {
      opacity: 1;
      width: calc(100% - 44px);
    }

    .ll-header-search__input-wrapper {
      background: transparent;
    }

    .ll-header-search__input {
      width: 100%;
    }

    .ll-header-search__trigger-btn {
      width: 44px;
      height: 44px;
    }

    .ll-header-search__container.ll-header-search__container--active .ll-header-search__trigger-btn {
      border-radius: 4px 0 0 4px;
    }
  }

  html.cloud-search-mobile-open, 
  html.cloud-search-mobile-open body {
    height: inherit !important;
    overflow: inherit !important;
    position: inherit !important; 
  }

  .cloud-search-filters-pane__close svg {
    fill: black !important;
  }

  .template-product .shopify-section.section-featured-collection .product-slider {
    width: 100%;
  }

  .section-footer .section-footer__row-lower {
    font-size: 12px;
  }

  .product-label.sale:empty {
    display: none;
  }

  .cart-list .remove {
    font-size: 12px;
  }

  .shopify-section.section-slideshow.header-overlap-section .rimage__image {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  
  .shopify-section.section-slideshow.header-overlap-section,
  .shopify-section.section-slideshow.header-overlap-section .rimage__image {
      min-height: 500px;
  }
  .reviews-io-rating-bar-widget {
    min-height: 48px;
  }
  .cc-announcement {
    min-height: 57px;
  }
  .links.site-control__inner {
    min-height: 84px;
  }
  @media (min-width: 768px) {
    .shopify-section.section-slideshow.header-overlap-section,
    .shopify-section.section-slideshow.header-overlap-section .rimage__image {
        min-height: 600px;
    }
  }
  @media (min-width: 450px) {
    .reviews-io-rating-bar-widget {
      min-height: 31px;
    }
  }
  @media (min-width: 500px) {
    .cc-announcement {
      min-height: 39px;
    }
  }
  @media (min-width: 1100px) {
    .links.site-control__inner {
      min-height: 75px;
    }
  }

  div[class^="ai-as-seen-in-container"] img,
  div[class^="ai-as-seen-in-container"] div[class^="ai-as-seen-in-logo-item"] {
    min-height: 60px;
  }
  
  /* Swiper container setup for desktop */
@media (min-width: 768px) {
  .postcards[data-collection-count] .swiper-container {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
  }
  
  .postcards[data-collection-count] .swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
  }
  
  .postcards[data-collection-count] .swiper-slide.collection-item {
    flex-shrink: 0 !important;
    /*width: auto !important;*/
  }
  
  .postcards[data-collection-count] .swiper-button-next,
  .postcards[data-collection-count] .swiper-button-prev {
    color: #333;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  .postcards[data-collection-count] .swiper-button-next::after,
  .postcards[data-collection-count] .swiper-button-prev::after {
    font-size: 20px;
  }
  
  .postcards[data-collection-count] .swiper-pagination {
    bottom: -30px;
  }
  
  .postcards[data-collection-count] .swiper-pagination-bullet-active {
    background: #333;
  }
}

/* When Swiper is active on desktop, override existing widths */
@media (min-width: 768px) {
  .postcards[data-collection-count] .swiper-container {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .postcards[data-collection-count] .swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    transform-style: preserve-3d;
  }
  
  /* CRITICAL: Override the existing width calculation */
  .postcards[data-collection-count] .swiper-slide.collection-item {
    flex-shrink: 0 !important;
    margin: 0 !important;
  }
  
  /* Remove justify-content when Swiper is active */
  .postcards[data-collection-count] .swiper-wrapper.collection-list {
    justify-content: center !important;
  }

  .postcards[data-collection-count] .swiper-container.swiper-container-horizontal .swiper-wrapper.collection-list {
    justify-content: flex-start !important;
  }

  .postcards:not(:has(.swiper-container-horizontal)) .section-heading {
    display: none;
  }
}

@media (max-width: 768px) {
  body.template-collection .links.site-control__inner {
    transition: 0.5s;
  }
  body.template-collection.scrolled-down:not(.scrolled-up) .links.site-control__inner,
  body.template-collection.scrolled-down:not(.scrolled-up) .reviews-io-rating-bar-widget {
    max-height: 0px;
    min-height: initial;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  body.template-collection.scrolled-down .collection-header .overlay-type {
    padding-top: 20px;
  }
  body.template-collection .overlay-type h1 {
    font-size: 20px;
  }
  body.template-collection .overlay-type h1.line-1,
  body.template-collection .collection-description#collectionDescription {
    text-align: left !important;
    margin-bottom: 0;
    padding-right: 30px;
  }
  body.template-collection .collection-description#collectionDescription.expanded {
    margin-top: 10px;
  }
  body.template-collection .collection-description#collectionDescription {
    margin-left: 0;
  }
  body.template-collection .overlay-type .line-2 {
    max-width: initial;
  }
  body.template-collection .overlay-type h1.line-1:after {
    content: initial;
  }
  body.template-collection .read-more-btn#readMoreBtn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  body.template-collection .overlay__content .content.transparent {
    position: relative;
  }
}

body.template-collection .collection-header.image-overlay .collection-banner-wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.template-collection .collection-header.image-overlay .overlay-type {
  background: #00000030;
}
.template-collection .collection-header.image-overlay .overlay-type h1,
.template-collection .collection-header.image-overlay .overlay-type h2,
.template-collection .collection-header.image-overlay .overlay-type h3,
.template-collection .collection-header.image-overlay .overlay-type h4,
.template-collection .collection-header.image-overlay .overlay-type h5,
.template-collection .collection-header.image-overlay .overlay-type h6,
.template-collection .collection-header.image-overlay .overlay-type p {
  color: #fff;
}
.template-collection .collection-header.image-overlay .overlay-type {
    padding-top: 220px;
    padding-bottom: 180px;
}
@media (min-width: 1024px) {
  .template-collection .collection-header.image-overlay .overlay-type {
      padding-top: 300px;
      padding-bottom: 300px;
  }
}

.section-heading .h2 {
    line-height: 1em;
    text-align: left;
    padding-right: 2em;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Butler, Cormorant, serif;
    font-weight: 400;
    font-style: normal;
    color: #343434;
    margin: 0;
    text-align: center;
}

.section-spacing.remove-top-padding {
  padding-top: 0 !important;
}

.bndlr-products-container .bndlr-product-image,
.bndlr-products-container .bndlr-product,
.bndlr-mnm-selected-products .bndlr-product {
  border-radius: 0;
  box-shadow: initial;
  text-align: left;
}
.bndlr-mnm-selected-products .bndlr-product {
  border: 1px solid #ddd !important;
  padding: 5px;
  margin: 0;
  box-shadow: initial !important;
}
.bndlr-product.bndlr-mix-and-match .bndlr-close {
  top: 15px;
  right: 15px;
}
.bndlr-products-container .bndlr-product-title,
.bndlr-products-container .bndlr-new-price,
.bndlr-products-container .bndlr-old-price,
.bndlr-products-container .bndlr-total-price, 
.bndlr-products-container .bndlr-mnm-total-price {
  font-weight: 400 !important;
}
.bndlr-products-container .bndlr-new-price,
.bndlr-products-container .bndlr-old-price {
  font-size: .875rem;
}
.bndlr-products-container .bndlr-select-variant {
    width: 100%;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 4px;
    border: 1px solid #bbb;
    color: #7e8476;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    background: #fff;
    color: #343434;
    border: 1px solid #cccccc;
    text-align: left;
    padding: 8px 12px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px;
}

.bndlr-products-container .bndlr-add-to-cart, 
.bndlr-products-container .bndlr-add-bundle-to-cart {
  animation: initial;
}

.bndlr-products-container .bndlr-add-to-cart,
.bndlr-products-container .bndlr-add-to-bundle,
.bndlr-mnm-add-to-cart-wrapper .bndlr-add-bundle-to-cart {
    -webkit-appearance: none;
    display: inline-block;
    background-color: #323232;
    color: #fff;
    border: 1px solid #323232;
    height: auto;
    width: auto;
    padding: 18px 20px;
    line-height: 1.25em;
    vertical-align: top;
    font-weight: 400;
    transition: opacity .3s, color .3s, background-color .3s, border-color .3s, transform .3s;
    padding: 18px 30px;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    bottom: 0;
    left: 0;
    position: absolute;
    top: initial;
    display: block !important;
    transform: initial;
    visibility: visible;
    color: white;
    transition: initial;
    will-change: initial;
    opacity: 1;
    border-radius: 4px;
    background: #323232;
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: background-color 0.3s, color 0.3s;
    position: initial;
    text-align: center;
}
.bndlr-mnm-add-to-cart-wrapper .bndlr-add-bundle-to-cart {
    max-width: calc(100% - 40px);
}

.bndlr-products-container .bndlr-add-to-bundle-container {
  padding: 0;
}

.bndlr-products-container .bndlr-product:not(:last-of-type)::after {
  text-align: center;
  top: 35%;
  background: white;
  color: black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: initial !important;
  border: 1px solid #ddd;
  font-size: 20px;
  width: 1.5em;
  height: 1.5em;
}

.bndlr-total-price {
  border: 1px solid #ddd;
  padding-top: 5px;
}

.bndlr-mnm-add-to-cart-wrapper {
  background: #ede8e3;
  color: #343434;
}

.bndlr-mnm-instructions-text {
  color: #343434 !important;
}

.bndlr-mnm-selected-products-title {
  font-style: initial;
  font-weight: 400;
}

#bndlr-discount-message#bndlr-discount-message {
  background: #FAF9F5;
  border: initial;
  box-shadow: initial;
  border: 1px solid #ccc;
  font-size: 18px;
  z-index: 9999999999;
}

.bndlr-message-close.bndlr-message-close, 
.bndlr-message-close.bndlr-message-close:empty {
  top: 5px;
  right: 5px;
}

#bndlr-discount-message#bndlr-discount-message .bndlr-message-title {
  font-style: initial;
}

#bndlr-discount-message#bndlr-discount-message .bndlr-message-yes {
  background: #000;
  border: initial;
}

#bndlr-discount-message#bndlr-discount-message .bndlr-message-discount-value {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* ── Guides Section Layout ── */

.guides-section {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 70px;
  background: initial;
}

@media only screen and (max-width: 767px) {
  .guides-section {
    padding: 0 20px;
    overflow-x: auto;
  }
}

@media (min-width: 1441px) {
  .guides-section {
    padding: 0 90px;
  }
}

/* Collection list — shared mobile/desktop base */
.guides-section .collection-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .guides-section .collection-list {
    justify-content: initial;
    flex-wrap: nowrap;
    overflow: scroll;
  }
}

/* Slide / card sizing */
.guides-section .collection-item {
  background: #fff;
  list-style-type: none;
  box-shadow: initial;
  width: calc((100% - 120px) / 7);
}

@media (max-width: 1300px) {
  .guides-section .collection-item {
    width: calc((100% - 81px) / 5);
  }
}

@media (max-width: 767px) {
  .guides-section .collection-item {
    white-space: nowrap;
    flex-shrink: 0;
    width: 110px;
  }
}

/* Card inner layout */
.guides-section .collection-item a {
  display: flex;
  align-items: center;
  min-height: 60px;
  flex-direction: column;
  position: relative; /* needed for overlay */
  overflow: hidden;
  text-decoration: none;
}

/* Image wrap — tall portrait ratio matching original */
.guides-section .collection-item .img-wrap {
  padding-bottom: 140%;
  position: relative;
  width: 100%;
}

.guides-section .collection-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.guides-section .collection-item .collection-image-placeholder {
  display: none;
}

/* Overlay content (title + CTA) */
.guides-section .guide-overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0) 100%);
  color: white;
  width: auto; /* override the 100% set earlier */
}

.guides-section .collection-item .collection-title {
  color: white;
  text-align: left;
  margin: 0 0 6px 0;
  font-size: 20px;
  font-family: Avenir Next, sans-serif;
  white-space: initial;
}

.guides-section .collection-item .continue-reading {
    margin: 5px 0 0;
    font-size: 14px;
    opacity: 0.9;
}

/* ── Swiper overrides for desktop ── */
@media (min-width: 768px) {
  .guides-section[data-collection-count] .swiper-container {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .guides-section[data-collection-count] .swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    transform-style: preserve-3d;
  }

  .guides-section[data-collection-count] .swiper-slide.collection-item {
    flex-shrink: 0 !important;
    margin: 0 !important;
  }

  /* Default centre-aligned (< threshold) */
  .guides-section[data-collection-count] .swiper-wrapper.collection-list {
    justify-content: center !important;
  }

  /* Left-align once Swiper is active and translating */
  .guides-section[data-collection-count] .swiper-container.swiper-container-horizontal .swiper-wrapper.collection-list {
    justify-content: flex-start !important;
  }

  /* Hide nav arrows when swiper hasn't activated */
  .guides-section:not(:has(.swiper-container-horizontal)) .section-heading .swiper-buttons-inline {
    display: none;
  }

  /* Nav button styling */
  .guides-section[data-collection-count] .swiper-button-next,
  .guides-section[data-collection-count] .swiper-button-prev {
    color: #333;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .guides-section[data-collection-count] .swiper-button-next::after,
  .guides-section[data-collection-count] .swiper-button-prev::after {
    font-size: 20px;
  }

  .guides-section[data-collection-count] .swiper-pagination {
    bottom: -30px;
  }

  .guides-section[data-collection-count] .swiper-pagination-bullet-active {
    background: #333;
  }
}

.guides-section .section-heading {
  margin-bottom: 20px;
}

.product-area__details__inner .guides-section {
  display: none !important;
  padding: 0;
  width: 100%;
  float: left;
}