/** Shopify CDN: Minification failed

Line 4379:8 Expected ":"

**/
/*

    ----- Custom Styles -----
    Overwrite any styles from the default version of the theme.
    Also use this for new elements.
    Included is a global styles section.

*/
/* Global Styles */
/* Linksoul Logo */
.mobile-header__content {
  padding: 5px 20px;
}
.mobile-logo .header__link {
  height: 28px;
  line-height: 0;
}
.mobile-logo svg {
  width: auto;
  height: 100%;
}
.mobile-logo .header__link .ls_logo.mobile {
  position: absolute;
  width: 100%;
  top: -42px;
  left: -30px;
}

.mega-menu__block.block__featured-promo .button {
  width: auto;
}

.navbar.desktop .header__brand .header__link {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 40px;
}
.navbar.desktop .header__brand .header__link img {
  width: 250px;
  position: absolute;
  left: -40px;
  top: -73px;
  max-width: unset;
}


.header__icon path {
  fill: none;            /* remove fill so it becomes an outline */
  stroke: currentColor;  /* or any color you want */
  stroke-width: 4px;     /* 👈 thickness */
  stroke-linecap: round; /* optional */
  stroke-linejoin: round;/* optional */
}

@media screen and (min-width: 799px) {
  .navbar.desktop .header__icons {
    min-width: 222.5px;
  }
}

/* Linksoul Rewards Message Styles */
.linksoul-rewards-container {
  width: 100%;
}

.linksoul-rewards-container .inner-message {
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
  background-color: #333132;
  font-family: "tablet-gothic-condensed", sans-serif;
  font-size: 15px;
}

.linksoul-rewards-container .inner-message .no-account {
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  text-decoration: underline;
}

.linksoul-rewards-container .inner-message .my-balance {
  color: #ffffff;
}

.linksoul-rewards-container .inner-message .my-balance span:first-of-type {
  margin-left: 5px;
}

.linksoul-rewards-container .inner-message .my-balance span,
.linksoul-rewards-container
  .inner-message
  .my-balance
  .swell-checkout-dollar-balance {
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}

.linksoul-rewards-container .not-a-member,
.linksoul-rewards-container .logged-in-message {
  text-align: center;
  margin: 0.5em 0 1em;
}

.linksoul-rewards-container .not-a-member .member-login {
  text-decoration: underline;
  font-weight: bold;
}

/* Account - Login Guest Styles */
.guest-container {
  display: flex;
  align-items: center;
}

.guest-container .create-account {
  text-decoration: underline;
}

.guest-container #customer_login_guest .guest-button {
  color: #333132;
  cursor: pointer;
  text-decoration: underline;
  border: none;
  padding: 0;
  transition: color 0.3s ease-in-out;
}

.guest-container #customer_login_guest .guest-button:hover {
  background-color: transparent;
  color: var(--link-hover);
  transition: color 0.3s ease-in-out;
}

/* Attentive Overlay adjustments */
#attentive_overlay {
  bottom: 58px !important;
}
@media screen and (min-width: 799px) {
  #attentive_overlay {
    bottom: 0 !important;
  }
}

/* Instant Search */
/* hide description */
.as_magento_product_desc {
  display: none;
}
.page--search-results
  .page__content.content.container.table.is-striped.is-bordered {
  width: 100%;
}
/* Mobile Sale Link */
.sale-link a {
  color: var(--sale-color) !important;
}
.sale-link a:hover {
  color: var(--sale-color) !important;
}

/* Full Background Image for Pages */
.page-full-background-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.page-full-background-image .background-overlay {
  background-attachment: scroll;
  background-color: #000000;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.page-full-background-image .img {
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

/* force FontAwesome Icons to show */
.swell-campaign-icon-content .fa,
.swell-campaign-icon-content .fas,
.swell-campaign-icon-content .fab,
.swell-campaign-icon-content .fal {
  font-family: "Font Awesome 5 Pro", sans-serif !important;
}
.swell-campaign-icon-content .fab {
  font-family: "Font Awesome 5 Brands", sans-serif !important;
}

/* Payment Button on Product Page */
.purchase-details .purchase-details__spb--false,
.purchase-details .purchase-details__spb--true {
  height: auto;
}

.purchase-details
  .purchase-details__spb--true
  .shopify-payment-button
  .shopify-payment-button__button--unbranded {
  font-family: tablet-gothic-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

/* Announcement Bar Styles */
body.announcement-bar--hidden div#shopify-section-announcement-bar {
  display: none;
}

#shopify-section-announcement-bar {
  height: 40px;
}
#shopify-section-announcement-bar .message-header {
  font-size:clamp(14px,3vw,16px);
}
#shopify-section-announcement-bar .message-header .announcement-bar__text {
  font-family: tablet-gothic-condensed, sans-serif;
}
#shopify-section-announcement-bar .message-header .announcement-bar__text p a {
  color: var(--primary);
}
#shopify-section-announcement-bar .flickity-prev-next-button {
  background-color: transparent;
  color: white;
  width: 25px;
  height: 25px;
}
#shopify-section-announcement-bar
  .flickity-prev-next-button
  svg.flickity-button-icon {
  width: 100%;
  height: 100%;
}
#shopify-section-announcement-bar
  .flickity-prev-next-button
  svg.flickity-button-icon
  * {
  fill: white;
}
#shopify-section-announcement-bar .flickity-prev-next-button:hover {
  background-color: transparent;
}
#shopify-section-announcement-bar .announcement-bar__close svg {
  fill: white;
}

/* Inline Search Styles */
@keyframes revelation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.search-inline__form {
  display: none;
}
.search-inline__form .control {
  display: flex;
  align-items: center;
}
.search-inline__form .control input {
  font-family: tablet-gothic-condensed, sans-serif;
  color: #ccd9cc;
}
.search-inline__form .control .inline-search-icon {
  position: absolute;
  width: 16px;
  height: 16px;
}
.search-inline__form .control .inline-search-icon svg {
  width: 100%;
  height: 100%;
}
.search-inline__form .control .inline-search-icon svg path {
  color: var(--primary);
  fill: var(--primary);
}

.inline-search {
  position: relative;
}
@media screen and (min-width: 799px) {
  .inline-search .header__icons {
    flex: 1 1 auto;
    position: relative;
  }
  .inline-search .header__icons .header__link {
    z-index: 2;
  }
  .inline-search .header__icons .search-inline__form {
    padding: 0;
    width: 100%;
    display: flex;
    z-index: 1;
    position: absolute;
    right: 28px;
    animation-name: revelation;
    animation-duration: 1s;
  }
  .inline-search .header__icons .search-inline__form .search__fields {
    width: 100%;
    display: block;
  }
  .inline-search .header__icons .search-inline__form .search__fields .field {
    margin: 0;
  }
  .inline-search
    .header__icons
    .search-inline__form
    .search__fields
    .field
    .control {
    border-bottom: 1px solid black;
  }
  .inline-search
    .header__icons
    .search-inline__form
    .search__fields
    .field
    .control
    input {
    border: none;
  }
  .inline-search
    .header__icons
    .search-inline__form
    .search__fields
    .field
    .control
    .icon {
    left: -8px;
    color: var(--primary);
    fill: var(--primary);
    height: 1.2rem;
    width: 1.2rem;
    padding: 0;
  }
}
.search-overlay__title {
  font-family: tablet-gothic-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size:clamp(18px,5vw,24px);
}
/* Header Icons & Links */
.header-cart__icon .inline-cart-icon {
  z-index: 3;
  margin-right: 7px;
}
.header-cart__icon .header-cart__count {
  background-color: var(--primary);
  color: var(--black);
  height: 1.25rem;
  width: 1.25rem;
  top: -5px;
}
.navbar-link.header__link:hover {
  position: relative;
}
.navbar-link.header__link:hover:after {
  content: "";
  position: absolute;
  width: calc(100% - 1.5rem);
  height: 2px;
  background-color: #000;
  bottom: 10px;
  transform: unset;
  left: 12px;
}

/* Mobile Nav */
.submenu__label {
  font-size: clamp(15px,3vw,18px);
}
.mobile-menu__submenu {
  font-size: clamp(15px,3vw,18px);
}

/* Mega Menu */
/*
.mega-menu__content .image-element__wrap {
  height: 200px;
}
*/
.mega-menu__content .image-element__wrap img {
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.mega-menu__content .mega-menu__linklist .mega-menu__linklist-link {
  line-height: 14px;
  font-size: 14px;
}
.mega-menu .container {
  justify-content: space-evenly;
}
/* Newletter Section */
.newsletter.shopify-section
  .newsletter-section
  .newsletter-container
  .newsletter__wrapper {
  margin: 0;
  align-items: center;
  max-width: unset;
}
.newsletter.shopify-section
  .newsletter-section
  .newsletter-container
  .newsletter__wrapper
  .newsletter__text-wrapper {
  width: calc(100% - 20px);
}
.newsletter.shopify-section
  .newsletter-section
  .newsletter-container
  .newsletter__wrapper
  .newsletter__text-wrapper
  .newsletter__heading {
  font-size: 40px;
  font-family: tablet-gothic-condensed, sans-serif;
}
@media screen and (min-width: 799px) {
  .newsletter.shopify-section
    .newsletter-section
    .newsletter-container
    .newsletter__wrapper
    .newsletter__text-wrapper {
    width: calc(62.5% - 20px);
  }
}
.newsletter.shopify-section
  .newsletter-section
  .newsletter-container
  .newsletter__wrapper
  .newsletter-form__wrapper
  form
  .newsletter-form
  .field {
  margin: 0;
}
.newsletter.shopify-section
  .newsletter-section
  .newsletter-container
  .newsletter__wrapper
  .newsletter-form__wrapper
  form
  .newsletter-form
  .field
  .control {
  margin: 0;
  display: flex;
  width: 100%;
}
.newsletter.shopify-section
  .newsletter-section
  .newsletter-container
  .newsletter__wrapper
  .newsletter-form__wrapper
  form
  .newsletter-form
  .field
  .control
  .input {
  border: 1px solid black;
  height: 40px;
  font-family: minion-pro, serif !important;
  text-transform: initial !important;
}
.newsletter.shopify-section
  .newsletter-section
  .newsletter-container
  .newsletter__wrapper
  .newsletter-form__wrapper
  form
  .newsletter-form
  .field
  .control
  button[type="submit"] {
  width: 40px;
  color: black;
  background-color: var(--white);
  border: 1px solid var(--black);
  border-left: none;
}
.newsletter.shopify-section
  .newsletter-section
  .newsletter-container
  .newsletter__wrapper
  .newsletter-form__wrapper
  form
  .newsletter-form
  .field
  .control
  button[type="submit"]:hover {
  background-color: var(--black);
  color: var(--white);
}
.newsletter.shopify-section
  .newsletter-section
  .newsletter-container
  .newsletter__wrapper
  .newsletter-form__wrapper
  form
  .newsletter-form
  .field
  .control
  button[type="submit"]
  i {
  font-size: 10px;
  font-weight: bold;
  margin: auto;
}
@media screen and (min-width: 799px) {
  .newsletter.shopify-section
    .newsletter-section
    .newsletter-container
    .newsletter__wrapper {
    max-width: 1200px;
    padding: 60px 0;
  }
}

/* Product Page */
.product__information .sticker-sku-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product__information .sticker-sku-container .sticker-holder {
  padding: 0;
  margin-right: 1em;
}
.product__information
  .sticker-sku-container
  .sticker-holder
  .thumbnail-sticker {
  background: transparent !important;
  font-family: tablet-gothic-condensed, sans-serif;
  text-transform: uppercase;
  padding: 0;
  width: auto;
}
.product__information
  .sticker-sku-container
  .sticker-holder
  .thumbnail-sticker.sale-sticker {
  color: var(--sale-color) !important;
}
.product__information .sticker-sku-container .sku {
  font-family: tablet-gothic-condensed, sans-serif;
  text-transform: uppercase;
  color: var(--grey);
  font-size: 12px;
}

.title-and-price-container {
  display: flex;
  justify-content: space-between;
}
.product-header .modal_price {
  font-size:clamp(17px,4vw,22px);
  font-family: tablet-gothic-condensed, sans-serif;
  margin: 10px 0;
  text-align: right;
}
.product-header .price--sale span.money, 
.product-header .compare-at-price span.money {
  font-size:clamp(17px,4vw,22px);
}
.price-ui shopify-payment-terms {
  display: none !important;
}

.product-header .title-and-average-container .product_name {
  font-size: clamp(18px,5vw,24px);
  margin: 10px 0;
}
form#product_form_6908784869451 {
    max-width: 95%;
}
.shopify-product-form .swatch_options .swatch {
  align-items: center;
}
.shopify-product-form
  .swatch_options
  .swatch[data-option-index="0"]
  .selected-color {
  text-transform: uppercase;
  font-family: tablet-gothic-condensed, sans-serif;
  font-size: 14px;
}
.shopify-product-form
  .swatch_options
  .swatch[data-option-index="0"]
  .swatch-element {
  border-radius: 0;
  border: none;
}
.shopify-product-form
  .swatch_options
  .swatch[data-option-index="0"]
  .swatch-element
  label {
  border-radius: 50%;
}
.shopify-product-form
  .swatch_options
  .swatch[data-option-index="0"]
  input:checked
  + .swatch-element
  label {
  border: var(--primary) 2px solid;
}
.shopify-product-form
  .swatch_options
  .swatch[data-option-index="1"]
  .option-title,
