/** Shopify CDN: Minification failed

Line 867:19 Expected identifier but found whitespace
Line 867:21 Unexpected "{"
Line 867:31 Expected ":"
Line 868:3 Unexpected "{"
Line 868:4 Expected identifier but found "%"
Line 872:5 Unexpected "{"
Line 872:6 Expected identifier but found "%"
Line 876:5 Unexpected "{"
Line 876:6 Expected identifier but found "%"

**/
/* 🔹 Bundle Products Section */
.bundle-section {
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  padding: 15px;
  margin-top: 20px;
  border-radius: 8px;
}

.bundle-section h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* 🔹 Bundle Products List */
.bundle-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* 🔹 Individual Bundled Product */
.bundle-item {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  width: 200px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.bundle-item:hover {
  transform: translateY(-5px);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
}

/* 🔹 Bundle Product Image */
.bundle-image {
  width: 100%;
  height: 175px;
  object-fit:contain;
  border-radius: 5px;
}

/* 🔹 Bundle Product Title */
.bundle-title {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

/* 🔹 Bundle Product Price */
.bundle-price {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #ff6600;
}

/* 🔹 Link Styling */
.bundle-link {
  text-decoration: none;
  color: inherit;
}

.bundle-link:hover .bundle-title {
  color: #ff6600;
}

.package-link{
    align-items: center;
    justify-content: center;
    display: flex !important;
    background-color: #13322b;
    border:1px solid white;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:0 !important;
    padding-bottom:0 !important;
    color: white;
    height:35px;
    width: fit-content !important;
}
.package-link:hover{
  border:1px solid #13322b;
  background-color:white;
  color:#13322b;
}
.package-link a{
  color:white !important;
}
.package-link:hover a{
 color:black !important;
}


/* 🔹 Individual sub-collection */
.sub-collection {
  background: white;
  border-radius: 8px;
  transition: transform 0.2s ease-in-out;
}
.sub-collection img{
  width:150px;
  border-radius: 8px;
}

.sub-collection:hover {
  transform: translateY(-5px);
}

/* 🔹 Bundle Product Title */
.sub-collection-title {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
}

.sub-collection-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content:center;
 
}

.grid-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; /* Adjust spacing between items */
  padding: 0;
  list-style: none;
}

/* 🔹 Link Styling */
.sub-collection-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  gap: 9px;
}

.sub-collection-link:hover {
  color: #ff6600;
}

@media (max-width: 768px) {
  .grid-layout {
    display: block;
  }

  .sub-collection {
    margin-bottom: 20px;
  }
  .package-link{
    margin-left: 15px !important;
  }
}

.productgrid-gridview .productitem__image-container {
    /* max-height: 270px; */
    overflow: hidden;
    border-radius: 16px;
}

.home-section--subtitle {
  font-weight: 300;
  color: #777 !important;
  margin: 0.3rem 0 1.2rem 0 !important;
}

.site-footer-wrapper{
  margin:0 !important;
}

@media screen and (min-width: 860px) {
    .home-section--title {
        margin-bottom: 0 !important;
    }
}
#shopify-section-template--18339710795823__main .subcollections-list__content{
  grid-template-columns: repeat(6, minmax(auto, 1fr)) !important;
}

