/** Shopify CDN: Minification failed

Line 363:2 Unexpected "}"

**/
  html {
    padding-bottom: 0 !important;
  }
  .sezzle-shopify-info-button {
    display: none !important;
  }
  
  @font-face {
    font-family: "MaxevilleRegular";
    src: url('/cdn/shop/files/Maxeville-Regular.woff2?v=1730236288') format('woff2');
  }
  @font-face {
    font-family: "MaxevilleMono";
    src: url('/cdn/shop/files/MaxevilleMono-Regular.woff2?v=1730236329') format('woff2');
  }
  @keyframes fadeInOpacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
    0% {
      opacity: 0;
    }
  }
  body, body input, body textarea, body form, body h1, body h2, body h3, body h4, body h5 body h6 {
    font-family: "MaxevilleRegular" !important;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  body.template-index {
    padding-top: 0;
    margin-top: 0;
  }
  body .header .logo img {
    height: 42%;
    margin-top: 6px;
  }
  body.default-view .header .logo img {
    margin-top: 0;
  }
  @media screen and (max-width:769px) {
    body .header .logo img {
      margin-top: 0;
      height: 30%;
    }
     body.template-index {
      margin-top: -10px;
    }
  }
  body.stick {
    overflow: hidden;
  }
  /*Icons*/
  
  .header .menu-meta__count, .b-button, .menu-meta .menu-meta__icon img {
    width: 30px;
  }
  .sidebar__close button img {
    width: 20px;
  }
  .header .menu-meta__count {
    left: 1px;
    top: 14px;
    color: #000000;
  }
  /*Mega Menu*/
  
  .header.wrapper,
  .us-view .header.wrapper.scrolled {
    padding: 0 40px;
    position: fixed;
  }
  .header.wrapper.scrolled {
    padding: 20px 40px;
  }
  .header.wrapper .logo-img {
    transform: translateY(0%);
    transition: transform 0.5s ease-in-out;
    display:flex;
    align-items:center;
  }
  .header.wrapper.scrolled .logo-img {
    transform: translateY(-250%);
  }
  .new-arrivals {
    margin-bottom: 10px;
  }
  .new-arrivals a {
    color: gray;
  }
  .sale-main {
    margin-top: 15px;
  }
  #mobile-menu {
    display: none;
  }
  .mobile-image img {
    width: 100%;
    height: auto;
    margin-top: 100px;
  }
  #site-menu-sidebar #search-open-button img {
    width: 20px;
  }
  
  #desktop-menu {
    margin-top: 42px;
    flex-direction: column;
    display: flex;
    text-transform: uppercase;
  }
  
.scrolled #desktop-menu {
  margin-top: 0px;
}
  @media screen and (max-width: 769px) {
    #desktop-menu {
      display: none;
    }
    #search-open-button {
      display: none;
    }
    #mobile-menu {
      display: inherit;
    }
    #site-menu-sidebar #search-open-button {
      display: block;
    }
  }
  .megamenu {
    display: flex;
    flex-direction: column;
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out;
    position: fixed;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 42px 40px 0 40px;
    overflow: hidden;
  }
  .megamenu .sidebar__close:after {
    left: 0;
    width: auto;
  }
  .megamenu ::-webkit-scrollbar {
    display: none;
  }
  .megamenu .primary-menu {
    display: none;
    transition: opacity 1s linear;
    opacity: 0;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .5s;
  }
  .megamenu .primary-menu.open {
    display: inherit;
    padding-top: 62px;
    opacity: 1;
  }
  .megamenu button, .megamenu .gift-cards {
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    height: 20px;
  }
  .megamenu .gift-cards a h4 {
    line-height: 17px !important;
  }
  .megamenu button:focus, .megamenu button:hover {
    color: #000000;
  }
  .megamenu .sidebar__content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    text-transform: uppercase;
  }
  .megamenu .sidebar__content .sidebar__menus {
    display: flex;
    padding: 0px;
    position: relative;
  }
  .megamenu .sidebar__content .sidebar__menus h4 {
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    color: #707070;
  }
  .megamenu .sidebar__content .sidebar__menus h4.red, 
  .sale-text,
  #sale-text,
  #sale-text a{
    color: red;
  }
  .cart-items #sale-text {
    margin-top: 5px;
    display: block;
  }
  .megamenu .sidebar__content .sidebar__menus .active h4 {
    color: #000000;
  }
  .megamenu .sidebar__content .sidebar__menus #master {
    width: 210px;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .megamenu .sidebar__content .sidebar__menus #master li a {
    color: #707070;
  }

  .megamenu .sidebar__content .sidebar__menus .mens-menu  #master .new-arrivals a,
  .megamenu .sidebar__content .sidebar__menus .womens-menu #master .new-arrivals a {
    color: gray !important;
  }
