/** Shopify CDN: Minification failed

Line 911:19 Expected identifier but found whitespace
Line 911:21 Unexpected "{"
Line 911:31 Expected ":"
Line 912:3 Unexpected "{"
Line 912:4 Expected identifier but found "%"
Line 916:5 Unexpected "{"
Line 916:6 Expected identifier but found "%"
Line 920:5 Unexpected "{"
Line 920:6 Expected identifier but found "%"
Line 1794:0 Comments in CSS use "/* ... */" instead of "//"
... and 1 more hidden warnings

**/
/* 🔹 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;
}

.home-section--title {
  margin-top: 1.640625rem !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;
}

.collection-list__container .collection-swiper .collection__item{
  border-radius: 16px;
  background-color: #fff;
  padding-right: 8px;
  padding-left: 8px;
}

.collection-list__container .collection-swiper .collection__item:hover {
  background-color:#f3f4f5;
  /* box-shadow: 0 2px 8px rgba(128, 128, 128, 0.2); */
}

.main-collection .collection__item-title{
  font-size:19px;
  text-decoration: underline;
}
.menulist-item__image img{
  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% !important;
  }
}

#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: 15px;
    }
}

.button-primary.disabled{
    background:white !important;
    color: black !important;
    border-color: white !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: 0;
    background: #B54B26;
    border-radius: 50px;
    color: white;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.wishlisthero{
  position:absolute;
  z-index:9999999;
  bottom: 8px;
  left: 8px;
}

.productitem__image-container .wishlisthero .wishlisthero-floating{
  position: relative;
}

.productitem__image-container .vendor-deliviry{
  position: absolute;
    right: 8px;
    top: 8px;
    z-index: 99999;
}

.productitem__image-container .vendor-deliviry .productitem--delivery{
  padding: 3px 4px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    background: #ffffff;
    color: #13322b;
    border: 1px solid #13322b0f;
    
}


.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: 12px;
    bottom: auto;
    z-index: 125;
    height: 42px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    left: 40px;
}

#shopify-section-template--18339710926895__collection_slider_TQLFMD .collection-swiper {
  margin-top: 1.171875rem;
}

/* 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;
  }

  #shopify-section-template--18339710926895__collection_slider_TQLFMD .collection-swiper {
    padding: 0 !important;
  }
}

.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: 4px;
    font-size: 11px;
    margin-top: 0;
    font-weight: 500;
  }
}

  .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: #B54B26 !important;
}

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


.productitem__image-container {
  position: relative;
}

.productitem--discount-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  padding: 3px 4px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;

  background: white;
  color: #B54B26;
  border: 1px solid #B54B262b;
}

.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;
}
.product-gallery--viewer {
  height: auto !important;
  aspect-ratio: 1/1;
}


@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;
}

.productitem--title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 2.8em; /* 2 lines */
}

.productitem--title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px 0;
  line-height: 1.5;
}
.home-section--title {
  font-weight: 400;
}

.productitem--sale .productitem__price .price__current,.productitem__price .price__current {
  font-size: 14px !important;
  margin: 0 0 5px 0;
  line-height: 1.5;
}

.productitem--vendor a {
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #999b96;
  line-height: 1.5;
}


.vendor-deliviry{
  display:flex;
  flex-direction:column;
}
.productitem--delivery {
  display: block;

  font-size: 12px;
  color: #B54B26;
  font-weight:bold;
}




.subcollections-grid-loader-wrapper {
  position: relative;
}

