/** Shopify CDN: Minification failed

Line 57:104 Unterminated string token
Line 1635:2 Expected identifier but found "var("
Line 1640:2 Expected identifier but found "var("

**/
/*====================================================================
GLOBAL BASE STYLES
Core rules that apply site-wide, including typography, spacing, etc.
====================================================================*/

/* TYPOGRAPHY
Font-face definitions for ABC Social, applied to headings, paragraphs,
links, buttons, and more. */

/* ABC Social */
@font-face {
  font-family: "ABCSocial"; 
  src: url("/cdn/shop/files/ABCSocial-Regular.woff2") format("woff2"), 
       url("/cdn/shop/files/ABCSocial-Regular.woff") format("woff"); 
  font-weight: 400; 
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABCSocial"; 
  src: url("/cdn/shop/files/ABCSocial-Medium.woff2") format("woff2"), 
       url("/cdn/shop/files/ABCSocial-Medium.woff") format("woff"); 
  font-weight: 500; 
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABCSocial"; 
  src: url("/cdn/shop/files/ABCSocial-Bold.woff2") format("woff2"), 
       url("/cdn/shop/files/ABCSocial-Bold.woff") format("woff"); 
  font-weight: 700; 
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BasierMono"; 
  src: url("/cdn/shop/files/Basiersquaremono-Regular.woff2") format("woff2"), 
       url("/cdn/shop/files/Basiersquaremono-Regular.woff") format("woff"); 
  font-weight: 400; 
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Supreme-Extrabold';
  src: url('/cdn/shop/files/Supreme-Extrabold.woff2') format('woff2'),
       url('/cdn/shop/files/Supreme-Extrabold.woff')') format('woff'),
       url('/cdn/shop/files/Supreme-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}



/* Headlines */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'ABCSocial', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}

.h6, a.product-title, .text-xs, .text-xxs, a.button {
  font-size: var(--text-base) !important;
}

/* Paragraphs, Links, Buttons, etc. */
p, div, span, a, button, on-sale-badge {
  font-family: 'ABCSocial', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}

.text-subdued {
  color: black;
}

.shopify-section--rich-text p.h2, .shopify-section--rich-text p.h3, .shopify-section--rich-text p.h4, .shopify-section--rich-text p.h5, .shopify-section--rich-text p.h6 {
  margin-top: 2em;
}

/* HYPERLINKS
Underline styling adjusted closer to the text. */

.link,
.prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse) {
  background: linear-gradient(to right, currentColor, currentColor) 0 min(90%, 1.35em) / 100% 1px no-repeat;
  cursor: pointer;
}

/* TEXT SPECIALS
Subheading weight and no-margin class for prose elements. */

.subheading, .subheading p {
  font-weight: 700 !important;
  margin-top: 2rem;
}

/* DISCOUNT CODES */
div.discount {
    font-family: 'BasierMono', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
    font-size: var(--button-font);
    font-weight: 500;
    text-align: center;
    background-size: 101% 101%, 0 101%;
    border: 1px dashed;
    display: inline-block;
    padding: 1.5rem 3rem;
}
a.discount-link {
  background: none !important;
  margin-top: 20px;
}

/* BUTTON STYLES
Border outline color for outline buttons. */

.button.button--outline {
  border-color: rgb(var(--text-color));
}

/* NO MARGIN
Removes the default top margin applied by Prestige Theme to all elements inside a section.
Useful when precise alignment or tighter spacing between elements is required. */

.no-margin {
  margin-block-start: 0 !important;
}

/* SECTION SPACING
Gap between headings and section content. */

.section-stack {
  gap: 2rem;
}

.narrow {
  max-width: var(--container-sm-max-width);
}

/* ICONS
Used across the site to display additional information or links. */
.info-icon {
  width: 16px;
  height: auto;
}
@media (max-width: 699px) {
  .info-icon {
    width: 14px;
    height: auto;
  }
}

/* Brand USP Icon List with text */
.brand-usp__container {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  flex-wrap: wrap;
  align-items: flex-start;
}
.brand-usp__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.brand-usp__item img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}


/* KLAVIYO SUBSCRIPTION FORM
Removes default margin for the form wrapper. */
.needsclick.kl-private-reset-css-Xuajs1 {
  margin-block-start: 0px;
}

/* TEXT WITH ICONS
Show only one item per row on mobile. */
.text-with-icons {
  --text-with-icons-items-per-row: 1;
}


