/** Shopify CDN: Minification failed

Line 1989:4 Unexpected "{"
Line 1989:5 Expected identifier but found "%"
Line 1991:6 Unexpected "{"
Line 1991:7 Expected identifier but found "%"

**/
/* Global styles */
.muted-text-red {
  color: #eb340a;
}

#NavDrawer .drawer__contents {
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .grid__item.mobile-align-left {
    text-align: left;
  }
  .grid__item.mobile-align-right {
    text-align: right;
  }
}
/* PDP Gallery */
@media screen and (max-width: 768px) {
  .product__main-photos .flickity-page-dots {
    bottom: 0;
    position: relative;
  }
  .product__main-photos .flickity-page-dots .dot {
    height: 7px;
    width: 7px;
    margin: 2px 6px;
  }
}
.image-wrap image-element.pplr {
  position: absolute !important;
}

/* PLP Subcollections dropdown */

.col-subcollections-toggle {
  padding: 14px 18px 14px 12px;
  background: rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
  margin-bottom: 20px;
  cursor: pointer;
}

.col-subcollections[data-active="false"] .col-subcollections-list {
  display: none;
}

.col-subcollections[data-active="true"] .col-subcollections-list {
  display: block;
}

.col-subcollections[data-active="false"] svg {
  transform: rotate(0);
  transition: transform .1s ease-out;
}

.col-subcollections[data-active="true"] svg {
  transform: rotate(180deg);
  transition: transform .1s ease-out;
}

@media screen and (max-width: 768px) {
  .col-subcollections-toggle {
    font-size: 22px;
  }

  .col-subcollections svg {
    width: 20px;
  }

  .collection-content {
    overflow-x: hidden;
  }
}

/* Ajaxinate */
#AjaxinatePagination {
  text-align: center;
  width: 100%;
}

.template-collection .page-width.promo-grid-section {
  width: 80%;
  padding-left: 24px;
  padding-right: 38px;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .template-collection .page-width.promo-grid-section {
    width: 100%;
    padding-left: 17px;
    padding: 0 17px;
  }
}

@media screen and (min-width: 1494px) {
  .template-collection .page-width.promo-grid-section {
    margin-right: calc(50vw - 750px);
    padding-left: 30px;
    padding-right: 36px;
    max-width: 1200px;
  }
}

/* Collection banner */
.type-banner__text * {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

/* Filters */
.tag__checkbox-wrapper.text-label {
  font-size: 14px;
  line-height: 2;
}

/* Menu chat button */
.mm--dropdown-baby,
.mm--dropdown-kids,
.mm--dropdown-gifts,
.mm--dropdown--shop-eco {
  padding-bottom: 20px;
  overflow: hidden;
}

.mm--help-wrap {
  padding-top: 20px;
}

.mm--help-btn {
  cursor: pointer;
}

.mm--help-btn.btn {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.mm--help-btn.mobile-nav__link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: capitalize;
}

.mm--help-btn.mobile-nav__link svg {
  width: 15px;
}

@media screen and (min-width: 769px) {
  .mm--help-btn.btn {
    border-color: #000;
    letter-spacing: 0.3em;
    font-size: 0.7em;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .mm--help-btn.btn svg {
    width: 16px;
  }
}

/* Brands Mega Menu */
.mega-menu--brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mega-menu--brands .h5 {
  flex-basis: 100%;
}

.text-center .megamenu .grid .grid__item.mm--brands-column-last {
  display: inline-flex;
  flex-direction: column;
}

.mm--brands-column-last div:last-of-type {
  margin-top: auto;
  display: flex;
  flex-grow: 1;
  align-items: end;
}

.mm--brands-column-last .mm--brands-all {
  background: var(--colorBtnPrimary);
  padding: 6px 24px;
  width: 134px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 14px;
}

/* Header */
.header-wrapper--sticky.is-light {
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.9) 0,
      rgba(0, 0, 0, 0.1) 100%);
}

@media screen and (min-width: 769px) {
  .header-wrapper--sticky.is-light {
    margin-top: -1px;
  }
}

/* Cart indicator */
.cart-link__bubble.cart-link__bubble--visible {
  border: none;
  font-size: 9px;
  line-height: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: initial;
}

/* Index - Featured collections */
@media only screen and (max-width: 768px) {
  .featured-collection--tabbed .grid-overflow-wrapper .grid__item {
    margin-bottom: 20px;
  }
}

/* Wishlist icon - move to app */
.site-header--stuck wishlist-link .wk-counter {
  color: var(--colorNavText) !important;
}

.site-header:not(.site-header--stuck) wishlist-link .wk-counter {
  color: #fff !important;
}

/* Screen readers only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.muted-text-red,
.muted-text-red-2 {
  display: block;
}

.cart-attribute-returns {
  display: flex;
  align-items: center;
  width: auto;
  justify-content: end;
  margin-bottom: 30px;
  width: 388px;
  margin-left: auto;
}

.cart-attribute-returns label {
  margin-bottom: 0;
}

.cart-attribute-returns .refund-policy-checkbox {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .cart-attribute-returns {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    max-width: 400px;
  }

  #gsAppContainer div.gs__wrapper {
    margin: auto;
  }
}

.no-return-tooltip {
  display: none;
  box-shadow: rgb(0 0 0 / 30%) 0 2px 10px;
  padding: 10px 15px;
  font-size: 13px;
  position: absolute;
  z-index: 2;
  background-color: white;
  width: 300px;
  left: calc(100% + 15px);
  top: 20px;
  font-family:var(--typeBasePrimary), var(--typeBaseFallback);
  text-align: justify;
  text-transform: none;
  left: unset;
  right: 0;
  width: 400px;
  letter-spacing: initial;
  font-size: 12px;
  cursor: initial;
  color: initial;
}

.no-return-tooltip a {
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

.cart-attribute-returns-tooltip {
  cursor: pointer;
  position: relative;
}

.cart-attribute-returns-tooltip svg {
  width: 14px;
  height: 14px;
  top: 2px;
  position: relative;
}

.cart-attribute-returns-tooltip.nr--button {
  white-space: initial;
  color: #4682B4;
}

.cart-attribute-returns-tooltip.nr--button svg {
  stroke-width: 2px;
}

@media screen and (max-width: 768px) {
  .no-return-tooltip {
    top: 100%;
    left: 17px;
    width: calc(100% - 17px);
  }

  .cart-attribute-returns-tooltip {
    position: initial;
  }
}

.checkbox-error {
  color: red !important;
}

/* Cart drawer */
#CartDrawer {
  z-index: 11111111111;
}