.subcollection-loader {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(90deg, #eee 25%, #f8f8f8 50%, #eee 75%);
  background-size: 200% 100%;
  animation: subcollection-loading 1.2s infinite;
  border-radius: 16px !important;
  min-width: 150px;
}

.subcollection-item-content.is-loading {
  visibility: hidden;
}

.subcollections-grid-loader-wrapper.is-loaded .subcollection-loader {
  display: none;
}

.subcollections-grid-loader-wrapper.is-loaded .subcollection-item-content {
  visibility: visible;
  padding-bottom:5px;
  padding-left:5px;
  padding-right:5px;
  background:#F3F4F5;
  border-radius:16px !important;
  height: 100%;
}

@keyframes subcollection-loading {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}



.collection--description {
  overflow: hidden;
  transition: all 0.3s ease;
}
.collection--description p{
  margin:0 !important;
}

.collection--description.is-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color:#99A1AF;
  font-size:14px;
}

.collection--description.is-expanded {
  display: block;
  font-size:14px;
  color:#99A1AF;
}
@media screen and (max-width: 767px) {
  .collection--description.is-collapsed ,.collection--description.is-expanded {
    font-size:12px !important;
  }
  .breadcrumbs-container a{
    font-size:12px !important;
  }
  .subcollections-grid__item-info.subcollections-grid__item-title{
    font-size:12px !important;
  }

  .productgrid--wrapper{

  }
}

.collection-description-toggle {
  margin-top: 8px;
  font-size:12px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  padding: 0;
  color: #B54B26;
}



.promo-block--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.promo-block--background {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.promo-block--content {
  position: relative;
  z-index: 2;
}


.page-loader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-loader__spinner {
  width: 42px;
  height: 42px;
  border: 4px solid #eeeeee;
  border-top-color: #2f5f55;
  border-radius: 50%;
  animation: pageLoaderSpin 0.8s linear infinite;
}

@keyframes pageLoaderSpin {
  to {
    transform: rotate(360deg);
  }
}

.collection-list__container .pxu-lia-element{
  width:100px;
  text-align:center;
  font-weight: 500;
}

.swiper-button-prev, .swiper-button-next{
  top:50% !important;
  /* background:#0c403447 !important;
  color:#0c4034f7 !important;
  width:40px !important;
  height:40px !important; */
}
.swiper-button-prev:after, .swiper-button-next:after{
  font-size:20px !important;
}
.swiper-button-prev {
  left:0 !important;
}
.swiper-button-next{
  right:0 !important;
}

#shopify-section-login ,#shopify-section-register{
  height: calc(100vh - 205px);
  display:flex;
  align-items:center;
  background-image: url('/cdn/shop/files/login-page.webp?v=1778222251');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#shopify-section-register {
  min-height: auto;
  height: 878px;
  padding: 60px;
}
@media screen and (min-width: 1024px) {
  .account-page--two-column .account-page--column-small {
      width: 100%;
      margin-top: 20px;
      display: flex;
      padding-left: 0;
      border-top: 1px solid #ccc;
      padding-top: 40px;
  }

  .productitem--image img{
    max-height: 240px;
    object-fit: cover !important;
  }

  #shopify-section-template--18339710926895__collection_slider_TQLFMD .collection-swiper{
    padding-bottom: 0 !important;
  }
}

