.pos1{
    height: 330px;
    width: 350px;
    background-size: contain;
    background-position: center;
    transition: .5s;
    background-repeat: no-repeat;
}
.card{
    margin: 40px;
    width: 350px;
    background:linear-gradient(150deg,#ffff,#ffff);
    display: grid;
    justify-content: center;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    transition: .5s;
}
.card>img{
    width: 350px;
}
.abv{
    padding: 30px;
    font-size: 25px !important;
    font-family: nyala;
    font-weight: bolder;
    color: white;
    background: rgba(0,0,0);

}
.abv.is-experience{
    background : #b17c80 !important;
}
.abv.is-concept{
    background : #7d56c6 !important;
}
.abv .section-catalog-title-block .diamond-divider-category{
    background-color: white !important;
}
.abv .section-catalog-title-block {
    margin-bottom: 4px !important;
}
.card>h2{
    text-align: center;
    font-family: Gabriola;
    color: #442b41;
    font-size: 30px !important;
}
.pos1:hover{
    background-size: 400px;
}

.collection__hero {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 320px;
    background-color: var(--color-contrast-lower);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.category img {
    width: auto !important;
}

/* Container for the title */
.title-container {
    text-align: center;
    margin-bottom: 1rem;
}

.title-container h1 {
    display: inline-block;
    font-weight: bold;
}

/* Styling for the grid */
.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem; /* Space between columns */
    justify-items: center;
}

/* Styling for each column of text */
.column {
    font-size: 24px;
    /* Add styles here for font size, line height etc., if needed */
}

/* Ensure the text is centered if that is a theme setting */

/* Responsive adjustments if necessary */
@media (max-width: 768px) {
    .grid {
        grid-template-columns: 1fr;
    }
}
.new-arrivals-section {
    text-align: center;
    padding: 50px;
}

.new-arrivals-content {
    position: relative;
    display: inline-block; /* Centers content and allows for width control */
}

.title {
    font-size: 2rem;
    margin-bottom: 30px;
    /* Add more styling for the title as needed */
}

.new-arrivals-image {
    width: 100%; /* This ensures the image is responsive and fills its container */
    height: auto; /* This maintains the image aspect ratio */
    margin-bottom: 30px;
    /* Add more styling as needed */
}

.shop-now-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000; /* Button background color */
    color: #fff; /* Button text color */
    text-transform: uppercase;
    text-decoration: none;
    border-radius:8px;
    /* Add more button styling as needed */
}

.shop-now-btn.experience{
    background-color: #b17c80;
    border-color: #b17c80;
}
.shop-now-btn.concept{
    background-color: #7D56C6;
    border-color: #7D56C6;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .new-arrivals-section {
        padding: 20px;
    }

    .title {
        font-size: 1.5rem; /* Smaller font size on smaller screens */
    }
}

.category-container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.category {
    text-align: center;
    width: 100%;
    margin:0px ;
}

.category h2 {
    font-size:24px !important;
}

.category img {
    width: 200px;
    height: 200px;
    object-fit: contain !important;
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    border:0px;
    border-bottom:0px !important;
    margin-top:12px;
    height: 300px !important;
}

.category p {
    margin-bottom: 20px; /* Adjust spacing as necessary */
}

.shop-now {
    padding: 10px 20px;
    background-color: #000; /* Adjust color as necessary */
    color: #fff; /* Adjust color as necessary */
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.shop-now:hover {
    background-color: #444; /* Adjust hover color as necessary */
}
/*  carousel section three  */

.section-three-title-carousel {
    margin: 10px 0;
    font-size: 20px  !important;
    color: white !important;
}
.carousel {
    position: relative;
}
.category-carousel-section {
    padding-top : 100px;
    padding-bottom : 30px;
}

.shop-now-btn-carousel {
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius:8px;
    border-style: solid;
    border-width: thin;
    margin-top: 20px;
    font-size: small;
    font-weight: bolder;
}

.shop-now-btn-carousel.experience:hover{
    background-color: #b17c80;
    border-color: #b17c80;
    color: #fff;
}

.shop-now-btn-carousel.concept:hover{
    background-color: #7D56C6;
    border-color: #7D56C6;
    color: #fff;
}

.shop-now-btn-carousel.jewellery:hover{
    background-color: black;
    border-color: black;
    color: #fff;
}
/* Styling for the category carousel section */

.category-carousel-section .category img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
    border-bottom: 1px solid #ddd;
}
.diamond-divider-catalog {
    width: 12px;
    height: 12px;
    background-color: #333;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    margin: 0 10px;
    align-self: center;
}

.diamond-divider-category {
    width: 12px;
    height: 12px;
    background-color: #333;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    margin: 0 10px;
    align-self: center;
}

/* Mobile styles for screens smaller than 768px to show one item */
@media (max-width: 767px) {
    .category h2 {
        width: min-content;
    }
    .carousel__wrapper {
        margin-top: 10px;
    }
    .category-carousel-section {
        padding-top : 10px;
    }
}

.text-component {
    margin-bottom: 1rem;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Responsive columns */
    gap: 1rem;
}

.column {
    font-size: 1.4rem;
    color: #666;
    line-height: 1.4;
}

.section-catalog-title {
    font-size: 3rem;
    color: #333;
    margin: 0 15px;
    font-weight: bold;
}

.section-catalog-title-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .section-catalog-title {
        font-size: 1.5rem;
    }
    .column {
        font-size: 1rem;
        width: 90%;
    }
}