.drawer__inner {
  overflow-y: scroll;
}

.drawer__scrollable {
  flex-shrink: 0;
  overflow-y: hidden !important;
}

#CartDrawer .cart__item-sub {
  padding-top: 15px;
}

#CartDrawer .cart__item-comp-sub, .cart__item-sub.cart__discounts, .cart__item-total-savings {
  margin-bottom: 0;
}

.cart__item-sub.cart__discounts > div:first-child {
  font-size: .8em;
}

.cart__item-sub.cart__discounts > div:last-child {
  font-size: 1em;
  text-align: right;
}

[data-compare-subtotal] {
  text-decoration: line-through;
  opacity: .8;
  font-size: .9em;
}

.cart__item-total-savings [data-total-savings] {
  color: #eb340a;
}

.cart-total-savings {
  color: #eb340a;
}

#CartDrawer .cart__item--variants span {
  font-weight: inherit;
}

#CartDrawer .cart__price {
  color: inherit;
}

.drawer .cart__checkout-wrapper {
  position: sticky;
  position: -webkit-sticky;
  bottom: -75px;
  height: 138px;
  margin-top: 0;
  background: #fff;
}

.drawer .cart__checkout-wrapper .cart__checkout {
  height: 60px;
}

.drawer .additional-checkout-buttons [data-shopify-buttoncontainer] {
  flex-direction: row !important;
}

.drawer .additional-checkout-buttons [data-shopify-buttoncontainer]>* {
  flex-basis: 113px !important;
  flex-grow: 0;
  margin: 0 5px 5px !important;
}

.drawer .cart__checkout-wrapper .additional-checkout-buttons {
  margin: auto;
  padding: 10px;
  padding-top: 37px;
}

@media screen and (max-width: 768px) {
  .drawer .additional-checkout-buttons [data-shopify-buttoncontainer] {
    flex-direction: column !important;
  }

  .drawer .additional-checkout-buttons [data-shopify-buttoncontainer]>* {
    flex-basis: 100% !important;
  }
}

.drawer #paypal-animation-content {
  transition: unset !important;
}

#CartDrawer .cart__price--strikethrough {
  padding-bottom: 4px;
}

.drawer .drawer__view-cart {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding-top: 4px;
  color: initial;
}

.paypal-button .zoid-outlet {
  transition: all 0s ease-in-out !important;
}

.drawer .cart-attribute-returns {
  width: auto;
  margin-bottom: 0;
  justify-content: left;
}

.drawer .cart-attribute-returns-tooltip {
  text-decoration: underline;
  text-underline-offset: 1px;
  color: #4682B4 !important;
}

#gifted-cart-drawer-block input {
  width: auto;
  height: auto;
}

.drawer .cart-attribute-returns .refund-policy-checkbox {
  margin: 10px;
  width: auto;
  height: auto;
  flex-shrink: 0;
}

.drawer .cart-attribute-returns label {
  text-transform: unset;
  letter-spacing: unset;
  font-size: 16px;
  line-height: normal;
}

.drawer .no-return-tooltip {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.drawer .cart-order-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.drawer .cart-order-note label {
  text-transform: unset;
  letter-spacing: unset;
  font-size: 16px;
  margin-bottom: 0;
}

.drawer #cart-note-checkbox {
  margin: 10px;
  width: auto;
  height: auto;
}

.drawer .cart-order-note #CartNoteDrawer {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: unset;
  height: unset;
  margin-left: 10px;
  display: none;
}

.drawer .cart-order-note #CartNoteDrawer[expanded] {
  display: block;
}

@media screen and (max-width: 768px) {
  .drawer .cart-attribute-returns label {
    font-size: calc(var(--typeBaseSize)*0.92);
  }

  .drawer .cart-order-note label {
    font-size: calc(var(--typeBaseSize)*0.92);
  }
}

#order-note-gift-trigger span {
  text-decoration: underline;
  color: #4682B4;
  text-underline-offset: 2px;
}

.cart-item-prop-noshow,
.cart-item-prop[data-name^='_'] {
  display: none !important;
}

.cart__upload img {
  max-width: 50px;
  height: auto;
}

.cart-item-prop[data-name='estimated-ship-date'] {
  color: #eb340a;
}

/* Cart upsell */
#upsell-drawer {
  display: none;
}

.drawer.is-empty #upsell-drawer {
  display: block;
}

.drawer .cart__checkout-wrapper .additional-checkout-buttons {
  min-height: 100px;
}

.drawer {
  overflow: visible;
}

.drawer__contents {
  overflow: hidden;
}

.upsell-drawer:not(.upsell-page) {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  width: 180px;
  right: unset;
  left: 0;
  z-index: -1;
}
.upsell-drawer.upsell-page {
  position: relative;
  width: 100%;
  left: unset;
  right: unset;
  z-index: 1;
}

.upsell-drawer:not(.upsell-page) .upsell-heading {
  width: calc(180px + 1.5rem);
  position: relative;
  z-index: 2;
  padding-left: 1.5rem;
  background: #ffffff;
  position: sticky;
  margin-left: -1.5rem;
  font-size: 18px;
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  height: 60px;
  line-height: 20px;
}
.upsell-drawer.upsell-page .upsell-heading {
  text-align: center;
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-size: 24px;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 20px;
}

.upsell-drawer .upsell-toggle:before,
.upsell-drawer .upsell-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.0625rem;
  margin: 0 0 0 -0.25rem;
  background-color: #1b1918;
  transform: rotate(45deg);
  transform-origin: center left;
}

.upsell-drawer .upsell-toggle:after {
  transform: rotate(-45deg);
}

.upsell-drawer[data-active="true"] .upsell-toggle:before,
.upsell-drawer[data-active="true"] .upsell-toggle:after {
  transform: rotate(45deg);
  transform-origin: center right;
}

.upsell-toggle {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 1.5rem;
  height: 100%;
  padding: 0;
  background: #ffffff;
  box-shadow: -16px 0 16px -16px #11111a0d, -32px 0 32px -32px #11111a0d;
  cursor: pointer;
  box-shadow: rgba(255, 255, 255, 0.2) -4px 0px 6px 0px;
}
.upsell-page .upsell-toggle {
  display: none;
}
.upsell-page .upsell-container {
  display: flex;
}