.account-page{
  width: 100%;
  max-width:1000px;
  border: 1px solid rgba(255,255,255,0.4);
  box-shadow: 0 1px 4px #8080801c;
  border-radius: 10px;
  margin: auto;
  height: fit-content !important;
  background-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

body {
  overflow-x:hidden !important;
}

.account-page-login .account-page-content {
  max-width: 600px !important;
}
.account-page-content{
  .form-field-input{
    padding: 1.6rem 0.625rem 0.375rem !important;
  }
}
.form-action-row{
  display:flex;
  flex-direction:column;
  
}

.form-action-row--helper{
  margin-top: 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin-left:0 !important;

}

.account-page-login .form-action-row--helper-item:not(:first-child), .account-page-register .form-action-row--helper-item:not(:first-child) {
    margin-top: 0 !important;
}

.account-recovery{
  .button-secondary{
    margin-left:0 !important;
    margin-top:10px !important;
  }
}

.account-info .account-info-block{
    margin: 0;
    align-items: start;
    text-align: start;
    padding:0;
}
.account-info-item{
  margin:0 !important;
}
.account-page-subtitle{
  margin:0 !important;
  font-size: 18px;
}

.order-footer .order-footer-total{
  font-size: 20px;
  color: #13322b;
}

.order-footer{
  margin-bottom: 40px;
}

.account-header{
  display:flex;
  justify-content:space-between !important;
  align-items:center !important;
  padding: 15px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #ddd;

  a{
    text-decoration:none !important; 
  }
}
.account-info-header{
  border:1px solid #DDDDDD;
  border-radius:16px;
  margin-top:20px;
  padding: 15px;
}

.orders-list{
  border:1px solid #DDDDDD;
  border-radius:16px;
  margin-top:20px;
  padding:15px;
}

.view-address{
  border:1px solid;
  border-radius:50px;
  padding:10px 20px;
  background:#13322b;

  a{
    color:white;
  }
}
.user-email{
  color:#626262 !important;
}

.account-page--two-column .account-page--column-large{
  width:100% !important;
}

.account-order-list th:first-child {
  width:20% !important;
}

.page-loader{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  min-height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246, 243, 238, 0.98);
  overflow: hidden;
}

.loader-logo{
  display: flex;
  align-items: center;
  gap: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.loader-set,
.loader-one{
  font-size: clamp(24px, 3vw, 44px);
  font-weight: 800 !important;
}

.loader-set{
  color: #13322b !important;
}

.loader-one{
  color: #B54B26 !important;
}

.loader-ring{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid rgba(19, 50, 43, 0.14);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); */
}

.loader-ring::before{
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border-top: 3px solid #B54B26;
  border-right: 3px solid #13322b;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  animation: ringSpin 1s linear infinite;
}

.loader-in{
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 800 !important;
  color: #111;
  letter-spacing: 0.18em;
}

@keyframes ringSpin{
  to{
    transform: rotate(360deg);
  }
}


.price__installments {
  line-height: 120%;
  margin: 5px 0;
}

.price__match svg {
  width: 20px;
}

.search-flydown__list-item a{
    display: flex;
    align-items: center;
    gap: 8px;
}

.collection-icon {
  object-fit:cover;
  border-radius:4px;
}

.dynamic_partner_contact_form{
  .form-field-input{
      box-shadow: none;
      border: 1px solid #cacbcc;
      height: 60px;
      border-radius: 3px;
      min-height: unset;
  }

  .form-field-textarea + .form-field-title {
    top: 40%;
    transform: translateY(-40%);
  }

 .form-field-textarea.form-field-filled + .form-field-title,
 .form-field-textarea:focus + .form-field-title
  {
      top: 5%;
      transform: translateY(-5%);
  }

  .privacy-check {
    text-align: center;
    margin: 25px 0;
  }

  .privacy-check input {
    margin-right: 8px;
  }

  .privacy-check a{
    color : #13322b;
  }

  .contact-form-button{
        border-radius: 2px !important;
        font-size: 16px;
        line-height: 1.4em;
        letter-spacing: .5px;
        font-weight: 600;
        width: fit-content;
        padding: 15px 34px;
        align-self: center;
  }
}

.partner-contact-section{
  padding-top: 50px;

  h1{
    letter-spacing: 1px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: rgba(80, 83, 91, 1);
    font-size: 18px;
    position: relative;
    width: fit-content;
    justify-self: center;
    margin-bottom: 20px;
  }

  h1:before{
    content: "";
    position: absolute;
    bottom: -2px;
    border-bottom: 2px solid;
    width: 20%;
    left: 50%;
    transform: translateX(-50%);
  }

  .page-subtitle{
    font-weight: 700;
    font-size: 36px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2em;
    color: rgba(33, 43, 53, 1);
    width: 50%;
    text-align: center;
    place-self: center;
  }

  @media screen and (max-width:576px){
    .page-subtitle{
        width: 95%;
        font-size: 28px;
    }

    .form-field{
      padding:5px
    }

    .privacy-check{
          display: flex;
      text-align: left;
      align-items: start;

      input{
            margin-top: 5px;
      }
    }
  }

}

