/** Shopify CDN: Minification failed

Line 761:9 Expected identifier but found whitespace
Line 761:11 Unexpected "{"
Line 761:20 Expected ":"
Line 761:49 Expected ":"
Line 769:6 Expected identifier but found whitespace
Line 769:8 Unexpected "{"
Line 769:17 Expected ":"
Line 769:35 Expected ":"
Line 791:16 Expected identifier but found whitespace
Line 791:18 Unexpected "{"
... and 2 more hidden warnings

**/


/* CSS from section stylesheet tags */
/* ============================
   Blog Posts Section Styling
   ============================ */

  .BlogPostsSection {
    background: linear-gradient(180deg, #fafafa, #ffffff);
  }

  .BlogPostCard {
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    transition: transform .35s ease, box-shadow .35s ease;
  }

  .BlogPostCard:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
  }

  /* Image animation */
  .BlogPostCard .ArticleItem__ImageWrapper img {
    transition: transform .6s ease;
  }

  .BlogPostCard:hover .ArticleItem__ImageWrapper img {
    transform: scale(1.08);
  }

  /* Content spacing */
  .BlogPostCard .ArticleItem__Content {
    padding: 28px;
  }

  /* Category badge */
  .BlogPostCard .ArticleItem__Category {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #777;
  }

  /* Title */
  .BlogPostCard .ArticleItem__Title {
    display: -webkit-box;
    -webkit-line-clamp: 2;          /* limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 1.3;
    min-height: calc(1.3em * 2);    /* lock height to 2 lines */
  }

  .BlogPostCard .ArticleItem__Title a {
    display: block;
  }

  /* Excerpt */
  .BlogPostCard .ArticleItem__Excerpt {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  /* Read more link */
  .BlogPostCard .ArticleItem__Link {
    font-weight: 600;
    position: relative;
  }

  .BlogPostCard .ArticleItem__Link::after {
    content: "→";
    margin-left: 6px;
    transition: transform .3s ease;
  }

  .BlogPostCard:hover .ArticleItem__Link::after {
    transform: translateX(4px);
  }

  /* Section header polish */
  .BlogPostsSection .SectionHeader__Heading {
    margin-top: 10px;
  }

  .BlogPostsSection .SectionHeader__SubHeading {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.8;
  }

  /* Footer button */
  .BlogPostsButton {
    padding: 14px 40px;
    font-size: 15px;
    border-radius: 30px;
  }

  a.ArticleItem__ImageWrapper.AspectRatio.AspectRatio--withFallback {
    margin-bottom: 0px !important;
  }

  .ArticleItem__Content {
    margin: 0 0px !important;
  }

  .ArticleList .Grid__Cell {
    margin-bottom: 40px !important;
  }
/* Size Filter Styling */
.SizeFilterList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.SizeFilterItem {
  margin-bottom: 10px;
}

.SizeFilterLabel {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}

.SizeFilterCheckbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.SizeFilterCheckmark {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  margin-right: 10px;
  position: relative;
}

.SizeFilterCheckbox:checked + .SizeFilterCheckmark {
  background: #000;
  border-color: #000;
}

.SizeFilterCheckbox:checked + .SizeFilterCheckmark::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #fff;
}

.SizeFilterActions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.SizeFilterLoader {
  margin-top: 15px;
  font-size: 13px;
  color: #777;
}

/* Size rows */
.SizeFilterList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.SizeFilterRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  font-size: 14px;
}

.SizeFilterRow input {
  width: 16px;
  height: 16px;
}

/* Sticky sidebar buttons */
.SidebarStickyActions {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 15px 0;
  border-top: 1px solid #eee;
  display: flex;
  gap: 10px;
  z-index: 5;
}

/* Page loader */
.CollectionFilterLoader {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.SizeFilterBox {
  width: 16px;
  height: 16px;
  border: 1px solid #111;
  display: inline-block;
  position: relative;
}

.SizeFilterCheckbox:checked + .SizeFilterBox {
  background: #111;
}

.SizeFilterCheckbox:checked + .SizeFilterBox::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #fff;
}