.upsell-drawer:not(.upsell-page)[data-active="true"] {
  transform: translateX(-180px);
  left: unset;
  transition: all 0.2s ease-in-out;
}

.upsell-drawer[data-active="true"] .upsell-toggle:after {
  transform: rotate(-45deg);
}

.upsell-drawer:not(.upsell-page) .upsell-content {
  z-index: -1;
  position: relative;
  overflow-y: scroll;
  padding: 0 10px;
  height: calc(100% - 60px);
  padding-bottom: 20px;
}

.upsell-page .upsell-content {
  overflow-x: scroll;
  padding: 10px 0;
  margin-bottom: 30px;
}

.upsell-content .upsell-title {
  font-size: 20px;
  margin-bottom: 6px;
  line-height: 1.15;
}

.upsell-content .upsell-price {
  font-size: 14px;
}

.upsell-product_image {
  position: relative;
  margin-bottom: 6px;
}
.upsell-page .upsell-product_image {
  display: flex;
  justify-content: center;
}

.upsell-product_image img {
  pointer-events: none;
}

.upsell-product {
  padding: 5px;
  cursor: pointer;
}
.upsell-page .upsell-product {
  flex-basis: calc(100% / 6);
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
}

.upsell-hover {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 2;
  background-color: #111111;
  color: #ffffff;
  overflow: hidden;
  padding: 8px 5px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.25s ease, transform 0.25s ease-out, background 0.4s ease;
}

.upsell-product:hover .upsell-hover {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease-out;

}

/* Modal */
.drawer__contents {
  background: #ffffff;
}

#upsell-modal {
  background: rgba(240, 240, 240, 0.7);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}

#upsell-modal.upsell-modal--active {
  display: flex;
  z-index: 11111111112;
}

#upsell-modal .upsell-inner {
  width: 800px;
  max-width: 95%;
  height: calc(100vh - 200px);
  overflow-y: scroll;
  background: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#upsell-modal .upsell-images {
  width: 50%;
}

#upsell-modal .btn.add-to-cart {
  display: inline !important;
}

#upsell-modal .grid {
  display: flex;
}
.upsell-info .product-single__vendor {
  text-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #upsell-modal .grid {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  #upsell-modal .upsell-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #upsell-modal .upsell-images {
    width: auto;
  }

  #upsell-modal .upsell-images img {
    min-height: 100%;
  }

  #CartDrawer .upsell-drawer {
    transform: unset;
    position: relative;
    z-index: 0;
    width: unset;
    position: sticky;
    bottom: 62px;
  }

  .upsell-hover {
    display: none !important;
  }

  .upsell-drawer:not(.upsell-page) .upsell-content {
    width: 100%;
    cursor: grab;
    white-space: nowrap;
    user-select: none;
    height: 0;
    padding-bottom: 0;
    transition: all 0.2s linear;
    overflow-y: auto;
  }

  .upsell-drawer:not(.upsell-page)[data-expanded="true"] .upsell-content {
    height: auto;
    transition: all 0.2s linear;
  }

  .upsell-toggle {
    display: none;
  }

  .upsell-drawer:not(.upsell-page) .upsell-heading {
    width: 100%;
    margin-left: 0;
    text-align: left;
    background: #f0f0f0;
    cursor: pointer;
    height: auto;
    line-height: auto;
  }

  .upsell-drawer:not(.upsell-page) .upsell-heading:before,
  .upsell-drawer:not(.upsell-page) .upsell-heading:after {
    content: "";
    position: relative;
    right: 1.5rem;
    font-size: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    transition: all .3s linear;
    background: transparent;
    border-radius: 2px;
    width: 16px;
    height: 1px;
    top: 50%;
    border-bottom: 2px solid black;
  }

  .upsell-heading:before {
    transform: rotate(90deg);
  }

  .upsell-heading:after {}

  .upsell-drawer[data-expanded="true"] .upsell-heading:before {
    transform: rotate(0);
    transition: all .3s linear;
  }

  .upsell-drawer[data-expanded="true"] .upsell-heading:after {}

  .upsell-container {
    display: flex;
    transition: transform 0.3s;
  }

  .upsell-product {
    flex: 0 0 45%;
    min-width: 45%;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }

  .upsell-product_image {
    flex-basis: 130px;
    flex-shrink: 0;
    flex-grow: 0;
  }

  .upsell-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .upsell-content .upsell-title {
    font-size: 18px;
    margin-bottom: 6px;
    white-space: normal;
    text-transform: none;
    line-height: 19px;
    text-transform: uppercase;
    line-height: 1.05;
    order: 3;
  }
  .upsell-content .product-single__vendor {
    order: 2;
  }

  .upsell-content .upsell-price {
    font-size: 14px;
    margin-bottom: 6px;
    order: 1;
    margin-bottom: 10px;
  }
}

/* Cart upsell - end */

/* Cart page */

.custom-cart .cart__row {
  position: relative;
  margin-bottom: 30px;
}

.custom-cart .cart__row:first-child {
  border-bottom: 1px solid #d7d3cc;
  padding-bottom: 15px;
}

.custom-cart .custom-cart-top-item {
  left: 60%;
  position: relative;
}

.cart__product-meta {
  margin-bottom: 0;
}

#CartSpecialInstructions {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 60px;
  height: 60px;
}

.cart__row--table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.cart__row--table .grid__item {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.cart__checkout-wrapper .additional-checkout-buttons {
  margin-top: 12px;
  width: 388px;
  margin-right: 0;
  margin-left: auto;
  max-width: 100%;
}

.custom-cart .btn.cart-page-checkout {
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3em;
  display: inline-block;
  padding: 11px 20px;
  margin: 0;
  width: auto;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  color: #d7d3cc;
  background: #000;
}

.cart__product-qty {
  text-align: center;
  margin: 0 auto;
  max-width: 80px;
}
@media screen and (max-width: 767px) {
  .cart__product-qty {
    max-width: 60px;
    padding: 4px 8px;
    font-size: 14px !important;
  }
  .cart__product-meta-remove .medium-up--hide {
    display: flex;
    align-items: end;
    flex-wrap: nowrap;
  }
  .cart__product-meta-remove small {
    display: inline;
    margin-left: 2px;
  }
}

.cart__product-name {
  margin-bottom: 0;
  font-size: .75em;
}

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

  .cart-page-checkout,
  .cart__update {
    padding: 15px 35px;
  }
}

