@import url("//hello.myfonts.net/count/36c304");

#meet-ariel-gordon-maffei,
.template-blog {
  padding-top: 175px;
}

#agj-gives-back {
  padding-top: 0;
}

summary.option__label {
  border-top: 1px solid white;
  border-bottom: 0px;
  padding-top: 0.825rem;
  padding-bottom: 0;
}

body .space-y-5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.825rem;
}

body .product-form__submit {
  margin-top: 0px;
}

#pdpAddForm:has(.GiftWizard-gift-button) {
  gap: 10px;
}

#pdpAddForm:has(.GiftWizard-gift-button) .product-form__submit {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #pdpAddForm:has(.GiftWizard-gift-button) .product-form__submit,
  #pdpAddForm:has(.GiftWizard-gift-button) .GiftWizard-gift-button {
    flex: 1 1 0;
    min-width: 0;
    max-width: 50%;
    font-size: 14px;
    padding: 24px 20px;
  }
}

.product-form-option .option__icon {
  top: 65%;
}

#pdpSpecificationsPanel .metafield-rich_text_field p,
#pdpDescriptionPanel .metafield-rich_text_field ul li {
  padding:  2px 0;
  font-family: Caslon540BT-Regular;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
}

#pdpDescriptionPanel .metafield-rich_text_field strong {
  padding: 5px 0;
  font-family: Caslon540BT-Regular;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0.5px;
}

button.readmore-btn.text-sm.pt-2\.5 {
  font-size: 10px;
}

.read-more__content.collapsed {
  max-height: var(--preview-height);
  overflow: hidden;
  margin-bottom: 7.5px;
}

#pdp-description .read-more__content.collapsed {
  margin-bottom: 5px;
}

section.py-10.space-y-5.page-content.container.slim.article-main-body.rte {
  margin: auto;
}

section.py-10.space-y-5.page-content.container.slim.article-main-body.rte {
  max-width: 940px;
}

@media screen and (max-width: 768px) {
  .product-description__container {
    margin-top: 10px !important;
  }
}

div#product-form-options-6873766723780-content-0,
.option__values {
  justify-content: center;
}

.feature-item__link {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5%;
  width: 48%;
}

@media (max-width: 768px) {
  .feature-item__link {
    width: 100%;
  }
}

.swym-btn-container.swym-inject {
  display: none !important;
}

/* COLLABORATIONS COLLECTION */

.collab-block-wrapper hr {
  border-top: 1px solid #000;
  clear: both;
  border-top-width: 1px;
  color: inherit;
  height: 0;
  width: 100%;
}

.collab-shop-wrapper a img {
  max-height: 25px;
  margin-left: 5px;
  height: auto;
  max-width: 100%;
  display: block;
  width: auto;
}

body.page-collaborations.collection .collection-header {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5em;
}

.collabs-collection-wrapper {
  background-color: #fbebef;
  padding: 30px;
}

.collab-mobile-tall {
  display: none;
}

@media only screen and (max-width: 750px) {
  .collabs-collection-wrapper {
    padding: 15px 10px 0 10px;
  }

  .collab-mobile-tall {
    display: block;
    max-width: 85%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}

.collabs-collection-wrapper hr {
  max-width: 75%;
}

.collab-block-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 30px;
  align-items: stretch;
  flex-basis: 100%;
  flex-wrap: wrap;
  max-width: 940px;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .collab-block-wrapper {
    padding: 0;
  }
}

.collab-block-wrapper:nth-child(even) .collab-main-wrapper {
  order: 1;
  padding-left: 0;
  padding-right: 45px;
}

.collab-block-wrapper:nth-child(even) .collab-tall-wrapper {
  order: 2;
}

@media only screen and (max-width: 750px) {
  .collab-block-wrapper:nth-child(even) .collab-main-wrapper {
    padding-right: 0;
  }
}