.shopify-product-form
  .swatch_options
  .swatch[data-option-index="2"]
  .option-title {
  width: auto;
  margin-right: 1em;
  min-width: 40px;
}
.shopify-product-form
  .swatch_options
  .swatch[data-option-index="1"]
  .swatch-element,
.shopify-product-form
  .swatch_options
  .swatch[data-option-index="2"]
  .swatch-element {
  border-radius: 50%;
  border: none;
  font-family: tablet-gothic-condensed, sans-serif;
}
.shopify-product-form
  .swatch_options
  .swatch[data-option-index="1"]
  .swatch-element
  label,
.shopify-product-form
  .swatch_options
  .swatch[data-option-index="2"]
  .swatch-element
  label {
  font-size: 16px;
}
.shopify-product-form
  .swatch_options
  .swatch[data-option-index="1"]
  input:checked
  + .swatch-element,
.shopify-product-form
  .swatch_options
  .swatch[data-option-index="2"]
  input:checked
  + .swatch-element {
  box-shadow: 0 0 0 2px #fff;
  border: var(--primary) 2px solid;
}
.shopify-product-form
  .swatch_options
  .swatch[data-option-index="1"]
  .inner-option-container,
.shopify-product-form
  .swatch_options
  .swatch[data-option-index="2"]
  .inner-option-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.items_left {
  margin-bottom: 0;
  margin-top: 5px;
  min-height: 15px;
  font-weight: 600;
  line-height: 1;
}
.has-quantity-box .cart-warning-and-button-wrapper .purchase-details__buttons {
  width: 100%;
  max-width: 100%;
}
.purchase-details {
  gap: 0 10px;
}
.purchase-details .quantity-wrapper.quantity-style--box {
  margin: 15px auto 0;
}
.purchase-details .product-quantity-box.purchase-details__quantity {
  margin-top: 0;
}
.purchase-details .control .icon {
  height: 1.2rem;
}
.cart-warning-and-button-wrapper {
  width: auto;
  flex: 1;
}
.shopify-product-form .button--add-to-cart {
  font-family: tablet-gothic-condensed, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  background-color: var(--primary) !important;
  color: var(--white) !important;
  border: none;
  display: flex;
  flex-direction: unset;
  flex-basis: 100%;
  flex: 2;
  margin: 15px auto 0;
}
.shopify-product-form .button--add-to-cart:hover {
  background-color: var(--primary-hover) !important;
  transition: all ease 0.5s;
}
.shopify-product-form .atc_atw_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}

.shopify-product-form .gwbutton {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
  font-family: tablet-gothic-condensed, sans-serif;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin: 0 0 15px 0;
  background-color: rgba(51, 49, 50, 0.9);
  color: #fff;
  font-size: 16px;
  margin: 15px auto;
}
.shopify-product-form .gwbutton:hover {
  background: #333132;
}
/* Add to Cart Button - Select Option */
#variant_not-selected-button {
  display: none;
}
[variant="not-selected"] ~ .purchase-details #AddToCart {
  display: none;
}

[variant="not-selected"] ~ .purchase-details #variant_not-selected-button {
  display: flex;
  margin: 15px auto 0;
  border-color: #000000;
  background-color: #333132;
  color: #fff;
}
/* Wair Fit */
.bb-recommendation {
  padding: 5px 0 0;
}
.fit-widget .bb-recommendation .wair-css.wair-css.wair-css *,
.fit-widget .bb-recommendation.wair-css.wair-css.wair-css span,
.fit-widget .bb-recommendation.wair-css.wair-css.wair-css span b,
.wair-css.wair-css.wair-css input,
.wair-css.wair-css.wair-css label,
.wair-css.wair-css.wair-css textarea,
.wair-css.wair-css.wair-css button,
.wair-css.wair-css.wair-css select,
.wair-css.wair-css.wair-css img,
.wair-css.wair-css.wair-css span,
.wair-css.wair-css.wair-css p,
.wair-css.wair-css.wair-css a,
.wair-css.wair-css.wair-css * {
  font-family: tablet-gothic-condensed, sans-serif !important;
}
.fit-widget
  .bb-recommendation
  .wr_underline-none.wr_justify-center.wr_flex.wr_items-center.wr_leading-none.wr_transition-colors {
  min-height: 35px;
}
.shopify-product-form .add-to-bag {
  font-weight: bold;
  margin-right: 0.5em;
}

.product-fabric .fabric-info-column {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.product-fabric .fabric-info-column .text-container .section-title {
  font-size: 24px;
}
.product-fabric .fabric-info-column .text-container .meta-info {
  font-family: "minion-pro", serif;
  font-size: 18px;
  margin: 1.5em 0;
}
.product-fabric .fabric-info-column .text-container .meta-info .questions a {
  text-transform: lowercase !important;
  font-family: "minion-pro", serif !important;
  font-weight: bold;
}
.product-fabric .fabric-info-column .text-container .details {
  font-family: "minion-pro", serif;
  font-size: 18px;
}
.product-fabric .fabric-image-column .img-container img {
  vertical-align: top;
  width: 100%;
}
.product-fabric .fabric-image-column .img-container svg {
  width: 100%;
}
@media screen and (min-width: 799px) {
  .product-fabric .fabric-info-column {
    display: flex;
    align-items: center;
    width: calc(50% - 20px);
  }
}

/* Product Tabs */
.tabs-container.mobile .tab-container {
  border-bottom: 1px solid #707070;
  padding: 1.5em 0;
}
.tabs-container.mobile .tab-container a.tab-link {
  display: flex;
  font-size: 16px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.tabs-container.mobile .tab-container a.tab-link i {
  margin-right: 0.5em;
  font-size: 1rem;
}
.tabs-container.mobile .tab-container a.tab-link.active i {
  transform: rotate(180deg);
}
.tabs-container.mobile .tab-container .tab {
  font-size: 15px;
  margin-top: 1em;
  width: 100%;
  display: none;
}
.tabs-container.mobile .tab-container .tab .icon-list .icon-list-item {
  display: flex;
  margin-bottom: 1em;
  align-items: center;
}
.tabs-container.mobile
  .tab-container
  .tab
  .icon-list
  .icon-list-item
  .icon-container {
  margin: 0 1em 0 0;
  min-width: 35px;
  min-height: 35px;
  display: flex;
  align-items: center;
}
.tabs-container.mobile
  .tab-container
  .tab
  .icon-list
  .icon-list-item
  .icon-container.icon-logo
  svg {
  height: 20px;
}
.tabs-container.mobile
  .tab-container
  .tab
  .icon-list
  .icon-list-item
  .icon-container.icon-recycled
  svg {
  height: 35px;
}
.tabs-container.mobile
  .tab-container
  .tab
  .icon-list
  .icon-list-item
  .icon-container
  svg {
  /*width: 100%; */
  color: var(--black);
  fill: var(--black);
}
.tabs-container.mobile .tab-container .tab .icon-list .icon-list-item p {
  flex-grow: 1;
}
.tabs-container.mobile .tab-container .tab .icon-list .icon-list-item p a {
  text-decoration: underline;
}
.tabs-container.mobile .tab-container .tab#tab1-mobile {
  display: block;
}
.tabs-container.mobile .tab-container .tab#tab1-mobile .product-description {
  margin-bottom: 1em;
  padding-top:10px;
}
.tabs-container.mobile .tab-container .tab#tab1-mobile h3 {
  font-size: 18px;
}
.size-fit-guide-tab-container .row {
  flex-direction: column;
}
.size_chart th {
  font-family: tablet-gothic-condensed, sans-serif !important;
  text-transform: uppercase;
  font-weight: 600;
}
.size_chart-wrap,
.size_chart th,
.size_chart td {
  text-align: center;
}
.size_chart-wrap h3 {
  padding: 0 0 10px;
}
.size_chart-wrap p {
  padding: 5px 0 0;
  font-style: italic;
}

.tabs-container.mobile
  .tab-container
  .tab#tab2-mobile
  .size-fit-guide-tab-container
  .average-fit-column {
  width: 100%;
  margin: 0 0 1em 0;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px 0;
}
.tabs-container.mobile
  .tab-container
  .tab#tab2-mobile
  .size-fit-guide-tab-container
  .average-fit-column
  p {
  text-transform: uppercase;
  font-family: tablet-gothic-condensed, sans-serif;
  font-weight: bold;
}
.tabs-container.mobile
  .tab-container
  .tab#tab2-mobile
  .size-fit-guide-tab-container
  .average-fit-column.no-data {
  display: none;
}
.tabs-container.mobile
  .tab-container
  .tab#tab2-mobile
  .size-fit-guide-tab-container
  .view-chart-column {
  width: 100%;
  margin: 0;
}
.tabs-container.mobile
  .tab-container
  .tab#tab2-mobile
  .size-fit-guide-tab-container
  .view-chart-column.no-data {
  width: 100%;
}
.tabs-container.mobile
  .tab-container
  .tab#tab2-mobile
  .size-fit-guide-tab-container
  .view-chart-column
  .view-size-chart {
  display: inline-flex;
  text-decoration: none;
  border: none;
  align-items: center;
  justify-content: left;
  padding: 0;
}
.tabs-container.mobile
  .tab-container
  .tab#tab2-mobile
  .size-fit-guide-tab-container
  .view-chart-column
  .view-size-chart
  i {
  margin-right: 5px;
  font-size: 20px;
}
.tabs-container.mobile
  .tab-container
  .tab#tab2-mobile
  .size-fit-guide-tab-container
  .view-chart-column
  .view-size-chart
  span {
  text-transform: capitalize;
}
.tabs-container.mobile
  .tab-container
  .tab#tab2-mobile
  .size-fit-guide-tab-container
  .view-chart-column
  .view-size-chart:hover
  span {
  text-decoration: underline;
}
.tabs-container.mobile
  .tab-container
  .tab#tab2-mobile
  .size-fit-guide-tab-container
  .fit-guide {
  margin: 1em 0;
  width: 100%;
}
.tabs-container.mobile
  .tab-container
  .tab#tab5-mobile
  .rewards-tab-container
  a {
  display: inline-block;
  border: none;
  text-transform: unset !important;
  padding: 0;
  text-decoration: underline;
  font-family: minion-pro, serif !important;
}
.tabs-container.mobile
  .tab-container
  .tab#tab5-mobile
  .rewards-tab-container
  a:hover {
  color: var(--primary);
}
.tabs-container.desktop {
  max-width: 1200px;
  margin: 2em auto;
  width: 100%;
}
.tabs-container.desktop .tab-header a.tab-link.active {
  color:#fff;
  font-weight:600;
}
.tabs-container.desktop .tab-header {
  border-bottom: 1px solid var(--lightgray);
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}
.tabs-container.desktop .tab-header a.tab-link {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5em;
  margin-right: 1em;
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
    padding: 5px;
}
.tabs-container.desktop .tab-header a.tab-link.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3fd4ad;
    bottom: -2px;
    left: 0;
    z-index: -1;
    border-radius: 5px 5px 0 0;
    border-bottom: 3px solid #3fd4ad;
}
.tabs-container.desktop .tab-header a.tab-link:last-of-type {
  margin-right: 0;
}
.tabs-container.desktop .tabs {
  padding: 15px 0;
  margin-top: -16px;
}
.tabs-container.desktop .tabs .tab {
  display: none;
  font-size: 1rem;
  width: 100%;
}
.tabs-container.desktop .tabs .tab .icon-list .icon-list-item {
  display: flex;
  margin-bottom: 1em;
  align-items: center;
}
.tabs-container.desktop .tabs .tab .icon-list .icon-list-item .icon-container {
  margin: 0 1em 0 0;
  min-width: 35px;
  min-height: 35px;
  display: flex;
  align-items: center;
}
.tabs-container.desktop
  .tabs
  .tab
  .icon-list
  .icon-list-item
  .icon-container.icon-logo
  svg {
  height: 20px;
}
.tabs-container.desktop
  .tabs
  .tab
  .icon-list
  .icon-list-item
  .icon-container.icon-recycled
  svg {
  width: 35px;
}
.tabs-container.desktop
  .tabs
  .tab
  .icon-list
  .icon-list-item
  .icon-container
  svg {
  /* width: 100%; */
  color: var(--black);
  fill: var(--black);
}
.tabs-container.desktop .tabs .tab .icon-list .icon-list-item p {
  flex-grow: 1;
}
.tabs-container.desktop .tabs .tab#tab1 {
  display: block;
}
.tabs-container.desktop .tabs .tab#tab1 .product-description {
  margin-bottom: 1em;
}
.tabs-container.desktop
  .tabs
  .tab#tab2
  .size-fit-guide-tab-container
  .average-fit-column {
  margin: 0;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px 0;
}