.megamenu .sidebar__content .sidebar__menus .mens-menu  #master .new-arrivals.red a,
  .megamenu .sidebar__content .sidebar__menus .womens-menu #master .new-arrivals.red a,
 .megamenu .sidebar__content .sidebar__menus .master.red a{
    color: red !important;
  }
  .megamenu .sidebar__content .sidebar__menus #master .new-arrivals:first-child {
    margin-bottom: 10px;
  }
  .sidebar__menus ul {
    line-height: 20px;
  }
  .megamenu #inner-main {
    display: flex;
    flex-direction: column;
    min-width: 160px;
  }
  .megamenu.open {
    transform: translateY(0%);
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
  }
  .megamenu.open .master-sub.brands {
    display: block;
    position: absolute;
    left: 220px;
    top: 60px;
    height: 100%;
    margin: 0;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 40px;
    max-width: 380px;
    padding-bottom: 100px;
  }
  .megamenu.open .master-sub.open_sub::-webkit-scrollbar {
    display: none;
  }
  body .sidebar__close button span:first-child {
    margin-right: 0;
  }
  .megamenu .sidebar__close {
    position: absolute;
    right: 40px;
  }
  .sidebar__close {
    justify-content: space-between;
  }
  #site-cart-sidebar .sidebar__close {
    justify-content: flex-end;
  }
  .sidebar__close search-open-button img {
    width: 20px;
  }
  .megamenu .sidebar__close .close-sidebar__text, .sidebar__close .close-sidebar__text {
    display: none !important;
  }
  .megamenu .menu.brands li {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .megamenu .menu.brands li img {
    display: none;
    position: fixed;
    left: 60%;
    top: 90px;
  }
  .megamenu .menu.brands li:hover img {
    display: inherit;
  }
  .menu-opener__text, .menu-opener__text a {
    position: relative;
    font-size: calc(14px / 18 * var(--base-body-size) + 0px);
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    color: #000;
  }
  body.template-index .menu-opener__text, 
  body.template-index .menu-opener__text a,
  body.template-index .menu-meta .menu-meta__link,
  body.template-index .header .menu-meta__count{
    color: #fff
  }
  body.template-index #inner-main .menu-opener__text, 
  body.template-index #inner-main .menu-opener__text a, 
  #inner-main .menu-opener__text, #inner-main .menu-opener__text a {
    color: black;
  }
  #master .panel {
    padding: 0;
    display: none;
    transition: opacity 1s linear;
    opacity: 0;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .5s;
  }
  .panel .master-sub {
    margin: 15px 0;
  }
  .panel .master-sub li a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #707070;
  }
  .panel .master-sub li a:hover {
    color: #000000;
  }
  .panel .master-sub.red li a, .panel .master-sub.red li a:hover {
    color: red !important;
  }
  .megamenu .active h4 {
    color: #000;
  }
  body.template-index .header-holder a, .header-holder .menu-opener, .header-holder .logo {
     color: white;
   }
  .header-holder a, .header-holder .menu-opener, .header-holder .logo {
    color: black;
    font-size: calc(14px / 18 * var(--base-body-size) + 0px);
  }
  /*body.template-index .menu-opener__text, 
  body.template-index .menu-opener__text a,
  body.template-index .header-holder a, 
  body.template-index .header-holder .menu-opener, 
  body.template-index .header-holder .logo, 
  body.template-index .menu-meta .menu-meta__link,
  body.template-index .header .menu-meta__count,
  body.template-index .menu-meta .menu-meta__link{
    color: #000;*/
  }
  
  body.template-index .menu-opener__text, 
  body.template-index .menu-opener__text a,
  body.template-index .header-holder a, 
  body.template-index .header-holder .menu-opener, 
  body.template-index .header-holder .logo, 
  body.template-index .menu-meta .menu-meta__link,
  body.template-index .header .menu-meta__count,
  body.template-index .menu-meta .menu-meta__link{
    color: #fff;
  }
  
  #shopify-section-header .header-holder .menu-opener {
    margin-left: 0;
  }
  #shopify-section-header .header .menu-opener__icon {
    top: -5px;
  }
  .default-view #shopify-section-header .header .menu-opener__icon {
    top: -20px;
  }
  .megamenu .sidebar__content .image-column {
    width: 75%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    display: none;
  }
  .megamenu .sidebar__content .image-column.open {
    display: inherit;
  }
  .megamenu .sidebar__content .image-column img {
    width: 85%;
    height: auto;
  }
  .footer-links {
    width: 100%;
  }
  .footer-links ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto 0;
  }
  .footer-links ul li {
    margin: 0 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "MaxevilleMono";
    cursor: pointer;
  }
  .footer-links ul li a {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "MaxevilleMono";
  }
  .neighbour-title {
    width: 94%;
    margin: 40px auto 20px;
    text-align: center;
    vertical-align: bottom;
    
  }
  #shopify-section-footer {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  @media (max-width:768px) {
    .footer-links ul li a,
    .footer-links ul li{
      font-size: 14px;
    }
     .footer-links ul li {
       margin-bottom: 5px;
     }
    .neighbour-title {
      width: 90%;
      margin: 40px auto 15px;
    }
  }
  /*collection*/
  #main-collection-product-grid {
    transition: transform 0.5s ease-in-out;
  }
  #main-collection-product-grid.loading {
    opacity: 0.5;
    transition: transform 0.5s ease-in-out;
  }
  .collection-filters-handle-holder,
  .collection-filters__field .select {
    display: flex;
  }
  .collection-filters-handle-holder  select {
    padding: 0;
    border: 0;
    font-size: 10.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    margin: 0 0 0 20px;
    height: auto;
    width: 100%;
    background: none !important;
  }
  .collection-filters__field .select {
    margin-top: 2px;
  }
  #collection-filters {
    padding: 20px 40px;
  }
  .template-collection .shopify-section.mount-collection {
    margin-bottom: 50px;
  }
  .collection .row  .product-item {
    width: 100% !important;
  }
  .collection .row {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      grid-column-gap: 30px;
      grid-row-gap: 100px;
      margin-bottom: 100px;
  }
  @media screen and (max-width: 769px) {
    .sort-collection, .sort-collection .select {
      justify-content: center;
    }
    #collection-filters {
      padding: 0px 10px 20px 10px;
    }
    .collection .row {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      grid-column-gap: 5px;
      grid-row-gap: 0px;
      margin-bottom: 0px;
    }
  }
  @media screen and (min-width:769px) {
    .template-collection .shopify-section {
      margin-bottom: 0px;
    }
    body.template-collection-mixed-sizes .collection .row:nth-child(odd) {
      display: grid;
      margin: 0;
      width: 100%;
      grid-gap: 8px;
      grid-template-areas: "a a b" "a a c";
    }
    body.template-collection-mixed-sizes .collection .row:nth-child(even){
      display: grid;
      margin: 0;
      width: 100%;
      grid-gap: 2%;
      grid-template-areas: "b a a" "c a a";
    }
    body.template-collection-mixed-sizes .collection .row .product-item:nth-child(1) {
      grid-area: a;
      width: 100%;
    }
    body.template-collection-mixed-sizes .collection .row:nth-child(odd) .product-item:nth-child(2) {
      grid-area: b;
      margin-bottom: 20px;
      margin-left: 5%;
      width: 92.5%;
    }
    body.template-collection-mixed-sizes .collection .row:nth-child(even) .product-item:nth-child(2){
      grid-area: b;
      margin-bottom: 10px;
      margin-right: 5%;
      width: 92%;
    }
    body.template-collection-mixed-sizes .collection .row:nth-child(odd) .product-item:nth-child(3){
      grid-area: c;
      margin-left: 5%;
      width: 92.5%;
    }
    body.template-collection-mixed-sizes .collection .row:nth-child(even) .product-item:nth-child(3){
      grid-area: c;
      margin-right: 5%;
      width: 92%;
    }
  }
  @media screen and (min-width: 828px) {
    body .collection {
      width: 100%;
      margin-left: 0 !important;
      padding: 0 0 0 40px;
      display: grid;
      grid-template-columns: repeat(3,1fr);
      grid-row-gap: 100px;
    }
  }
  
  .product-item__vendor, product-item__vendor a, .product-item__title, .product-item__title span a, .product-item__price, .product-recommendations .product .text, .product__price--original {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "MaxevilleRegular" !important;
    color: #707070;
  }
  .cart-item .item__price#red, #red .product__price--original {
    color: red;
  }
  .product-recommendations .product .text {
    margin-top: 15px;
  }
  .product-recommendations .product .text .product-title {
    margin: 5px 0;
  }