@media screen and (min-width: 769px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .cart__row--table-large .grid__item {
    display: table-cell;
    vertical-align: middle;
    float: none;
    max-width: 200px;
  }

  .cart__row--table-large .cart__image {
    width: 150px;
    display: block;
    margin-right: unset;
  }

  #CartSpecialInstructions {
    min-height: 80px;
    height: 80px;
  }

  .announcement-link .announcement-text {
    display: inline;
  }

  .announcement-link .announcement-link-text {
    display: inline;
    padding-left: 5px;
  }

  .template-sign-up .page-width.footer-promotions {
    width: 100%;
  }

  .page-width.custom-faq-container {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .custom-product-description {
    padding-bottom: 75px;
  }

}

@media screen and (max-width: 520px) {
  .cart__checkout-wrapper .additional-checkout-buttons {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cart__checkout-wrapper .additional-checkout-buttons {
    margin: 31px auto 0;
  }

  .custom-text-columns .grid__item h3 span {
    margin-bottom: 5px;
  }

  .template-about .feature-row .feature-row__item {
    min-width: unset;
    text-align: center !important;
  }

  .grid__item {
    padding-left: 17px;
  }
}

.cart-right-details.grid__item {
  float: none;
  margin-left: auto;
}

@media only screen and (min-width: 769px) {
  .medium-up--text-right {
    text-align: right !important;
  }
}

.cart-page-prop .cart-page-key,
.cart-page-prop .cart-page-value {
  display: inline;
}

.cart-item-prop[data-name='estimated-ship-date'] {
  color: #eb340a;
}

/* Gift app */
#gifted-cart-block {}

#gifted-cart-block .gifted-cart-block-inner {
  width: 388px;
  margin-left: auto;
  margin-bottom: 30px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #gifted-cart-block .gifted-cart-block-inner {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}

#gifted-cart-block .gifted-cart-block-inner input {
  width: 24px;
  height: 24px;
  margin: 0 !important;
  margin-right: 10px !important;
}

#gifted-cart-block .gifted-cart-block-inner>span {
  font-family:var(--typeBasePrimary), var(--typeBaseFallback);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8em;
}

.cart-attribute-returns label {
  text-align: left;
}

/* Cart - order note */
.cart-right-details.grid__item {
  float: none;
  margin-left: auto;
}

.cart__checkout-wrapper .cart-order-note {
  margin-left: auto;
  margin-right: 0;
  width: 388px;
  padding-left: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center;
}

.cart__checkout-wrapper #cart-note-checkbox {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.cart__checkout-wrapper .cart-order-note label {
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8em;
  margin: 0;
}

.cart-order-note #CartSpecialInstructions {
  min-height: unset;
  height: unset;
  display: none;
}

.cart-order-note #CartSpecialInstructions[expanded] {
  display: block;
}