/* CUSTOM: MYMARINI FAMILY BENEFITS LIST
Display a custom list with stylized bullets. */
.custom-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  row-gap: 0px;
}
.custom-list li {
  position: relative;
  text-align: left;
  border-top: 1px solid #000;
  padding: 1em 0 1em 1.5em;
  line-height: 1.2;
}
.custom-list li:last-child {
  border-bottom: 1px solid #000;
}
.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2em;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
}

/* CUSTOM MODAL
Additional spacing and styling for modal layouts. */
.modal-container {
  margin-top: 32px;
}
.modal-container:first-of-type {
  margin-top: 0;
}
.modal-container.subheading {
  margin-bottom: 15px;
}
x-modal span.h3 {
  font-size: 16px;
}
.modal-container p.h5 {
    padding-bottom: 10px;
  }
x-modal div.metafield-rich_text_field {
  margin-block-start: 0 !important;
}
x-modal span.h5 {
  font-size: var(--text-h3);
}


/* CUSTOM: COUNTDOWN TIMER
Visual adjustments to unit spacing and font styling for countdown display. */
.countdown-condensed__timer-unit {
  letter-spacing: 0px;
  font-size: .625 rem;
}
.countdown-condensed__timer-flip {
  font-size: var(--text-base);
  font-weight: 400;
}
.countdown-condensed__timer-product {
  gap: 10px;
}


/*====================================================================
HEADER GROUP
All styles concerning the top navigation: announcement bar, language
selector, mega menu, etc.
====================================================================*/

/* ANNOUNCEMENT & COUNTDOWN BAR
Handles styling for site announcements and countdown timers. */

.announcement-bar__carousel {
  max-width: 40rem;
}
.announcement-bar__carousel {
  font-size: var(--text-h5);
  padding: 1em 2em;
  padding-block: 0em;
}
.announcement-bar__carousel a {
  background: none !important;
}
.countdown-condensed .h6 {
  font-size: var(--text-h6);
}
.countdown-condensed a {
  background: none !important;
}

/* LANGUAGE SELECTOR
Styles for the language switcher element and responsive behavior. */

.localization-toggle {
  font-size: var(--text-h6);
  text-transform: uppercase;
  color: rgb(var(--text-color));
}
@media (max-width: 699px) {
  .localization-toggle.text-xxs,
  .text-with-icon.smallcaps {
    font-size: var(--text-h6) !important;
  }
  x-popover .h4 {
    font-size: var(--text-base);
  }
}

/* MEGA MENU
Controls image promotions, text alignment, and submenu styling. */

.mega-menu a.h6, summary.h6, .block.h6 {
  text-transform: uppercase;
}

.mega-menu__promo .smallcaps.text-xs.text-subdued,
.header-sidebar__promo .smallcaps.text-xs.text-subdued {
  text-transform: inherit;
  letter-spacing: normal;
}
.mega-menu__promo .gap-2\.5 {
  gap: .625rem;
}
.mega-menu__promo p,
.header-sidebar__promo p {
  text-align: left;
}
.mega-menu__promo p.h6 {
  text-transform: uppercase;
}
.mega-menu__promo .text-subdued {
  color: rgb(var(--text-color));
}
@media (max-width: 699px) {
  .header-sidebar__promo .v-stack {
    gap: .625rem;
  }
}

.header-sidebar__linklist-button.h6, header-sidebar__back-button {
  text-transform: uppercase;
}


/* Prestige: Account-Icon im Mobile-Header neben Suche anzeigen */
.header__secondary-nav .header__search-link  { order: 1; }
.header__secondary-nav .header__account-link { order: 2; }
.header__secondary-nav .header__cart-link    { order: 3; }

@media screen and (max-width: 749px) {
  .header__secondary-nav .header__account-link.sm-max\:hidden {
    display: list-item !important;
  }
  .header__secondary-nav {
    gap: 8px;
  }
}

/* MENU ITEMS
Spacing and text color for menu links. */

.gap-2\.5 {
  gap: .3rem;
}
.link-faded {
  color: rgb(var(--text-color));
}
.link-faded:hover {
  color: rgb(var(--text-color) / .5);
}


/* MENU HIGHLIGHTS AND INDICATORS
Visual enhancements for specific menu items */

x-header.header.is-solid
.header__primary-nav a[href="/pages/fit-guide"] {
  color: #d75e27;
  font-weight: 700;
}