.collab-main-wrapper {
  width: 65%;
  max-width: 65%;
  flex-basis: 65%;
  padding-left: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  .collab-main-wrapper {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
}

.collab-main-wrapper h3 {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-family: Maison Neue Book;
  width: 100%;
  flex-basis: 100%;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.collab-main-wrapper p {
  text-align: center;
  width: 90%;
  flex-basis: 90%;
  margin: 0 auto 18px auto;
  font-family: "Signifier";
}

.collab-block-wrapper hr {
  order: 3;
  flex-basis: 100%;
  margin: 60px auto;
}

@media only screen and (max-width: 750px) {
  .collab-block-wrapper hr {
    margin: 30px auto;
  }
}

.collab-tall-wrapper {
  width: 30%;
  flex-basis: 30%;
  max-width: 30%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 750px) {
  .collab-tall-wrapper {
    display: none;
  }
}

.collab-tall-wrapper img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  display: none;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.collab-tall-wrapper:before {
  content: "";
  display: block;
  padding-top: 125%;
}

.square-image.collab-square {
  width: 48%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.square-image.collab-square:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.collab-shop-wrapper {
  width: 100%;
  flex-basis: 100%;
  padding: 20px 0 0;
  text-align: right;
}

.collab-shop-wrapper a {
  display: flex;
  font-family: Maison Neue Book;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.collab-shop-wrapper a img {
  max-height: 25px;
  margin-left: 5px;
}

@media only screen and (max-width: 750px) {
  .collab-shop-wrapper {
    max-width: 80%;
    margin: 0 auto;
  }

  .collab-shop-wrapper a {
    justify-content: center;
  }

  .collab-shop-wrapper a img {
    max-width: 150px;
  }
}

/* COLLABORATIONS COLLECTION */

.header-wrapper .header-inner .navigation-item {
  font-family: Maison Neue Book;
  letter-spacing: 0.5px;
}

/* MICHAEL ADDED OCT 21 */

#pdpReturnsPanel p,
#pdpReturnsPanel p strong,
#pdpReturnsPanel ul li {
  padding: 0px 0;
  font-family: Caslon540BT-Regular;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.metafield-rich_text_field,
.metafield-rich_text_field p,
#pdpReturnsPanel,
#pdpReturnsPanel p {
  font-family: Caslon540BT-Regular;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
}

#pdpReturnsPanel p strong {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #pdpReturnsPanel ul li {
    font-family: Caslon540BT-Regular !important;
  }
}

@media screen and (max-width: 768px) {
  #pdpReturnsPanel ul li {
    font-family: Caslon540BT-Regular;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  #product-details-accordions-content-3,
  #product-details-accordions-content-3 p,
  #product-details-accordions-content-3 p strong,
  .product-form-option p,
  .product-form-option p strong,
  .product-form-option ul li {
    font-family: Caslon540BT-Regular !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
  }
}

div#shopify-section-layout-cart-drawer {
  max-height: 90vh;
  overflow-y: auto;
}

.kitModalContent button.product-form__submit.effects-btn:hover,
.kitModalContent button.product-form__submit.effects-btn:hover span,
.kitModalContent button.product-form__submit.effects-btn span:hover {
  color: rgb(94, 138, 180) !important;
}

/* div#mobilePdpStickyBuy {
  display:none !important;
} */
.product-form-option p strong {
  font-weight: bold !important;
}

@media screen and (max-width: 768px) {
  .search-modal .search__input {
    font-size: 36px !important;
    width: 84vw;
  }
}

.cart-drawer__item-qty__actions {
  align-items: center;
  justify-content: center;
}