@media screen and (max-width: 768px) {
  .cart__checkout-wrapper .cart-order-note {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}

/* Non-refundable tooltip */
.product--not-refundable-trigger svg {
  top: 2px;
  position: relative;
}

.product--not-refundable-trigger .sales-point-tooltip {
  z-index: 5;
}

.refundable {
  cursor: default;
  position: relative;
}
.nr--button {
  padding: 0;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 1px;
  color: #4682B4;
}

.product--nr-button {
  display: inline-block;
}

.product--nr-icon-container {
  display: none;
}

.product--nr-icon {
  top: 2px;
  position: relative;
}

.product--nr-icon-container:hover~span {
  display: block !important;
}

.show-tooltip {
  display: block !important;
}

.sales-point-tooltip,
.nr--tooltip {
  z-index: 4;
}

.sales-point-tooltip:hover,
.sales-point-tooltip:focus-within {
  display: block !important;
}

.product--nr-icon-container {
  height: 100%;
}

/* Cart buttons fix */

.cart__checkout-wrapper .cart__update {
  width: 388px;
  display: block;
  margin-left: auto;
  max-width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.cart__checkout-wrapper .cart-page-checkout.btn.cart__checkout {
  margin-top: 20px;
  width: 388px;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .cart__checkout-wrapper .cart__update {
    margin-right: auto;
  }
}

@media screen and (max-width: 528px) {
  .cart__checkout-wrapper .cart__update {
    width: 100%;
  }

  .cart__checkout-wrapper .cart-page-checkout.btn.cart__checkout {
    width: 100%;
  }
}

.cart__product-meta {
  margin-bottom: 10px;
}

/* Complementary products */
.product-block--complementary wishlist-button-collection {
  display: none;
}

.product-block--complementary .ruk_rating_snippet {
  height: 25px;
}

product-recommendations[data-intent=complementary] .grid-item__link .grid-product__meta,
product-recommendations[data-intent=complementary] .grid-product__link .grid-product__meta,
product-recommendations[data-intent=complementary] .grid__item-image-wrapper .grid-product__meta {
  margin-left: 20px;
  width: auto;
}

product-recommendations[data-intent=complementary] .grid-item__link .grid-product__image-mask,
product-recommendations[data-intent=complementary] .grid-item__link .grid-product__image-wrap,
product-recommendations[data-intent=complementary] .grid-item__link .image-wrap,
product-recommendations[data-intent=complementary] .grid-product__link .grid-product__image-mask,
product-recommendations[data-intent=complementary] .grid-product__link .grid-product__image-wrap,
product-recommendations[data-intent=complementary] .grid-product__link .image-wrap,
product-recommendations[data-intent=complementary] .grid__item-image-wrapper .grid-product__image-mask,
product-recommendations[data-intent=complementary] .grid__item-image-wrapper .grid-product__image-wrap,
product-recommendations[data-intent=complementary] .grid__item-image-wrapper .image-wrap {
  width: 120px;
}

.product-block--complementary .grid-product__content {
  width: 100%;
}

.product-block--complementary .grid-product__vendor {
  font-size: .6em;
}

.product-block--complementary .grid-product__title {
  font-size: 18px;
  margin-bottom: 0;
}

.product-block--complementary .grid-product__tag {
  display: none;
}

.pdp__bundle--bottom-fix {
  z-index: 3;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .product-block--complementary .ruk_rating_snippet {
    height: 46px;
  }

  .product-block--complementary .ruk_rating_snippet .ruk-rating-snippet-count {
    display: block;
  }

  product-recommendations[data-intent=complementary] .grid-item__link,
  product-recommendations[data-intent=complementary] .grid-product__link,
  product-recommendations[data-intent=complementary] .grid__item-image-wrapper {
    flex-wrap: wrap;
  }

  product-recommendations[data-intent=complementary] .grid__item-image-wrapper .grid-product__link {
    width: calc(100% - 112px - 10px);
    margin-left: 10px;
  }

  product-recommendations[data-intent=complementary] .grid-item__link .grid-product__image-mask,
  product-recommendations[data-intent=complementary] .grid-item__link .grid-product__image-wrap,
  product-recommendations[data-intent=complementary] .grid-item__link .image-wrap,
  product-recommendations[data-intent=complementary] .grid-product__link .grid-product__image-mask,
  product-recommendations[data-intent=complementary] .grid-product__link .grid-product__image-wrap,
  product-recommendations[data-intent=complementary] .grid-product__link .image-wrap,
  product-recommendations[data-intent=complementary] .grid__item-image-wrapper .grid-product__image-mask,
  product-recommendations[data-intent=complementary] .grid__item-image-wrapper .grid-product__image-wrap,
  product-recommendations[data-intent=complementary] .grid__item-image-wrapper .image-wrap {
    width: 90px;
  }

  .pdp__bundle--bottom-fix {
    flex-basis: 100%;
    text-align: right;
  }
}

/* PDP Reward points */
.custom-reward-points {
  font-size: .85em;
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #D8BD71;
  font-weight: bold;
  font-family:var(--typeBasePrimary), var(--typeBaseFallback);
}

.custom-reward-points:hover .sales-point-tooltip {
  display: block;
}

.custom-reward-points .sales-point-tooltip-p {
  color: #000;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .template-product .sales-point-tooltip {
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
  }

  .template-product .sales-point-tooltip:after {
    border-color: transparent transparent #ffffff transparent;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    top: -14px;
  }
}

/* Tooltip */

.product-block--sales-point-with-tooltip ul {
  margin-top: 0;
}

.sales-point-with-tooltip {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.sales-point-tooltip {
  box-shadow: rgb(0 0 0 / 30%) 0 2px 10px;
  padding: 10px 15px;
  font-size: 13px;
  position: absolute;
  z-index: 2;
  background-color: white;
  width: 300px;
  left: calc(100% + 15px);
  top: 0;
  font-family:var(--typeBasePrimary), var(--typeBaseFallback);
  text-align: justify;
  z-index: 3;
  display: none;
}

.tooltip-trigger {
  color: #4682B4;
  text-decoration: underline;
  font-weight: 400;
}

.product--white-glove-trigger svg {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}

.product--white-glove-trigger {
  padding-left: 5px;
}

.sales-point-with-tooltip:hover .sales-point-tooltip {
  display: block;
}

.sales-point-tooltip:after {
  content: "";
  position: absolute;
  top: 5px;
  right: calc(100% - 1px);
  margin-top: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}

.sales-point-tooltip p {
  margin-bottom: 0;
}

.sales-point-tooltip a {
  text-decoration: underline;
}

#upsell-modal .sales-point-tooltip,
.modal__inner .sales-point-tooltip {
  left: unset;
}

#upsell-modal .sales-point-tooltip:after,
.modal__inner .sales-point-tooltip:after {
  display: none;
}

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

  .sales-point-with-tooltip:hover .sales-point-tooltip,
  .sales-point-with-tooltip:active .sales-point-tooltip {
    display: block;
  }

  .sales-point-with-tooltip {
    position: initial;
  }

  .product-block--sales-point-with-tooltip {
    position: relative;
  }

  .sales-point-tooltip {
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
  }

  .sales-point-tooltip:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    top: -12px;
    margin-left: -10px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
  }
}

/* Babylist */
#AddToBabylist,
#AddToBabylist-modal {
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  font-size: calc(var(--typeBaseSize) - 4px);
  font-size: max(calc(var(--typeBaseSize) - 4px), 13px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3em;
  display: inline-block;
  padding: 11px 20px;
  min-width: 90px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--colorBtnPrimary);
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: var(--buttonRadius);
  background: #fff;
  color: #000;
  position: relative;
  overflow: hidden;
  transition: background .2s ease 0s;
  padding: 13px 20px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#AddToBabylist:after,
#AddToBabylist-modal:after {
  content: "";
  position: absolute;
  top: 0;
  left: 150%;
  width: 200%;
  height: 100%;
  transform: skew(-20deg);
  background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .25), transparent);
}

#AddToBabylist:hover,
#AddToBabylist-modal:hover {
  transition-delay: 0.25s;
}

#AddToBabylist:hover:after,
#AddToBabylist-modal:hover:after {
  animation: shine .75s cubic-bezier(.01, .56, 1, 1);
}

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

  #AddToBabylist,
  #AddToBabylist-modal {
    font-size: max(calc(var(--typeBaseSize) - 5px), 11px);
  }
}

/* PDP - Promo banner */
.promo_banner {
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.08);
  margin: 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.promo_banner p {
  margin: 0;
  text-align: center;
}

/* PDP - Bundle upsells */
.pdp__bundles {
  padding-top: 50px;
}

