.product-details-01 {
	.card-body {
		> div {
			align-items:flex-start;
		}
	}
}

.template-product header {
    top: inherit !important;
}

#layout-checkout-logo img {
    height: calc(var(--layout--logo-bar--logo--height)* 4.5);
}

#product-details-gallery-configuration-images {
	height:20rem;
}

.swiper {
    height: auto;
}

.header-02 .btn-outline:hover {
    border-color: #a0aec0;
}

.header-02 .btn-primary:hover {
    background-color: #210c0f;
}

/*
.header-01 {
	display:inline !important;
	padding-top:10px;
}
*/

.icon-text, .icon-text-sm {
    align-items: baseline;
}

.btn-primary, .fw_button {
    color: #fff !important;
}

.product-configuration-collection-description,
.product-configuration-group-description {
    display: none;
}

#product-list-static .gap-grid {
   gap: 2rem !important;
}

#content-31-113 > div > div:nth-child(1),
.content-31 > div > div:nth-child(1) {
    background: #fffdfd;
    padding: 0 40px;
}

.content-31 > div > div:nth-child(2),
#content-31-113 > div > div:nth-child(2) {
    padding: 0 40px;
}

#content-02-64 [data-ratio="16/9"]:before,
#content-02-117 [data-ratio="16/9"]:before {
    padding-bottom: 100%;
}

#content-02-117 > div.mb-space-element.lg\:flex.lg\:justify-between {
    display: none !important;
}

#content-02-117 {
    margin-bottom: 30px;
}

.header-01 > div > div.flex.items-center > div.dropdown {
    display: none !important;
}

.footer-01 .fw_button {
    color: #fff;
    text-decoration: none;
}

.footer-01 h4 {
    font-size: 0.875rem;
}

.cart-image {
    height: 4rem;
    width: 4rem;
}

.card-product-stock.success .text-sm {
    display: none;
}

#product-configuration-option-images {
    width: 100% !important;
}

#product-configuration-option-images > div:first-child {
    height: 100%;
}

@media only screen and (min-width: 1024px) {
    .card-image,
    .card-image > a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px;
        padding: 0;
        overflow: hidden;
        height: 225px !important;
    }

    .card-image img {
        max-height: inherit;
        margin-top: -10px;
    }
    
    #product-details-gallery {
		top: 10vh;
	}
}

@media (max-width: 768px) {
	.header-01 .phone,
	.header-01 .icon-text svg {
		display:none;
	}
}

@media (min-width: 1280px) {
    .content-26 .xl\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    
    .product-list-01 .xl\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    #content-03-116 {
        min-height: 460px;
    }

    #content-09-174 {
        min-height: 300px;
    }
}