.cart-drawer__item-qty__actions .swym-button-bar {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer-footnote__list li {
    font-size: 0.5rem;
  }

  .media-copy__container {
    padding-left: 10%;
    padding-right: 10%;
  }
  .media-copy__block[data-type="copy"] > :not([hidden]) ~ :not([hidden]),
  .media-copy__block[data-type="copy"] .media-copy__title {
    margin-top: 10px;
  }

  body.page-template #MainContent {
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 10%;
  }

  #personalization-tips
    ul.section-navigation.py-10.flex.justify-center.space-x-2\.5 {
    display: none;
  }

  .faq-sidebar {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .faq-body-portion .Accordion-trigger {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    display: flex;
  }

  .faq-body {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .faq-body-portion .rte {
    padding-left: 0 !important;
  }

  .faq-sidebar {
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}

div#page-linesheets {
  padding-top: 135px;
}

.pdp-content__title,
html body div .dp_hint_button span,
.wishlist-btn,
.product-tabs,
.pdp-thumbnails .thumbnail-title,
summary.option__label span[data-option],
.pdp-price__container,
.facetBtn {
  font-family: Maison Neue Book !important;
}

.pdp-related__title,
.font-serif,
.font-chronicle,
h1.collection__title,
.hero-slide__content .body > :not(p) {
  font-family: "Signifier" !important;
}

body .text-bar__wrapper .effects-btn:hover .text {
  color: white !important;
}

@media (min-width: 768px) {
  .text-bar__wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.pdp-promotional-message {
  text-align: right;
  font-size: 13px;
  color: #fa4616;
}

@media screen and (min-width: 768px) {
  .desktop-hide {
    display: none;
  }
  .mobile-hide {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }

  .desktop-hide {
    display: block;
  }
}

.hero-slide__content {
  max-width: 100vw;
}

@media screen and (max-width: 768px) {
  .pdp-content__container.relative {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#pdpAddForm:has(.klaviyo-bis-trigger)
  .product-form__submit[data-available="false"] {
  display: none;
}

#pdpAddForm .klaviyo-bis-trigger {
  background-color: var(--button-text);
  color: var(--secondary-accent);
  flex-grow: 1;
  letter-spacing: 0.1em;
  padding: 20px 50px;
  text-align: center;
  font-size: 16px;
  border-radius: 50px;
}

/* Newsletter */
.newsletter-container {
  width: 70%;
  background: white;
  height: 70vh;
  border: 2px solid #5e8ab4;
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  max-height: 90vh;
  height: auto;

  width: 930px;
  max-width: 95vw;
}

@media (max-width: 800px) {
  .newsletter-container {
    flex-direction: row-reverse;
    width: 100%;
    max-width: 100%;
    align-items: stretch;
  }
}

.newsletter-collection-container #close-newsletter {
  position: absolute;
  right: -27px;
  top: 5px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  z-index: 999999999;
  font-size: 24px;
  color: white;
}

.newsletter-collection-container .newsletter-image-container {
  flex-basis: 40%;
  width: 40%;
  min-width: 150px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.newsletter-collection-container .newsletter-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 15px;
  align-items: center;
  flex-direction: column;
  width: 60%;
}

.newsletter-collection-container .newsletter-image-container {
  overflow: visible;
  flex-basis: auto;
}

.newsletter-collection-container .newsletter-image-container:before {
  padding-top: 0;
  height: 60vh;
}

.newsletter-main {
  position: relative;

  box-sizing: border-box;
  z-index: 999999999999999999;
}

.newsletter-collection-container h3 {
  font-family: "Signifier";
  color: #332f21;
  font-size: 48px;
  font-style: italic;
  font-weight: normal;
}

.newsletter-main {
  padding: 25px;
}

.pop-copy {
  width: 100%;
}

@media (max-width: 800px) {
  .pop-copy {
    display: flex;
    align-items: center;
    width: 60%;
    max-width: 60%;
  }
}

.newsletter-collection-container .newsletter-main form {
  padding-bottom: 0;
}

.terms,
.terms a {
  font-family: "Sweet Sans", Arial;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 20px;
  font-size: 10px;
}
.newsletter-collection-container h3,
.newsletter-collection-container h4 {
  text-transform: none;
}

@media (max-width: 800px) {
  .newsletter-collection-container
    .newsletter-image-container.newsletter-image-2 {
    width: 40%;
    flex-basis: 40%;
    max-width: 40%;
    display: block;
    height: auto;
    min-width: 0px;
  }

  .newsletter-collection-container .newsletter-image-container:before {
    height: 30vh;
  }

  .newsletter-collection-container #close-newsletter {
    right: 0;
    background-color: transparent;
    color: black;
  }
}

@media (max-width: 800px) {
  .newsletter-collection-container .newsletter-main {
    margin: 0 auto;
  }

  .newsletter-collection-container .newsletter-main h3 {
    font-size: 15px;
  }

  .newsletter-collection-container .newsletter-main .terms {
    display: flex;
  }

  .newsletter-collection-container .newsletter-main .terms a {
    width: 100%;
    font-size: 6px;
    white-space: nowrap;
  }
}

.newsletter-collection-container {
  border: 2px solid #5e8ab4;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 10px !important;
  padding: 10px;
  background: white;
  max-width: 75vw;
  margin: 0 auto;
  z-index: 999999;
  display: flex;
  align-content: stretch;
  align-items: stretch;
}
@media only screen and (min-width: 1000px) {
  .newsletter-collection-container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .newsletter-collection-container.push {
    bottom: 89px;
  }
}
.newsletter-collection-container.hide {
  display: none;
}
.newsletter-collection-container #close-newsletter {
  position: absolute;
  right: 5px;
  top: 5px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 600px) {
  .newsletter-collection-container #close-newsletter {
    top: 0;
  }
}
@media only screen and (max-width: 800px) {
  .newsletter-collection-container {
    max-width: 100vw;
    height: 175px;
    padding-bottom: 0 !important;
  }
  .newsletter-collection-container
    .newsletter-image-container.newsletter-image-1 {
    flex-basis: 40%;
    width: 40%;
  }
  .newsletter-collection-container .newsletter-main {
    width: 60%;
    flex-basis: 60%;
    padding: 0 10px;
    align-items: flex-start;
    align-content: center;
  }
  .newsletter-collection-container form .klaviyo_field_group {
    flex-wrap: wrap;
    justify-content: center;
  }
  .newsletter-collection-container h3 {
    font-size: 2.2em;
  }
  .newsletter-collection-container h4 {
    font-size: 1.7em;
    line-height: 1.2;
  }
  .newsletter-collection-container form .klaviyo_field_group input {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .newsletter-collection-container form .klaviyo_form_actions {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 800px) and (max-width: 600px) {
  .newsletter-collection-container h3 {
    font-size: 1.5em;
  }
}
.newsletter-collection-container .newsletter-image-container {
  flex-basis: 25%;
  width: 25%;
  min-width: 150px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.newsletter-collection-container .newsletter-image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.newsletter-collection-container .newsletter-image-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
}
.newsletter-collection-container h3,
.newsletter-collection-container h4 {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .newsletter-collection-container h3 {
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 5px;
  }
}
.newsletter-collection-container h4 {
  font-size: 1.5em;
}
@media only screen and (max-width: 600px) {
  .newsletter-collection-container h4 {
    font-size: 1em;
    width: 100%;
    margin: 0 auto;
  }
}
.newsletter-collection-container h4 b {
  font-weight: 900;
}

.newsletter-collection-container .klaviyo-form {
  width: 100%;
}

.newsletter-collection-container .klaviyo-form button.needsclick {
  background-color: #5e8ab4 !important;
  color: #fff !important;
}

@media only screen and (max-width: 600px) {
  .newsletter-collection-container h4 b {
    display: inline;
  }
  .newsletter-collection-container h4 b::before {
    content: "\A";
    white-space: pre;
    height: 1px;
  }
}
.newsletter-collection-container .newsletter-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 15px;
}
.newsletter-collection-container .newsletter-main form {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0 15px;
}
.newsletter-collection-container .newsletter-main form ::placeholder {
  font-family: Sweet Sans, sans-serif;
  letter-spacing: 1.5px;
}
.newsletter-collection-container
  .newsletter-main
  form
  ::-webkit-input-placeholder {
  font-family: Sweet Sans, sans-serif;
  letter-spacing: 1.5px;
}
.newsletter-collection-container .newsletter-main form :-moz-placeholder {
  font-family: Sweet Sans, sans-serif;
  letter-spacing: 1.5px;
}
.newsletter-collection-container .newsletter-main form .klaviyo_field_group {
  display: flex;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 600px) {
  .newsletter-collection-container .newsletter-main form .klaviyo_field_group {
    padding: 0 5px;
  }
}
.newsletter-collection-container
  .newsletter-main
  form
  .klaviyo_field_group
  input {
  flex-grow: 1;
  height: 36px;
  width: auto;
  margin: 0;
  border: 1px solid #332f21;
}
@media only screen and (max-width: 600px) {
  .newsletter-collection-container
    .newsletter-main
    form
    .klaviyo_field_group
    input {
    height: 26px;
    font-size: 0.9em;
  }
}
.newsletter-collection-container .newsletter-main form .klaviyo_form_actions {
  margin-left: 15px;
}
.newsletter-collection-container .newsletter-main form button.btn {
  color: black;
  background-color: #e8e9eb;
  min-width: 10px;
  font-weight: 900;
}
@media only screen and (max-width: 600px) {
  .newsletter-collection-container .newsletter-main form button.btn {
    height: 25px;
    line-height: 25px !important;
    font-size: 0.98em;
  }
}
div#shopify-section-layout-newsletter-modal {
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  width: 100%;
  max-width: 100%;
  top: 0;
  border: 0;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  div#shopify-section-layout-newsletter-modal {
    bottom: 0;
    top: auto;
    background-color: transparent;
    height: auto;
  }
}