.tabs-container.desktop
  .tabs
  .tab#tab2
  .size-fit-guide-tab-container
  .average-fit-column
  p {
  text-transform: uppercase;
  font-family: tablet-gothic-condensed, sans-serif;
  font-weight: bold;
}
.tabs-container.desktop
  .tabs
  .tab#tab2
  .size-fit-guide-tab-container
  .average-fit-column.no-data {
  display: none;
}
.tabs-container.desktop
  .tabs
  .tab#tab2
  .size-fit-guide-tab-container
  .view-chart-column {
  margin: 0;
}
.tabs-container.desktop
  .tabs
  .tab#tab2
  .size-fit-guide-tab-container
  .view-chart-column.no-data {
  width: 100%;
}
.tabs-container.desktop
  .tabs
  .tab#tab2
  .size-fit-guide-tab-container
  .view-chart-column
  .view-size-chart {
  display: inline-flex;
  text-decoration: none;
  border: none;
  align-items: center;
  justify-content: left;
  padding: 0;
}
.tabs-container.desktop
  .tabs
  .tab#tab2
  .size-fit-guide-tab-container
  .view-chart-column
  .view-size-chart
  i {
  margin-right: 5px;
  font-size: 20px;
}
.tabs-container.desktop
  .tabs
  .tab#tab2
  .size-fit-guide-tab-container
  .view-chart-column
  .view-size-chart
  span {
  text-transform: capitalize;
}
.tabs-container.desktop
  .tabs
  .tab#tab2
  .size-fit-guide-tab-container
  .view-chart-column
  .view-size-chart:hover
  span {
  text-decoration: underline;
}
.tabs-container.desktop
  .tabs
  .tab#tab2
  .size-fit-guide-tab-container
  .fit-guide {
  margin: 1em 0;
  width: 100%;
}
.tabs-container.desktop .tabs .tab#tab3 .care-tab-container {
  display: block;
}
.tabs-container.desktop .tabs .tab#tab3 .care-tab-container .bullets,
.tabs-container.mobile .tab-container .tab .icon-list .icon-list-item.bullets {
  display: block;
}
.tabs-container.desktop .tabs .tab#tab3 .care-tab-container .bullets ol,
.tabs-container.mobile
  .tab-container
  .tab
  .icon-list
  .icon-list-item.bullets
  ol {
  margin: 0 0 25px 30px;
  list-style: disc;
}
.tabs-container.desktop .tabs .tab#tab3 .care-tab-container .bullets ol li,
.tabs-container.mobile
  .tab-container
  .tab
  .icon-list
  .icon-list-item.bullets
  ol
  li {
  display: list-item;
  padding: 5px 0 0 0;
}
.tabs-container.desktop .tabs .tab#tab5 .rewards-tab-container a {
  display: inline-block;
  border: none;
  text-transform: unset !important;
  padding: 0;
  text-decoration: underline;
  font-family: minion-pro, serif !important;
}
.tabs-container.desktop .tabs .tab#tab5 .rewards-tab-container a:hover {
  color: var(--primary);
}
.tabs-container .charity,
.tabs-container .no_promo,
.final_sale {
  color: #d61717;
  font-weight: 700;
  margin: 15px auto;
}
.final_sale {
  text-align: center;
}
/*
@media screen and (min-width: 799px) {
  .tabs-container.mobile {
    display: none;
  }
  .tabs-container.desktop {
    display: block;
  }
}
*/
.tabs-container ol.gifting li {
  display: list-item;
  margin-left: 15px;
  padding: 5px 0 0;
}

.announcement-container {
  height: auto !important;
}

/* Footer (Classic) */
.footer--classic .footer__block .copyright {
  text-align: left !important;
}
.footer--classic .footer__block.block__logo .image-element__wrap {
  max-width: 75px !important;
  width: 100%;
  height: 105px !important;
}
.footer--classic .footer__block.block__logo .image-element__wrap img {
  width: 75px !important;
  height: 105px !important;
}
@media screen and (min-width: 799px) {
  .footer--classic .footer__block.block__logo .image-element__wrap {
    width: auto;
  }
}
.footer--classic .block__link-list:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 799px) {
  .footer--classic .footer__block .copyright {
    text-align: right !important;
  }
  .footer--classic .footer__block.block__logo .image-element__wrap {
    max-width: 179px !important;
  }
  .footer--classic .footer__content {
    padding: 60px 0;
  }
  .footer--classic .block__link-list:not(:first-child) {
    margin-top: 0;
  }
}

/* Collection Filter Styles */
.collection__filters .field {
  margin: 20px;
  justify-content: space-between;
}
.collection__filters .field .open-column {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25em 1em;
  border: 2.25px solid var(--black);
  transition: all ease 0.5s;
  font-weight: bold;
  max-width: 150px;
  width: 100%;
}
.collection__filters .field .open-column:hover {
  color: var(--primary);
  border-color: var(--primary);
  transition: all ease 0.5s;
}
.collection__filters .field .open-column:hover .arrow-container .line {
  background-color: var(--primary);
}
.collection__filcollectionters .field .open-column .column-title {
  margin-right: 5px;
}
.collection__filters .field .open-column .selected-filters {
  margin-right: 5px;
}
.collection__filters .field .open-column .arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}
.collection__filters .field .open-column .arrow-container .line {
  width: 13px;
  height: 1.5px;
  background-color: var(--black);
  display: none;
}
.collection__filters .field .open-column.open-side .arrow-container .line {
  display: block;
}
.collection__filters
  .field
  .open-column.open-side
  .arrow-container
  .fa-chevron-down {
  display: none;
}
.collection__filters .field .open-column.open-side.open-right .arrow-container {
  transform: rotate(180deg);
  transition: all ease 0.5s;
}
.collection__filters
  .field
  .open-column.open-side.open-right
  .arrow-container
  .fa-chevron-down {
  display: block;
}

.collection__main {
  display: flex;
  flex-wrap: wrap;
}
.collection__main .container--pagination {
  width: 100%;
}
.matrix__wrapper.mobile-grid {
  width: 100%;
  transition: none !important;
}
.matrix__wrapper .container--pagination {
  padding: 1em 0;
}
.matrix__wrapper
  .container--pagination
  .paginate
  .pagination-button__load-more {
  color: var(--black);
  padding: 0.7em 1em 0.25em;
  border: 1px solid var(--black);
}
.matrix__wrapper
  .container--pagination
  .paginate
  .pagination-button__load-more-infinite {
  color: var(--black);
  padding: 0.7em 1em 0.25em;
  border: 1px solid var(--black);
}
.matrix__wrapper
  .container--pagination
  .paginate
  .pagination-button__load-more-infinite:after {
  display: none;
  content: "";
}
.matrix__wrapper .container--pagination .paginate .is-loading:after {
  content: "" !important;
}
@media screen and (min-width: 799px) {
  .matrix__wrapper {
    width: 100%;
    transition: all ease 1s;
  }
  .matrix__wrapper.smaller-grid {
    width: 75%;
    transition: all ease 1s;
  }
}

.gallery-cell.thumbnail {
  margin-left: calc(40px / 2);
  margin-right: calc(40px / 2);
  width: calc(25% - 40px);
}
.product__thumbnail.product__grid-item .thumbnail__caption .product-header {
  display: flex;
  font-size: clamp(10px,1.5vw,12px);
  font-family: tablet-gothic-condensed, sans-serif;
}
.gallery-cell.thumbnail .thumbnail__caption .product-header {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
  font-family: tablet-gothic-condensed, sans-serif;
}
.gallery-cell.thumbnail
  .thumbnail__caption
  .product-header
  .product-stickers
  .sticker,
.product__thumbnail.product__grid-item
  .thumbnail__caption
  .product-header
  .product-stickers
  .sticker {
  width: auto;
  display: inline-block;
  background-color: transparent;
  text-decoration: underline;
  color: var(--black);
  text-transform: uppercase;
  margin-right: 5px;
  padding: 0;
}
.gallery-cell.thumbnail
  .thumbnail__caption
  .product-header
  .product-stickers
  .sticker.sale-sticker,
.product__thumbnail.product__grid-item
  .thumbnail__caption
  .product-header
  .product-stickers
  .sticker.sale-sticker {
  color: var(--sale-color);
}
.gallery-cell.thumbnail
  .thumbnail__caption
  .product-header
  .product-stickers
  .sticker:last-of-type,
.product__thumbnail.product__grid-item
  .thumbnail__caption
  .product-header
  .product-stickers
  .sticker:last-of-type {
  margin-right: calc(1em + 5px);
}
.gallery-cell.thumbnail .thumbnail__caption .product-header .product-handle,
.product__thumbnail.product__grid-item
  .thumbnail__caption
  .product-header
  .product-handle {
  text-transform: uppercase;
  color: rgba(51, 49, 50, 0.3);
}
.gallery-cell.thumbnail .thumbnail__caption .product-thumbnail {
  display: flex;
  justify-content: space-between;
  font-family: tablet-gothic-condensed, sans-serif;
  padding: 10px 0 15px;
  gap: 0 5px;
}
.product__thumbnail.product__grid-item .thumbnail__caption .product-thumbnail {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-family: tablet-gothic-condensed, sans-serif;
  padding: 5px 0 5px;
  gap: 5px;
}
.container .column.product__grid-item {
  margin-left: 0;
  margin-right: 0;
}
.gallery-cell.thumbnail
  .thumbnail__caption
  .product-thumbnail
  .product-thumbnail__title,
.product__thumbnail.product__grid-item
  .thumbnail__caption
  .product-thumbnail
  .product-thumbnail__title {
  font-size:clamp(15px,1.5vw,16px);
}
.gallery-cell.thumbnail
  .thumbnail__caption
  .product-thumbnail
  .product-thumbnail__price,
.product__thumbnail.product__grid-item
  .thumbnail__caption
  .product-thumbnail
  .product-thumbnail__price {
  font-size:clamp(15px,1.5vw,16px);
}
.gallery-cell.thumbnail
  .thumbnail__caption
  .product-thumbnail
  .product-thumbnail__price.sale
  .was-price,