.SizeFilterRow:hover {
  opacity: 0.7;
}

.CollectionFilterLoader {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
}

/* Ensure loader is visible on mobile */
@media (max-width: 768px) {
  .CollectionFilterLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  #collection-filter-drawer
  [data-action="reset-tags"] {
    display: inline-flex !important;
  }
}



/* Price Filter Styling */
.PriceFilterList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.PriceFilterRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
}

.PriceFilterRow input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.PriceFilterBox {
  width: 16px;
  height: 16px;
  border: 1px solid #111;
  position: relative;
}

.PriceFilterRow input:checked + .PriceFilterBox {
  background: #111;
}

.PriceFilterRow input:checked + .PriceFilterBox::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #fff;
}

.CollectionInner__Sidebar.CollectionInner__Sidebar--withTopToolbar.hidden-pocket {
    margin: 0px 0px 0px 20px;
    padding: 50px 20px 0 0 !important;
    border-right: 1px solid #d9d9d9;
    width: 300px !important;
}

.CollectionInner {
    margin-top: 0px !important;
}

.CollectionInner__Products {
    padding: 50px 0 0 0;
}

span.ProductItem__Price.Price.Price--highlight.Text--subdued {
    font-size: 16px !important;
}
span.ProductItem__Price.Price.Price--compareAt.Text--subdued {
    font-size: 14px !important;
}
span.ProductItem__Price.Price.Text--subdued.non {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
/* ============================
   Wide Dynamic Footer
   ============================ */

.FooterWide {
  background: #0c0c0c;
  color: #ccc;
}

/* Top */
.FooterTop {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 60px;
  padding: 80px 0 60px;
}

.FooterLogo {
  max-width: 170px;
  margin-bottom: 20px;
}

.FooterLogoText {
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
}

.FooterCol .Rte p {
  color: #bbb;
  font-size: 15px;
  line-height: 1.7;
}

/* Menus */
.FooterTitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  /* margin-bottom: 18px; */
  color: #fff;
}

.FooterMenu {
  list-style: none;
  padding: 0;
}

.FooterMenu li {
  margin-bottom: 10px;
}

.FooterMenu a {
  color: #bbb;
  text-decoration: none;
}

.FooterMenu a:hover {
  color: #fff;
}

/* Middle */
.FooterMiddle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.FooterSocial svg {
  fill: #bbb;
}

.FooterNewsletter form {
  display: flex;
  gap: 10px;
}

.FooterNewsletter input {
  padding: 12px 16px;
  border-radius: 30px;
  border: none;
  width: 260px;
}

.FooterNewsletter button {
  padding: 12px 28px;
  border-radius: 30px;
  border: none;
  background: #fff;
  color: #000;
}

/* Bottom */
.FooterBottom {
  text-align: center;
  padding: 22px 0;
  font-size: 14px;
  color: #888;
}

.FooterSocialIcons {
  display: flex;
  gap: 18px;
  list-style: none;
  padding: 0;
}

.FooterSocialIcons a {
  color: #bbb;
  font-size: 14px;
  text-decoration: none;
}

.FooterSocialIcons a:hover {
  color: #fff;
}


/* Mobile */
@media (max-width: 900px) {
  .FooterTop {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 0px;
  }

  .FooterMiddle {
    flex-direction: column;
    gap: 20px;
  }

  .FooterNewsletter form {
    flex-direction: column;
    width: 100%;
  }

  .FooterNewsletter input,
  .FooterNewsletter button {
    width: 100%;
  }
}

/* ============================
   Footer Contact Icons
   ============================ */

.FooterContactInfo {
  list-style: none;
  padding: 0;
  /* margin-top: 24px;  */
}

.FooterContactInfo li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #bbb;
}

.FooterIcon {
  width: 18px;
  height: 18px;
  fill: #bbb;
  flex-shrink: 0;
  margin-top: 3px;
}

.FooterContactInfo a {
  color: #bbb;
  text-decoration: none;
}