.newsletter-collection-container .newsletter-main,
.newsletter-collection-container .newsletter-image-container {
  width: 100%;
}

.pdp-price__discount:empty {
  display: none;
}
.collection__grid .pdp-price__discount:empty {
  /* height: 16px; */
  /* display: block; */
}

@media (min-width: 768px) {
  .feature-item {
    margin-bottom: 110px;
  }
}

body:has(#theme-modal.is-open) .header-wrapper {
  z-index: 3;
}

.gwbutton {
  text-transform: uppercase;
}

.heritage-bis {
  flex-direction: column;
  gap: 10px;
  max-width: 75%;
  background-color: rgba(150, 179, 206, 0.85);
  padding: 10px 30px;
}

.missed-it__label {
  font-size: 18px;
}

@media (min-width: 1024px) {
  .missed-it__label {
    font-size: 26px;
  }
}

/* heritage-add-bis text-[14px] lg:text-[18px] tracking-[0.25px] [font-weight:400] font-chronicle */

.heritage-add-bis {
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .heritage-add-bis {
    font-size: 18px;
  }
}
.custom-header h2 {
  font-family: Signifier, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.custom-header h3 {
  font-family: Maison Neue Book;

  line-height: 1.9;
  font-size: 14px;
  font-weight: normal;
}

.article-header__container .custom-header {
}

.custom-header .wrap-custom h2 img {
  display: none;
}
@media (min-width: 768px) {
  .article-header__container .custom-header {
    max-width: 50%;
    width: 50%;
  }

  .flex.article-header__container
    .overflow-hidden.relative.w-full.responsive-picture {
    height: 400px;
    overflow: hidden;
    max-width: 50%;
    width: 50%;
  }
}
.main-article h1 {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .flex.article-header__container {
    display: flex;
    flex-direction: column;
  }

  .article-header__container .custom-header {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .flex.article-header__container
    .overflow-hidden.relative.w-full.responsive-picture {
    height: 300px;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
  }

  .custom-header h2,
  .custom-header h3 {
    text-align: center;
  }

  .custom-header h2 {
    font-size: 24px;
    font-weight: 400;
  }
}

/* REELS LANDING PAGE */

div#shopify-block-AK21uVnZNemthZmlrR__grid_FTeWxd {
  border-top: 1px solid #dad6c9;
  border-bottom: 1px solid #dad6c9;
  margin-top: -2px;
}

div#shopify-block-AWFZGcDNFZVVJSWYyY__product_carousel_hTtxNJ {
  background: white;
  padding: 50px 100px;
}
div#shopify-block-AYStkZXZzVFNHSWwxM__grid_cell_thrbXz {
  background: white;
  padding-bottom: 50px;

  border-bottom: 1px solid #dad6c9;
}
.hotspot__block.initialized {
  padding-top: 0;
}