.product__thumbnail.product__grid-item
  .thumbnail__caption
  .product-thumbnail
  .product-thumbnail__price.sale
  .was-price {
  color: var(--black);
}
.product-thumbnail__price {
  display: flex;
  gap: 5px;
}
.gallery-cell.thumbnail .thumbnail-swatch .swatch.meta-white span,
.product__thumbnail.product__grid-item
  .thumbnail-swatch
  .swatch.meta-white
  span {
  border: 0.5px solid #b9b9b9;
}
.gallery-cell.thumbnail .thumbnail-swatch .swatch span,
.product__thumbnail.product__grid-item .thumbnail-swatch .swatch span {
  min-width: 25px;
  min-height: 25px;
  /* height: 10px; */
  border: 0.5px solid #b9b9b9;
}
.gallery-cell.thumbnail .thumbnail-swatch .swatch span img,
.product__thumbnail.product__grid-item .thumbnail-swatch .swatch span img {
  max-width: 25px;
  max-height: 25px;
  object-fit: cover;
  height: 100%;
}
.gallery-cell.thumbnail .thumbnail-swatch .swatch:hover span,
.product__thumbnail.product__grid-item .thumbnail-swatch .swatch:hover span {
  border: 0.5px solid #000;
}
.product__thumbnail .thumbnail-swatch.is-justify-left {
  margin-left: 0;
  padding: 0;
  gap: 0 10px;
}
.product__grid-item .thumbnail__wrapper {
  padding: 0 8px;
}
.product__thumbnail .thumbnail-swatch.is-justify-left .swatch {
  padding: 0;
  margin: 0;
}
/* collection quick shop */
.quick_shop.action_button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 1px;
  color: #333132;
  border-bottom: 1px solid;
  background: none;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: tablet-gothic-condensed, sans-serif;
}
.quick_shop.action_button:hover {
  color: #3bd4ae;
}
.container--no-products-in-collection {
  width: 100%;
  margin: 0;
  transition: all ease 1s;
}
.container--no-products-in-collection.smaller-grid {
  width: 75%;
  transition: all ease 1s;
}

#left-column > *,
#right-column > * {
  display: none;
}
@media screen and (min-width: 799px) {
  #left-column,
  #right-column {
    width: 0;
    transition: all ease 1s;
  }
}

@keyframes reverse {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
#left-column {
  font-family: tablet-gothic-condensed, sans-serif;
}
#left-column #shopify-section-collection__sidebar,
#left-column .collection-sidebar {
  display: block;
  width: 100%;
  animation-name: revelation;
  animation-duration: 1s;
  transition: all ease 1s;
}
#left-column #shopify-section-collection__sidebar .sidebar__block:last-child,
#left-column .collection-sidebar .sidebar__block:last-child {
  padding-bottom: 20px;
}
#left-column .clear-filters {
  text-transform: uppercase;
  font-size: 1em;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 1em;
}
#left-column .clear-filters:hover {
  color: var(--primary);
}
#left-column aside {
  display: none;
  transition: all ease 1s;
}
#left-column .filter-sections div[data-has-toggle-option] h3 {
  min-width: 100px;
  cursor: pointer;
}
#left-column.open-side {
  width: 100%;
  padding-left: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: var(--white);
  transition: all ease 1s;
}
#left-column.open-side > * {
  display: block;
}
#left-column.open-side #shopify-section-collection__siderbar {
  animation-name: reverse;
  animation-duration: 1s;
  transition: all ease 1s;
}
#left-column.open-side aside {
  margin: 0;
  display: block;
  transition: all ease 1s;
}
#left-column.open-side
  .filter-sections
  div[data-has-toggle-option]
  h3
  button
  .fal {
  font-size: 16px;
}
#left-column.open-side
  .filter-sections
  div[data-has-toggle-option]
  h3
  button
  .fa-minus {
  display: none;
}
#left-column.open-side
  .filter-sections
  div[data-has-toggle-option]
  h3
  button
  .fa-plus {
  display: block;
}
#left-column.open-side
  .filter-sections
  div[data-has-toggle-option]
  h3[data-sidebar-block__toggle="open"]
  button
  .fa-minus {
  display: block;
}
#left-column.open-side
  .filter-sections
  div[data-has-toggle-option]
  h3[data-sidebar-block__toggle="open"]
  button
  .fa-plus {
  display: none;
}
#left-column.open-side .filter-sections .filter-all-tags .columns.eight {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border: 2px solid var(--black);
  cursor: pointer;
  margin: 15px 15px 0 0;
}
#left-column.open-side
  .filter-sections
  .filter-all-tags
  .columns.eight.is-active {
  background-color: var(--black);
}
#left-column.open-side
  .filter-sections
  .filter-all-tags
  .columns.eight.is-active
  .tag-filter__item
  label {
  color: var(--white);
}
#left-column.open-side
  .filter-sections
  .filter-all-tags
  .columns.eight
  .tag-filter__item
  label {
  color: var(--black);
  text-transform: uppercase;
  font-family: tablet-gothic-condensed, sans-serif;
}
#left-column.open-side .filter-sections .filter-all-tags .columns.eight:hover {
  background-color: var(--black);
}
#left-column.open-side
  .filter-sections
  .filter-all-tags
  .columns.eight:hover
  .tag-filter__item
  label {
  color: var(--white);
}
#left-column.open-side
  .filter-sections
  .filter-all-tags.color-filter--false
  .row {
  justify-content: center;
}
#left-column.open-side
  .filter-sections
  .filter-all-tags.color-filter--false
  .row
  .columns.eight {
  width: calc(33% - 15px);
}
#left-column.open-side
  .filter-sections
  .filter-all-tags.color-filter--true
  .columns.eight {
  border: none;
  justify-content: left;
  background-color: transparent;
  width: calc(33% - 15px);
}
#left-column.open-side
  .filter-sections
  .filter-all-tags.color-filter--true
  .columns.eight.whites
  input {
  border: 1px solid var(--black);
}
#left-column.open-side
  .filter-sections
  .filter-all-tags.color-filter--true
  .columns.eight
  .tag-filter__item--swatch
  .tag-filter__label {
  color: var(--black);
  transition: none;
}
#left-column.open-side
  .filter-sections
  .filter-all-tags.color-filter--true
  .columns.eight
  .tag-filter__item--swatch
  .tag-filter__label:hover {
  text-decoration: underline;
  font-weight: bold;
  transition: none;
}
#left-column.open-side
  .filter-sections
  .filter-all-tags.color-filter--true
  .columns.eight
  .tag-filter__item--swatch
  .tag-filter__label
  .tag-filter__swatch {
  width: 50px;
  height: 50px;
  border-radius: 0;
}
#left-column.open-side
  .filter-sections
  .filter-all-tags.color-filter--true
  .columns.eight
  .tag-filter__item--swatch
  .tag-filter__label
  .tag-filter__swatch
  input {
  width: 100%;
  height: 50px;
  border-radius: 0;
}
#left-column.open-side
  .filter-sections
  .filter-all-tags.color-filter--true
  .columns.eight.is-active
  .tag-filter__item--swatch
  .tag-filter__label {
  text-decoration: underline;
  font-weight: bold;
}
#left-column.open-side
  .filter-sections
  .filter-all-tags.color-filter--true
  .columns.eight.is-active
  .tag-filter__item--swatch
  .tag-filter__label
  .tag-filter__swatch {
  border-radius: 50%;
}
#left-column.open-side
  .filter-sections
  .filter-all-tags.color-filter--true
  .columns.eight.is-active
  .tag-filter__item--swatch
  .tag-filter__label
  .tag-filter__swatch
  input {
  border-radius: 50%;
}
@media screen and (min-width: 799px) {
  #left-column.open-side {
    width: 25%;
    position: static;
  }
  #left-column.open-side
    .filter-sections
    .filter-all-tags.color-filter--false
    .row
    .columns.eight,
  #left-column.open-side
    .filter-sections
    .filter-all-tags.color-filter--true
    .row
    .columns.eight {
    margin-left: 0;
    margin-right: 7.5px;
    width: calc(50% - 7.5px);
  }
  #left-column.open-side
    .filter-sections
    .filter-all-tags.color-filter--false
    .row
    .columns.eight:nth-child(2n),
  #left-column.open-side
    .filter-sections
    .filter-all-tags.color-filter--true
    .row
    .columns.eight:nth-child(2n) {
    margin-left: 7.5px;
    margin-right: 0;
    width: calc(50% - 7.5px);
  }
}

#right-column ul.sort-list {
  display: none;
  text-align: right;
  transition: all ease 2s;
  padding-right: 20px;
}
#right-column ul.sort-list .sort-type {
  color: lightgray;
  font-family: tablet-gothic-condensed, sans-serif;
  font-size: 0.9em;
  cursor: pointer;
  margin-bottom: 1em;
  text-transform: uppercase;
}
#right-column ul.sort-list .sort-type:hover {
  color: var(--black);
}
#right-column ul.sort-list .sort-type.active {
  color: var(--black);
}
#right-column.open-side {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--white);
  transition: all ease 1s;
  z-index: 9;
}
#right-column.open-side ul.sort-list {
  min-width: 250px;
  display: block;
  transition: all ease 2s;
}
@media screen and (min-width: 799px) {
  #right-column.open-side {
    width: 25%;
    position: static;
    transition: all ease 1s;
  }
  #right-column ul.sort-list .sort-type {
    font-size: 1.65em;
    padding: 0 0 0 20px;
  }
}

/* Page Banner */
.page-content .banner__text {
  margin: 0;
  max-width: unset;
}
.banner__wrapper .title {
  margin-bottom: 0;
}
.banner__wrapper {
  max-height: 300px;
  margin: 0 auto;
}
.banner__wrapper.is-medium .image-element__wrap {
  height: 100%;
}
.banner__wrapper .banner__content .banner__text .banner__heading {
  font-size: 40px;
  font-size: clamp(28px, 8vw, 60px);
}
.banner__wrapper #page-description {
  max-width: 575px;
}
.banner__wrapper #page-description p {
  font-size: 16px;
}
.banner__wrapper #page-description a {
  color: var(--white);
  font-family: minion-pro, serif !important;
  text-decoration: underline;
  text-transform: lowercase !important;
}

/* Collection Banner */
.banner__wrapper.no-bg-image:after {
  display: none;
}
.banner__wrapper.no-bg-image .banner__content .banner__text h1 {
  color: #333132;
}
.banner__wrapper.no-bg-image .banner__content .banner__text * {
  color: #333132 !important;
}

.collection-content .banner__text {
  margin: 0;
  max-width: unset;
}
.collection-content #collection-description .show-more,
.collection-content #collection-description .show-less {
  text-decoration: underline;
  color: var(--moreLess);
  cursor: pointer;
  display: inline-block;
}
.collection-content #collection-description .clipped-review {
  display: block;
}
.collection-content #collection-description .entire-review {
  display: none;
}
.collection-content #collection-description.visible .clipped-review {
  display: none;
}
.collection-content #collection-description.visible .entire-review {
  display: block;
}

@media screen and (min-width: 799px) {
  .banner__wrapper {
    max-height: 425px;
  }
  .banner__wrapper .banner__content .banner__text .banner__heading {
    font-size: 60px;
  }
}
/* Collection Page Featured Collection */
.featured-collection-section .heading-wrapper {
  margin-bottom: 20px;
}
.featured-collection-section .container.layout--grid {
  gap: 0 20px;
  padding: 0 20px;
}
.featured-collection-section
  .container.layout--grid
  .column.product__grid-item {
  margin-left: 0;
  margin-right: 0;
}
.featured-collection-section .container.layout--grid .quick-shop__buttons {
  padding: 5px 0 0;
}
/* Homepage Featured Collections */
.heading-wrapper--featured-collections.column {
  max-width: 300px;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 25px;
}
.heading-wrapper--featured-collections.column
  .collection-title-link
  .heading-divider {
  display: none;
}
.heading-wrapper--featured-collections.column
  .collection-title-link
  .collection-title.title {
  margin-bottom: 0.5em;
  display: inline-block;
  font-weight: bold;
}
.heading-wrapper--featured-collections.column
  .collection-title-link.active
  .heading-divider {
  display: block;
}
@media screen and (min-width: 799px) {
  .heading-wrapper--featured-collections.column {
    max-width: 440px;
  }
}

.collection-tabs-container .collection-tab {
  display: none;
}
.collection-tabs-container .collection-tab#collection1 {
  display: block;
}
.collection-tabs-container
  .collection-tab
  .featured-collection
  .slider-gallery {
  /*display: flex;
  flex-wrap: wrap;

  &:after {
      content: '';
  }*/
}
.collection-tabs-container
  .collection-tab
  .featured-collection
  .slider-gallery
  .gallery-cell.thumbnail {
  margin-left: calc(40px / 2);
  margin-right: calc(40px / 2);
  width: calc(100% - 40px);
}
@media screen and (min-width: 799px) {
  .collection-tabs-container
    .collection-tab
    .featured-collection
    .slider-gallery {
    /*display: block;

    &:after {
        content: 'flickity';
        display: none;
    }*/
  }
  .collection-tabs-container
    .collection-tab
    .featured-collection
    .slider-gallery
    .gallery-cell.thumbnail {
    margin-left: calc(40px / 2);
    margin-right: calc(40px / 2);
    width: calc(25% - 40px);
  }
}