.product-recommendations .product .text .product-title a {
  color: #707070;
}
  .product-item__title {
    font-weight: 400;
    margin: 2px 0 4px 0;
    font-family: "MaxevilleRegular" !important;
  }
  .shop-all {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .shop-all a {
    font-size: 14px;
  }
  body .product__image-zoom svg {
    display: none;
  }
  .product-item__price del, .product__price--compare, .compare-at-price, .compare-at-price .money {
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: gray;
    font-size: 11px;
    font-family: "MaxevilleRegular" !important;
  }
  .product-item__price del::before, .product__price--compare::before, .compare-at-price::before {
    content: '';
    display: block;
    background: url('/cdn/shop/t/78/assets/strikethrough-long.png?v=1737057355');
    width: 100%;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 1;
  }
  body .section-header__title.h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "MaxevilleRegular" !important;
    color: #707070;
  }
  body .product-variant__container .product-variant__item {
    margin-right: 10px;
  }
  body .product-variant__container .product-variant__item input:checked+label {
    padding: 0 !important;
    border: 0;
    margin: 0;
    border-bottom: 1px solid #707070;
    font-size: 12px;
    color: #707070;
  }
  body .product-variant__container .product-variant__item input[disabled]+label {
    color: rgba(var(--color-text-rgb),.12) !important;
  }
  body .product-variant__container .product-variant__item input+label {
    font-size: 12px;
    color: #707070;
  }
  body .product-item__price>span:not(.unit-price) {
    color: #707070;
  }
  body.template-product {
    margin-top: 130px;
  }
  body.template-product br {
    display: none;
  }
  body .css-slider .css-slides-container {
    flex-wrap: wrap;
    grid-gap: 20px;
  }
  body .css-slider .css-slides-container img {
    width: 100%;
  }
  body .no-touchevents .button--border:hover, 
  body .button--border:focus {
    background: #000 !important;
    color: #fff !important;
  }
  body .mount-product-gallery {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  body .product__description, body .product__description:not(:last-child) {
    margin-bottom: 0;
    color: #707070;
  }
  body .product toggle-tab:first-of-type {
    margin-top: 0;
  }
  #detail-content .description ul, #detail-content .description table {
    display: none;
  }
  #detail-titles {
    display: flex;
  }
  #detail-content li {
    display: none;
    font-size: 12px;
  }
  #detail-content p br {
    display: block;
    width: 100%;
  } 
  #detail-content li.active {
    display: inherit;
  }
  #detail-content li.details.active li {
    display: block;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  #detail-content li.details.active li a {
    display: none;
  }
  #detail-content li.details ul {
   display: none;
  }
  #detail-titles li {
    margin-right: 15px;
    font-size: 12px;
    cursor: pointer;
  }
  #detail-titles li.active {
    border-bottom: 1px solid;
    padding-bottom: 3px;
  }
  #detail-content li.measurements table {
    border: 0;
  }
  #detail-content li.measurements table th, 
  #detail-content li.measurements table td {
    border-right: 0;
    font-size: 9px;
  }
  #detail-content li.measurements table tr th:first-child, 
  #detail-content li.measurements table tr td:first-child  {
    padding-left: 0;
  }
  body#shipping-amp-returns table td.ship-two {
    width: 60%;
  }
  body#shipping-amp-returns table td.ship-two {
    width: 35%;
  }
  body#shipping-amp-returns table td.ship-hree {
    width: 5%;
  }
  .sale .money, 
  .special-price .money {
    color: red;
  }
  #section-collection-header .section-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #section-collection-header .section-header .header-desc {
    width: 19%;
    font-size: 12px;
    padding-right: 40px;
    margin-top: 2px;
  }
  #section-collection-header .section-header .header-desc .red {
    color: red !important;
   }
  #section-collection-header .section-header #description-wrapper {
    width: 60%;
    margin-bottom: 70px;
    position: relative;
  }
  #section-collection-header .section-header #description,
  #section-collection-header .section-header #description p, 
  #section-collection-header #blurb {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
    color: #707070;
  }
  #section-collection-header .section-header #description p .red, 
  #section-collection-header #blurb .red {
    color: red;
  }
  #section-collection-header .section-header #description p strong {
    color: red;
  }
  @media screen and (max-width:1023px) {
    #detail-content li.measurements table {
      width: 100% !important;
    }
    #detail-content li.measurements table th, 
    #detail-content li.measurements table td {
      padding: 10px 0px 8px;
    }
    #section-collection-header .section-header .section-header__title {
      margin-bottom: 5px;
    }
    body.template-collection {
      padding-top: 60px;
    }
    #section-collection-header {
      padding: 0 20px;
    }
    .mount-collection {
      padding: 0 10px;
    }
    #section-collection-header .section-header {
      flex-direction: column;
    }
    #section-collection-header .section-header .header-desc, 
    #section-collection-header .section-header #description-wrapper {
      width: 100%;
    }
   #section-collection-header .section-header .header-desc .red {
    color: red !important;
   }
    #section-collection-header .section-header #description {
      overflow: hidden;
      height: 50px;
      cursor: pointer;
      transition: transform 0.5s ease-in-out;
    }
    #section-collection-header .section-header #description-wrapper:after {
      content: '';
      position: absolute;
      right: -7px;
      bottom: -2px;
      display: block;
      font-size: 9px;
      background: url('/cdn/shop/t/77/assets/plus.png?v=1734050407');
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      width: 13px;
      height: 13px;
      cursor: pointer;
    }
    #section-collection-header .section-header #description.expand {
      height: 100%;
    }
    #section-collection-header .section-header #description-wrapper.open:after {
      display: none;
    }
  }
  #section-collection-header .section-header #description blockquote {
    display: none;
  }
  #section-collection-header .section-header .section-header__title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "MaxevilleRegular" !important;
    color: #000000;
    line-height: 15px;
  }
  #section-collection-header .section-header blockquote {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
  }
  .product-variants-collection {
    display: none;
  }
  .product-variants-collection ul {
    list-style-type: none;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .product-variants-collection ul li {
    margin-right: 6px;
    font-size: 11px;
  }
  .product-variants-collection ul li.sold-out,
  .product-variants-collection ul li.sold-out-all {
    color: gray;
    position: relative;
  }
  .product-variants-collection ul li.sold-out:before {
    content: '';
    display: block;
    background: url('/cdn/shop/t/78/assets/strikethrough-short.png?v=1737057355');
    width: 100%;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translate(-20%, 0%);
  }
  .product__description p {
    line-height: 18px;
  }
  .product-item:hover .product-item__price {
    display: none;
  }
  .product-item:hover .product-variants-collection {
    display: inherit;
  }
  /*Accordion*/
  .accordion-section {
    margin-bottom: 50px;
  }
  #main .accordion {
    color: #444;
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-top: 1px solid #000;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "MaxevilleRegular" !important;
    letter-spacing: 1px;
  }
  #main .accordion:last-child {
    border-bottom: 1px solid #000;
  }
  #main .active, 
  body#shipping-amp-returns #main .accordion:hover {
    color: #707070;
  }
  .panel {
    display: none;
    overflow: hidden;
    padding: 20px 0px;
    font-size: 12px;
  }
  .panel p.taxes {
    color: #000000;
  }
  .panel span {
    display:block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .panel strong {
    font-weight: bold;
  }
  body#shipping-amp-returns #main,
  body#careers #main{
    margin-bottom: 100px;
  }
   #main .accordion:after {
    content: '';
    background: url('/cdn/shop/t/57/assets/plus.png?v=1652305868');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    float: right;
    margin-left: 5px;
  }
  body#shipping-amp-returns table h5,
  body#careers table h5 {
    font-family: "MaxevilleRegular" !important;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  body#shipping-amp-returns table,
  body#careers table {
    border: 0;
    margin-bottom: 30px;
  }
  #shipping-table {
    color: #ffffff;
  }
  body#careers table tr,
  body#shipping-amp-returns table tr {
    border-top: 1px solid #000;
  }
  body#shipping-amp-returns table tr.shipping-region{
    border-top: 0;
  }
  body#careers table th,
  body#careers table td,
  body#shipping-amp-returns table th,
  body#shipping-amp-returns table td {
    border-right: 0;
    padding: 10px 0;
    color: #707070;
  }
  body#shipping-amp-returns table td.ship-one {
    width: 45%;
  }
  body#shipping-amp-returns table td.ship-two {
    width: 30%;
    text-align: right;
  
  }
  body#shipping-amp-returns table td.ship-three {
    width: 25%;
    text-align: right;
  }
  /*cart + menu*/
  .template-cart .section-w-margin {
    margin-bottom: 80px;
  }
  body .cart-item img {
    width: 10px;
  }
  body .search-item img {
    width: 20px;
  }
  .alert:before {
    display: none;
  }
  .alert {
    font-size: 12px;
    color: red;
  }
  #site-cart-sidebar {
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
  }
  #site-menu-sidebar {
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
  }
  #site-cart-sidebar.sidebar--opened, #site-menu-sidebar.sidebar--opened {
    transform: translateX(0%);
  }
  #CartTotal+.info {
    font-size: 11px;
  }
  #CartTotal {
    font-size: 14px;
  }
  #CheckOut {
    margin-top: 20px;
    font-family: "MaxevilleRegular" !important;
    letter-spacing: 1px;
  }
  .cart-item .content, .cart-item .info.variant-title, .product__offers .product__title, .product__offers .vendor, .product__offers .vendor a, .product__cart-actions .product__add-to-cart {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "MaxevilleRegular" !important;
    color: #707070;
  }
  .cart-actions {
    width: 100%;
  }
  .product__cart-actions .product__add-to-cart {
    border: 1px solid #707070;
  }
  .product__offers .product__title {
    margin-top: 4px;
  }
  .cart-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
  }
  .cart-item:last-child {
    border: 0;
  }
  .cart-footer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .cart__footer .button {
    font-size: 12px;
    font-family: MaxevilleRegular !important;
  }
  .sidebar__container #AjaxCartSubtotal {
    width: 100%;
    background: #fff;
    position: sticky;
    bottom: 0;
    z-index: 9;
    margin-top: auto;
  }
  .sidebar__container #CheckOut {
    width: 100%;
  }
  .sidebar__container .search-bar input {
    margin-bottom: 0;
  }
  body .footer-item, body .localization-form-holder .localization-form {
    margin-bottom: 0 !important;
  }
  body .localization-form-holder .regular-select-cover {
    border: 0;
  }
  .localization-form-holder .regular-select-inner {
    font-size: 10px;
    font-family: MaxevilleMono !important;
  }
  @media (max-width:768px){
    .localization-form-holder .regular-select-inner {
        font-size: 14px;
    } 
  } 
  .localization-form-holder .regular-select-content.content-opened.invert, 
  .localization-form-holder .regular-select-content.content-opened.invert-permanent {
    min-width: 400px;
  }
  body #shopify-section-footer>footer {
    margin-top: 0;
  }
  body.template-index .section-w-margin, .template- .page-content {
    margin-bottom: 0;
  }
  body .product-variant__container {
    marghin-bottom: 30px;
  }
  body .product-variant__container .product-variant__item input+label {
    border-bottom: 2px solid #fff
  }
  /*shipping*/
  
  .shipping-returns {
    display: flex;
    width: 80%;
    margin: 0 auto 60px;
  }
  .shipping-returns .left, 
  .shipping-returns .right {
    width: 50%;
  }
  .shipping-returns .right {
    padding-left: 100px;
  }
  .shipping-returns .left img {
    width: 100%;
  }
  @media (max-width: 768px)  {
    .shipping-returns {
      flex-direction: column;
    }
    .shipping-returns .left, 
    .shipping-returns .right {
      width: 100%;
      padding: 0;
    }
    .shipping-returns .left {
      order: 2;
    }
    .shipping-returns .right {
      order: 1;
      margin-bottom: 30px;
    }
  }
  /*pagination*/
  
  body .pagination li {
    border: 0;
    font-size: 11px;
  }
  body .pagination {
    margin-bottom: 40px;
  }
  /*popup*/
  
  .popup-close img {
    width: 20px;
  }
  body #zoom .zoom__exit, body .no-touchevents .product-variant__container .product-variant__item label:hover {
    background: transparent;
  }
  body #zoom.loaded img {
    width: 25px;
  }
  /*toggle*/
  
  .toggle svg {
    display: none !important;
  }
  .toggle__title {
    font-size: 12px;
    padding: 0 0 5px 0;
    display: flex;
    align-items: center;
  }
  .toggle__title img {
    width: 15px;
    margin-right: 10px;
  }
  body .toggle+.toggle {
    border: 0;
  }
  /*search*/
  
  .search-form button[type=submit]:not(.button):not(.spr-button-primary) img {
    width: 25px;
  }
  .menu-meta .menu-meta__link {
    width: 100%;
    font-size: 12px;
    height: auto;
    color: #000;
    margin-left: -3px;
  }
  body .header .menu-meta ul {
    align-items: flex-start;
  }
  body .header--wout-icon-labels .menu-opener__icon, body .header--wout-icon-labels .menu-meta__icon {
    left: auto;
    font-size:calc(14px / 18 * var(--base-body-size) + 0px);
    line-height: 1;
  }
  .menu-meta ul li {
    margin-bottom: 8px;
    font-size: 13px;
    color: #707070;
  }
  .menu-meta {
    margin-top: 42px;
  }

  .scrolled .menu-meta {
    margin-top: 0px;
   }
  .parent-menu {
    height: 21px;
    display: flex;
  }
  /*account*/
  #section-login {
    max-width: 90%;
    margin: 0 auto 0;
  }
  @media screen and (max-width:769px) {
    .order-table tbody td {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      flex-direction: column;
    }
    .order-table tbody td img {
      margin-bottom: 20px;
    }
    #section-login {
      margin: 0 auto 60px;
    }
    #section-account,
    #section-order {
      margin: 0 auto 0;
      width: 90%;
    }
    #section-account .h6.rte {
      margin: 40px auto;
    }
    .order-table tbody tr {
      padding-bottom: 20px;
    }
    .template-order .pagination, .template-account .pagination, .template-addresses .pagination {
      width: 100%;
      justify-content: center;
      align-items: center;
      margin: 20px auto 60px;
      transform: none;
    }
  }
  .login-footer {
    text-align: center;
    text-transform: uppercase;
  }
  .product-order {
    display: flex;
    flex-wrap: wrap;
  }
  .product-order a {
    width: 50%;
    margin-left: 10px;
    border-bottom: 0 !important;
  }
  .product-order .note {
    width: 100%;
  }
  .product-order .note a {
    margin: 0;
  }
  #open_address_new img {
    width: 25px;
    margin-right: 10px;
  }
  /*localization*/
  .localization-form__country {
    text-transform: uppercase;
  }
  /*mobile menu*/
  #mobile-menu.menu {
    width: 100%;
    text-align: center;
    height: auto;
    text-align: left;
  }
  #mobile-menu.menu li ul {
    display: none;
    margin: 30px 0 40px 0;
  }
  #mobile-menu.menu li ul.sale-tier {
    margin: 10px 10px 10px 10px;
  }
  #mobile-menu.menu li ul li {
    margin-bottom: 5px;
  }
  #mobile-menu.menu li {
    margin-bottom: 15px;
  }
  #mobile-menu.menu li form {
    margin-top: 50px;
  }
  #mobile-menu.menu li ul.nested {
    display: none;
    margin: 10px;
  }
  #mobile-menu.menu li ul.nested li {
    margin-bottom: 5px;
    font-size: 16px;
  }
  #mobile-menu.menu li ul.nested li:first-child a{
    color: black !important;
  }
  #mobile-menu.menu li a {
    padding: 0;
    line-height: 20px;
  }
  #mobile-menu.menu .title, .sidebar--accounts a {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 50px;
    cursor: pointer;
  }
  #mobile-menu.menu .title.last-title a{
   line-height: 50px;
  }
  #mobile-menu.menu .tier2, #mobile-menu.menu .title.sale {
    color: black;
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
  }
  #mobile-menu.menu .tier2.red {
    color: red !important;
  }
  #mobile-menu.menu .sale-tier a, #mobile-menu.menu .sale-tier {
    color: red;
  }
  #mobile-menu.menu .open {
    color: #999;
  }
  .mobile-gallery {
    display: none;
  }
  /*Home slides */
  
  .vertical-slider .slide:nth-child(even) {
    flex-direction: row;
  }
  .vertical-slider .slide:nth-child(even) .slide-heading {
    margin-left: 50% !important;
  }
  /*Hero Gallery*/
  
  @media screen and (min-width:1023px) {
    .hero-gallery {
      width: 100%;
      height: 100%;
      display: grid;
      grid-template-columns: 50% 1fr;
      grid-gap: 0rem;
      margin-bottom: 60px;
    }
    .hero-gallery .featured-hero {
      position: sticky;
      position: -webkit-sticky;
      top: 0rem;
      align-self: start;
    }
  }
  .hero-gallery .gallery-item {
    position: relative;
    margin: 0;
  }
  .hero-gallery .gallery-item .gallery-item__caption {
    margin-top: 0;
    position: relative;
  }
  .hero-gallery .gallery-item__title {
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 30px;
    transform: translate(100%, 0%) rotate(-90deg);
    transform-origin: bottom left;
  }
  .cart-proceed {
    display: none;
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 7px 30px;
    cursor: pointer;
  }
  .cart-proceed.visible {
    display: inherit;
  }
  #site-cart-sidebar.sidebar .cart-out:before,
  #site-cart-sidebar.sidebar .sidebar__close:after{
    display: none;
  }
  #site-cart-sidebar.sidebar__close:after,
  #site-cart-sidebar .sidebar__close{
    background: transparent;
  }
  .mobile-gallery {
    display: none;
  }
  @media screen and (max-width: 1023px) {
    .spf-product-card:hover .product-item__price {
      display: block;
    }
    .product__description p b,
    .product__description p strong {
      font-weight: 700;
      letter-spacing: 0px;
    }
    .product__description p {
      line-height: 22px;
    }
    .cart-proceed {
      font-size: 14px;
    }
    .product-item:hover .product-item__price {
      display: block;
      font-size: 11px;
    }
    .hero-gallery {
      margin-bottom: 20px;
    }
    body .product__header {
      margin-bottom: 0;
    }
    .header-holder {
      border: 0;
    }
    .product__offers>div {
      padding-top: 0;
    }
    .product__title {
      margin: px 0 10px 0;
      color: #707070;
      font-size: 14px;
    }
    #detail-titles li.active, #main .active, body#shipping-amp-returns #main .accordion:hover, .vendor a, .product-item__vendor, .product-item__title, .product-item__price, .product__price--original, .product__title, .product-variant__container .product-variant__item input+label, body .product-variant__container .product-variant__item input:checked+label, body .product__description, body .product__description:not(:last-child), #detail-content li, #detail-titles li, body .product-variant__container .product-variant__item input+label, .cart-item .content, .cart-item .info.variant-title, .product__offers .product__title, .product__offers .vendor, .product__offers .vendor a, .product__cart-actions .product__add-to-cart {
      color: #000000;
      font-size: 14px;
      font-family: "MaxevilleRegular" !important;
      letter-spacing: 1px;
    }
    body .section-header__title.h4 {
      font-size: 12px;
    }
    #css-slider-recommended-products .vendor a {
      font-size: 11px;
    }
    #main .accordion {
      font-size: 12px !important;
    }
    #main-collection-product-grid .vendor a, #main-collection-product-grid .product-item__vendor, #main-collection-product-grid .product-item__title, #main-collection-product-grid .product-item__price, #main-collection-product-grid .product-recommendations .product .text, #main-collection-product-grid .product__price--original, #main-collection-product-grid .product__title, #main-collection-product-grid .product-item__price del, #main-collection-product-grid .product__price--compare, #main-collection-product-grid.compare-at-price, #main-collection-product-grid.compare-at-price .money, .product-recommendations .product .text {
      font-size: 10px;
      color: #000000;
    }
    .product-recommendations .product .text .product-title {
      margin: 2px 0;
    }
    .product__cart-actions .product__add-to-cart {
      border: 1px solid #000;
    }
    .product-variants-collection ul {
      display: none;
    }
    .product__header-mobile {
      order: 2;
      margin-top: 20px;
    }
    .mobile-gallery img {
      width: 100%;
      height: auto;
    }
    .mobile-gallery .carousell-cell {
      height: 100%;
      width: 100%;
    }
    .flickity-enabled.is-draggable, 
    .flickity-enabled.is-draggable div {
      width: 100%;
    }
    body .flickity-page-dots .dot {
      border: 1px solid #000;
      opacity: 1 !important;
      width: 8px;
      height: 8px;
      background: transparent !important;
    }
    body .flickity-page-dots .dot.is-selected {
      background: #000 !important;
    }
  }
  @media screen and (max-width: 836px) {
       .desktop-gallery {
        display: none;
      }
      .mobile-gallery {
        display: block;
        width: 100%;
      }
  }
  @media screen and (max-width: 768px) {

    .product-variant__container {
      display: flex;
      flex-wrap: wrap;
      margin: 10px 0 30px 0;
    }
    .product__cart-actions-holder {
      margin-bottom: 30px;
    }
    body .mount-product-gallery {
      margin-bottom: 0;
    }
    .product-recommendations .css-slider {
      width: 100%;
      margin: 0;
    }
    .product-recommendations .section-header {
      width: 100%;
      margin: 0;
    }
    .product-recommendations .product {
      width: 46%;
      margin-right: 0;
      padding: 0;
      margin-bottom: 50px !important;
    }
    .product-recommendations .product:nth-child(even) {
       margin-right: 1%;
    }
    .product-recommendations .product:nth-child(odd) {
       margin-left: 1.5%;
    }
    body.template-product {
      margin-top: 10px;
    }
    body.template-index .section-w-mobile-padding {
      padding: 0;
    }
    .header.wrapper {
      padding: 20px 15px;
    }
    .menu-meta ul li {
      margin-bottom: 0;
    }
    .sidebar {
      max-width: 100% !important;
    }
    .lap--push-left-none {
      margin-top: 0 !important;
    }
    .footer-links ul {
      flex-direction: column;
      flex-wrap: no-wrap;
      text-align: center;
      text-align: center;
    }
    .footer-links ul li:last-child {
      margin-top: 25px;
    }
    .header .menu-meta {
      margin-top: 0;
    }
    .header .menu-meta li {
      display: none;
    }
    .header .menu-meta li:last-child {
      display: inherit;
    }
    .cart-footer {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column;
    }
    .cart-footer .cart-actions {
      margin-top: 30px;
    }
  }
  /*About*/
  
  
  body#about-us #main section, body#about-us #main .shopify-section {
    margin-bottom: 100px;
  }
  body#about-us .rich-text-blocks .h4, body#about-us .location h4 {
    font-size: 14px;
    text-align: center;
  }
  body#about-us .rich-text-blocks p {
    font-size: 12px;
    line-height: 20px;
  }
  body#about-us .location {
    font-size: 12px;
    padding-right: 40px;
    margin-bottom: 50px;
  }
  body#about-us .location span {
    margin-bottom: 10px;
    text-align: center;
    display: block;
  }
  body#about-us .location {
    font-size: 12px;
  }
  body#about-us #shopify-section-template--14261047197767__1663615640597d6238 {
    width: 70%;
    margin: 0 auto 0;
  }
  body#about-us #shopify-section-template--14261047197767__1663615640597d6238 div {
    width: 100%;
    margin: 0;
  }
    body#about-us .hours .grid {
      justify-content: center;
    }
  @media (max-width: 768px) {
    body#about-us #shopify-section-template--14261047197767__1663615640597d6238 {
       width: 100%;
    }
    body#about-us main{
      width: 90%;
      margin: 0 auto 0;
    }
    body#about-us .location {
      width: 50%;
      padding: 0;
      margin-bottom: 60px;
    }
    body#about-us .location:last-child {
      margin-bottom: 0;
    }
    body#about-us #main section, body#about-us #main .shopify-section {
      margin-bottom: 50px;
    }
      body#about-us .location {
        width: 50%;
      }
  }
  /*blog*/
  .template-blog .blog {
    justify-content: center;
    align-items: center;
  }
  @media (max-width: 768px) {
    .template-blog .blog {
      justify-content: flex-start;
      align-items: flex-start;
    }
  }
  body.template-article main {
    padding: 0 10%;
  }
  body#editorial {
    margin-top: 80px;
  }
  @media (max-width: 768px) {
    body#editorial main,
    body.template-article main {
      width: 90%;
      margin: 0 auto 0;
    }
    .template-article {
      padding-top: 0;
    }
    body.template-article main {
      padding: 0;
    }
    body#editorial {
      margin-top: 0px;
      padding-top: 60px;
    }
  }
  .blog-item__image img {
    width: 100%;
    height: auto;
  }
  .blog-item {
    padding: 0 1%;
  }
  .blog-item h3 {
    font-size: 12px;
  }
  .blog-item h3 span {
    color: #707070;
  }
  .blog-item .blog-item__content {
    margin-top: 1em;
  }
  
  /*page template*/
  body.template-page h1, body.template-page .rte p strong {
    font-size: 16px;
  }
  body.template-page .rte p, body.template-page .rte li {
    text-transform: none;
    font-size: 12px;
    line-height: 20px;
  }
  
  /*search*/
  body.template-search h1, body.template-search .section-header input, body.template-search .section-header button, .search-description__found, .search-description__count {
    font-family: "MaxevilleRegular" !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  body.template-search .search-description__found {
    display: none;
  }
  body.template-search #CollectionProductGrid .search-description {
    justify-content: center;
    align-items: center;
  }
  
  /*cart*/
  body.template-cart .rte {
    text-align: center;
    width: 100%;
  }
  
  /*newsletter*/
   #shopify-section-sale #modal-popup,
  #shopify-section-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-family: "MaxevilleRegular" !important;
  }
  #shopify-section-sale #modal-popup,
  #shopify-section-popup.open {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(254, 254, 254, 0.02);
    z-index: 999999;
    width: 100%;
    max-width: 100%;
  }
  #shopify-section-sale .popup-text,
  #shopify-section-popup .popup-text {
    padding: 3.5em 5em;
  }
  #shopify-section-popup modal-box {
    background: #fff;
    max-width: 550px;
    border: 0;
    left: auto;
    right: auto;
    bottom: 25%;
  }