.flickity-viewport{
  /* height:250px !important; */
}


.subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-viewport {
  height:190px;
}

.hotspot__tooltip ,.tooltip__image{
  border-radius:16px;
}


.review-in-store-product {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
    font-size: var(--font-size-button-large);
    padding: 0.875rem 1.75rem;
    letter-spacing: 0.0em;
    position: relative;
    flex: 1;
    width: 100%;
    padding: 0.9375rem;
    border-radius: 16px !important;
}


#SearchSortBy {
  color: #4d4d4d;
  font-size: 0.82rem;
  border: none;
  padding: 0 14px;
}


//new product tabs

.product-info-card {
  margin-top: 24px;
  padding: 22px 26px;
  border: 1px solid #cfd8d3;
  border-radius: 18px;
  background: #eef3f1;
}

.product-info-card__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: flex-start;
}

.product-info-card__row + .product-info-card__row {
  margin-top: 22px;
}

.product-info-card__icon {
  color: #173c31;
  font-size: 16px;
  line-height: 1.5;
  width: auto !important;
  height: 25px;
}

.product-info-card__content {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.product-info-card__content strong {
  color: #173c31;
  font-weight: 800;
  text-decoration: none;
  font-family: 'Inter';
  font-size: 15px;
}

.product-info-card__content span {
  color: #444;
  font-family: 'Inter';
  font-size: 15px;
}

.subcollections-grid__item-image {
  background: #F3F4F5;
  border-radius: 16px!important;
}

.subcollections-grid__item-info.subcollections-grid__item-title{
  font-weight: 500 !important;
  font-size: 14px;
}
/* .section--canonical{
  margin-top:0 !important;
} */

.breadcrumbs-container a {
  color: #99A1AF;
  font-size:14px;
}
.breadcrumbs-container{
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
}

.breadcrumbs-container span:last-of-type {
  font-weight: 600;
  font-size:16px;
}

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

  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-viewport {
    height:165px !important;
  }

  .subcollections-list__content[data-subcollections-layout=slideshow] {
    margin: 20px 0 0;
  }
  .product-info-card {
    margin-top: 18px;
    padding: 18px;
    border-radius: 16px;
  }

  .product-info-card__row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-info-card__icon {
    font-size: 28px;
  }

  .product-info-card__content {
    font-size: 14px;
  }
}

.collection-filters__filter-title {
  font-weight: 400;
}




.product-more-info {
  margin-top: 28px;
}

.product-more-info h3 {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    font-family: Inter;
    text-transform: capitalize;
}

.product-more-info__box {
  padding: 22px 28px;
  border: 1px solid #9aa8a3;
  border-radius: 18px;
  background: #fff;
}

.product-more-info__row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  padding: 8px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

.product-more-info__label {
  position: relative;
  padding-left: 18px;
  font-weight: 500;
}

.product-more-info__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #333;
}

.product-more-info__value {
  color: #444;
  font-weight: 500;
}

.utils-filter-text {
  font-weight: 500;
}
  .utils-filter-button, .utils-sortby-button {
    border-radius: 45372000px;
    border: none;
    padding: 10px;
    align-items: center;
  }

  .utils-viewtoggle-button {
    border-radius: 8px !important;
    padding: 7px 9px;
  }

  .utils-viewtoggle {
    padding: 4px;
    align-items: center;
    gap: 4px;
    border-radius: 45372000px;
    border: none;
    background:transparent;
  }

  .utils-viewtoggle-button.active {
    background: #99a1af33;
  }
  .utils-viewtoggle-button {
    background: transparent;

  }

   .utils-viewtoggle-button svg {
    fill: #494d41;
    width: 16px;
    height:16px;
   }