/* Dynamic Shipping Message */
.shipping-message-container {
  width: 100%;
  padding: 1em;
  background: var(--off-green);
  color: var(--black);
}
.shipping-message-container .inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shipping-message-container .inner-container .dynamic-message {
  font-size: 14px;
  text-transform: uppercase;
  font-family: tablet-gothic-condensed, sans-serif;
}
.shipping-message-container .inner-container .static-message {
  font-size: 14px;
  font-family: minion-pro, serif;
  text-align: right;
}
.ajax-cart {
  font-size: 14px;
}
.ajax-cart__empty-text,
.ajax-cart__price,
.ajax-cart__price-comparison,
.ajax-cart__row-description,
#subtotal_money,
textarea#note,
.product-meta p,
.ajax-cart__delete .remove {
  font-family: minion-pro, serif;
}
.ajax-cart__price-comparison .compare-at-price,
.ajax-cart__price-comparison .original-price {
  opacity: 1;
}
.ajax-cart__cart-title,
.ajax-cart__button,
.cart__row-description .h3,
.cart__subtotal {
  border-bottom: none;
  font-family: tablet-gothic-condensed, sans-serif;
  text-transform: uppercase;
}
.ajax-cart__product-main .line-item-discount__container {
  text-align: center;
  background: #f5f5f5;
  border-radius: 0;
  font-size: 0.9em;
}
.ajax-cart__product-details {
  margin-bottom: 10px;
}
.ajax-cart__product-adjustments {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.product-meta p {
  text-transform: none;
}

.ajax-cart__delete .remove {
  background: none;
  border: transparent;
  border-bottom: 1px solid;
  padding: 0;
  text-transform: none;
}
.ajax-cart__product-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
}
.heading-wrapper--cart-page {
  margin-bottom: 0;
}
.heading-wrapper--cart-page .heading-divider {
  display: none;
}
.cart-page__title.title {
  font-size: 48px;
  font-size: clamp(34px, 5vw, 48px);
  margin: 25px auto;
  text-align: center;
}
.ajax-cart__cart-title {
  font-size: 16px;
}
.ajax-cart__list .ajax-cart__product-title,
.ajax-cart__list .ajax-cart__price,
.ajax-cart__list .ajax-cart__price-comparison,
.ajax-cart__details-wrapper .ajax-cart__subtotal {
  font-size: 16px;
}
.ajax-cart__list .ajax-cart__product-title span {
  display: block;
}
.ajax-cart__list .ajax-cart__product-image {
  flex-grow: 1;
  max-width: 40%;
  width: 100%;
}
.ajax-cart__line-items-discount .ajax-cart__price-comparison {
  align-items: center;
  gap: 5px;
}
.ajax-cart__list .quantity-wrapper * {
  height: 30px !important;
}
.ajax-cart__quantity-box input.quantity-input.quantity-element.input {
  font-size: 12px !important;
}
.quantity-wrapper .quantity-input.input {
  /* min-width: fit-content; */
  max-width: 30px;
}
@media only screen and (max-width: 480px) {
  .purchase-details .product-quantity-box.purchase-details__quantity,
  .purchase-details .quantity-wrapper .quantity-input.input,
  .purchase-details .quantity-wrapper.quantity-style--box,
  .quantity-wrapper.quantity-style--box .quantity-input-control--fill,
  .quantity-wrapper.quantity-style--box .quantity-input {
    width: 100%;
    max-width: 100%;
  }
  .purchase-details .quantity-wrapper .quantity-element {
    min-height: 55px;
  }
}
.quantity-wrapper .control .quantity-element.button {
  max-width: 25px;
  min-width: 20px;
  padding: 0;
}
.footer__menu ul li.footer__menu-link a {
  font-family: minion-pro, serif !important;
  text-transform: capitalize !important;
}
.ajax-cart__product-adjustments .media-left,
.ajax-cart__product-adjustments .media-right {
  flex-shrink: initial;
}
/* Page Templates */
body {
  /* Shop the Gram Section*/
  /* Homepage */
  /* Shop Our Instagram */
  /* About */
  /* Store Location */
  /* Catalog Page & Lookbook Page */
  /* Product Page */
  /* presell status on PDP */
}
body .shop-instagram-section .shop-instagram-feed .fs-text-container:after {
  font-family: tablet-gothic-condensed, sans-serif;
  text-transform: uppercase;
}
body
  .shop-instagram-section
  .shop-instagram-image-block--wrapper
  .shop-instagram-image-block--cta
  span {
  font-family: tablet-gothic-condensed, sans-serif;
  text-transform: uppercase;
}
body.page--contact-us
  .page__content.content.container.table.is-striped.is-bordered {
  width: 100%;
}
body.index .image-with-text-overlay .image-with-text-overlay__container {
  min-height: 535px;
}
body.index
  .image-with-text-overlay
  .image-with-text-overlay__container
  .image-with-text-overlay__banner
  .image-element__wrap {
  height: 100%;
}
body.index
  .image-with-text-overlay
  .image-with-text-overlay__container
  .image-with-text-overlay__banner
  .image-element__wrap
  img,
body.index
  .image-with-text-overlay
  .image-with-text-overlay__container
  .image-with-text-overlay__banner
  .image-element__wrap
  svg {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
body.index
  .image-with-text-overlay
  .image-with-text-overlay__container
  .image-with-text-overlay__banner
  .caption
  .buttons
  .button {
  font-size: 16px;
  border: none;
  border-bottom: 2px solid var(--white);
}
body.index
  .image-with-text-overlay
  .mobile-text--over-media
  .caption
  .caption-content {
  width: 100%;
  padding: 10px;
}
body.index
  .image-with-text-overlay
  .mobile-text--over-media
  .caption
  .caption-content
  h2 {
  font-size: 45px;
  font-size: clamp(36px, 5vw, 58px);
  word-break: normal;
}
@media screen and (min-width: 799px) {
  body.index
    .image-with-text-overlay
    .mobile-text--over-media
    .caption
    .caption-content
    h2 {
    font-size: 60px;
    font-size: clamp(36px, 5vw, 58px);
  }
}
@media screen and (min-width: 799px) {
  body.index .image-with-text-overlay .image-with-text-overlay__container {
    height: 575px;
  }
  body.index
    .image-with-text-overlay
    .image-with-text-overlay__container
    .image-with-text-overlay__banner
    .image-element__wrap {
    height: 100%;
  }
  body.index
    .image-with-text-overlay
    .image-with-text-overlay__container
    .image-with-text-overlay__banner
    .image-element__wrap
    img,
  body.index
    .image-with-text-overlay
    .image-with-text-overlay__container
    .image-with-text-overlay__banner
    .image-element__wrap
    svg {
    position: static;
  }
  body.index
    .image-with-text-overlay
    .image-with-text-overlay__container
    .image-with-text-overlay__banner
    .title {
    font-size: 60px;
    font-size: clamp(36px, 5vw, 58px);
  }
}
body.index
  .image-with-text
  .image-with-text__link:hover
  .image-with-text__image,
body.index .image-with-text .image-with-text__link:hover svg {
  transform: scale(1.1);
}
body.index .image-with-text .image-with-text__text-column {
  order: 1;
  padding: 50px 20px;
}
body.index
  .image-with-text
  .image-with-text__text-column
  .image-with-text__heading {
  font-size: 48px;
  font-size: clamp(36px, 5vw, 58px);
}
body.index
  .image-with-text
  .image-with-text__text-column
  .image-with-text__text {
  font-size: 18px;
}
body.index .image-with-text .image-with-text__text-column .buttons .button {
  font-size: 18px;
  font-weight: bold;
  border-bottom-width: 2px;
}
body.index .image-with-text .image-with-text__image-column {
  order: 2;
}
body.index .heading-section {
  background-color: var(--off-white);
}
body.index .heading-section .title {
  margin-bottom: 0;
}
body.index .icon-with-text-column {
  background-color: var(--off-white);
}
body.index .icon-with-text-column .icon-with-text-column__column {
  width: calc(100% / 3);
  font-family: minion-pro, serif !important;
  text-transform: capitalize !important;
}
@media screen and (min-width: 799px) {
  body.index .image-with-text-overlay .image-with-text-overlay__container {
    height: auto;
  }
  body.index .image-with-text .image-with-text__text-column {
    padding: 0 20px;
  }
  body.index .icon-with-text-column .icon-with-text-column__column {
    width: calc(12.5% - 20px);
  }
  body.index
    .icon-with-text-column
    .icon-with-text-column__column.has-no-side-gutter {
    width: 12.5%;
  }
}
body.page-foursixty #template-page-foursixty .page-main h1 {
  text-align: center;
}
body.page-about #template-page-about {
  position: relative;
}
body.page-about #template-page-about .about-page-main-section {
  background-size: cover;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3em 2em;
}
body.page-about #template-page-about .about-page-main-section .about-us {
  max-width: 800px;
  padding: 0 20px;
}
body.page-about #template-page-about .about-page-main-section .about-us h1 {
  display: block;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 36px;
  color: var(--white);
  text-align: center;
}
body.page-about
  #template-page-about
  .about-page-main-section
  .about-us
  .page-content {
  color: var(--white);
}
body.page-store-location .store-location-container,
body.page-store-locator .store-location-container {
  background-color: var(--off-white);
  padding: 4em 0 0 0;
}
body.page-store-location .store-location-container .row,
body.page-store-locator .store-location-container .row {
  max-width: 1200px;
  margin: auto;
  background-color: var(--white);
}
body.page-store-location .store-location-container .row .text-column,
body.page-store-locator .store-location-container .row .text-column {
  display: flex;
  align-items: center;
  padding: 3em;
}
body.page-store-location
  .store-location-container
  .row
  .text-column
  .text-container
  .store-name,
body.page-store-locator
  .store-location-container
  .row
  .text-column
  .text-container
  .store-name {
  font-size: 3em;
  line-height: 1.1em;
  margin-bottom: 0.25em;
}
body.page-store-location
  .store-location-container
  .row
  .text-column
  .text-container
  .location-container
  > *,
body.page-store-locator
  .store-location-container
  .row
  .text-column
  .text-container
  .location-container
  > * {
  display: block;
  margin-bottom: 0.25em;
  font-size: 18px;
}
body.page-store-location
  .store-location-container
  .row
  .text-column
  .text-container
  .location-container
  h3,
body.page-store-locator
  .store-location-container
  .row
  .text-column
  .text-container
  .location-container
  h3 {
  font-size: 13px;
}
body.page-store-location
  .store-location-container
  .row
  .text-column
  .text-container
  .location-container
  .store-number,
body.page-store-locator
  .store-location-container
  .row
  .text-column
  .text-container
  .location-container
  .store-number {
  text-transform: initial !important;
  font-family: minion-pro, serif !important;
}
body.page-store-location
  .store-location-container
  .row
  .text-column
  .text-container
  .location-container
  .store-on-a-map,
body.page-store-locator
  .store-location-container
  .row
  .text-column
  .text-container
  .location-container
  .store-on-a-map {
  text-decoration: underline;
  text-transform: initial !important;
  font-family: minion-pro, serif !important;
  margin-bottom: 2em;
}
body.page-store-location
  .store-location-container
  .row
  .text-column
  .text-container
  .hours-container
  > *,
body.page-store-locator
  .store-location-container
  .row
  .text-column
  .text-container
  .hours-container
  > * {
  margin-bottom: 0.5em;
}
body.page-store-location
  .store-location-container
  .row
  .text-column
  .text-container
  .hours-container
  h3,
body.page-store-locator
  .store-location-container
  .row
  .text-column
  .text-container
  .hours-container
  h3 {
  font-size: 13px;
}
body.page-store-location
  .store-location-container
  .row
  .image-column
  .img-container
  img,
body.page-store-locator
  .store-location-container
  .row
  .image-column
  .img-container
  img {
  width: 100%;
  vertical-align: top;
}
body.page-store-location
  .store-location-container
  .row
  .image-column
  .location-slider
  .flickity-prev-next-button,
body.page-store-locator
  .store-location-container
  .row
  .image-column
  .location-slider
  .flickity-prev-next-button {
  background: transparent;
}
body.page-store-location
  .store-location-container
  .row
  .image-column
  .location-slider
  .flickity-prev-next-button
  svg
  *,