#shopify-section-sale .salepopup-inner{
    background: #fff;
    max-width: 550px;
    border: 0;
    left: auto;
    right: auto;
    position: relative;
  }
  @media (max-width: 420px) {
    #shopify-section-sale modal-box,
    #shopify-section-popup modal-box {
      max-width: 90%;
    }
  }
  #shopify-section-sale #nl-options,
  #shopify-section-popup #nl-options {
    display: flex;
    margin: 20px 0 30px 0;
  }
  #mc_embed_signup {
    display: flex;
    flex-direction: column;
  }
  #mc_embed_signup form {
    width: 100%;
  }
  #mc_embed_signup input {
    font-size: 12px;
    font-family: "MaxevilleRegular" !important;
    height: 40px;
  }
  #mc-embedded-subscribe {
    margin-bottom: 0;
  }
  #shopify-section-popup #nl-options li {
    font-size: 12px;
    margin: 0 10px 0 0;
    list-style-type: none;
  }
  /*Search*/
  
  .search-open {
    cursor: pointer;
  }
  .search-screen {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: white;
    border: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: none;
    transition: opacity .5s linear;
    opacity: 0;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .3s;
  }
  .search-screen .search-form {
    width: 50%;
  }
  
  @media (max-width: 420px) {
    .search-screen .search-form,
    .powr-form-builder{
      width: 80%;
    }
  }
  
  .search-screen.open {
    display: flex;
    opacity: 1;
  }
  
  #modal-popup input {
    margin-bottom: 10px;
  }
  
  /*Contact*/
  #contact-popup {
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    position: relative;
    font-family: "MaxevilleRegular" !important;
  }
  #contact-popup .contact-form {
    background: #fff;
    transition: opacity .5s linear;
    opacity: 0;
    padding: 60px 30px;
    position: relative;
    width: 650px;
  }
  #contact-popup.active {
    display: flex;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    padding: 30px;
    text-align: center;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(254, 254, 254, 0.02);
    z-index: 999999;
  }
  #contact-popup.active .contact-form {
    opacity: 1;
  }
  #contact-popup .popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url('/cdn/shop/t/57/assets/cross.png?v=1652305897');
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .powr-form-builder {
    width: 600px;
  }
  #form-watermark-edit-on-click {
    display: none !important;
  }
  @media (max-width: 768px) {
    #contact-popup .contact-form {
      width: 90%
      padding: 60px 0;
    }
    .powr-form-builder {
      width: 100%;
    }
  }
  
  /*zoom*/
  .product-gallery__items.open{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999;
    overflow: scroll;
  }
  .product-gallery__items.open.example::-webkit-scrollbar {
    display: none;
  }
  .product-gallery__items.open .product-gallery__item {
    width: 70%;
    margin: 0 auto 50px;
  }

    .product-gallery__items.open .lazy-image::after {
      content: '';
      display: block;
      width: 100%;
      heighT: 100%;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
    }
      
  @media (max-width: 768px) {
    body {
      overflow-x: hidden;
    }
  }
  
  /*Gift Guide*/
  body#gift-guide .product-block .products {
    margin: 0;
    display: grid;
    grid-auto-rows: 0fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  body#gift-guide .product-block .products .product {
    padding: 0;
    margin-bottom: -6px !important;
  }
  body#gift-guide .product-block .products .product a {
    display: block;
  }
  body#gift-guide .product-block .products .product img {
  width: 100%;
  }
  .product.gift h2 {
    margin-bottom: 0;
  }
  body#sun-bath #ideas-books,
  body#spells #ideas-books {
    width: 70%;
    margin: 0 auto 0;
  }
  body#villa #ideas-books {
    width: 80%;
    margin: 0 auto 0;
  }
  @media (max-width: 768px) {
    body#sun-bath #ideas-books,
    body#spells #ideas-books,
    body#villa #ideas-books{
      width: 90%;
      margin: 0 auto 0;
    }
  }