.options-selection__option-swatch-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.options-selection__option-swatch {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--swatch-color, #ccc);
  border: 2px solid transparent;
  transition: border-color 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.options-selection__option-swatch-inner {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: inherit;
}

.options-selection__option-value--selected .options-selection__option-swatch {
  border-color: #000;
}

.options-selection__option-value-input {
  display: none;
}
.social-links{
  background: #0c4034;
  padding: 15px !important;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top:40px;
}
.cart-item a{
  border-radius:16px;
}
.cart-item img{
  border-radius:16px;
}
.productitem--listview-price{
  margin-top:35px !important;
}
.button-primary.mdc-ripple-surface.mdc-ripple-upgraded{
  display:flex !important;
  align-items:center;
  justify-content:center;
}
.cart-item{
  border-radius:16px !important;
}
.productitem-float-title {
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}
.product__badge{
  border-radius:16px !important;
}
.productgrid--item .productitem__image-container {
  /* max-height: 210px;
  height: 210px; */
  overflow: hidden;
  border-radius: 16px;
}

.product-custom-data{
  width:50%;
}

@media (max-width: 768px) {
  .product-custom-data{
    width:100%;
    padding:10px;
  }
}

.swym-htc-tabs , .swym-wishlist-detail-separator ,.swym-wishlist-title-container{
  display:none !important;
}
.modal-content{
  border:none !important;
}

.featured-collection__content .flickity-slider {
  min-height: 350px;
}

.search-flydown__products-pages-posts .swym-wishlist-collections-v2-container{
  display:none;
}

.image-with-text{
   padding:0 !important; 
}
.site-logo-image {
  max-height: 46px !important;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-variant-title{
  display:none;
}
.collection-filters__filter-range-currency{
  display:none;
}
.swym-wishlist-collections-v2-container {
   padding:2px !important;
}



.productitem__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.productgrid-listview .productitem__container  {
      flex-direction: row;
}

.bcontact-content {
  font-family: Zen Maru Gothic, sans-serif !important;
}

.modal--quickshop-slim .first-column {
  display: none !important;
}
.modal--quickshop-slim .second-column {
  width: 100% !important;
}

.modal-content .product-recommendations--container{
  display:none;
}


main .storeify-formbuilder img {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.storeify-title-frm {
    font-family: 'Zen Maru Gothic';
    margin-bottom: 24px;
}

.main-collection .collection__item-title{
  font-size:19px;
  text-decoration: underline;
}
.menulist-item__image img{
  border-radius:10px;
}

.account-page{
  width:50%;
  border: 1px solid #8080801c;
  box-shadow: 0 1px 4px #8080801c;
  border-radius: 10px;
}

#shopify-section-addresses .account-page-addresses {
  width:95% !important;
}
.account-address-list-footer{
    justify-content: end;
    display: flex;
}

@media (max-width: 768px) {
  .account-page{
    width:95%;
  }
}

#shopify-section-login ,#shopify-section-register ,#shopify-section-resetpassword , #shopify-section-account, #shopify-section-addresses{
  display:flex;
  justify-content:center;
}
.account-recovery .form-action-row{
  display:flex !important;
}

.custom-payment-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  list-style: none;
  padding: 0;
}

.custom-payment-images-item img {
  max-height: 30px;
  width: auto;
}
.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.productitem--info {
  height: 150px;
}

@media (max-width: 768px) {
    .footer-bottom{
     flex-direction:column-reverse;
    }
    .site-header-cart {
        margin-right: 20px;
    }
}

.button-primary.disabled{
    background: #de16169c !important;
    color: white !important;
    border-color: red !important;
    font-weight: bold !important;
}
.productitem--actions .button-primary{
    color: #fff ;
    background-color: #13322b ;
    border: 1px solid #13322b ;
    font-weight: bold ;
    border-radius:16px !important;
}
.productitem--actions .productitem--action-trigger {
  font-weight:600;
}
.cart-checkout .button-primary {
  width: fit-content;
}

@media (max-width: 768px) {
.cart-checkout .button-primary {
  width: 100%;
}
}

.cart-checkout .cart-continue{
    width: 100%;
    margin-bottom: 20px;
}
.cart-checkout {
      /* text-align: right;
      display: flex;
      flex-direction: row;
      justify-content: end;
      align-items: baseline;
      gap: 3rem; */
      margin-bottom: 20px;
}
.additional-checkout-buttons{
   margin-top: 20px !important;
}


#similar-products-list{
  list-style:none !important;
}
#similar-products-list .swym-wishlist-collections-v2-container{
  display:none !important; 
}

._16s97g73r {
    max-width: 30px !important;
}

.chat-toggle.chat-toggle--icon-button.icon-only svg {
  height: 45px !important;
}
.MuiButton-contained.Mui-disabled{
  color:white !important;
}
.site-header__icon span.wishlist-hero-items-count.wishlist-hero-items-count-exists{
    position: absolute;
    width: 18px;
    height: 18px;
    top: -7px;
    left: 15px;
    background: #d06003;
    border-radius: 50px;
    color: white;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.wishlisthero{
  position:absolute;
  right:0;
  z-index:9999999;
}


.pxs-image-with-text-section:first-child {
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  margin-top: 0 !important;
}

.image-seach-mobile {
    display: none;
    width: 40px;
    border: none;
    background: transparent;
    position: absolute;
    top: 10px;
    bottom: auto;
    z-index: 125;
    height: 42px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    left: 50px;
}

/* Mobile  */

@media screen and (max-width: 767px) {

.productgrid--item .productitem--image, .productgrid--item .productitem--image img {
    object-fit: contain !important;
}


  /* Theme */
  .back-to-top {
    margin-bottom: 1rem;
  }
  .storeify-submit-btn {
    width: 100%;
  }
  /* Product Grid Item */
    .home-section--title {
        font-weight: 600;
    }


   
  /* .productgrid--item .productitem__image-container {
    height: 150px;
  } */

  .productgrid-listview .productgrid--items .productgrid--item .productitem__image-container {
    height: 80px;
  }
  .productitem--info {
    height: max-content;
  }
  .productitem--title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Brand */
  .brandgrid--items {
    gap: 0.5rem;
  }

  /* Designer */

  .designergrid--items {
    gap: 0.5rem;
  }
  .designer-richtext-content p {
    font-size: 14px !important;
  }

  /* cart */
  .cart-checkout {
    gap: 1rem;
  }

  /* Search Image Button */
  .image-seach-mobile {
    display: inline-block;
  }
}

.success-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.success-modal-content {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  max-width: 90%;
  width: 400px;
  text-align: center;
  position: relative;
}

.success-modal-close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}