@media screen and (max-width: 767px) {
  .product-more-info__box {
    padding: 18px;
  }

  .product-more-info__row {
    grid-template-columns: 1fr;
    gap: 4px;
    font-size: 14px;
  }

  .product-more-info__value {
    padding-left: 18px;
  }

  .site-footer-item--information {
    gap:0;
  }

  .site-footer__row {
     gap:0;
  }
  .footer-bottom-center-icons {
    margin-bottom: 16px;
  }

}


.utils-sortby--button-style {
  display: inline-flex;
  align-items: center;
}

.utils-sortby--button-style .utils-sortby-title,
.utils-sortby--button-style .utils-sortby-button,
.utils-sortby--button-style svg.icon-chevron-down-small {
  display: none !important;
}

.utils-sortby--button-style .utils-sortby-select--wrapper {
  position: relative;
  width: 132px;
  height: 43px;
}

.utils-sortby--button-style .utils-sortby-custom-icon {
  position: absolute;
  left: 32px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  color: #364153;
  pointer-events: none;
}

.utils-sortby--button-style .utils-sortby-custom-icon svg {
  width: 14px;
  height: 14px;
}

.utils-sortby--button-style .utils-sortby-placeholder {
  position: absolute;
  left: 40px;
  right: 14px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  color: #364153;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  pointer-events: none;
  white-space: nowrap;
  text-align: center;
}

.utils-sortby--button-style .utils-sortby-select {
  width: 100%;
  height: 43px;
  padding: 8px;
  border: none;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  color: transparent;
  text-shadow: 0 0 0 transparent;
  margin: 0;
}

.utils-sortby--button-style .utils-sortby-select option {
  color: #364153;
}

.utils-sortby--button-style .utils-sortby-select:focus {
  outline: none;
  border-color: #173c31;
}

.collection__item-image {
  background: #F3F4F5;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .utils-sortby--button-style .utils-sortby-select--wrapper {
    width: 132px;
    height: 43px;
  }

  .utils-sortby--button-style .utils-sortby-select {
    height: 43px;
  }

  #shopify-section-template--18339710795823__static-recently-viewed .productitem__image-container {
    max-height: auto !important;
    height: auto !important;
  }
}



@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .site-header-cart {
      right: 11px;
    }
    .site-header-right {
      margin-right: 32px;
    }
            
}





//completed Products 

.fbt-section {
  margin: 30px 0;
  position: relative;
}

.fbt-title {
    margin: 18px 0 18px;
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    letter-spacing: .04em;
    font-weight: 600;
}

.fbt-slider-wrap {
  position: relative;
}

.fbt-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.fbt-slider::-webkit-scrollbar {
  display: none;
}

.fbt-card {
  position: relative;
  flex: 0 0 185px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.fbt-image {
  display: block;
  height: 185px;
  border-radius: 16px;
  overflow: hidden;
}

.fbt-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fbt-info {
  padding: 14px;
}

.fbt-price {
  font-size: 14px ;
  font-weight: 400;
  color: #494d41;
}

.fbt-name {
  line-height: 1.5;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;

  line-height: 1.4;
  min-height: calc(1.4em * 2); /* keeps all cards the same height */
  word-break: break-word;
}

.fbt-check {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  cursor: pointer;
}

.fbt-check input {
  display: none;
}

.fbt-check span {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 6px;
  display: block;
  position: relative;
}

.fbt-check input:checked + span::after {
  content: "✓";
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  left: 6px;
  top: 1px;
}

.fbt-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #254b43;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}

.fbt-arrow.is-visible {
  display: flex;
}

.fbt-arrow--prev {
  left: -20px;
}

.fbt-arrow--next {
  right: -20px;
}

.fbt-add {
    margin-top: 24px;
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 18px;
    background: white;
    color: rgb(19, 50, 43);
    font-weight: 400;
    font-size: var(--bs-btn-font-size);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    height: 50px;
    padding: 0 20px;
    border: 1px solid;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.fbt-add[disabled] {
  opacity: .5;
  cursor: not-allowed;
}

.fbt-cart-icon {
  font-size: 30px;
}

.fbt-cart-notification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999999;
  display: flex;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  padding: 45px 13%;
  box-shadow: 0 2px 12px rgba(0,0,0,.15);
  align-items: center;
    justify-content: center;
    margin-top: 65px;
}
.fbt-cart-notification-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fbt-cart-notification__close {
  position: absolute;
  top: 24px;
  right: 28px;
  border: 0;
  background: none;
  font-size: 34px;
  cursor: pointer;
}

.fbt-cart-notification h3 {
  font-size: 20px;
  margin-bottom: 16px;
}

.fbt-cart-notification__left {
      border-right: 1px solid #ddd;
    padding-right: 32px;
}

.fbt-cart-notification__item {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 20px;
}

.fbt-cart-notification__item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 16px;
}