/* Mobile / Sidebar: immer rot */
.header-sidebar__linklist-button.h6[href="/pages/fit-guide"] {
  color: #d75e27;
  font-weight: 700;
}

/* Menüpunkt Hervorhebung */
.header a.link-faded[href="/collections/new-arrivals"],
.header-sidebar__linklist a[href="/collections/new-arrivals"],
.header a.link-faded[href="/de/collections/new-arrivals"],
.header-sidebar__linklist a[href="/de/collections/new-arrivals"] {
  color: #d75e27;
  font-weight: 700;
}

/* Menüpunkt Ergänzung */
.header a.link-faded[href="/pages/lookbook/reverie"]::after,
.header-sidebar__linklist a[href="/pages/lookbook/reverie"]::after,
.header a.link-faded[href="/de/pages/lookbook/reverie"]::after,
.header-sidebar__linklist a[href="/de/pages/lookbook/reverie"]::after {
  content: "New collection";
  color: #d75e27;
  font-size: 0.8em;
  font-weight: 700;
  margin-left: 8px;
} 

/* Menüpunkt Ergänzung */
.header a.link-faded[href="/collections/departing-classics-styles"]::after,
.header-sidebar__linklist a[href="/collections/departing-classics-styles"]::after,
.header a.link-faded[href="/de/collections/departing-classics-styles"]::after,
.header-sidebar__linklist a[href="/de/collections/departing-classics-styles"]::after {
  content: "Up to 40%";
  color: #d75e27;
  font-size: 0.8em;
  font-weight: 700;
  margin-left: 8px;
} 


/*====================================================================
FOOTER GROUP
All styles related to the footer, including layout, disclaimers,
and social media icons.
====================================================================*/

/* POWERED BY / DISCLAIMER
Removes the default Shopify "Powered by" link. */

.footer__aside a {
  display: none;
}

/* FOOTER LAYOUT
Margins, container widths, and general alignment for the footer. */

@media (min-width: 700px) {
  .container-footer {
    margin: 0 15%;
  }
}

/* SOCIAL MEDIA ICONS
Hover effects and default transparency for social icons. */

.social-media--list .social-media__item {
  opacity: 1;
  transition: opacity .2s, color .2s;
}
.social-media--list .social-media__item:hover {
  opacity: 0.5;
}

  

/*====================================================================
CUSTOMER ACCOUNT
All styles related to the customer dashboard, orders, addresses, etc.
====================================================================*/

/* OVERVIEW
Styling for the account overview section headings and layout. */
.shopify-section--main-customers-account .section-header .h3 {
  font-size: var(--text-h2);
}
.shopify-section--main-customers-account .gap-10 {
  gap: 4.5rem;
}

/* ORDERS DESKTOP
Background color and padding for table headers and cells. */
.customer-account-overview table th {
  background-color: #f7f7f5;
  color: #000 !important;
  padding: 15px;
}
.customer-account-overview td {
  padding: 25px 15px;
}

/* ORDERS MOBILE
Adjust spacing, text styling, and grid layout for mobile orders. */
.customer-account-overview .v-stack.gap-2 {
  border-block-end: 1px solid;
  padding-block-end: 2rem;
}
.customer-account-order-grid .text-subdued {
  font-weight: 500;
}
.customer-account-order-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.customer-account-order-grid > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.customer-account-order-grid > div p:first-of-type {
  text-align: left;
}
.customer-account-order-grid > div p:last-of-type {
  text-align: right;
}
@media (max-width: 699px) {
  .customer-account-overview .bold {
    font-size: var(--text-h4);
    text-transform: uppercase;
    font-weight: 400;
  }
}

/* ADDRESSES
Styling for address section headings. */
.customer-account-category {
  border-block-end: 0;
  padding-block-end: 0;
  font-size: var(--text-h4);
}
@media (max-width: 699px) {
  .customer-account-category.h6.text-subdued {
    font-size: var(--text-h3);
  }
}



/*====================================================================
PRODUCTS
All styles for product-related elements: prices, titles, badges,
reviews, ecological footprint, supply chain, care guide, and size
guide functionality.
====================================================================*/

/* PRICE & TITLE
Adjust product pricing font size and enforce uppercase titles. */
h1 {
  font-size: var(--text-h3);
}
.price-list .h4 {
  font-size: var(--text-h3);
}