.menu-wrap-women li.main-links:first-child a,
.menu-wrap-men li.main-links:first-child a {
  color: black !important;
}
.menu-wrap-women li.main-links a,
.menu-wrap-men li.main-links a {
  color: black !important;
}
/*.menu-wrap-women li.main-links:first-child a,
.menu-wrap-men li.main-links:first-child a {
  color: black !important;
}*/



/*diary*/
.diary-feed {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.diary-feed .diary-item {
  width: 30%;
  margin: 0 1%;
  position: relative;
}
  @media (max-width: 1023px) {
    .diary-feed .diary-item {
      width: 45%;
      margin: 0 1% 1% 1%;
    }
    #section-collection-header #blurb  {
      margin-bottom: 15px;
    }
  }
  @media (max-width: 620px) {
    .diary-feed .diary-item {
      width: 48%;
    }
  }

.diary-feed .diary-item img {
  width: 100%;
  height: auto;
}
.diary-feed .diary-text {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(255,255,255, 0.9);
  width: 100%;
  height: 100%;
  padding: 20px;
  color: black;
  font-size: 12px;
  text-transform: inherit;
  justify-content: flex-end;
  flex-direction: column;
}
.diary-feed .diary-item:hover .diary-text {
  display: flex;
}

body.last-pieces-sale-mens .sub-thirty,
body.last-pieces-sale-womens .sub-thirty{
  display: none !important;
}
 /*@media (max-width: 620px) {
  body.template-index #shopify-section-announcement-bar {
    display: none;
  }
   body.template-index.show-announcement-bar .header-holder {
     top: 0;
   }
 } */