body.page-store-locator
  .store-location-container
  .row
  .image-column
  .location-slider
  .flickity-prev-next-button
  svg
  * {
  fill: var(--black);
  color: var(--black);
}
body.page-store-location
  .store-location-container
  .row
  .image-column
  .location-slider
  .location-slide,
body.page-store-locator
  .store-location-container
  .row
  .image-column
  .location-slider
  .location-slide {
  width: 100%;
}
body.page-store-location
  .store-location-container
  .row
  .image-column
  .location-slider
  .location-slide
  img,
body.page-store-locator
  .store-location-container
  .row
  .image-column
  .location-slider
  .location-slide
  img {
  width: 100%;
}
@media screen and (min-width: 799px) {
  body.page-store-location .store-location-container,
  body.page-store-locator .store-location-container {
    padding: 4em 0;
  }
  body.page-store-location .store-location-container .row .text-column,
  body.page-store-locator .store-location-container .row .text-column {
    margin: 0;
    width: calc(37.5%);
  }
  body.page-store-location .store-location-container .row .image-column,
  body.page-store-locator .store-location-container .row .image-column {
    margin: 0;
    width: calc(62.5%);
  }
}
body.page-customer-service section.information-container,
body #swell-reward-linksoul section.information-container {
  padding: 1.5rem;
}
body.page-customer-service section.information-container h2.section-title,
body #swell-reward-linksoul section.information-container h2.section-title {
  font-size: 24px;
}
body.page-customer-service
  section.information-container
  .accordian-container
  .single-block,
body
  #swell-reward-linksoul
  section.information-container
  .accordian-container
  .single-block {
  padding: 1em;
  border-bottom: 1px solid var(--grey);
}
body.page-customer-service
  section.information-container
  .accordian-container
  .single-block
  .single-header,
body
  #swell-reward-linksoul
  section.information-container
  .accordian-container
  .single-block
  .single-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
body.page-customer-service
  section.information-container
  .accordian-container
  .single-block
  .single-header
  h3.single-block-heading,
body
  #swell-reward-linksoul
  section.information-container
  .accordian-container
  .single-block
  .single-header
  h3.single-block-heading {
  font-size: 20px;
}
body.page-customer-service
  section.information-container
  .accordian-container
  .single-block
  .single-header
  i.fa-chevron-down,
body
  #swell-reward-linksoul
  section.information-container
  .accordian-container
  .single-block
  .single-header
  i.fa-chevron-down {
  margin-right: 1em;
  transition: all ease 0.5s;
}
body.page-customer-service
  section.information-container
  .accordian-container
  .single-block
  .single-header.active
  i.fa-chevron-down,
body
  #swell-reward-linksoul
  section.information-container
  .accordian-container
  .single-block
  .single-header.active
  i.fa-chevron-down {
  transform: rotate(180deg);
  transition: all ease 0.5s;
}
body.page-customer-service
  section.information-container
  .accordian-container
  .single-block
  .single-block-content,
body
  #swell-reward-linksoul
  section.information-container
  .accordian-container
  .single-block
  .single-block-content {
  display: none;
  padding: 1em 0 0 0;
}
body.page-lookbook #template-page-lookbook {
  max-width: 100%;
  margin: 0 auto;
  padding: 1em 0;
  width: 100%;
}
body.page-lookbook #template-page-lookbook h1 {
  margin-bottom: 1.5em;
  font-size: 2.5em;
  text-align: center;
}
body.page-catalog
  #template-page-catalog
  #shopify-section-request-catalog-form
  .request-catalog-container {
  padding: 1em;
  /*max-width: 1200px;
  margin: 0 auto;*/
}
body.page-catalog
  #template-page-catalog
  #shopify-section-request-catalog-form
  .request-catalog-container
  .row
  .info-column {
  display: flex;
  align-items: center;
  width: 100%;
}
body.page-catalog
  #template-page-catalog
  #shopify-section-request-catalog-form
  .request-catalog-container
  .row
  .info-column
  .catalog-page-info {
  color: var(--black);
  max-width: 660px;
  text-align: justify;
}
body.page-catalog
  #template-page-catalog
  #shopify-section-request-catalog-form
  .request-catalog-container
  .row
  .info-column
  .catalog-page-info
  h1 {
  font-size: 2.5em;
}
body.page-catalog
  #template-page-catalog
  #shopify-section-request-catalog-form
  .request-catalog-container
  .row
  .form-column {
  width: 100%;
}
body.page-catalog
  #template-page-catalog
  #shopify-section-request-catalog-form
  .request-catalog-container
  .row
  .form-column
  form {
  display: flex;
  flex-wrap: wrap;
}
body.page-catalog
  #template-page-catalog
  #shopify-section-request-catalog-form
  .request-catalog-container
  .row
  .form-column
  form
  input.catalog--text-input {
  width: 100%;
  margin: 1em 0 0 0;
  border: none;
  border-bottom: 1px solid #707070;
  padding-bottom: 0.5em;
  font-size: 16px;
  font-family: minion-pro, serif !important;
  text-transform: capitalize !important;
}
body.page-catalog
  #template-page-catalog
  #shopify-section-request-catalog-form
  .request-catalog-container
  .row
  .form-column
  form
  .catalog--submit,
body.page-catalog
  #template-page-catalog
  #shopify-section-request-catalog-form
  .request-catalog-container
  .row
  .form-column
  form
  input[name="email"] {
  width: 100%;
  margin: 1em 0 0 0;
}
body.page-catalog
  #template-page-catalog
  #shopify-section-request-catalog-form
  .request-catalog-container
  .row
  .form-column
  form
  .catalog--submit {
  border: none;
  background-color: var(--primary);
  color: var(--white);
  padding: 1em;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}
body.page-catalog
  #template-page-catalog
  #shopify-section-request-catalog-form
  .request-catalog-container
  .row
  .form-column
  form
  .catalog--submit:hover {
  background-color: var(--primary-hover);
}
body.page-catalog #template-page-catalog section.catalogs-container {
  background: var(--off-white);
  padding: 2em 0;
}
body.page-catalog
  #template-page-catalog
  section.catalogs-container
  .all-catalogs
  .single-catalog {
  padding: 2em 1.5em;
}
body.page-catalog
  #template-page-catalog
  section.catalogs-container
  .all-catalogs
  .single-catalog
  .row {
  max-width: 1200px;
  margin: 0 auto;
  background-color: var(--white);
}
body.page-catalog
  #template-page-catalog
  section.catalogs-container
  .all-catalogs
  .single-catalog
  .row
  .text-column {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.5em;
  color: var(--black);
}
body.page-catalog
  #template-page-catalog
  section.catalogs-container
  .all-catalogs
  .single-catalog
  .row
  .text-column
  .text-container
  .catalog-title {
  font-size: 30px;
}
body.page-catalog
  #template-page-catalog
  section.catalogs-container
  .all-catalogs
  .single-catalog
  .row
  .text-column
  .text-container
  .catalog-link {
  color: var(--black);
  min-width: 150px;
  border-bottom: 1px solid #707070;
}
body.page-catalog
  #template-page-catalog
  section.catalogs-container
  .all-catalogs
  .single-catalog
  .row
  .text-column
  .text-container
  .catalog-link:after {
  position: absolute;
  right: 0;
}
body.page-catalog
  #template-page-catalog
  section.catalogs-container
  .all-catalogs
  .single-catalog
  .row
  .text-column
  .text-container
  .catalog-link:hover {
  color: var(--black);
}
body.page-catalog
  #template-page-catalog
  section.catalogs-container
  .all-catalogs
  .single-catalog
  .row
  .image-column {
  margin: 0;
  width: 100%;
  height: 400px;
}
body.page-catalog
  #template-page-catalog
  section.catalogs-container
  .all-catalogs
  .single-catalog
  .row
  .image-column
  .img-container {
  height: 100%;
}
body.page-catalog
  #template-page-catalog
  section.catalogs-container
  .all-catalogs
  .single-catalog
  .row
  .image-column
  .img-container
  img,
body.page-catalog
  #template-page-catalog
  section.catalogs-container
  .all-catalogs
  .single-catalog
  .row
  .image-column
  .img-container
  svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
@media screen and (min-width: 799px) {
  body.page-catalog
    #template-page-catalog
    section.catalogs-container
    .all-catalogs
    .single-catalog {
    padding: 2em 0;
  }
  body.page-catalog
    #template-page-catalog
    section.catalogs-container
    .all-catalogs
    .single-catalog
    .row
    .text-column {
    width: 37.5%;
  }
  body.page-catalog
    #template-page-catalog
    section.catalogs-container
    .all-catalogs
    .single-catalog
    .row
    .image-column {
    width: 62.5%;
  }
}
@media screen and (min-width: 799px) {
  body.page-catalog
    #template-page-catalog
    #shopify-section-request-catalog-form
    .request-catalog-container {
    padding: 1em;
  }
  body.page-catalog
    #template-page-catalog
    #shopify-section-request-catalog-form
    .request-catalog-container
    .row
    .info-column {
    width: 62.5%;
    display: flex;
    align-items: center;
  }
  body.page-catalog
    #template-page-catalog
    #shopify-section-request-catalog-form
    .request-catalog-container
    .row
    .info-column
    .catalog-page-info {
    color: var(--black);
  }
  body.page-catalog
    #template-page-catalog
    #shopify-section-request-catalog-form
    .request-catalog-container
    .row
    .info-column
    .catalog-page-info
    h1 {
    font-size: 60px;
  }
  body.page-catalog
    #template-page-catalog
    #shopify-section-request-catalog-form
    .request-catalog-container
    .row
    .form-column {
    width: 37.5%;
  }
  body.page-catalog
    #template-page-catalog
    #shopify-section-request-catalog-form
    .request-catalog-container
    .row
    .form-column
    form {
    display: flex;
    flex-wrap: wrap;
  }
  body.page-catalog
    #template-page-catalog
    #shopify-section-request-catalog-form
    .request-catalog-container
    .row
    .form-column
    form
    input.catalog--text-input {
    width: calc(50% - 1em);
    margin: 1em 0.5em;
  }
  body.page-catalog
    #template-page-catalog
    #shopify-section-request-catalog-form
    .request-catalog-container
    .row
    .form-column
    form
    input[name="email"] {
    width: calc(100% - 1em);
    margin: 1em 0.5em;
  }
  body.page-catalog
    #template-page-catalog
    #shopify-section-request-catalog-form
    .request-catalog-container
    .row
    .form-column
    form
    .catalog--submit {
    width: calc(100% - 1em);
    margin: 1em 0.5em;
  }
}
body.product #template-product,
body.product-cotton #template-product {
  padding-bottom: 0;
}
body.product #template-product .product-block--sku .sku,
body.product-cotton #template-product .product-block--sku .sku {
  font-family: tablet-gothic-condensed, sans-serif;
  text-transform: uppercase;
  color: #adadad;
  font-size: 12px;
}
.product-block--sku .parent_style {
  font-family: tablet-gothic-condensed, sans-serif;
  text-transform: uppercase;
  color: #adadad;
  font-size: 12px;
}
body.product #template-product .section,
body.product-cotton #template-product .section {
  width: 100%;
}
body.product #template-product .section .product_section .product__images,
body.product-cotton
  #template-product
  .section
  .product_section
  .product__images {
  margin-bottom: 20px;
}
body.product
  #template-product
  .gift-card
  .shopify-product-form
  .swatch_options
  .swatch[data-option-index="0"]
  .swatch-element
  label,
body.product-cotton
  #template-product
  .gift-card
  .shopify-product-form
  .swatch_options
  .swatch[data-option-index="0"]
  .swatch-element
  label {
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-family: var(--primary-font);
  font-size: 16px;
}
body.product #template-product .product-description a,
body.product-cotton #template-product .product-description a {
  display: inline-block;
  font-size: 15px;
  text-transform: initial !important;
  padding: 0;
  border: 0;
  color: var(--primary);
  vertical-align: unset;
  font-family: minion-pro, serif !important;
}
body.product #template-product .flatten-the-curve a,
body.product-cotton #template-product .flatten-the-curve a {
  display: inline-block;
  font-size: 15px;
  text-transform: initial !important;
  padding: 0;
  border: 0;
  color: var(--primary);
  vertical-align: unset;
  font-family: minion-pro, serif !important;
}
body.product #template-product .flatten-the-curve a:hover,
body.product-cotton #template-product .flatten-the-curve a:hover {
  color: var(--primary-hover);
}
body.product #template-product .flatten-the-curve a:hover *,
body.product-cotton #template-product .flatten-the-curve a:hover * {
  color: var(--primary-hover);
}
/*
@media screen and (min-width: 799px) {
  body.product #template-product .section .product_section .product__images,
  body.product-cotton
    #template-product
    .section
    .product_section
    .product__images {
    margin-bottom: 60px;
  }
}
*/
body.product
  #template-product
  section[data-product-recommendations-container]
  .recommended-products__title,