/* MEDIA CAROUSEL 
.product-gallery__carousel { 
  grid-auto-columns: 92%;
  gap: 2px;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
} */

/* Product Page Liquid
Adjust margin for Liquid blocks. */
.product-info__block-item[data-block-type="liquid"] {
  margin-block-start: 0.5rem;
  margin-block-end: 0.5rem;
}

/* VARIANT PICKER
Gap between variant picker fieldsets */
.variant-picker.v-stack.gap-4 {
  gap: 2rem;
}


/* TABS ON PRODUCT PAGE */
.product-tabs {
  width: 100%;
  padding-top: 2rem;
}
.product-tabs h2 {
  font-size: var(--text-base);
  font-weight: 700;
}
.product-tabs-block:first-of-type:nth-last-of-type(n+2) ~ .product-tabs-block {
  margin-block-start: 2rem;
}
.product-tabs-nav {
  display: inline-flex;
  gap: 1.5rem;
  justify-content: flex-start;
  border-block-end: 1.5px solid rgb(var(--border-color));
  margin-bottom: 0.625rem;
}
.product-tabs-badge {
  font-size: var(--text-sm);
  padding-block-end: 0.625rem;
  border: 0;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
}
.product-tabs-badge.is-active {
  box-shadow: 0 1.5px rgb(var(--text-color));
  padding-block-end: 0.625rem;
  transition: opacity 0.2s ease-in, box-shadow 0.2s ease-in;
  opacity: 1;
}
.product-tabs-panels {
  margin-top: 0.5rem;
}
.product-tabs-panel {
  display: none;
}
.product-tabs-panel.is-active {
  display: block;
}
.product-tabs-panel .feature-badge-list {
  padding-block-start: .5rem;
}

/* COMPLEMENTARY PRODUCTS
Margins and font sizes for complementary product sections. */
.complementary-products {
  margin-inline: inherit;
}
.complementary-products__header p.h5 {
  font-size: var(--text-base);
  text-transform: uppercase;
}
.complementary-products__header {
  justify-content: left;
}

/* BADGES
Styling for discount, sale, and custom badges on product cards. */
.badge {
  padding: 2px 10px;
  border-radius: 20px;
  text-transform: none;
  font-size: var(--text-xs) !important;
  color: white;
}
.badge--pre-access, .badge--free-shipping {
  background: #5978b7;
}

.product-card__figure > .badge-list {
  inset-block-start: .4rem;
  inset-inline-start: .4rem;
}

/* INVENTORY
Don't show inventory, when below threshold. */
.inventory.text-success, .inventory.text-error  {
  display: none !important;
}

/* DISCOUNT BADGE
Position and size adjustments for automatic discount codes. */
.discount-badge.text-xs {
  padding: 5px 15px;
  border-radius: 20px;
  max-height: 23.2px;
}
@media (max-width: 699px) {
  .discount-badge.text-xs {
    max-height: 22px;
  }
}


/* CUSTOM: MODEL INFO OVERLAY
Displays an overlay button within the product gallery that opens a modal 
showing model height, size, and measurement details. */

.product-gallery {
  position: relative;
}
.model-info-overlay {
  position: absolute;
  inset-block-start: 1.25rem;
  left: 1.25rem;
  padding: 5px 10px;
  z-index: 1;
  box-shadow: 0 .125rem .625rem rgb(var(--circle-button-text-color) / .15);
  background: #fff;
  display: flex;
  align-items: center;
}

@media (max-width: 699px) {
  .model-info-overlay {
    inset-block-start: auto;
    bottom: 20px;
    left: auto;
    right: 0;
  }
}

.model-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom:15px;
}
.model-image-wrapper {
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.model-text-wrapper {
  margin-left: 15px;
}
.model-label-item {
  margin-bottom: 0px;
}
.model-details {
  color: rgb(var(--text-color) / .65);
}
@media (max-width: 699px) {
  .model-image-wrapper {
    width: 50px;
  }
}

/* CUSTOM: PROMOTION BOX
Shared layout container for limited-time offers and pre-access benefits (text, badges, countdown). */
.promotion-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #F7F7F5;
}

.promotion-box p {
  font-weight: 500;
}