.FooterContactInfo a:hover {
  color: #fff;
}

.FooterContactInfo a:hover + .FooterIcon,
.FooterContactInfo li:hover .FooterIcon {
  fill: #fff;
}

/* ============================
   Premium Footer Newsletter
   ============================ */

.FooterNewsletter {
  max-width: 420px;
}

.FooterNewsletter__Text {
  margin-bottom: 14px;
}

.FooterNewsletter__Text h4 {
  margin-bottom: 6px;
}

.FooterNewsletter__Text p {
  font-size: 14px;
  color: #aaa;
}

/* Form wrapper */
.FooterNewsletter__Form {
  width: 100%;
}

/* Input + button group */
.FooterNewsletter__Field {
  display: flex;
  background: #1a1a1a;
  border-radius: 40px;
  padding: 4px;
  overflow: hidden;
}

.FooterNewsletter__Field input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 14px 18px;
  color: #fff;
  font-size: 14px;
}

.FooterNewsletter__Field input::placeholder {
  color: #888;
}

.FooterNewsletter__Field input:focus {
  outline: none;
}

/* Button */
.FooterNewsletter__Field button {
  border: none;
  background: #ffffff;
  color: #000;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.FooterNewsletter__Field button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255,255,255,0.25);
}

/* Mobile */
@media (max-width: 900px) {
  .FooterNewsletter {
    max-width: 100%;
    text-align: center;
  }

  .FooterNewsletter__Field {
    flex-direction: column;
    padding: 6px;
  }

  .FooterNewsletter__Field button {
    width: 100%;
    margin-top: 8px;
  }
}

/* ============================
   Footer Social Icons
   ============================ */

.FooterSocialIcons {
  display: flex;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.FooterSocialIcons a {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1a1a1a;
  transition: transform .25s ease, background .25s ease;
}

.FooterSocialIcons svg {
  width: 18px;
  height: 18px;
  fill: #bbb;
}

.FooterSocialIcons a:hover {
  background: #fff;
  transform: translateY(-3px);
}

.FooterSocialIcons a:hover svg {
  fill: #000;
}

/* ============================
   Footer Accordion – Refined
   ============================ */

/* Desktop */
.FooterTitle--desktop {
  display: block;
}

/* Hide mobile toggle on desktop */
.FooterAccordion__Toggle {
  display: none;
}

/* ---------- Mobile ---------- */
@media (max-width: 900px) {

  /* Hide desktop title */
  .FooterTitle--desktop {
    display: none;
  }

  /* Column divider */
  .FooterCol {
    border-bottom: 1px solid rgba(255,255,255,0.12);
    padding: 16px 0;
  }

  /* Accordion button */
  .FooterAccordion__Toggle {
    all: unset;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
  }

  .FooterAccordion__Toggle .FooterTitle {
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
  }

  /* Arrow */
  .FooterAccordion__Icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
    transform: rotate(45deg);
    transition: transform .3s ease;
  }

  /* Menu hidden by default */
  .FooterMenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    padding-left: 0;
  }

  /* Open state */
  .FooterCol.is-open .FooterMenu {
    max-height: 500px;
    margin-top: 14px;
  }

  .FooterCol.is-open .FooterAccordion__Icon {
    transform: rotate(-135deg);
  }

  /* Links alignment */
  .FooterMenu li {
    margin-bottom: 12px;
  }

  .FooterMenu a {
    display: block;
    text-align: left;
    font-size: 15px;
    color: #bbb;
  }
}
/* Section spacing */
.ProductVideos {
  margin: {{ section.settings.section_margin }}px 0;
}

/* Horizontal scroll wrapper */
.ProductVideos__wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(100% / {{ section.settings.desktop_columns }});
  gap: {{ section.settings.gap }}px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
}

/* Grid item */
.ProductVideos__item {
  scroll-snap-align: start;
  width: 100%;
}

/* Shopify video wrapper MUST stretch */
.ProductVideos__item .shopify-video {
  width: 100%;
}