.route-div {
  width: 100%;
}
.free-ship {
  font-size: 11px;
  margin-bottom: 10px;
}
.inquire {
  text-transform: uppercase;
  color: gray;
  border: 1px solid gray;
  padding: 8px 15px;
  display: inline-block;
  font-size: 12px;
  margin-top: 25px;
  transition: transform 0.5s ease-in-out;
}
.inquire:hover {
  color: black;
  border: 1px solid black;
}
.pro-sold-out .product-variants-collection,
.pro-sold-out .product-variants-collection ul {
  display: block !important;
}
.pro-sold-out .product-item__price {
  display: none !important;
}

body .pw-route-protection.desktop-align-right {
  justify-content: flex-start !important;
}
.pw-container input[type=checkbox]:not(.product-variant__input)+label, input[type=radio]:not(.product-variant__input)+label {
    top: 2px !important;
}
.pw-container input[type=checkbox]:not(.product-variant__input), input[type=radio]:not(.product-variant__input) {
  background: transparent !important;
  border: 0 !important;
}
.jp-text {
   font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.zoom-image.loading {
    opacity: 0.7;
  }
  
  .zoom-container {
    position: relative;
    cursor: default;
  }
  .zoom-container::after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.3); 
    border-top-color: #000; 
    animation: spin 1s linear infinite;
  }
  .zoom-image.loading + .zoom-container::after {
    display: block;
  }
  
  @keyframes spin {
    to { transform: rotate(360deg); }
  }
  .zoom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); 
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .zoom-modal.active {
    display: flex;
  }
  
  .zoom-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .zoom-image {
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
    transform-origin: center;
    transition: transform 0.3s ease;
    user-select: none;
    -webkit-user-drag: none;
  }
  
  .zoom-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    z-index: 10000;
  }
  
  .zoom-btn {
    background-color: rgba(0, 0, 0, 1);  
    color: #fff; 
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-bottom: 5px;
  }
  
  .close-zoom {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent url('/cdn/shop/t/79/assets/cross.png?v=1740005640') no-repeat center center;
    background-size: contain;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 10000;
    font-size: 0; 
  }
  .mobile-gallery .carousel-cell img {
    cursor: zoom-in;
  }