/* CUSTOM: REVIEWS
Carousel container, transitions, dots, and active states. */
.review-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.review-container {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.customer-review {
  flex: 0 0 100%;
  width: 100%;
  background-color: #f7f7f5;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.customer-review p {
  margin: 0;
  width: 100%;
}
.review-dots {
  text-align: center;
  margin-top: 10px;
}
.dot {
  height: 6px;
  width: 6px;
  background-color: #F2F2F2;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.active-dot {
  background-color: #000000;
}

/* CUSTOM: ECOLOGICAL FOOTPRINT
Display greenhouse gas emissions, water use, and related data. */
.ecological-footprint-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 1em;
  gap: 10px;
}
img.ecological-footprint {
  max-width: 35px;
  height: auto;
}
.ecological-footprint-content {
  display: flex;
  gap: 5px;
  align-items: center;
}
.ecological-footprint-source {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
}
.ecological-footprint-source img {
  max-width: 100px;
  height: auto;
}
.ecological-footprint-source a {
  background: none !important;
}

/* CUSTOM: SUPPLY CHAIN
Timeline layout, steps, and styling for product supply chain info. */
.supply-chain-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.supply-chain-timeline {
  position: relative;
  padding-left: 30px;
  overflow: hidden;
}
.supply-chain-timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  margin: 0 !important;
}
.supply-chain-timeline-content {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.supply-chain-timeline-content .popup-trigger {
  background: none !important;
}
.supply-chain-timeline-image {
  margin: 0;
  max-width: 400px;
}
.supply-chain-timeline-item:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 0px;
  width: 11px;
  height: 11px;
  border: 1px solid #333;
  background: #000;
  border-radius: 50%;
  z-index: 1;
}
.supply-chain-timeline-item-block:before {
  background: #333;
}
.supply-chain-timeline-line {
  position: absolute;
  left: -25px;
  top: -100%;
  height: 100%;
  width: 1px;
  background-color: #000;
}
.supply-chain-timeline-line-block-wrapper {
  position: absolute;
  left: 5px;
  top: 0;
  height: calc(100% - var(--timelineLast));
  width: 1px;
  overflow: hidden;
}
.supply-chain-timeline-line-block {
  position: absolute;
  left: 0;
  top: 0;
  height: var(--scrollPosition);
  width: 1px;
  background: #333;
}
span.supply-chain-country {
  padding-right: 5px;
}

/* CUSTOM: CARE GUIDE
Wash and care symbols, plus text instructions for each product. */
.careguide-container {
  margin-bottom:15px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.careguide-image-wrapper {
  width: 32px;
}

/* CUSTOM: SIZE GUIDE
Radio-based toggles, size charts, and figurine images. */
.size-chart-accordion {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}
.size-tabs-radio {
  display: none;
}
.size-tabs-label {
  margin-block-start: 0px !important;
  flex-grow: 1;
  text-align: center;
  padding: 12px;
  cursor: pointer;
}
.size-tabs-content {
  margin-block-start: 0rem !important;
  order: 1;
  width: 100%;
  line-height: 1.5;
  display: none;
}
.size-tabs-radio:checked + .size-tabs-label {
  background: #f3f3ea;
}
.size-tabs-radio:checked + .size-tabs-label + .size-tabs-content {
  display: initial;
}
.size-chart-row {
  margin-block-start: 0px !important;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-top: 1px solid rgb(var(--border-color));
}
.size-tabs-content .size-chart-row:last-child {
  border-bottom: 1px solid rgb(var(--border-color));
}
.size-guide-figurine {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 350px !important;
}
@media (max-width: 699px) {
  .size-chart-desktop {
    display: none;
  }
  .size-chart-mobile {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 16px 0 32px 0;
  }
  .size-guide-figurine {
    max-width: 300px !important;
  }
}

/* CUSTOM: SIZE & FIT ACCORDION */
.size-fit-container {
  padding-block-end: 15px;
}
div.size-fit-container .badge a {
  background: none !important;
}
.size-fit-container .badge-list {
  padding-block-start: 1rem;
}



/*====================================================================
COLLECTIONS
All styles for collection-related elements such as product listings,
filters, and SEO text headlines.
====================================================================*/

/* COLLECTION PAGE
Gap between active filters & product pictures. */
.collection__main {
  gap: 1.5rem;
}

/* COLLECTION FILTER
Badges below colelction description to filter the collection. */
.collection-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.collection-filter-badge {
    background: #fff;
    color: black;
    border: 1px solid #000;
    border-radius: 25px;
    text-align: center;
}
.collection-filter-badge > a {
  display: block;
  padding: 5px 15px;
  border-radius: 25px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  touch-action: manipulation;
  color: inherit;
  text-decoration: none;
}
.collection-filter-badge.badge--active {
  background-color: #000;
  color: #fff;
  border: none;
}
.collection-filter-badge.badge--active a {
  color: #fff;
}

/* PRODUCT LIST
Adjust gap or spacing between product images. */
.product-list {
  --product-list-calculated-column-gap: 2px;
}

/* Adjust gap or spacing between product image & product info text. */
.product-card {
  gap: 1rem;
}

/* FILTER BUTTON
Styling for the collection toolbar filter button. */
.collection-toolbar__button {
  font-size: var(--text-h6);
  opacity: 1;
  transition: opacity .2s;
}
.collection-toolbar__button:hover {
  opacity: .5;
}
@media (max-width: 699px) {
  .collection-toolbar__button {
    font-size: var(--text-h6);
  }
}

/* SEO TEXT HEADLINES
Headings displayed in rich text fields for collection SEO content. */
.metafield-rich_text_field h1 {
  font-size: var(--text-h3);
}
.metafield-rich_text_field h2 {
  font-size: var(--text-h4);
  padding-top: 2em;
}
.metafield-rich_text_field h3 {
  font-size: var(--text-h5);
  padding-top: 1.5em;
}

/* CUSTOM: COLOR SWATCHES
Containers, items, and icons for displaying color variants. */
.color-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: 4rem;
}
p.choose-your-color {
  padding-top: 2rem;
}

