/* Add custom CSS styles below */ 
.container {
    max-width: 90%;
}
section.advanced-slider.with-spinner.with-controls.advanced-slider--0.auto-height {
    max-width: 90%;
    margin: auto;
}
.product-card {
    border: 1px solid #2A2A2A1A;
    border-radius: 14px;
}

section.s-block.s-block--square-links .aspect-\[14\/13\] {
    aspect-ratio: 13/13;
}

section.s-block.s-block--square-links .mx-auto.max-w-7xl.px-6.lg\:px-8 {
    max-width: 90%;
    padding: 0;
}
section#about-7 p {
    max-width: 60%;
}
a.btn.group.bg-primary.text-primary-reverse.h-12.\!px-6.mt-8.gap-2.\!rounded-none.anime-item {
    background-color: #CE5A67;
    border-radius: 5px !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder.s-block--animate.fixed-banner--9 img {
    max-width: 60% !important;
    margin: auto;
}
.store-footer:not(.basic-footer) .enhanced_links {
    padding-bottom: 5%;
}

@media (max-width: 767px) {
section.s-block.s-block--fixed-banner.wide-placeholder.s-block--animate.fixed-banner--9 img {
    max-width: 90% !important;
}
  section#about-7 p {
    max-width: 90%;
}
.store-footer:not(.basic-footer) .enhanced_links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}