.pdp__bundle {
  padding-top: 20px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.pdp__bundle--image {
  flex: 0 1 130px;
  display: flex;
  align-items: center;
  max-width: 130px;
  min-width: 40px;
}

.pdp__bundle--text {
  display: flex;
  flex: 0 1 100%;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  flex-grow: 1;
}

.pdp__bundle--text a {
  color: #000000;
}

.pdp__bundle--text a:hover {
  color: #1a1515;
}

.pdp__bundle--title {
  flex: 0 0 100%;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  letter-spacing: .5px;
  max-width: 400px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family:var(--typeBasePrimary), var(--typeBaseFallback);
  text-transform: none;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 22px;
}

.pdp__bundle--title:hover {
  color: #1a1515;
}

.pdp__bundle--last {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pdp__bundle--last button {
  font-size: 14px;
  padding: 6px 10px;
  height: 38px;
  letter-spacing: .5px;
}

.pdp__bundle--price {
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  font-size: 16px;
  padding-right: 15px;
  font-family:var(--typeBasePrimary), var(--typeBaseFallback);
  letter-spacing: normal;
  width: 100%;
  flex-wrap: wrap;
}

.pdp__bundle--price .price-was {
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: line-through;
}

.grid--product-images-right .product-single__meta {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .pdp__bundle--image {
    min-width: 40px;
  }

  .pdp__bundles-title {
    margin-bottom: 25px;
  }

  .pdp__bundle--title {
    font-size: 16px;
  }

  .pdp__bundle--price {
    font-size: 15px;
  }
}

.product-block--complementary .color-swatch {
  z-index: 3;
  position: relative;
}

/* Product certificates */
.product-certificates-2 .certificate-hidden {
  display: none;
}

.product-certificates-2.product-certificates {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: center;
}

.product-certificates-2 .product-certificate {
  display: flex;
  width: 100px;
  min-width: 50px;
  position: relative;
}

.product-certificates-2 .product-certificate img {
  cursor: pointer;
}

.product-certificates-2 .certificate-content {
  box-shadow: rgb(0 0 0 / 30%) 0 2px 10px;
  padding: 10px 15px;
  font-size: 13px;
  position: absolute;
  z-index: 2;
  background-color: white;
  width: 300px;
  top: 0;
  font-family:var(--typeBasePrimary), var(--typeBaseFallback);
  text-align: justify;
  right: 0;
  top: 100%;
  left: unset;
}

.product-certificates-2 .certificate-content::after {
  position: absolute;
  margin-top: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  right: calc(100% / 12);
  transform: translateX(0);
  top: -14px;
}

.product-certificates-2 .prcer-title {
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: underline;
}

.product-certificates-2 .prcer-text {
  margin-bottom: 10px;
}

.product-certificates-2 .prcer-close {
  position: absolute;
  top: 4px;
  right: 4px;
}

@media screen and (max-width: 768px) {
  .product-certificates-2.product-certificates {
    position: relative;
    justify-content: center;
  }

  .product-certificates-2 .product-certificate {
    position: static;
    width: calc(100% / 6);
  }

  .product-certificates-2 .certificate-content {
    top: 100%;
    left: 0;
    width: 100%;
  }

  .product-certificates-2 .certificate-content::after {
    content: "";
    right: 50%;
    transform: translateX(50%);
  }
}

/* PDP Bundles */
.pdp__bundles .pdp__bundles-title~.pdp__bundle {
  display: none;
}

.pdp__bundles .pdp__bundles-title.expanded~.pdp__bundle {
  display: flex;
}

.pdp__bundles-title {
  cursor: pointer;
}

.pdp__bundles-title span {
  margin-left: 10px;
}

.pdp__bundles-title svg {
  transform: rotate(0);
  transition: transform .1s ease-out;
}

.pdp__bundles-title.expanded svg {
  transform: rotate(180deg);
  transition: transform .1s ease-out;
}

/* Quickview */
.btn-view-product {
  display: none;
}

.modal__inner .btn.add-to-cart,
.modal__inner .availabilityText {
  display: none;
}

.modal__inner .btn-view-product {
  display: block;
}

.modal__inner .pdp__bundle--last {
  display: none;
}

/* Grid Gallery */
  /* Product grid */
  .product-section--grid .product-slideshow {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
}
.product-section--grid .product-slideshow > div {
    flex-basis: 50%;
    flex-shrink: 0;
}
.product-section--grid .product-main-slide[data-variant-image-show] {
    display: block;
}

.product-section--grid .product-main-slide:not([data-variant-image-show]) {
    display: none !important;
}

.product-section--grid .product-slideshow .secondary-slide--landscape {
    grid-column: span 2;
}
.product-section--grid .secondary-slide--portrait {
    grid-row: span 1;
    grid-column: span 2;
}
.product-section--grid .secondary-slide--square {
    grid-row: span 1;
    grid-column: span 2;
}
 .product-section--grid .product-slideshow .secondary-slide--portrait .image-wrap,
 .product-section--grid .product-slideshow .secondary-slide--landscape .image-wrap {
    padding-bottom: 100% !important;
}
.product-section--grid .product-slideshow .secondary-slide .product-image-main {
    overflow: hidden;
}
.product-section--grid .product-slideshow .secondary-slide--portrait .image-wrap img {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
}
.product-section--grid .product-slideshow .secondary-slide--landscape .image-wrap img {
    height: 100%;
    max-width: unset;
    position: absolute;
    width: auto;
    right: 50%;
    transform: translateX(50%);
}
.product-section--grid .product-slideshow .custom-image-nocolor {
    display: block !important;
}
@media screen and (max-width: 768px) {
    .product-section--grid .product-slideshow {
        margin-bottom: 35px;
        max-height: calc(100vw * 3);
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }
    {% comment %} .product-section--grid .product-slideshow .secondary-slide {
        grid-column: span 4 !important;
    } {% endcomment %}
    .product-section--grid .custom-product--gallery .product__photos {
        position: relative;
    }

    .product-section--grid .product-slideshow button.product__photo-zoom {
      opacity: 1;
    }
}
@media screen and (min-width: 769px) {
  .product-section--grid .custom-product--content.grid__item {
        position: -webkit-sticky;
        position: sticky;
        top: 170px;
        z-index: 1;
    }
    .product-section--grid .product-slideshow {
        margin-bottom: 35px;
        max-height: 200vh;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }
    .product-section--grid .custom-product--gallery.grid__item {
      -webkit-position: sticky;
      position: sticky;
    }
}
.product-main-slide[data-variant-image-show] {
  display: inline-block;
}

.product-main-slide {
  display: none;
}
.product-section--grid .product-slideshow .product-main-slide[data-variant-image-show] {
  grid-column: span 4;
  grid-row: auto;
}
.product-section--grid .product-slideshow .product-main-slide[data-variant-image-show] ~ .product-main-slide {
  grid-column: span 2;
  grid-row: span 1;
}
@media screen and (max-width: 768px) {
  .product-section--grid .product-slideshow .product-main-slide[data-variant-image-show] {
    grid-column: span 4;
    grid-row: auto;
  }
  .product-section--grid .product-slideshow .product-main-slide[data-variant-image-show] ~ .product-main-slide {
    grid-column: span 4;
    grid-row: auto;
  }
}
.product-slideshow.gallery-expanded {
  transition: max-height .5s ease-in-out;
}
.btn.expand-gallery {
  position: absolute !important;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: 1px solid black;
}
.btn.expand-gallery svg {
  transform: rotate(0deg);
  transition: transform 0.1s linear;
  width: 12px;
  height: 12px;
  color: #000000;
}
.gallery-expanded ~ .expand-gallery svg {
  transform: rotate(180deg);
  transition: transform 0.1s linear;
}
@media screen and (max-width: 768px) {
  .btn.expand-gallery {
    bottom: 0;
  }
}
.aos-animate .image-wrap .animate-me, .aos-animate .image-wrap .lazyloaded:not([role=presentation]), .aos-animate .image-wrap svg {
  animation: fade-in .2s cubic-bezier(.26,.54,.32,1) 0s forwards;
}
/* Swatch - variant image */

.prtem--grid .variant-wrapper-grid .variant-input.color-swatch-wrap {
  width: 66px;
  height: 66px;
  margin: 0 4px 4px 0;
  padding: 2px;
  border-radius: 50%;
  border: 1px solid #A0A0A0;
}

.prtem--grid .variant-input-wrap {
  margin: 0 0 10px 0;
}

.prtem--grid .variant-wrapper-grid .variant-input.color-swatch-wrap:hover {
  border: 1px solid black;
}

.prtem--grid .variant-wrapper-grid .variant-input-wrap .variant-input label.color-swatch {
  margin: 0 !important;
  background-size: contain;
  height: 100%;
  width: 100%;
  border: none;
  box-shadow: none;
  border: none;
}

.prtem--grid .variant-wrapper-grid .variant-input-wrap input[type=radio]:checked+label {
  box-shadow: 0 0 0 3px black;
  -webkit-box-shadow: 0 0 0 3px black;
  -moz-box-shadow: 0 0 0 3px black;
}

.prtem--grid .variant-wrapper-grid .color-swatch:before {
  border: none;
}

.prtem--grid .variant-input-wrap label {
  padding: 3px 12px;
  font-size: .9rem;
}
/* Custom contant section */
.custom-contact-tabs {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  max-width: 100%;
  margin-top: 20px;
  padding: 0 20px;
}
.custom-contact-tabs .form-vertical {
margin-top: 50px;
}
.custom-contact-tabs input[type="radio"] {
display: none;
}
.custom-contact-tabs label.tab-label {
display: inline-block;
padding: 15px 0;
margin: 0 -3px;
width: 33.3333333333%;
border-bottom: 1px solid #000;
text-align: center;
}
.custom-contact-tabs .tabs label.tab-label:hover {
cursor: pointer;
}
.custom-contact-tabs .tabs input[type="radio"]:checked + label.tab-label {
border: 1px solid #000;
border-width: 1px 1px 0 1px;
}
.custom-contact-tabs .tabs #tab1:checked ~ .content #customerServiceForm, .custom-contact-tabs .tabs #tab2:checked ~ .content #marketingForm, .custom-contact-tabs .tabs #tab3:checked ~ .content #merchandisingForm {
display: block;
}
.custom-contact-tabs .tabs .content > div {
display: none;
padding-top: 50px;
text-align: left;
overflow: auto;
}
@media screen and (max-width: 768px) {
.custom-contact-tabs {
width: 100%;
}
}
@media screen and (max-width: 520px) {
.custom-contact-tabs .tabs label.tab-label {
display: block;
padding: 15px 0;
margin: 10px 0;
width: 100%;
border: 1px solid #000;
text-align: center;
border-width: 1px;
}
.custom-contact-tabs .tabs input[type="radio"]:checked + label.tab-label {
border-width: 1px 1px 3px 1px;
}
.grid-columns-custom .social-icons {
margin-bottom: 40px;
}
.grid-columns-custom .social-icons a {
padding: 5px 8px;
}
.grid-columns-custom .social-icons svg {
width: 20px;
height: 20px;
}
}
/* Grid columns custom */
.page-narrow .grid-columns-custom {
  width: 75%;
}
.grid-columns-custom {
  margin-left: auto;
  margin-right: auto;
}
.grid-columns-custom .section-header__title {
  margin-bottom: 40px;
}
.grid-columns-custom .grid {
  margin: 0;
  margin-bottom: 40px;
}
.grid-columns-custom .grid .grid__item {
  padding-left: 0;
}
.grid-columns-custom image-element {
  display: inline-block;
}
.grid-columns-custom--text {
  text-align: center;
}
.main-404-section .page-width {
  padding-top: 0;
}
.grid-columns-custom--socials {
  text-align: center;
}
.grid-columns-custom--socials li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.grid-columns-custom--socials li a {
  padding: 5px 15px;
}
.grid-columns-custom .grid-columns__title {
  margin-bottom: 0;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .page-narrow .grid-columns-custom {
      width: 100%;
  }
}
/* Description */
.desc__dimensions-ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 20px;
}
.desc__dimensions-ul li {
  padding: 8px 0;
}
p.desc__dimensions-title {
  margin: 0;
}
/* Subcollections slider / custom slider */
.collection-item:not(.collection-item--below):after {
  background-color: transparent;
}
.slider-container .slider .collection-item .collection-item__title {
  top: unset;
  left: unset;
  right: unset;
  transform: none;
  position: relative;
}
.slider-container .slider .collection-item .collection-item__title span {
  background: transparent;
  padding: 0;
  color: black;
}
.grid__item--sidebar.grid__item {
  margin-top: 0;
  position: static;
}
.sub-collections-section {
  padding-top: 10px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .grid__item--sidebar.grid__item {
    margin-top: 0;
    position: sticky;
  }
}
.slider li:hover .collection-item__title span {
  text-decoration: underline;
}
.slider li.subcol-active .collection-item__title {
  font-weight: 600;
}
.slider .image-wrap {
  background: transparent;
}
.slider-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.slider-container .slider {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.slider-container .slider::-webkit-scrollbar {
  display: none;
}

.slider-container .slides {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-grow: 1;
  justify-content: center;
  column-gap: 20px;
}

.slider-container .slide {
  flex: 0 0 auto;
  width: 170px; /* Ensure a fixed width to manage centering better */
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}
.slider-container .slide img {
  padding: 10px;
}
.slider-container .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 5px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
}
.slider-container .slider-nav[disabled] {
  display: none;
}