/* CUSTOM: FIT QUIZ
Complete styling for the interactive Fit Quiz component, including overlay button,
progress navigation, question layout, and responsive answer tiles for desktop and mobile. */

/* --- Base CSS --- */

.fit-quiz-overlay {
  position: fixed;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 20px);
  left: calc(env(safe-area-inset-left, 0px) + 12px);
  z-index: 998;
  cursor: pointer;
  transition: transform .15s ease;
}

.fit-quiz-error-message {
  font-size: var(--text-sm);
  margin-top: 1rem;
  display: none;
}

.fit-quiz-progress {
  margin: 0 0 1rem;
}
.fit-quiz-progress ol {
display: flex;
gap: 6px;
justify-content: center;
list-style: none;
}
.fit-quiz-progress .step-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  color: #000;
  cursor: pointer;
}
.fit-quiz-progress .step-item.is-current .step-link {
  background: #000;
  color: #fff;
}
.fit-quiz-progress .step-item.is-done .step-link {
  background: #fff;
  color: #000;
}
.fit-quiz-progress .step-link:focus-visible {
  outline: none;
}

.fit-quiz-container h2 {
  font-size: var(--text-h4);
  text-align: center;
  text-transform: none;
  margin: 0 0 1rem;
}
.fit-quiz-question {
  width:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fit-quiz-question h2 {
  max-width: 400px;
}

.fit-quiz-radio-flex {
  display: flex;
  gap: 1.5rem;
  --tile-gap: 1.5rem;
  justify-content: center;
  width: 100%;
}

.fit-quiz-radio-tile {
  display: flex;
  flex: 0 0 calc((100% - (2 * var(--tile-gap))) / 3);
  max-width: calc((100% - (2 * var(--tile-gap))) / 3);
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: #fff;
  font-size: 1rem;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.fit-quiz-radio-tile span.label-text {
  padding: 0 10px;
}

.fit-quiz-radio-tile input[type="radio"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

.fit-quiz-radio-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 8px;
}

/* --- Desktop --- */
@media (min-width: 700px) and (hover: hover) {
  .fit-quiz-radio-tile:hover {
    transform: scale(1.025);
  }
  .fit-quiz-overlay:hover{
    transform: scale(1.025);
  }
}

@media (min-width: 700px) {
  .fit-quiz-radio-tile.selected {
    border: 2px solid black;
    padding-bottom: 10px;
  }
  .fit-quiz-question .link {
    margin-top: 25px;
  }
}

/* --- Mobile --- */
@media (max-width: 699px){
  .fit-quiz-radio-flex {
    flex-direction: column;
    gap: 15px;
  }
  .fit-quiz-radio-tile {
    max-width: 100%;
    flex-direction: row;
    flex: 1;
    text-align: left;
    gap: 15px;
    overflow: visible;
    background: white;
    padding: 0;
    align-items: center;
    padding-left: 0;
  }
  .fit-quiz-radio-image {
    display: block;
    max-height: 125px;
    max-width: 100px;
    margin: 0;
    height: 100%;
    object-fit: cover;
  }
  .fit-quiz-radio-tile.selected {
    border: 2px solid black;
  }
  .fit-quiz-question .link {
    margin-top: 15px;
  }
}



/*====================================================================
SECTIONS
Multipurpose site sections like slideshows, images with text, etc.
====================================================================*/

/* GENERAL
Button outline color, gap between headlines and section content. */
.button.button--outline {
  border-color: rgb(var(--text-color));
}
.section-stack {
  gap: 2rem;
}

/* SMALL SPACING
2px spacing between images on homepage */
@media (min-width: 700px) {
  .shopify-section--image-with-text-overlay, .collection-card, .shopify-section--image-with-text, .shopify-section--slideshow {
    padding-bottom: 2px;
  }
  .collection-card {
    padding-left: 1px;
    padding-right: 1px;
  }
}

@media (max-width: 699px) {
  .collection-list {
    gap: 2px;
  }
  image-with-text-overlay {
    padding-bottom: 2px;
  }
}


/* FEATURED COLLECTIONS
Tab styling for featured collections section */
.featured-collections-navigation {
  text-transform: uppercase;
}


/* IMAGE WITH TEXT
Layout and font sizes for the "image-with-text-overlay" elements. */
image-with-text-overlay a {
  font-size: var(--text-h5);
}
@media (max-width: 699px) {
  .image-with-text > .prose {
    margin-block: 3rem;
  }
}

/* SLIDESHOW
Transparent header settings and link font size for carousel elements. */
slideshow-carousel a.link {
  font-size: var(--text-h4);
}
:has(.shopify-section:first-child [allow-transparent-header])
:not(:has(.shopify-section--header ~ .shopify-section-group-header-group))
.header:not(:hover, .is-solid, :has(.header__primary-nav [open], .header__secondary-nav [open], .header-search[open])) {
  --header-show-transparent-logo: 1;
  --header-separation-border-color: 0 0 0 / 0;
  --background: 0 0 0 / 0;
  --background-gradient: 0 0 0 / 0;
  --border-color: 0 0 0 / 0;
  --text-color: var(--header-transparent-header-text-color);
}

/* BORDERS & ALIGNMENT
No-border sections and centered collection lists on tablets. */
.bordered-section {
  border-top: none !important;
}
.collection-list.wrap {
  justify-content: center;
}

/* MULTIPLE MEDIA WITH TEXT
Text alignment and button group display on mobile. */
@media (max-width: 699px) {
  .multiple-media-with-text__content-wrapper.align-self-center .prose {
    text-align: center;
  }
  .multiple-media-with-text__content-wrapper.align-self-center .button-group {
    display: block;
  }
}


/* CUSTOM: SHOP BY COLOR
Displays a row of clickable color circles, rearranging into a
grid on mobile for easy color-based browsing. */

.shop-by-color {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 10px auto;
  max-width: 800px;
}

.color-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;

}

.color-circle:hover {
  transform: scale(1.1);
}

@media (max-width: 699px) {
  .shop-by-color {
    display: grid;
    grid-template-columns: repeat(6, auto);
    place-items: center; 
    gap: 10px; 
  }
}



/*====================================================================
PAGES
All styles for custom pages such as the Impact Board, SDGs, or
MYMARINI Family benefits list.
====================================================================*/


/* CUSTOM: IMPACT BOARD
Filter, status, item layout, transitions, etc. */
.impact-board-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}
.impact-board-filter label {
  font-weight: bold;
}
.impact-board-status-button {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 5px 15px;
  border-radius: 25px;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}