.fbt-cart-notification__title {
  padding-right:20px;
  font-size: 15px;
}

.fbt-cart-notification__price {
  font-size: 15px;
  margin-top: 8px;
}

.fbt-cart-notification__right {
  padding-left: 32px;
  align-self: center;
}

.fbt-cart-notification__subtotal {
  font-size: 20px;
  margin-bottom: 28px;
}

.fbt-cart-notification__subtotal strong {
  margin-left: 14px;
}

.fbt-cart-notification__actions {
  display: flex;
  gap: 12px;
}

.fbt-cart-notification__actions a {
  padding: 16px 16px;
  border-radius: 16px;
  font-weight: 500;
  text-decoration: none;
  font-size: 13px;
}

.fbt-cart-notification__actions a:first-child {
  border: 1px solid #000;
  color: #000;
}

.fbt-cart-notification__actions a:last-child {
  background: #173c31;
  color: #fff;
}

@media(max-width: 767px) {
  .fbt-cart-notification {
    grid-template-columns: 1fr;
    padding: 30px 18px;
    gap: 20px;
    margin-top: 60px;
  }

  .fbt-cart-notification__right {
    border-left: 0;
    padding-left: 0;
  }

  .fbt-cart-notification__item {
    grid-template-columns: 90px 1fr;
  }

  .fbt-cart-notification__item img {
    width: 90px;
    height: 90px;
  }

  .fbt-cart-notification h3 {
    font-size: 22px;
    text-align: center;
  }

  .fbt-cart-notification__title,
  .fbt-cart-notification__price {
    font-size: 13px;
  }

  .fbt-cart-notification-wrapper {
    flex-direction: column;
  }
  .fbt-cart-notification__left {
    border-right: none;
    padding-right: 32px;
  }

  .fbt-cart-notification__subtotal {
    text-align: center;
  }
}

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

  .fbt-cart-notification-wrapper
  {
    flex-direction: column;
  }

  .fbt-cart-notification__left {
      border-right: none;
      padding: 0;
  }
  .fbt-card {
    flex-basis: 170px;
    flex: 0 0 160px;
  }

  .fbt-image {
    height: 160px;
  }

  .fbt-name {
    font-size: 14px;
  }

  .fbt-price {
    font-size: 18px;
  }

  .fbt-add {
    min-height: 56px;
    font-size: 15px;
    gap: 10px;
  }

  .fbt-arrow {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .shoppable-image__text-box-title {
    font-size:1.7rem !important;
  }

  .hotspot__modal-sidebar {
    position: relative;
    display: block;
    max-width: 8.75rem;
    margin-right: 14px;
  }

  .hotspot__modal-quickshop {
    overflow-y: auto;
    overflow-x: visible;
  }

  .hotspot__modal-wrapper {
    height: calc(100vh - 110px) !important;
  }
  .modal--quickshop-full {
    padding: 4px;
  }
}
.ryzo-sale-badge{
  border-radius:16px !important;
  background: white !important;
  color: #B54B26 !important;
  border: 1px solid #B54B262b !important;
}
.ryzo-btn-upload ,.ryzo-btn-upload-large{
  background:#173c31 !important;
  background-color:#173c31 !important;
  border-radius:16px !important;
 }