.slider-container .prev {
  left: 10px;
}

.slider-container .prev svg {
  fill: #fff;
  width: 100%;
}

.slider-container .next {
  right: 10px;
}

.slider-container .next svg {
  fill: #fff;
  transform: rotate(180deg);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .slider-container .slides {
    column-gap: 10px;
  }
  
  .slider-container .slide {
    width: 130px;
  }
  .slider-container .slider-nav {
    width: 32px; 
    height: 32px;
  }
}
/* Search - temp */
.predictive__screen {
  background: unset;
}
predictive-search {
  max-width: 100%;
}
predictive-search form {
  height: 100%;
  align-items: center;
}
.search__input,
.search__input:hover,
.search__input:active,
.search__input:focus,
.search__input:focus-within {
  border: none;
  padding-left: 60px;
}
.btn--search {
  right: unset;
  left: 0;
}
/* Featured collection - tabbed */
.featured-collection--tabbed .fct--wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.featured-collection--tabbed .fct--buttons {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.featured-collection--tabbed .fct--viewall {
  margin-top: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.featured-collection--tabbed .fct--hide {
  display: none;
}
.featured-collection--tabbed .fct--button.fct--active {
  border: 1px solid transparent;
  color: #fff;
  color: var(--colorBtnPrimaryText);
  background: #111111;
  background: var(--colorBtnPrimary);
}
button.btn.btn--secondary.fct--button {
  flex-basis: 0;
  flex-grow: 1;
  white-space: nowrap;
  min-width: 160px;
}
@media screen and (max-width: 768px) {
  .featured-collection--tabbed .fct--buttons {
      display: flex;
    }
  .featured-collection--tabbed .fct--viewall {
    display: none;
  }
  button.btn.btn--secondary.fct--button {
    flex-grow: 0;
    white-space: nowrap;
    min-width: 160px;
    margin-bottom: 5px;
  }
  .featured-collection--tabbed .fct--button.fct--button--block {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
/* Join Us - page */
.content-join-us .page-content {
  padding-top: 40px;
  padding-bottom: 20px;
}
.content-join-us .d-table {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 680px;
}
  
@media screen and (max-width: 520px) {
  .content-join-us .d-table{
    min-height: auto;
  }
}
.content-join-us .d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.content-join-us .d-table-cell .text-cnt {
    max-width: 600px;
    padding: 40px;
    background: #fff;
    position: relative;
    z-index: 4;
    left: -15%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
    
@media screen and (max-width: 520px) {
  .content-join-us .d-table-cell .text-cnt{
  left: auto;
  }
}

.content-join-us .flower-section img {
  width: 60px;
  height: auto;
  display: inline;
}
.content-join-us .ambassador-section .img-cnt {
    height: 380px;
}
    
@media screen and (max-width: 520px) {
  .content-join-us .ambassador-section .img-cnt {
  height: 200px;
  }
}
 
.content-join-us .bg-cnt {
height: 800px;
}

  @media screen and (max-width: 520px) {
    .content-join-us .bg-cnt {
    height: auto;
  }
}
/* New + best carousel */
  #shopify-section-template--14611144278116__1659102741019f785b {
    display: none;
    margin: 40px 0;
  }
/* 3 tabs carousel */
  #shopify-section-template--14611144278116__1659102835a29b2980 {
    display: none;
    margin: 40px 0;
  }
  @media only screen and (min-width: 769px) {
    #shopify-section-template--14611144278116__1659102741019f785b, #shopify-section-template--14611144278116__1659102835a29b2980 {
      margin: 75px 0;
    }
  }
/* Brands mega menu */
.mega-menu--brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mega-menu--brands .h5 {
  flex-basis: 100%;
}
.text-center .megamenu .grid .grid__item.mm--brands-column-last {
  display: inline-flex;
  flex-direction: column;
}
.mm--brands-column-last div:last-of-type {
  margin-top: auto;
  display: flex;
  flex-grow: 1;
  align-items: end;
}
.mm--brands-column-last .mm--brands-all {
  padding: 6px 24px;
  width: 134px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 14px;
}
/* End Brands Mega Menu */
/* Cart drawer blurb */
  .cart__item .esd-placeholder {
    position: absolute;
  }
  .cart__item {
    display: grid;
    grid-template-columns: 100px auto;
    grid-template-rows: auto auto;
    gap: var(--grid-gutter);
  }
  .cart__item .cart__item-subtext {
    width: 100%;
    color: red;
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    font-size: 12px;
  }
/* Back in stock */
#backInStockForm {
  padding: 20px;
  background: #f6f6f6;
  margin-bottom: 10px;
}
#backInStockForm .bis_title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#backInStockForm .form-field {
  margin-bottom: 10px;
}
#backInStockForm #bis_email {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .5);
  background: #fff;
}
#backInStockForm .btn {
  width: 100%;
}
#backInStockForm .bis_success {
  font-size: 15px;
  margin: 0;
  color: #4A4A4A;
  font-weight: 600;
}
/* */
.ajax-added-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.clear-cart {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.clear-cart-page {
  width: 388px;
  display: block;
  margin-left: auto;
  max-width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
.clear-cart svg {
  height: 14px;
  width: auto;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .clear-cart-page {
    margin-right: auto;
  }
}
.product-section.hide-esd #availabilityText {
  display: none;
}
.explainer-box {
  color: #eb340a;
}
.explainer-box a {
  color: #eb340a;
  text-decoration: underline;
  font-weight: 600;
}
.add-to-cart.p_a_t_c span {
  pointer-events: none;
}
.hide-noncompl {
  display: none !important;
}
.btn.add-to-cart.gifted-product-button, .btn.add-to-cart.gifted-product-button:hover,
.btn.add-to-cart.gifted-product-button:active, .btn.add-to-cart.gifted-product-button:focus,
.btn.add-to-cart.gifted-product-button:focus-within {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #000 !important;
}
.product-section--non-compliant .add-to-babylist-btn, .product-section--non-compliant .gifted-product-button, .product-section--non-compliant .myregistry, .product-section--non-compliant wishlist-button-block {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.variant-input-wrap label.disabled {
  color: #B6B6B6;
  box-shadow: 0 0 0 1px #B6B6B6;
}
.variant-input-wrap label.disabled:after {
  border-color: #B6B6B6;
}
.hero__subtitle a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.grid-product__promo {
  font-size: 13px;
  color: #886E25;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 2px;
}
.ruk-rating-snippet-count {
  padding-left: 2px;
}
@media screen and (min-width: 767px) {
  .ruk-rating-snippet-count {
    padding-left: 6px;
  }
}
.site-nav__item--gift-cards .site-nav__link, .mobile-nav__item--gift-cards .mobile-nav__link {
    background: #d8bd71 !important;
    color: #000;
}
@media screen and (max-width: 767px) {
  .product__thumbs img {
    display: none;
  }
}