.show-all-button{
  color: #13322b;
  border: 1px solid #13322b; 
  background-color: #f7f7f7; 
  cursor: pointer; 
  border-radius: 4px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-all-button:hover {
  color: white;
  background: #13322b;
}

.show-all-button svg path {
    fill: #13322b;
    transition: fill 0.3s ease;
}

.show-all-button:hover svg path {
 fill: white;
 transition: fill 0.3s ease;
}

.share-button {
  cursor: pointer;
}


.home {
  display: none !important;
}

 .birse-img-upload-btn {
    display: none;
  }
  .image-search-button {
    display: block;
  }

@media screen and (max-width: 767px) {
  .home {
    display: block;
  }

  .image-search-button {
    display: none;
  }
}

 .modal-inner {
   background: white;
 }


.sb_delivery{
  background: transparent !important;
  border:none !important;
}

.image-search-button {
    width: 40px;
    margin: 0 7px;
    border: none;
    background: transparent;
}
.p-confirm-div p{
  margin: 0 !important;
}
.svg-confirm-div{
  padding: 0 !important;
}
#map-label{
  display: none !important;
}

.product-block--tabs .tab-panel, .pxu-tabs .tab-panel{
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 6px !important;
}
.product-block--tabs label.tab-label:first-of-type, .pxu-tabs label.tab-label:first-of-type {
  border-top-left-radius: 16px !important;
}

.product-block--tabs label.tab-label:last-of-type , .pxu-tabs label.tab-label:last-of-type {
  border-top-right-radius: 16px !important;
}
.tab-label {
  background: rgb(19, 50, 43);
  color: white;
}
.tab-radio:checked + .tab-label {
  color: black;
}
.tab-label:hover {
    background: #294540bd;
}