.mobile-product-swiper {
  width: 100%;
  height: auto;
}

.mobile-product-swiper .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mobile-product-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}

.mobile-product-swiper .swiper-pagination {
  position: relative;
  margin-top: 25px;
}

.mobile-product-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: transparent;
  opacity: 1;
  margin: 0 4px;
  border: 1px solid;
}

.mobile-product-swiper .swiper-pagination-bullet-active {
  background: #000;
}
.mobile-product-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.mobile-product-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(1);
}

/* Lazy loading preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #ccc;
  border-radius: 50%;
  border-top: 4px solid #000;
}

@keyframes swiper-preloader-spin {
  100% { transform: rotate(360deg); }
}

/* Hide navigation on very small screens */
@media (max-width: 480px) {
  .mobile-product-swiper .swiper-button-next,
  .mobile-product-swiper .swiper-button-prev {
    display: none;
  }
}

/* Loading states with gentle gray background */
.mobile-gallery:not(.swiper-ready) {
  background-color: #f8f8f8;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mobile-gallery:not(.swiper-ready)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  animation: gentle-pulse 1.5s ease-in-out infinite;
}

@keyframes gentle-pulse {
  0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.05); }
}

.mobile-gallery.swiper-ready {
  background-color: transparent;
  min-height: auto;
  transition: background-color 0.4s ease, min-height 0.3s ease;
}

.mobile-gallery.swiper-ready::before {
  display: none;
}

/* Hide swiper content until ready */
.mobile-gallery:not(.swiper-ready) .mobile-product-swiper {
  opacity: 0;
}

.mobile-gallery.swiper-ready .mobile-product-swiper {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/*route */
#CartDiscounts {
  color: rgba(var(--color-text-rgb),.66);
  font-size: 11px;  
}
#CartSubTotal {
  font-size: 13px;
} 
body .pw-variant-optimal-container .pw-variant-optimal .pw-title,
body .pw-variant-optimal-container .pw-variant-optimal .pw-quote {
  font-size: 11px;
}

body .pw-variant-optimal-container .pw-variant-optimal .pw-route-logo svg {
  width: 49.74896px;  
}

body .pw-container [type=checkbox]+label:before {
  border-radius: 0 !important;
  border: 1px solid rgba(var(--color-text-rgb),var(--color-borders-opacity));
}#shopify-section-popup:not(.open) {
  display: none !important;
  pointer-events: none !important;
}

#modal-popup:not(.active) {
  display: none !important;
  pointer-events: none !important;
}

.modal-box:not(.active) {
  pointer-events: none !important;
  z-index: -1 !important;
}