.video-block__wrapper video {
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
  max-height: 900px;
}

.styled-by-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 70px;
  background: rgba(0, 0, 0, 0.6);

  opacity: 0;
  transition: 0.15s all ease-in-out;
}

.styled-by-hover:hover {
  opacity: 1;

  transition: 0.25s all ease-in-out;
}

.styled-by-btn {
  border: 1px solid white;
  padding: 10px 20px;
  color: white;
}

div#shopify-block-AK21uVnZNemthZmlrR__grid_FTeWxd {
  border-top: 1px solid #dad6c9;
  border-bottom: 1px solid #dad6c9;
  margin-top: -2px;
}

div#shopify-block-AWFZGcDNFZVVJSWYyY__product_carousel_hTtxNJ {
  background: white;
  padding: 50px 100px;
}
div#shopify-block-AYStkZXZzVFNHSWwxM__grid_cell_thrbXz {
  background: white;
  padding-bottom: 50px;
  border-bottom: 1px solid #dad6c9;
}
.hotspot__block.initialized {
  padding-top: 0;
}

.video-block__wrapper video {
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
  max-height: 900px;
}

.styled-by-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 70px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.15s all ease-in-out;
}

.styled-by-hover:hover {
  opacity: 1;
  transition: 0.25s all ease-in-out;
}

.styled-by-btn {
  border: 1px solid white;
  padding: 10px 20px;
  color: white;
}

.threewidevideoslide {
  justify-content: center;
  display: flex;
  width: 100%;
  height: 100%;
  background: transparent;
}

.threewidevideoslide .slide-media__container {
  flex: 1 1 0;
  position: relative;
  min-width: 0;
}

.threewidevideoslide .slide-media__container video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.threewidevideoslide .slide-media__container img {
  z-index: 2;
}