.impact-board-status-button.active {
  background: #000;
  color: #fff;
}
.impact-board {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.impact-board-item {
  background: #f7f7f5;
  position: relative;
  cursor: pointer;
  flex: 0 0 300px;
  transition: transform 0.3s ease;
}
@media (min-width: 700px) {
  .impact-board-item:hover {
    transform: scale(1.02);
  }
}
.impact-board-item img,
.image-container img,
.modal img {
  width: 100%;
  height: auto;
  display: block;
}
.impact-board-img-container {
  position: relative;
}
.impact-board-image-upload {
  margin-bottom: 25px;
  padding: 15px;
  background: #eeeeee;
}
.impact-board-image-upload p.h6 {
  margin-bottom: 10px;
}
.impact-board-text-section {
  padding: 15px;
  text-align: left;
}
.impact-board-text-item {
  margin-top: 15px;
}
.impact-board-item p.h3 {
  font-size: var(--text-xs);
  margin-bottom: 10px;
}
.impact-board-item .description {
  font-size: 0.9em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.impact-board-status-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255,255,255,0.9);
  color: #000;
  padding: 5px 10px;
  font-size: 0.9em;
  border-radius: 20px;
  z-index: 1;
}
.impact-board-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.impact-board-tag {
  background: #000;
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 10px;
  font-size: 0.9em;
}
.sdg-tag {
  background: #006B77;
}
.sdg-tag img {
  width: auto;
  height: 20px;
  vertical-align: middle;
}
.impact-board-item .date {
  font-size: var(--text-sm);
  color: rgba(0,0,0,0.5);
  clear: both;
  margin-top: 5px;
}
.impact-board-modal h3,
.modal-impact-board span.h3 {
  font-size: 14px;
}
.impact-board-modal h3 {
  background: #f7f7f5;
  padding: 8px;
}
.impact-board-modal h4 {
  font-size: 12px;
}
.impact-board-modal img {
  margin: 0;
}