body.product-cotton
  #template-product
  section[data-product-recommendations-container]
  .recommended-products__title {
  font-size: 30px;
  font-weight: bold;
}
body.product .product-instagram,
body.product-cotton .product-instagram {
  padding-top: 60px;
  width: 100%;
}
body.product .product-instagram .product-instagram--title,
body.product-cotton .product-instagram .product-instagram--title {
  font-size: 24px;
  padding-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
body.product .product-instagram .fs-desktop .fs-timeline .fs-entry-container,
body.product-cotton
  .product-instagram
  .fs-desktop
  .fs-timeline
  .fs-entry-container {
  width: 25%;
  padding-top: 25%;
}
body.product
  .product-instagram
  .fs-desktop
  .fs-timeline
  .fs-entry-container
  div.fs-timeline-entry,
body.product-cotton
  .product-instagram
  .fs-desktop
  .fs-timeline
  .fs-entry-container
  div.fs-timeline-entry {
  margin: 2px;
}
body.product
  .product-instagram
  .fs-desktop
  .fs-timeline
  .fs-entry-container
  div.fs-timeline-entry
  .fs-text-container
  .fs-timeline-text
  .fs-entry-title,
body.product-cotton
  .product-instagram
  .fs-desktop
  .fs-timeline
  .fs-entry-container
  div.fs-timeline-entry
  .fs-text-container
  .fs-timeline-text
  .fs-entry-title {
  font-family: "Adobe Garamond Pro", serif;
  font-size: 20px;
  font-style: normal;
  line-height: 36px;
  text-align: center;
}
body.product
  .product-instagram
  .fs-desktop
  .fs-timeline
  .fs-entry-container
  div.fs-timeline-entry:hover
  .fs-timeline-text
  .fs-entry-title,
body.product-cotton
  .product-instagram
  .fs-desktop
  .fs-timeline
  .fs-entry-container
  div.fs-timeline-entry:hover
  .fs-timeline-text
  .fs-entry-title {
  display: block;
}
body.product .product-instagram .fs-next-page,
body.product-cotton .product-instagram .fs-next-page {
  display: none;
}
body.product .product-instagram--grid,
body.product-cotton .product-instagram--grid {
  display: flex;
  flex-wrap: nowrap;
}
body.product .product-instagram--item,
body.product-cotton .product-instagram--item {
  width: 25%;
}
/* sticky product image */
.product-gallery {
  position: sticky;
  top: 0;
}
body.product .product-gallery__main .flickity-prev-next-button,
body.product-cotton .product-gallery__main .flickity-prev-next-button {
  background-color: transparent;
  z-index: 9;
  height: 100%;
  top: 0;
}
.flickity-prev-next-button {
  width: 75px;
}
@media screen and (min-width: 799px) {
  body.product .product-gallery__main .flickity-prev-next-button,
  body.product-cotton .product-gallery__main .flickity-prev-next-button {
    top: 50%;
  }
}
body.product .product-gallery__main .flickity-prev-next-button.previous,
body.product-cotton .product-gallery__main .flickity-prev-next-button.previous {
  left: 0;
}
body.product .product-gallery__main .flickity-prev-next-button.next,
body.product-cotton .product-gallery__main .flickity-prev-next-button.next {
  right: 0;
}
body.product .image__container,
body.product-cotton .image__container {
  font-size: unset;
}
body.product .model-tooltip,
body.product-cotton .model-tooltip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: #fff;
}
body.product .model-tooltip .inner,
body.product-cotton .model-tooltip .inner {
  padding: 0.5em;
  background: #fff;
  display: flex;
  align-items: center;
  width: 81%;
  margin: auto;
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  body.product .model-tooltip .inner,
  body.product-cotton .model-tooltip .inner {
    justify-content: center;
  }
}
body.product .model-tooltip .inner .fa-info-circle,
body.product-cotton .model-tooltip .inner .fa-info-circle {
  width: 20px;
  /* height: 20px; */
  margin-right: 0.3em;
  color: var(--black);
  font-size: 18px;
}
body.product .model-tooltip .inner p,
body.product-cotton .model-tooltip .inner p {
  color: var(--black);
  font-size: 15px;
  font-family: minion-pro, serif;
  text-transform: initial;
}
body.product .image-counter,
body.product-cotton .image-counter {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}
body.product .need-to-chat-products,
body.product-cotton .need-to-chat-products {
  background-color: var(--off-green);
  padding: 6em 0;
  height: 100%;
  max-height: 330px;
  display: flex;
  align-items: center;
}
body.product .need-to-chat-products .inner-container,
body.product-cotton .need-to-chat-products .inner-container {
  width: 100%;
  height: 100%;
}
body.product .need-to-chat-products .inner-container .section-header,
body.product-cotton .need-to-chat-products .inner-container .section-header {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 2.5em 0;
}
body.product .need-to-chat-products .inner-container .icons-container,
body.product-cotton .need-to-chat-products .inner-container .icons-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
body.product .need-to-chat-products .inner-container .icons-container .row,
body.product-cotton
  .need-to-chat-products
  .inner-container
  .icons-container
  .row {
  margin: 0;
  justify-content: center;
}
body.product
  .need-to-chat-products
  .inner-container
  .icons-container
  .row
  .columns.one-fourth,
body.product-cotton
  .need-to-chat-products
  .inner-container
  .icons-container
  .row
  .columns.one-fourth {
  text-align: center;
  font-size: 16px;
  font-family: minion-pro, serif !important;
  text-transform: capitalize !important;
  margin: 0 10px;
}
body.product
  .need-to-chat-products
  .inner-container
  .icons-container
  .row
  .columns.one-fourth
  .svg-container,
body.product-cotton
  .need-to-chat-products
  .inner-container
  .icons-container
  .row
  .columns.one-fourth
  .svg-container {
  width: 60px;
  margin: 0 auto 1em;
}
body.product
  .need-to-chat-products
  .inner-container
  .icons-container
  .row
  .columns.one-fourth
  .svg-container
  svg,
body.product-cotton
  .need-to-chat-products
  .inner-container
  .icons-container
  .row
  .columns.one-fourth
  .svg-container
  svg {
  width: 100%;
}
body.product
  .need-to-chat-products
  .inner-container
  .icons-container
  .row
  .columns.one-fourth.text
  .svg-container
  svg,
body.product-cotton
  .need-to-chat-products
  .inner-container
  .icons-container
  .row
  .columns.one-fourth.text
  .svg-container
  svg {
  width: 45px;
  margin: 7.5px 0;
}
body div.productStatus {
  margin-bottom: 1.2rem;
  margin-top: 0.5rem;
}
body div.productStatus div {
  color: #d62222;
  font-weight: 600;
}
body span#pd-add-to-cart span {
  font-weight: 700;
}
body.search-results-page .isp_search_res_facets_container {
  display: flex;
  flex-wrap: wrap;
}
body.search-results-page
  .isp_search_res_facets_container
  .isp_single_facet_wrapper {
  width: 100%;
}
body.search-results-page
  .isp_search_res_facets_container
  .isp_single_facet_wrapper.isp_facet_categories,
body.search-results-page
  .isp_search_res_facets_container
  .isp_single_facet_wrapper.isp_facet_vendor,
body.search-results-page
  .isp_search_res_facets_container
  .isp_single_facet_wrapper.isp_facet_weight {
  display: none;
}
body.search-results-page
  .isp_search_res_facets_container
  .isp_single_facet_wrapper.isp_facet_type {
  order: 1;
}
body.search-results-page
  .isp_search_res_facets_container
  .isp_single_facet_wrapper.isp_facet_price {
  order: 2;
}
body.search-results-page
  .isp_search_res_facets_container
  .isp_single_facet_wrapper.isp_facet_color_family {
  order: 3;
}
body.search-results-page
  .isp_search_res_facets_container
  .isp_single_facet_wrapper.isp_facet_size {
  order: 4;
}

/* Search results modifications */
.search-page__title.title {
  text-align: center;
}
.container.search-field {
  max-width: 500px;
}
.search-summary {
  display: block;
  font-family: tablet-gothic-condensed, sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
}




@media screen and (min-width: 799px) {
  html,
  body {
    height: 100%;
  }

  .wrapper {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 256px;
    min-height: 100%;
  }

  .footer--classic {
    /*position: absolute;
    bottom: 0;*/
  }

  .wrapper.more-content {
    padding-bottom: 0;
  }

  .wrapper.more-content .footer--classic {
    position: static;
  }
}
.product__thumbnail {
  position: relative;
}

.size-swatches {
  position: absolute;
  bottom: 34px;
}
.size-swatches span.size-swatch {
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.8rem;
  text-align: center;
  padding: 0 2px;
}
.size-swatches span.size-swatch.oos {
  color: #a2a2a2;
  position: relative;
}
.size-swatches span.size-swatch.oos:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

/* Mobile Menu Fix */
.mobile-menu__toggle-button {
  display: block;
}
@media screen and (min-width: 941px) {
  .mobile-menu__toggle-button {
    display: none;
  }
}

.image-with-text-overlay__preheading,
.image-with-text-overlay .subtitle {
  font-family: tablet-gothic-condensed, sans-serif !important;
}

/* Rise popup */
div.Rise-popup.open {
  max-height: 940px !important;
}

/* Loop Shop On Site banner */
.loop-returns-activated .mobile-header {
  margin: 5px 0 0;
}
.loop-returns-activated #loop-onstore .loop-onstore__amount {
  font-family: tablet-gothic-condensed, sans-serif !important;
}
.loop-returns-activated #loop-onstore button.loop-onstore__back {
  text-transform: uppercase;
  font-weight: 700;
  font-family: tablet-gothic-condensed, sans-serif !important;
  letter-spacing: 0.2px;
  border-radius: 0;
  line-height: 0.5;
  max-height: 30px;
  position: relative;
  max-width: 40%;
  width: 100%;
  color: transparent;
}
.loop-returns-activated #loop-onstore button.loop-onstore__back:after {
  content: "BACK TO RETURN";
  position: absolute;
  color: black;
  margin: auto;
  text-align: center;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 940px) {
  .loop-returns-activated #loop-onstore button.loop-onstore__back {
    max-width: 25%;
    max-height: 40px;
    line-height: 1;
  }
}
.loop-returns-activated #loop-onstore button.loop-onstore__back:hover {
  background: #3cd4ae;
  opacity: 1;
}
.loop-returns-activated #loop-onstore button.loop-onstore__back:hover:after {
  color: #fff;
}
@media screen and (max-width: 939px) {
  .loop-returns-activated #loop-onstore {
    top: 0 !important;
    bottom: auto !important;
    height: 50px;
    padding: 0 20px !important;
  }
}

/* Collection Content not related to filters */
  div#product-grid {
    /* justify-content: center; */
    gap: 5px;
  }
@media screen and (min-width: 798px) and (max-width: 1300px) {
  .filter-open .product__grid-item.large-down--one-third {
    width: calc(33.33% - 8px);
  }
}
div#product-grid .medium-down--one-half:last-of-type {
    margin: 0;
}
@media only screen and (max-width: 798px) {
  div#product-grid .medium-down--one-half {
    margin: 0 auto;
    flex:0 0 calc(50% - 5px);
  }
}
.collection__main,
.sidebar {
  transition: all ease 0.5s;
}
/* product not related to filters */
.options-selection__option-value {
  font-family: tablet-gothic-condensed, sans-serif !important;
  text-transform: uppercase;
}
.swatch label {
  font-size: 16px;
}
/* collection pagination */
.pagination .pagination-next,
.pagination .pagination-previous {
  padding: 0;
  border: 0;
}