.threewidevideoslide .slide-media__container[data-showing="video"] img {
  opacity: 0;
}

.threewidevideoslide .slide-media__container[data-showing="video"]:hover img {
  opacity: 1;
}

.threewidevideoslide .slide-media__container[data-showing="image"]:hover img {
  opacity: 0;
}

.threewidevideoslide .slide-media__container img,
.threewidevideoslide .slide-media__container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.threewidevideoslide video,
.threewidevideoslide img {
  width: 33.33336%;
  height: auto;
}

.multi-image-text {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 80%;
  text-align: center;
  z-index: 99999999999999999999999999;
}

.multi-image-text h1 {
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  color: white;
}

.multi-image-text p {
  color: white;
}

.lookbook-mega-wrapper {
  max-width: 11%;
}

.mobile-navigation__menu-clear {
  z-index: 10;
}

@media (max-width: 768px) {
  .feature-carousel__container {
    padding: 5rem 2.5rem;
  }
}

.giveaway-header h1 {
  font-weight: normal;
}
@media (max-width: 768px) {
  .giveaway-header h2,
  .giveaway-grid-container h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .giveaway-header p {
    font-size: 24px !important;
    line-height: 1;
    font-weight: bold;
  }

  .giveaway-grid-container {
    flex-direction: column !important;
    text-align: center;
  }

  .giveaway-grid-container > div {
    width: 100% !important;
  }

  .giveaway-grid-container div p {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 768px) {
  .pdp-leadtime {
    text-align: left !important;
  }

  .drophint-link,
  .wishlist-btn {
    width: auto;
    white-space: nowrap;
  }

  .drophint-link img {
    width: 17px !important;
  }
}

@media screen and (min-width: 768px) {
  .drophint-link,
  .wishlist-btn {
    flex: 1 1 0;
    min-width: 0;
  }
}

.pdp-leadtime a {
  text-decoration: underline;
}
.pdp-leadtime {
  text-transform: none;
}

@media (max-width: 768px) {
  .hero-slider:not(.initialized) .keen-slider__slide:not(:first-child) {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header-wrapper .mobile-btn__container {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }
}

.mobile-navigation__menu {
  display: flex;
  flex-direction: column;
}

.mobile-navigation__menu > div {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  text-align: left;
}

.mobile-navigation__menu > div > button,
.mobile-navigation__menu > div > a {
  text-align: left;
  padding: 15px 4px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-family: "Maison Neue Book", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 0;
}

.mobile-navigation__features {
  display: none !important;
}

.submenu-arrow {
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .mobile-navigation__menu.opened {
    height: 90vh;
    max-height: 80vh !important; // override JS setting it. This value can be chnaged but it needs to be set.
  }

  .mobile-navigation__menu-item {
    flex-direction: column;
  }
  .mobile-navigation__menu-pane {
    position: static;
    height: auto;
    width: 100%;
    max-height: 0;
    transition: ease-in-out all 300ms;
  }

  .mobile-navigation__menu-pane.open {
    max-height: 100vh;
  }

  .mobile-navigation__menu-pane.open ul {
    animation: none !important;
    opacity: 1;
    width: 100%;
    padding-left: 0;
    max-height: 65vh;
    overflow-y: auto;
  }

  .mobile-navigation__menu-pane ul {
    padding-left: 15px;
  }

  .mobile-navigation__menu-pane ul a {
    font-size: 14px;
    font-size: 16px;
    font-family: "Maison Neue Book", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
  }

  .mobile-navigation__menu-pane ul li {
    padding: 7px 25px;
  }

  .mobile-navigation__menu-pane-closer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-size: 16px;
    font-family: "Maison Neue Book", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
  }

  .mobile-navigation__menu-pane-item {
    width: 100%;
  }
  .mobile-navigation__menu-pane
    ul
    li:has(.mobile-navigation__menu-pane-closer) {
    padding-right: 0;
  }

  .mobile-navigation__menu-pane-closer svg {
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
  }

  .mobile-navigation__menu-pane-item {
    padding-left: 0 !important;
  }

  .mobile-navigation__menu-item:has(.open) > button {
    display: none;
  }

  .header-wrapper .mobile-btn.is-active {
    top: 10px;
    right: 0px;
  }
}

@media (min-width: 768px) {
  #cart-drawer {
    max-width: 500px;
    height: 100%;
    top: 0;
    border: 0;
    background: #f0ede4;
  }

  .cart-drawer__discount-input,
  .cart-drawer__note textarea {
    background-color: #fff;
    font-size: 11px;
  }

  .cart-drawer__note-label,
  .cart-drawer__discount-label {
    font-size: 12px !important;
  }

  .cart-drawer__checkout {
    background-color: #fff;
    color: var(--secondary-accent);

    border-radius: 50px;
    width: 100%;
  }
}