@media screen and (max-width: 767px) {
  
  .product-block--tabs label.tab-label:first-of-type, .pxu-tabs label.tab-label:first-of-type {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
  
  .product-block--tabs label.tab-label:last-of-type , .pxu-tabs label.tab-label:last-of-type {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .tab-radio:checked+.tab-label {
    color: #ffffff;
  }

  .tab-radio:checked + .tab-label {
    background: rgb(19 50 43);
    border: 1px solid  rgb(19 50 43);
  }
  
}

.canvas {
  height: -webkit-fill-available !important;
  width: auto !important;
  background: red !important;
}



#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff; /* change to match your brand */
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 48px;
  height: 48px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #000000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#page-loader {
  transition: opacity 0.4s ease;
}

model-viewer {
  height: 50vh !important;
}


@media screen and (max-width: 767px) {
    .menulist-container {
      .menulist-item-inner {
        display: flex;
        gap: 4rem;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: anchor-center;
      }
      .menulist-item__image {
        position: relative;
        right: 0;
      }
      .collection__item-info.collection__item-title {
        text-wrap: nowrap;
      }
    }


  .promo-grid--inner.promo-grid__columns--4 {
      grid-template-columns: repeat(2, 1fr);
      display: inline-grid;
      gap: 1rem;
  }
  .promo-block--content {
        padding: 0.875rem 0.5rem !important;
        margin-top: 0;
  }

  .promo-block--header {
    font-size: 20px !important;
  }

  .promo-block--text {
    font-size: 12px !important;
    line-height: 16px;
  }




    .promo-mosaic--inner.promo-mosaic--layout-5 {
    grid-template-columns: 2fr 2fr;
  }
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-1,
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-4 {
    grid-row-start: span 3;
  }
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-1 .promo-block--header,
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-4 .promo-block--header {
    font-size: 16px;
  }
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-1 .promo-block--text,
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-4 .promo-block--text {
    font-size: var(--font-size-body-medium);
  }
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-1 .promo-block--button,
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-4 .promo-block--button {
    font-size: var(--font-size-button-medium);
    padding: 0.75rem 1.125rem;
    letter-spacing: {{ settings.type_button_spacing | divided_by: 100.0 | append: 'em' }};
  }{%- if settings.type_button_capitalize -%}
    .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-1 .promo-block--button,
    .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-4 .promo-block--button {
      text-transform: uppercase;
    }{%- else -%}
    .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-1 .promo-block--button,
    .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-4 .promo-block--button {
      text-transform: none;
    }{%- endif -%}
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-2,
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-3,
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-5 {
    grid-row-start: span 2;
  }
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-2 .promo-block--header,
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-2 .promo-block--text,
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-3 .promo-block--header,
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-3 .promo-block--text,
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-5 .promo-block--header,
  .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-5 .promo-block--text {
    max-width: 70%;
  }

.promo-mosaic--inner.promo-mosaic--layout-5 {
  display: inline-grid;
  gap: 1rem;
  width: 100%;
}


.promo-mosaic--height-small .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block, .promo-mosaic--height-small .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--content {
    min-height: 160px;
    height: auto !important;
    background-size:cover !important;
  
  .promo-block--button {
    padding: 5px;
    font-size: 12px;
    margin-top: 0;
  }
}

  .promo-grid--inner.promo-grid__columns--3 {
    grid-template-columns: 1fr ;
    display: grid;
    grid-gap: 20px;
  }

}

/* .promo-block--content-wrapper {
    display: flex;
    align-items: end;
    justify-content: center;
} */
.promo-grid--container .promo-block--button,
.promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-1 .promo-block--button, .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-4 .promo-block--button,
.promo-block--expanded:not(.animating-out) .promo-block--button
{
    border-radius: 20px;
    text-align: center;
    background: white;
    border-color: white;
    color: black;
    font-size: 12px;
}

.promo-block--content-wrapper {
  height: 100%;
}

.brand-carousel-section{
  border-radius:16px !important;
}
.cards-grid .card {
  border-radius:16px !important;
}
.productitem__badge--soldout{
  display:none !important;
}
.add-to-cart-btn{
    border-radius:16px !important;
    background-color:#13322b !important;
    color:white !important;
}
.search-result-item{
  border:none !important;
  border-radius:16px !important;
  box-shadow: 0 1px 4px rgba(124, 124, 125, 0.11);
}
.upload-btn{
  border-radius:16px !important;
  background-color:#13322b !important;
  color:white !important;
}
.item-name{
  font-family: 'Inter' !important;
}
.item-img-wrap .on-sale{
  background-color:black !important;
  color:white !important;
}

.modal-content .share-button{
  display:none !important;
}
.promo-mosaic--inner.promo-mosaic--layout-3 .promo-block--index-1 .promo-block--button {
      text-transform: capitalize !important;
}
.promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-1 .promo-block--button{
  text-transform: capitalize !important; 
}
.promo-mosaic--inner .promo-block--button {
  text-transform: capitalize !important; 
}
.promo-block--content-wrapper .button-secondary{
    text-transform: capitalize !important; 
}

.promo-block--image.pxu-lia-block {
  background-size: 100% !important;
  background-position: 50% 50%;
  transition: background-size 0.6s ease-out;
}

.promo-block--image.pxu-lia-block:hover {
  background-size: 120% !important; /* zoom in */
}

.wishlisthero svg.fa-heart {
  color: #d06003 !important;
}

/* Or even the path */
.wishlisthero svg.fa-heart path {
  fill: #d06003 !important;
}


.productitem__image-container {
  position: relative;
}

.productitem--discount-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;

  padding: 5px 10px;
  border-radius: 16px;

  font-size: 12px;
  font-weight: 600;
  line-height: 1;

  background: #d06003;   /* adjust to match your theme */
  color: #ffffff;
}

.coming-soon-message {
  text-align: center;
  padding: 80px 20px;
}

.coming-soon-message h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.coming-soon-message p {
  font-size: 1rem;
  opacity: 0.8;
  max-width: 480px;
  margin: 0 auto;
}

/* map */



.location-picker{
  background-color:#13322b !important;
  margin-bottom: 60px;
  border-radius: 16px;
  padding: 15px !important;
}
.pin-modal-content {
  border-radius: 16px !important;
  max-width:700px !important;
  padding:15px !important;
  height:85% !important;
}
.pin-modal-content #map{
      height: calc(100% - 150px) !important;
      border-radius:16px !important;
}
.map-card-bar{
  border:none !important;
  border-radius:0 !important;
  padding:0 !important;
  padding-bottom:10px !important;
}
.pac-target-input{
  margin:0 !important;
}
.pinpointly-wid-head h3{
  text-align:start !important;
  text-transform: capitalize !important;
}
.save-location{
  background-color:#13322b !important;
  border-radius:16px !important;
  width: 100% !important;
  margin: 0 !important;
  margin-top: 10px !important;

}
.pin-modal-content a{
  display:none !important;
}
.pagination--next .pagination--item ,.pagination--previous .pagination--item{
  background:#13322b;
  color:white !important;
  border-radius:16px;
}

.pagination--active .pagination--item{
  background:#13322b;
  color:white !important;
  border-radius:16px;
}
.location-name{
  white-space: pre-wrap !important;
  max-width:100% !important;
}



@media screen and (max-width: 859px) {
  .featured-collection__content[data-mobile-layout=slideshow] .productgrid--item {
    width: 70% !important;
  }
}

.account-page button{
  border-radius:16px !important;
  border:none !important;
  padding:10px !important;
}