/* CUSTOM: IMPACT BOARD SDGs
Grid layout for the Sustainable Development Goals section. */
.sdg-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.sdg-block {
  background-color: #006B77;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 10px;
  min-height: 65px;
}
.sdg-icon {
  width: 25px;
  height: auto;
}
.sdg-text {
  margin-left: 10px;
  text-align: left;
}
@media (min-width: 700px) {
  .sdg-block {
    padding: 15px;
    min-height: 75px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
  }
  .sdg-block:hover {
    transform: scale(1.02);
  }
  .sdg-section {
    grid-template-columns: repeat(2, 1fr);
  }
  .sdg-icon {
    width: 35px;
  }
}


/* CUSTOM: ICONS LIST & GRID
Displays a responsive grid of icons and labels. Adapts column count
based on the number of items, with special handling for smaller
screens or fewer items. */
.icons-list {
  text-align: center;
  padding-top: 25px;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 15px;
}

.icon-grid:has(div:nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(auto, 250px));
  justify-content: center;
}

.icon-grid div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.icon-grid a {
  background: none !important;
  margin-block-start: 0 !important;
}

.icon-grid img {
  max-width: 50px;
  margin-bottom: 10px;
}

@media (max-width: 699px) {
  .icon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .icon-grid:has(div:nth-child(3):last-child) > div:last-child {
    grid-column: 1 / span 2;
    justify-self: center;
    max-width: 50%;
  }
}



/*====================================================================
BLOG
All styles for blog pages, including article headlines, captions,
and author sections.
====================================================================*/

/* HEADLINES
Adjust font sizes and spacing for blog articles.
*/
.article__wrapper p.h2,
.article__wrapper h2 {
  var(--text-h4);
  padding-top: 40px;
}
.article__wrapper p.h3,
.article__wrapper h3 {
  var(--text-h5);
  padding-top: 20px;
}
@media (max-width: 699px) {
  .article__wrapper p.h2,
  .article__wrapper h2 {
    font-size: 18px;
    padding-top: 30px;
  }
  .article__wrapper p.h3,
  .article__wrapper h3 {
    font-size: 14px;
    padding-top: 15px;
  }
}

/* FIGCAPTION
Margin, color, and alignment for image captions.
*/
.article__wrapper figcaption {
  margin-block-start: 10px !important;
  color: #000000;
  font-style: normal;
  text-align: left;
}

/* CUSTOM: AUTHOR CONTAINER
Layout for the "MYMARINI Beach Guide" author section.
*/
.main-author-container {
  display: flex;
  align-items: flex-start;
  background-color: #F3F3EA;
  padding: 25px;
}
.main-author-item:first-child {
  margin-right: 25px;
}
.main-author-item {
  margin-block-start: 0rem !important;
}
.main-author-item p.h3 {
  padding-top: 0px;
}
@media (max-width: 699px) {
  .main-author-container {
    flex-direction: column;
  }
  .main-author-item img {
    width: 250px;
    padding-bottom: 15px;
  }
}


/*====================================================================
BLOG
All styles for blog pages, including article headlines, captions,
and author sections.
====================================================================*/

/* Disable Swatches due to B4B App Variant Display */