.custom-header,
.flex.article-header__container {
  display: none !important;
}

.main-article h1 {
  font-size: 42px;
  border-bottom: 1px solid #1d1c1b;
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 1.2;
}

h1 .article-subheader {
  font-size: 12px !important;
  font-weight: 700;
  font-family: Maison Neue Book !important;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.cart-drawer__header button.is-active {
  position: absolute;
  top: 20px;
  right: 20px;
}

.cart-drawer__header {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.cart-drawer__title {
  text-transform: capitalize;
  font-size: 20px;
  margin: 0;

  padding: 0;

  font-family: Signifier;
  text-align: center;
  width: 100%;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 50px;
}

.cart-drawer__title:nth-child(2) {
  border-right: 0 !important;
}

.cart-drawer__item {
  border-bottom: 0;
  border-top: 0;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.cart-drawer__wrapper > :not([hidden]) ~ :not([hidden]) {
  border-color: #fff;
}

.blog-grid {
  justify-content: center;
  align-items: center;
}

body #wall {
  overflow: visible !important;
}

.sidebar {
  border-left: 1px solid #121212;
  width: 20%;
  margin-left: 25px;
  padding-left: 25px;
  margin-top: 25px;
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  padding: 0px 0;
  margin: 0;
}

.sidebar ul li a {
  padding: 0;
  font-size: 12px;
}

.relatedArticles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  background: #f2cdef;
  padding: 50px 10%;
}

.relatedArtcilescontainer {
  border: 1px solid white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;

  padding: 10%;
}

.relatedArticles > div {
  width: 22%;
  margin: 1%;
}

.well p,
.well div {
  font-size: 12px;
  text-align: left !important;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .footer-footnote {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

@media screen and (min-width: 768px) {
  .feature-carousel__container [is="theme-carousel"] {
    width: 67%;
    margin: auto;
  }

  .feature-carousel__container {
    padding: 2.5rem 5rem 0.5rem;
  }
}

.product-cloud__item {
  font-size: 34px;
  line-height: 1.2;
}
@media screen and (max-width: 1300px) {
  .product-cloud__item {
    font-size: 28px;
    line-height: 1.2;
  }
}

/* Archive Sale Related */

.archive-final-sale {
  z-index: 999999999;
  position: absolute;
  top: 2%;
  right: 2%;
  width: 100px;
  border-radius: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  text-align: center;
  flex-direction: column;
  background: linear-gradient(160deg, #fbe3d3 20%, #d4dbea 80%);
  line-height: 1.5;
}

.archive-final-sale span {
  font-size: 8px;
}

.percentage-off {
  font-size: 11px;
  color: #f1603c !important;
}

@media only screen and (max-width: 780px) {
  .archive-final-sale {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 10px;
    flex-direction: row;
  }

  .archive-final-sale span {
    margin: 0 3px;
    font-size: 12px;
  }
}

/* End Archive Sale Related */

#page-linesheets img {
  display: block;
  margin: auto;
}

#page-linesheets {
  max-width: 800px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .collection-landing .keen-slider__slide {
    padding: 10px;
  }
}

.email-us__cta {
  background-color: var(--button-text);
  color: var(--secondary-accent);
  flex-grow: 1;
  letter-spacing: 0.1em;
  padding: 1.25rem;
}

/* Featured Value CSS */
label:has(.featured-value__container) {
  position: relative;
}

.featured-value__container {
  position: absolute;
  left: 100%;
  top: -5px;
  bottom: -5px;
  transform: translateX(-15px) rotate(-10deg);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  /* background-color: #fa4616; */
  /* color: white; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  letter-spacing: 1.5px;
}

.featured-value__container.grid-placement {
  right: 10px;
  left: auto;
  top: 10px;
  bottom: auto;
  transform: rotate(-10deg);
}
/* End Featured Value CSS */

/* PDP Adjustments */
.video-thumbnails[is="theme-carousel"]
  .keen-slider:not(.initialized)
  .keen-slider__slide:not([class*="w-"]) {
  flex: 0 0 calc(33.33% - 4px);
}
/* End PDP Adjustments */

/** Embla Carousel */
.embla__viewport {
  overflow: hidden;
}

.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}

.embla {
  --slide-size: 100%;
  --width: 100%;
  width: var(--width, 100%);
  position: relative;
}

.embla-scrollbar {
  --height: 12px;
  --background: #f3f4f6;
  --thumb: #9ca3af;
    height: var(--height);
    background: var(--background);
    border-radius: calc(var(--height) * 0.5);
    position: relative;
    cursor: pointer;
    overflow: hidden;
}


.embla-scrollbar__thumb {
    height: 100%;
    background: var(--thumb);
    border-radius: calc(var(--height) * 0.5);
    transition: background 0.2s;
    cursor: grab;
    position: absolute;
    left: 0;
    top: 0;
}


.embla-scrollbar__thumb:active {
  cursor: grabbing;
}

.embla__slide {
  transform: translate3d(0, 0, 0);
  min-width: 0;
  padding-left: var(--slide-spacing);
  flex: 0 0 var(--slide-size);
}

@media (min-width: 768px) {
  .recently-viewed__wrapper .pdp-related__link {
    max-width: 33%;
  }
}

.recently-viewed__section .pdp-related__title {
  color: white;
}

@media (max-width: 768px) {
  .pdp-related__section .slim-container {
    padding: 0 2.5rem;
  }

  .recently-viewed__section .pdp-related__section .slim-container {
    position: relative;
    padding: 0;
  }

  .recently-viewed__section
    .pdp-related__section
    .slim-container
    > [is="theme-carousel"] {
    padding: 0 2.5rem;
  }
}

@media (min-width: 768px) {
  .pdp-related__section .keen-slider:not(.initialized) .keen-slider__slide {
    max-width: 33.33%;
  }

  .pdp-related__inner {
    overflow-x: visible;
  }
}

#zonos-hello-widget {
  bottom: 75px !important;
}





/* HOLIDAY CSS ADDITIONS BY MICHAEL */

@media screen and (max-width:1080px) {
.text-bar__block h3 {
  font-size:30px;
  padding-right:15px;
}

.text-bar__block .body-title {
  font-size:16px;
}

.effects-btn span.text {
  font-size:12px;
}

.text-bar__block .button {

    padding: 24px 40px 20px;
}
.text-bar__block[data-type=richtext] {
  padding-top:15px;
}
}

.pdp-leadtime {
    color: #5F8AB4;
    font-style:italic;
}





    .pdp-thumbnails-v2 .embla__slide.is-snapped>.responsive-picture {
        border: 0px solid #781b0b !important;
    }

    


.pdp-thumbnails-v2 .embla__slide.is-snapped.embla-thumbs__slide--selected>.responsive-picture:first-child {


        border: 2px solid #781b0b !important;
    }



    body .read-more__content p span,
    body .read-more__content p  {
      line-height:1.5;
    }

    

    .pdp-lifestyle__wrapper .embla-scrollbar {
      margin-top:30px;
    }


    @media screen and (max-width:768px) {

      .supplemental-product-feed__content .embla__slide {
    padding: 0 10px;
}

body .supplemental-product-feed .embla {
  gap:0;
}

.embla-scrollbar {
    margin-top: 30px;
}
    }


    .pdp-lifestyle__wrapper h2 {
      font-weight:100;
          font-size: 1.875rem;
    line-height: 2.25rem;
    }


    .sort-wrapper summary {
      
    background: transparent;
    padding:0;
    padding-top:3px;
        font-size: 16px;
    font-weight: 600;
}


.sort-wrapper summary:hover {
  cursor:pointer;


}

.sort-wrapper {
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
    line-height:1;
}

.active-facets__bar {
    padding-left: 25px;
}

aside#filter-drawer {
  overflow:scroll;
}

body .sort-wrapper summary::marker {
  color:black;
}


@media screen and (max-width:768px) {
  .active-facets__bar.flex.items-center.justify-start.gap-5.flex-grow {
    display:none;
  }


  body .supplemental-product-feeds__wrapper {
    padding:0;
  }

  body .supplemental-product-feed:first-child {
     padding:60px 45px 60px 45px ;
  }

   body .supplemental-product-feed:last-child {
     padding:60px 45px 60px; 45px ;
     background:#657101;
  }
}