/* Video element */
.ProductVideos__item video {
  width: 100%;
  height: auto; /* 🔥 THIS IS THE KEY */
  display: block;
  border-radius: {{ section.settings.radius }}px;
  background: #000;
}

/* Mobile */
@media (max-width: 768px) {
  .ProductVideos__wrapper {
    grid-auto-columns: 100%
  }
}
.revy-custom-content-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shopify-section--bordered>.Section--spacingNormal{
    padding: 40px 0 !important;
  }

/* CSS from snippet stylesheet tags */
.CustomSizeSelector__Boxes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .CustomSizeBox {
    padding: 6px 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
  }

  .CustomSizeBox.is-selected {
    background: black;
    color: white;
    border-color: black;
  }

  .CustomSizeBox.is-disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .SizeHeaderRow {
    display: flex;
    justify-content: space-between;
  }

  .Button--secondary:before, #shopify-product-reviews .spr-pagination-prev>a:before, #shopify-product-reviews .spr-pagination-next>a:before{
    background: #000 !important;
  }
  .Button--secondary:not([disabled]):hover, #shopify-product-reviews .spr-pagination-prev>a:not([disabled]):hover, #shopify-product-reviews .spr-pagination-next>a:not([disabled]):hover {
    color: #fff !important;
    border-color: #000 !important;
  }
  button.ProductForm__AddToCart.Button.Button--secondary.Button--full {
    color: #000;
    border: 1px solid #000;
  }



  .Button--primary, .shopify-payment-button__button--unbranded, #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .spr-button-primary:not(input){
    color: #fff !important;
    border-color: #000 !important;
  }

  .Button--primary:before, .shopify-payment-button__button--unbranded:before, #shopify-product-reviews .spr-summary-actions-newreview:before, #shopify-product-reviews .spr-button-primary:not(input):before{
    background-color: #000 !important;
    color: #000 !important;
  }

  .Button--primary:not([disabled]):hover, .shopify-payment-button__button--unbranded:not([disabled]):hover, #shopify-product-reviews .spr-summary-actions-newreview:not([disabled]):hover, #shopify-product-reviews .spr-button-primary:not([disabled]):hover:not(input){
    color: #000 !important;
  }

  @media (min-width: 1008px){
    h2.ProductMeta__Vendor.Heading.u-h6 {
      display: none !important;
    }

    h1.ProductMeta__Title.Heading.u-h2 {
      text-align: left !important;
    }
    .CustomSizeBox{
      padding: 6px 25px !important;
    }
    .ProductForm__QuantitySelector {
      margin-top: 16px !important;
    }
    .ProductForm__Variants {
      margin-bottom: 16px !important;
    }
  }
.ProductMeta__PriceList.Heading.ProductMeta__PriceList--custom{
    margin-top: -10px !important;
  }

  h1.ProductMeta__Title.Heading.u-h2 {
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: capitalize;
  }

  h2.ProductMeta__Vendor.Heading.u-h6 {
    margin-bottom: 5px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    border-left: 5px solid #000000;
    border-radius: 5px;
  }

  .ProductMeta__PriceList--custom {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .Price--highlight{
    color: red !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
  }

  span.ProductMeta__Price.Price.u-h4{
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
  }

  .Price--compareAt {
    text-decoration: line-through;
    opacity: 0.6;
    margin-left: 0px !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
  }

  .Price--discount {
    font-size: 12px;
    font-weight: 600;
    color: #ff0000;
    padding: 2px 6px;
    background: rgb(255 0 0 / 8%);
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  @media (min-width: 280px) and (max-width: 1008px) {
    h2.ProductMeta__Vendor.Heading.u-h6 {
      display: none !important;
    }

    h1.ProductMeta__Title.Heading.u-h2 {
      text-align: left !important;
    }
    .CustomSizeBox {
      padding: 6px 25px !important;
    }
    .ProductForm__QuantitySelector {
      margin-top: 16px !important;
    }
    .ProductForm__Variants {
      margin-bottom: 16px !important;
    }
  }
div#Search {
        width: 400px !important;
    }