/* Quick Shop */
.has-padding-bottom.quickshop {
  padding-bottom: 0;
}
.quick-shop__popup .has-padding-top,
.quick-shop__popup .product_form {
  padding: 0;
}

.quick-shop__popup .container.quickshop {
  align-items: center;
  align-content: center;
  justify-content: center;
}
.quick-shop__popup .product-block .sku {
  font-family: tablet-gothic-condensed, sans-serif;
  text-transform: uppercase;
  color: #adadad;
  font-size: 12px;
}
.quick-shop__popup
  .purchase-details
  .purchase-details__spb--true
  .action_button.action_button--secondary {
  flex: 2;
}
.quick-shop__popup .wishlist-wrapper.main {
  /* flex: 1; */
  margin: 0 auto;
}
.quick-shop__popup .product-description {
  margin: 35px auto 0;
  text-align: center;
  font-size: 16px;
  font-size: clamp(15px, 5vw, 17px);
}
.quick-shop__popup .product-header .title-and-average-container .product_name,
.quick-shop__popup .product-header .modal_price {
  font-size: 22px;
  font-size: clamp(18px, 5vw, 24px);
}
.quick-shop__popup
  .product-gallery.display-arrows--true
  .product-gallery__main
  .flickity-prev-next-button {
  opacity: 0.4;
  visibility: visible;
}
.quick-shop__popup .flickity-button {
  background: transparent;
}
/* homepage updates */
/* buttons */
.image-with-text-overlay__buttons.buttons.box_hover {
  display: inline-flex;
  padding: 10px 0 0;
  margin: auto;
}
.image-with-text-overlay__buttons.box_hover .button {
  margin-bottom: 0;
}
.image-with-text-overlay__buttons.buttons.dark-box_hover a {
  padding: 8px 20px 6px;
  transition: background 0.2s ease-in-out;
}
.image-with-text-overlay__buttons.buttons.dark-box_hover a:hover {
  background: #333132;
  background-color: #333132;
  color: #ffffff;
}
.image-with-text-overlay__buttons.buttons.box_hover:hover .button {
  border-bottom: 2px solid transparent !important;
}
.image-with-text-overlay__buttons.buttons.light-box_hover .button:hover,
.image-with-text-overlay__buttons.buttons.light-box_hover a:hover {
  background: #ffffff;
  background-color: #ffffff;
  color: #333132;
}

.image-with-text__wrapper a.button.button--secondary a:hover {
  background: none;
  color: #3fd4ad;
}
a.button.button--secondary.light-box a:hover {
  background-color: transparent;
  color: #333132;
}
.image-with-text-overlay__buttons .button.button--secondary.light-box a {
  color: #ffffff;
}
a.button.button--pill {
  border-radius: 50px;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  padding-left: 2.25em;
  padding-right: 2.25em;
  border-bottom: 0 !important;
}
a.button.button--pill.light-pill {
  background: rgba(255, 255, 255, 0.7);
  transition: background 800ms linear, color 800ms ease;
}
a.button.button--pill.light-pill:hover {
  background: #5ebea2;
  color: #ffffff;
  transition: background 400ms linear, color 400ms ease;
}
a.button.button--pill.dark-pill {
  color: #ffffff;
  background: rgba(65, 65, 66, 0.8);
  transition: background 800ms linear, color 800ms ease;
}
a.button.button--pill.dark-pill:hover {
  background: #5ebea2;
  transition: background 400ms linear, color 400ms ease;
}
a.button.button--pill.lab-pill {
  background:rgba(94, 190, 161, 0.8);
  color: #ffffff;
  transition: background 800ms linear, color 800ms ease;
}
a.button.button--pill.lab-pill:hover {
  background:rgba(65, 65, 66,0.8);
  color: #ffffff;
  transition: background 400ms linear, color 400ms ease;
}
@media only screen and (max-width: 480px) {
  .image-with-text-overlay__buttons .button.button--pill {
    flex: none;
  }
}
.tabs a.inline-button {
  display: inline-block;
  padding: 0 3px;
  vertical-align: baseline;
}
.tabs a.inline-button:hover {
  color: #3fd4ad;
}
/* LINKSOUL 365 Gifting form */
.gift365_inputs input::placeholder {
  font-family: minion-pro, serif;
}
.gift365_inputs .line-item-property__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.gift365_inputs .line-item-property__field input {
  flex: 1 1 49%;
  min-height: 40px;
  padding: 10px;
}
.gift365_inputs .line-item-property__field input:last-of-type {
  flex: 1 1 100%;
}
.gift365 {
  display: flex;
  gap: 10px;
  padding: 10px 0;
}
#gift365[type="checkbox"] {
  width: 20px;
  height: 20px;
}
#gift365[type="checkbox"]:checked {
  accent-color: #2ea687;
}
.gift365 + .gift365_inputs {
  padding: 1em 0 0;
}
.gift365 + .gift365_inputs p {
  padding: 0 0 1em;
}
.gift365 + .gift365_inputs.hidden {
  font-size: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  transition: opacity 0.25s, font-size 0.5s 0.25s, margin 0.5s 0.25s,
    padding 0.5s 0.25s;
}
.gift365 + .gift365_inputs:not(.hidden) {
  transition: font-size 0.25s, margin 0.25s, padding 0.25s, opacity 0.5s 0.25s;
}
.looks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.bundle-elements {
  position: relative;
  margin: auto;
  text-align: center;
  line-height: 0;
}
.bundled_look {
  flex: 1 0 calc(50% - 10px);
}
.looks .bundled-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ffffff;
  padding: 0 15px;
  overflow: scroll;
  border-bottom: 5px solid #ffffff;
}
.bundled-img {
  width: 100%;
}
.bundled-btn {
  font-family: tablet-gothic-condensed, sans-serif;
  text-align: center;
  padding: 10px;
  background: #333132;
  color: #ffffff;
  max-width: 800px;
  margin: auto;
}

@media screen and (min-width: 798px) {
  .bundled_look {
    position: relative;
    flex: 1;
  }
}

a.inline_tablink {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

div#shopify-section-template--14397077815371__1d824b07-ac14-429a-8844-1734537ccd20 {
  overflow: hidden !important;
}
@media screen and (max-width: 798px) {
  .yotpo-display-m
    .yotpo-main-layout
    .yotpo-layout-header-wrapper
    .yotpo-bottom-line[data-v-045f32ea] {
    margin-right: 20px !important;
  }
  .yotpo-header-container[data-v-045f32ea] {
    flex-wrap: wrap !important;
  }
  .yotpo-widget-instance {
    width: 100%;
    margin: auto;
  }

  /* REVIEW OVERFLOW CHANGES */
  .yotpo-layout-header-wrapper {
    display: block !important;
    width: 100%;
  }
  .yotpo-bottom-line-question-wrapper-vertical {
    border-right: none !important;
    display: block;
    margin: 0 auto;
    padding-left: 0;
  }
  .yotpo-bottom-line {
    display: block !important;
    margin: 0 auto;
    width: 100%;
  }
  .yotpo-bottom-line .yotpo-bottom-line-right-panel {
    padding-right: 0 !important;
  }
  .yotpo-bottom-line .yotpo-summary-section {
    display: block;
  }
  .yotpo-bottom-line-summary {
    justify-content: center;
    margin-bottom: 15px;
  }
}
label.btn.view_more-less {
  padding: 25px 0;
}
label.btn.view_more-less span {
  padding: 1rem 6rem;
  background: #5ebea2;
  color: #fff;
  font-family: tablet-gothic-condensed, sans-serif;
  font-weight: 600;
}

.metafields-below_banner_collection_text {
  margin: auto;
}

.showing_soldout .product-image__wrapper:before {
  content: "SOLD OUT";
  color: #5ebea2;
  font-family: tablet-gothic-condensed, sans-serif !important;
  font-weight: 700;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 14;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 5vw, 60px);
  background-color:rgb(255 255 255 / 33%);
}
.limited-edition:before {
  content: "LIMITED EDITION";
  font-family: tablet-gothic-condensed, sans-serif !important;
  background: #ccc;
  color: #fff;
  position: absolute;
  top: -18px;
  right: 0;
  z-index: 13;
  padding: 0 5px 2px;
  font-size: clamp(11px, 3vw, 12px);
  font-weight: 600;
}
@media screen and (min-width: 798px) {
  .limited-edition:before {
    top: 0;
    right: 0;
    z-index: 14;
    padding: 3px 10px;
  }
}

/* Start Option Group */
.group_product-options {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 5px 0 10px;
  align-items: center;
}
.group_product p {
  font-size: 1.05rem;
}
.group_product-options button {
  font-family: tablet-gothic-condensed, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 1rem;
  border-radius: 50px;
  border: none;
  height: 36px;
  padding: 0 25px 0;
  width: 100%;
  background: none;
  cursor: pointer;
}
.group_product-options button a {
  width: 100%;
}
.group_product-options div {
  border-radius: 50px;
  border: 1px solid transparent;
}
.group_product-options div.selected,
.group_product-options button.selected {
  border: 1px solid #3fd4ad;
}
div#pant-fits {
  padding: 0 0 3vh;
  max-width: 600px;
  text-align: center;
}
#pant-fits h3 {
  padding: 2vh;
  font-size: clamp(20px, 8vw, 24px);
  background: #f3f3f3;
  border-bottom: 2px solid #3fd4ad;
}
.fit-tab_details {
  padding: 0 0 2vh;
}
.fit-wrapper {
  padding: 3vh 4vw 1vh;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.fit-tab_details h4 {
  font-size: clamp(15px, 6vw, 22px);
  padding: 10px 0;
}
.fit-tab_details span {
  font-weight: 600;
}
.fit-tab_details p {
}
/* End Option Group */

/* Change Gift Card & Surplus Sale Nav Color */
.navbar-item.header__item[data-navlink-handle*="gift"] a,
.mobile-menu__list-item[data-mobile-menu-navlink-handle*="gift"] a {
  color: #d15756;
}
label[for="mobile-submenu-surplus-sale"] a.mobile-menu__item,label[for="mega-surplus-sale"] .header__link{
    color: #60bea3;
    font-weight: bold;
}
/* End Change Gift Card & Surplus Sale Nav Color */



/* Nosto Overrides */
#homepage_main .title, 
#frontpage-nosto-1 .title {
  font: normal bold 32px / 32px tablet-gothic-condensed, sans-serif !important;
  text-transform: uppercase;
}



/* Free Gift Cart Promo */
.freeGiftWrapper {
  border: 2px solid rgb(222, 222, 222);
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 7fr 2fr;
  border-radius: 5px;
  align-items: flex-start;
  padding: .5rem 1rem .5rem .5rem;
  background: rgb(241, 241, 241);
  font-family: "tablet-gothic-condensed", sans-serif;
  margin: 1rem 1rem;
}
.freeGiftImage {
  width: 5rem;
  height: 5rem;
  border-radius: 0.4rem;
  overflow: hidden;
  border: 1px solid rgb(210, 210, 210);
}
.freeGiftImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.freeGiftMsgTitle {
  color: rgb(0, 0, 0); 
  font-weight: 700; 
  font-size: 18px; 
  line-height: normal;
  text-transform: uppercase;
}
.freeGiftDetails {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}  
.freeGiftPillBox {
  width: fit-content;
  display: flex;
  gap: 0.2rem;
  background-color: rgb(26, 26, 26);  
  padding: 0px 0.6rem;
  border-radius: 0.8rem;
  align-items: flex-start;
}
.freeGiftPillTitle {
  font-size: 12px; 
  font-weight: 100; 
  color: rgb(255, 255, 255);
}
.freeGiftPillBox img {
  width: .75rem; 
  height: .75rem;
  margin-top: .25rem
}  
.freeGiftThreshold {
  color: rgb(119, 117, 117); 
  font-weight: 100; 
  font-size: 15px; 
  line-height: normal; 
  max-width: 15rem;
}
.freeGiftButton {
  width: 100%; 
  height: auto; 
  background-color: black; 
  padding: 8px 16px; 
  color: rgb(255, 255, 255); 
  font-weight: 700; 
  justify-self: end; 
  border: none; 
  cursor: pointer; 
  display: block; 
  font-size: 15px; 
  text-align: center;
  align-self: center;
  text-transform: uppercase;
  margin
}
.freeGiftButton:disabled {
  opacity: 0.3; 
  cursor: not-allowed;
  pointer-events: none;
}