.product-card{background:var(--tertiary-color);display:flex;flex-direction:column;height:100%}.product-card img{width:100%!important}.product-card p:first-of-type{mix-blend-mode:luminosity;transition:all .6s}.product-card p:first-of-type:hover{mix-blend-mode:unset}.product-card h4{font-weight:600;text-transform:uppercase}.product-card p:last-of-type{padding:0 20px}.product .swiper-button-next,.product .swiper-button-prev{display:none}.product .swiper-pagination{display:inline-block;padding-top:20px}.product-section .slider{padding-bottom:54px}.product-section .slider .swiper-pagination-bullet.swiper-pagination-bullet{background:var(--secondary-color)}.product-section .slider .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--primary-color)}.product-section .section_title{font-size:24px;font-weight:400;margin-bottom:20px;text-transform:uppercase}.product-section .section_subtitle{grid-column-gap:5px;grid-row-gap:0;display:grid;grid-template-columns:repeat(2,1fr)}@media (max-width:767px){.product-section .section_subtitle{display:flex;flex-direction:column}.product-section .slider .swiper-pagination{bottom:-20px}.product-section .slider{padding-bottom:24px}}.product-card__image-wrapper{height:100%}.dnd-section--primary .product-card__image-wrapper{background:var(--secondary-color)}.dnd-section--secondary .product-card__image-wrapper{background:var(--tertiary-color);color:var(--secondary-color)}.dnd-section--tertiary .product-card__image-wrapper{background:var(--secondary-color)}.product-modal .product-modal__content{align-items:center;display:flex;flex-direction:column}@media (min-width:768px){.product-modal .modal__container{max-width:60%}}.product-modal .modal__inner-wrapper{background-color:var(--secondary-color);color:var(--primary-color);padding:40px 60px 30px}.product-modal .product-modal__content img{height:auto;width:800px}@media (max-width:767px){.product-modal .modal__container{max-width:90%}.product-modal .modal__inner-wrapper{padding:40px 20px 30px 30px}}