@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'Americana';
  src: url('../fonts/americana.woff2') format('woff2'),
       url('../fonts/americana.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body, h1, h2, h3, h4, h5, a, p, span, div {
    font-family: Americana;
}
html {
  scroll-behavior: smooth;
}

.montserrat, .montserrat p, .montserrat span, .page-numbers, form a, form p, form span, form button, form label, form select, form input, .woocommerce-Price-amount {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #222;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #444;
}

#preloader {
  transition: opacity 0.5s ease;
  background: rgb(256, 256, 256, 0.6);
}
#preloader img {
    width: 125px;
    height: 125px;
}

.opacity-btn {
    border: 1px solid #fff;
    padding: 1px 10px;
    border-radius: 5px;
    background: rgb(255, 255, 255, 0.2);
}
.hover-btn {
    border: 1px solid #fff;
}
.hover-btn:hover {
    color: #fff;
    background: rgb(255, 255, 255, 0.2);
}
.arrow-icon {
    width: 18px;
    height: 15px;
}

.collections .item {
    width: 100%;
    height: 405px;
}
.curved-arrow {
    display: none;
    height: 20px;
    width: 22px;
    margin-top: -6px;
}
.collections .item:hover .arrow-icon {
    display: none;
}
.collections .item:hover .curved-arrow {
    display: block;
}
#bestsellers .item img {
    height: 100%;
    max-height: 300px;
    object-fit: cover;
}
#bestsellers .item:hover .wp-post-image,
.products-cont .item:hover img,
.related .product:hover .related img
{
    transition: box-shadow 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.collections .item img {
    width: 100%;
    height: 100%;
}

.products-cont .item {
    width: 100%;
    max-width: 361px;
}
.products-cont .item img {
    width: 100%;
    height: 100%;
    max-height: 361px;
}

.woocommerce-breadcrumb, .woocommerce-breadcrumb a {
    color: #676d72;
    font-size: 14px;
    font-family: 'Montserrat';
}

.cart input, .cart select {
    height: 40px;
}

.group:hover .header-cart-popup,
.header-cart-popup:hover {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  transition-delay: 0ms;
}

.header-cart-popup {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease;
  transition-delay: 300ms;
}

.group:hover .header-cart-popup {
  transition-delay: 0ms;
}

.related .products {
    display: flex;
    flex-wrap: wrap;
}
.related .product {
    width: 100%;
    max-width: 250px;
    margin: 0 10px;
}
.related .product img {
    width: 100%;
    border-radius: 10px;
}
.related .product .add_to_cart_button {
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #000;
    border-radius: 5px;
    border: 1px solid #000;
    font-family: 'Montserrat';
}
.related .product .add_to_cart_button:hover {
    color: #000;
    background-color: transparent;
}

.description_tab {
    display: none;
}

.scale-bg {
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  animation: scaleIn 2s ease-out forwards;
  will-change: transform;
  backface-visibility: hidden;
}

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.8s ease-out forwards;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.fade-up.delay-300 {
  animation-delay: 0.3s;
}

.fade-up.delay-700 {
  animation-delay: 0.7s;
}
.about-fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.about-fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}
@keyframes scaleIn {
  to {
    transform: scale(1);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.woocommerce-product-gallery {
    position: relative;
}
.woocommerce-product-gallery ol {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    overflow-x: scroll;
}
.woocommerce-product-gallery ol img {
    min-width: 75px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    top: 20px;
    right: 20px;
    z-index: 100;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url('/wp-content/uploads/2025/07/full-screen-1.png');
    background-size: cover;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger span {
    display: none;
}
/*.woocommerce-product-gallery__image {*/
/*    max-height: 500px;*/
/*}*/

#sb_instagram #sbi_load .sbi_load_btn {
    background: transparent!important;
    color: #000!important;
    border: 2px solid #000;
}
#sb_instagram .sbi_follow_btn a {
    border: 2px solid #000;
    background: #000!important;
}
#sb_instagram .sbi_follow_btn span, #sb_instagram .sbi_follow_btn svg {
    color: #fff;
    font-weight: 500;
}
#sb_instagram .sbi_photo img {
    border-radius: 16px;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
    color: #fff!important;
    font-weight: 500;
    background: #000!important;
}
#sb_instagram .sbi_follow_btn:hover a,
#sb_instagram .sbi_follow_btn:focus a,
#sb_instagram .sbi_follow_btn:active a,
#sb_instagram .sbi_follow_btn:visited a,
#sb_instagram .sbi_follow_btn:focus-visible	 a {
    background: transparent !important;
    box-shadow: none !important;
}

#sb_instagram .sbi_follow_btn:hover span,
#sb_instagram .sbi_follow_btn:focus span,
#sb_instagram .sbi_follow_btn:visited span,
#sb_instagram .sbi_follow_btn:focus-visible span,
#sb_instagram .sbi_follow_btn:active span {
    color: #000!important;
}

#sb_instagram .sbi_follow_btn:hover svg,
#sb_instagram .sbi_follow_btn:focus svg,
#sb_instagram .sbi_follow_btn:visited svg,
#sb_instagram .sbi_follow_btn:focus-visible svg,
#sb_instagram .sbi_follow_btn:active svg {
    color: #000 !important;
}

#payment .woocommerce-privacy-policy-text {
    display: none!important;
}

footer a:hover {
    text-decoration: underline;
}
footer span {
    padding: 0 10px;
}

@media (max-width: 768px) {
    .header-cart-popup {
        display: none;
    }
    .related .product {
        max-width: unset;
        margin-bottom: 40px;
    }
    .related .product .woocommerce-loop-product__title {
        font-size: 24px;
        margin-top: 10px;
    }
    .related .product .woocommerce-Price-amount {
        font-size: 18px;
    }
    #bestsellers .item img {
        max-height: 220px;
    }
}