/* Typography */
body {
    font-family: 'Poppins', 'GE Dinar One';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Miller', serif;
}

/* Navbar */
.navbar-custom {
    background-color: #f3d9c5;
    font-size: 14px;
}
.navbar-brand {
    font-family: cursive;
    font-size: 24px;
    color: #d29b52;
}
.navbar-brand img {
    height: 20px;
    margin-right: 5px;
}

/* Hero Section */
.hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 60px 15px;
}
.hero-text h1 {
    font-weight: 700;
    font-size: 2.5rem;
}
.btn-shop {
    background-color: #1e2d3b;
    color: white !important;
    border-radius: 25px;
    padding: 10px 25px;
}
.hero-img img {
    max-width: 100%;
    height: auto;
}

/* Thumbnails & Preview */
.image-thumb {
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
    border-radius: 0;
}
.image-thumb.selected {
    border: 2px solid #007bff;
    z-index: 2;
}
.image-thumb.dimmed {
    opacity: 0.5;
}
.image-preview img {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
}

/* Cards */
.card-images {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.collage img {
    width: 50%;
    height: 200px;
    object-fit: cover;
}

/* Responsive Views */
@media (max-width: 768px) {
    .desktop-view {
        display: none;
    }
    .social-links
    {
        margin-top:6px;
    }
}
@media (min-width: 769px) {
    .mobile-view {
        display: none;
    }
}

/* Image Wrapper */
.image-wrapper {
    position: relative;
    display: inline-block;
}
.main-image {
    display: block;
    max-width: 100%;
    border-radius: 10px;
}
.click-zone {
    position: absolute;
    cursor: pointer;
}

/* Layout and Desktop Info */
.desktop-info {
    display: none;
}
@media (min-width: 768px) {
    .layout {
        display: flex;
        justify-content: center;
        align-items: start;
        gap: 30px;
    }
    .desktop-info {
        display: block;
        max-width: 300px;
        text-align: start;
        margin-top: 20px;
    }
    .modal {
        display: none !important;
    }
}

/* Carousel */
.carousel-inner img {
    max-height: 300px;
    object-fit: contain;
}
#desktopImage {
    width: 300px;
}

/* Image Pinning */
.imagepin .pin {
    width: 44px;
    height: 44px;
    transform: translate(-50%, -50%);
    z-index: 9;
      border-radius: 50%;
    position: absolute;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    text-decoration: none;
}
.imagepin .pin span {
    position: absolute;
    top: -10px;
    font-size: clamp(12px, 2vw, 13px);
    background: rgba(255, 255, 255, 0.5);
    color: #111;
    backdrop-filter: blur(4px);
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 10;
    line-height: 1;
    opacity: 0;
    transition: 0.2s all ease-in-out;
    white-space: nowrap;
    width: fit-content;
    text-align: center;
}
.imagepin .pin:hover {
    border-color: #fff;
}
.imagepin .pin:hover:after {
    width: 7px;
    height: 7px;
}
.imagepin .pin:hover span {
    opacity: 1;
    top: -20px;
}
.imagepin .pin:active {
    border-color: #ffaa67;
}
.imagepin .pin:active:after {
    width: 20px;
    height: 20px;
}
.imagepin .pin:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: relative;
    display: block;
    border-radius: 100%;
    transition: 0.2s all ease-in-out;
}
.imagepin .pin:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    animation: shockwave 2s 0.5s ease-out infinite;
}

/* Shockwave Animation */
@keyframes shockwave {
    0% {
        transform: scale(1);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px #fff;
    }
    95% {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(1.8);
    }
}

/* Pin Animation Delays */
.imagepin .pin:nth-of-type(1):before { animation-delay: 0.2s; }
.imagepin .pin:nth-of-type(2):before { animation-delay: 0.4s; }
.imagepin .pin:nth-of-type(3):before { animation-delay: 0.6s; }
.imagepin .pin:nth-of-type(4):before { animation-delay: 0.9s; }
.imagepin .pin:nth-of-type(5):before { animation-delay: 1.3s; }
.imagepin .pin:nth-of-type(6):before { animation-delay: 1.6s; }
.imagepin .pin:nth-of-type(7):before { animation-delay: 1.8s; }
.imagepin .pin:nth-of-type(8):before { animation-delay: 2s; }
.imagepin .pin:nth-of-type(9):before { animation-delay: 2.2s; }


.section-title {
    color: #d33;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.collage img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
}
.product-details h3 {
    font-family: 'Miller', serif;
    color: #1e2d3b;
}
.product-details p {
    color: #d33;
}
.btn-custom {
    border-radius: 25px;
    padding: 8px 20px;
    margin-right: 10px;
}
.btn-buy {
    background-color: #d33;
    color: white;
}
.btn-visit {
    border: 1px solid #d33;
    color: #d33;
    background-color: transparent;
}

a {
    color: unset !important;
    text-decoration: none !important;
}

/*.fade {*/
/*    opacity: 0.2;*/
/*    transition: opacity 0.3s ease-in-out;*/
/*}*/

#campaign-bar
{
    background-color: #eacaae !important;
    font-size: 14px !important;
        border-radius: 0px !important;
}
.dropdown-item.active
{
    background-color: transparent !important;
    color: #E7B49A !important;
}
.dropdown-item.active:hover
{
    color: #E7B49A !important;
}
        