@import './style-guide.css';

h2 {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--black);
    margin-bottom: 25px;
}

h3 {
    font-size: var(--font-h4);
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

h3::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 2px;
    background-color: var(--btn-bg-yellow-hover);
    bottom: 0;
    left: 0;
}

.Information-block {
    display: flex;
    margin: 0px -10px 70px;

}

.Information-picture {
    margin: 0px 10px;
    width: 50%;
    position: relative;
}

.Information-field {
    margin: 0px 10px;
    width: 50%;
    padding: 30px;
    background-color: var(--white);
    box-shadow: 0px 1px 5px rgb(0 0 0 / 3%);
}

.Information-field>div {
    margin-bottom: 25px;
}

.Information-field>div:nth-last-child(1) {
    margin-bottom: 0px;
}

.Information-field>div>div:nth-child(1) {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.Information-field>div>div:nth-child(1) :nth-child(1) {
    margin-right: 10px;
}

.Information-field>div>div:nth-last-child(1) a:hover {
    color: var(--label-bg-yellow);
}


@media (max-width:991px) {
    .Information-block {
        flex-direction: column;
        margin: 0 0 25px;
    }

    .Information-picture {
        width: 100%;
        height: 50vh;
        margin: 0;
    }

    .Information-field {
        width: 100%;
        margin: 0;
    }
}

.Store-introduction h3,
.Store-merchandise h3 {
    font-size: var(--font-h4);
    text-align: justify;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.Store-introduction h3 svg,
.Store-merchandise h3 svg {
    margin-right: 10px;
}

.Store-introduction h3::before,
.Store-merchandise h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 2px;
    background-color: var(--label-bg-yellow);
}

.Store-introduction article {
    text-align: justify;
    letter-spacing: 0.5px;
    font-size: var(--font-h6);
    margin-bottom: 80px;
}

.Store-merchandise .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; 
}
.Store-merchandise .swiper-container .swiper-wrapper{
    padding: 0 15px;
    margin: 0;
}

.cards{
    display: flex;
    grid-template-columns: none;
    grid-column-gap: unset;
    grid-row-gap: unset;
}
@media(max-width:991px){
    .cards{
        padding-top: 30px;
    }
}


.Store-merchandise .cards {
    margin-top: -30px;
    padding-bottom: 30px;
}

.card {
    overflow: initial;
    width: 260px;
    max-width: 270px;
    height: 345px;
}

@media (max-width:991px) {
    .card {
        height: 300px;
    }
}

.card-hero {
    height: 50%;
}

.card-body h4 {
    color: var(--title-font-blue);
    font-size: var(--font-h5);
    font-weight: bold;
    min-height: 70px;
    max-height: 70px;
    letter-spacing: 1.2px;
}

@media (max-width:991px) {
    .card-body h4 {
        min-height: 40px;
        max-height: 40px;
    }

    .card-body {
        padding: 15px 15px 0px;
    }

}

.card-body h4:hover {
    color: var(--label-bg-yellow);
}

.card-tag {
    margin-left: -20px;
    position: relative;
}

.card-tag.tag-peach {
    background-color: var(--ribbon-gold);
}

.card-tag::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 2px;
    transform: rotate(-45deg);
    width: 50px;
    height: 50px;
    background-color: var(--ribbon-gold-pseudo);
    margin-left: 10px;
}

.price {
    display: flex;
}

.price span:nth-child(1) {
    color: var(--black);
    font-size: var(--font-h8);
    align-self: flex-end;
    margin-bottom: 6px;
    margin-right: 5px;
}

.price span:nth-child(2) {
    color: var(--google-color);
    font-weight: bold;
    font-size: var(--font-h3);
}

.back-btn {
    margin: 0px 0px 0px auto;
    width: 40px;
}

.back-btn svg {
    margin-bottom: 3px;
    fill: var(--label-bg-yellow);
}

.back-btn:hover svg {
    fill: var(--white);
}

.Information-picture .swiper-button-next {
    right: -5px;
}

.Information-picture .swiper-button-prev {
    left: -5px;
    transform: rotate(180deg);
}

.Information-picture .swiper-button-next,
.Information-picture .swiper-button-prev {
    top: inherit;
    bottom: 35px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-image: url(../img/chevron-circle-right-solid.svg);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.22);
    filter: invert(1);
}

.Information-picture .swiper-button-next::after,
.Information-picture .swiper-button-prev::after {
    background-color: var(--white);
    font-size: 1.2rem;
    opacity: 0;
    /* color: white; */
    text-align: center;
    font-weight: bold;
}

.Information-picture .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.Information-picture .swiper-slide {
    background-size: cover;
    background-position: center;
}

.Information-picture .gallery-top {
    height: 80%;
    width: 100%;
    /* padding: 0px 0px 5px; */
}

.Information-picture .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.Information-picture .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.Information-picture .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}



.Store-merchandise .swiper-button-next,
.Store-merchandise .swiper-button-prev{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: var(--white);
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
    transform: .3s;
    z-index: 5;
}

.Store-merchandise .swiper-button-next:hover,
.Store-merchandise .swiper-button-prev:hover{
    background-color: var(--label-bg-yellow);
}
.Store-merchandise .swiper-button-next:hover::after,
.Store-merchandise .swiper-button-prev:hover::after{
    color: var(--white);
}
.Store-merchandise .swiper-button-next::after,
.Store-merchandise .swiper-button-prev::after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: .9rem;
    color: var(--sub-font-gray);
}
.Store-merchandise .swiper-button-next::after{
    content: "\f054";
}
.Store-merchandise .swiper-button-prev::after{
    content: "\f053";
}
@media(max-width:991px){
    .Store-merchandise .swiper-button-prev{
        left: 0;
    }
    .Store-merchandise .swiper-button-next{
        right: 0;
    }
}
@media(max-width:575px){
    .Store-merchandise .swiper-button-next,
    .Store-merchandise .swiper-button-prev{
        width: 30px;
        height: 30px;
    }
    .Store-merchandise .swiper-button-next::after,
    .Store-merchandise .swiper-button-prev::after{
        font-size: .9rem;
    }
}