.ryzo-text-product-card ,.ryzo-image-container ,.ryzo-product-image{
  border-radius:16px !important;
}
.ryzo-image-container{
  padding:0 !important;
}
.compare-price{
  color:#494d41 !important;
  font-size: 0.8125rem;
  line-height: 1.38;
}
.current-price{
  color:#494d41 !important;
  font-size: 0.8125rem;
  line-height: 1.38;
}

.ryzo-image-search-container {
  display: none !important;
  opacity: 0;
  right: -100px;
}

.productgrid--search {
  display: none;
}


@media (min-width: 769px) {
    .ryzo-upload-options-modal {
      max-width: 800px !important;
    }

    .ryzo-upload-box {
      max-width: 100% !important;
    }

    .ryzo-upload-options-demo-images {
      max-width: 100% !important;
    }

    .ryzo-upload-options-demo-images {
          grid-template-columns: repeat(4, 1fr) !important;
    }

    .ryzo-upload-options-demo-item {
      border-radius: 16px !important;
    }

    .wishlist-hero-header-show-count-only {
      margin-left: 18px;
    }
}

@media (max-width: 768px) {
    .ryzo-modal-header {
        display: flex !important;
    }
}



.product-section--title {
  font-weight: 600;
  font-size: 18px;
}

.home-section--content {
  margin-top: 10px;
}
.collection--title{
  font-size:20px !important;
  display:none !important;
  margin:0;
}
.utils-filter-icon svg{
  width:16px !important;
  height:16px !important;
}

.utils-filter {
  margin-right: 0;
}

.live-search-form-field{
  color:#99A1AF !important;
}
.live-search-form-field::focus{
  border:none !important;
  border-radius:0 !important;
}

.productgrid--items{
  margin-top:5px !important;
}
.product-section--container, .section--canonical {
 margin-top:10px !important
}
.breadcrumbs-delimiter {
  margin-left:3px !important; 
  margin-right:3px !important;
}

.HubLauncher-floatingWidget-JRiXT {
  display: none !important; 
}



.business-purchase {
  width: 100%;
  margin: 24px 0;
  padding: 20px;
  border: 1px solid rgba(var(--color-foreground), 0.2);
  border-radius: 8px;
  text-align: left;
}

.business-purchase__title {
  margin: 0 0 15px;
  font-size: 20px;
}

.business-purchase__options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.business-purchase__option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.business-purchase__option input {
  width: auto;
  margin: 0;
}

.business-purchase__company-fields {
  display: grid;
  gap: 15px;
}

.business-purchase__company-fields[hidden] {
  display: none;
}

.business-purchase__field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.business-purchase__field input,
.business-purchase__field textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid rgba(var(--color-foreground), 0.3);
  border-radius: 4px;
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font: inherit;
}

.business-purchase__field textarea {
  resize: vertical;
}

.business-purchase__field small {
  display: block;
  margin-top: 5px;
  opacity: 0.75;
}

.business-purchase__error {
  margin: 12px 0 0;
  color: #b42318;
  font-weight: 600;
}

.business-purchase__saving {
  margin: 12px 0 0;
}

@media screen and (max-width: 749px) {
  .business-purchase {
    padding: 16px;
  }

  .business-purchase__options {
    flex-direction: column;
    gap: 12px;
  }
}

.collection-filters__swatch-inner {
  background-size:contain;
  background-repeat: no-repeat;
}

#fc_frame{
  display:none !important;
}

#P0-7 {
  display: none;
}