
.inner-page-banner-wrap {
    padding: 0;
    background-color: #000;
}
.inner-page-banner-wrap span.icon-dot {
    
    display: inline-block;
    margin: 0px 5px;

}

video.video-wrap, .inner-page-banner-wrap .breadcrumb-image{
    width: 100%;
    height: 55vh;
    object-fit: cover;
}
.inner-page-banner-wrap {
    position: relative;
    line-height: 0px;
}
.banner-data-hold { 
    position: absolute;
    top: 0;
    left: 0;
    height: 55vh;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.01);
}
.text-card-wrap {
    gap: 60px;
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
}
.text-card-repeat {
    position: relative;
    text-align: center;
}
.text-card-repeat p{
    text-align: center;
    margin: 0px;
}
.text-card-repeat::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color:#e9e7e7;
    top:0px;
    right:-30px;
}

.text-card-repeat:last-child:after{
    display: none;
}
.cat-list-card {
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}
.custom-container {
    max-width: 1320px;
}
.product-cat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.cat-list-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
     transition: 0.3s;
}
.cat-list-card:hover img{
    transform: scale(1.1);
}
.cat-list-card h2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #fff;
    /* text-shadow: -1px 1px #ccc; */
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
    font-size: 17px !important;
}

section.sticky-section {
    position: sticky;
    top: 0px; 
}
.sticky-sec-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
}
.sec-data-info {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.sec-data-info h2 {
    font-size: 48px;
    margin: 0px;
}
.sec-data-info  p{
    margin: 15px 0px 20px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.btn-outline {
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    padding: 14px 23px; 
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    transition: 0.3s;
}
 
.btn-outline:hover{
    background-color: #000;
    border-color: #000;
    color: #fff !important;
}
.after-sticky-data{
    background-color: #fff;
}
#footer{
    position: relative;
}

.carousel-progress {
    max-width: 700px;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
    width: 100%;
    margin: 15px auto;
}

.carousel-progress-bar { 
  width: 0%;
  height: 100%;
  background: #ff0000; /* change to your theme color */
  transition: width 0.4s ease;
}

.category-info-data{ 
    background-color: #f5f5f5;
}

.cat-filter-left {
    display: flex
;
    align-items: center;
    gap: 20px;
}
.category-list-filter {
    display: flex;
    background: #262720;
    color: #fff;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    height: 40px;
    padding: 10px 30px 10px 10px;
    border: 1px solid transparent;
}
.category-list-filter.active svg path {
    stroke: #000;
}
.custom-dropdown {
  position: relative;
  width: 250px;
  font-family: "Inter", sans-serif;
}

.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid transparent;
    padding: 10px 15px;
    cursor: pointer;
    background: #f5f5f5;
    border-radius: 0;
    transition: all 0.3s ease;
    height: 40px;
}

 
.dropdown-title {
  font-weight: 500;
  color: #222;
  font-size: 14px;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
}

.custom-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-list {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-radius: 6px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 99;
  margin: 0px;
  padding: 0px 15px;
}

.custom-dropdown.open .dropdown-list {
  max-height: 400px;
  opacity: 1;
}
.custom-dropdown.open .dropdown-header {
    border-color: #000;
}
.dropdown-list li {
  list-style: none;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  color: #444;
  transition: background 0.2s;
}
.dropdown-list li a{
    color: #444;
    text-decoration: none;
}

.dropdown-list li:last-child {
  border-bottom: none;
}

.project-page-project-slider h2{
 margin-bottom: 40px !important;
}


.cat-filter-top {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.dropdown-arrow svg {
    width: 15px;
    height: 15px;
}
.filter-category-list {
    margin-bottom: 40px;
} 


.filter-category-list {
  display: none;
}
.category-list-filter.active{
      color: #000;
    background: #fff;
    border: 1px solid #000;
}
p.woocommerce-loop-product__dec {
    font-size: 14px !important;
    line-height: 23px;
    color: #555;
}
h2.woocommerce-loop-product__title {
    font-size: 22px !important;
    padding-bottom: 2px !important;
    line-height: 26px;
}
.woocommerce-loop-product__dec {
    margin-top: 4px;
}
.woocommerce ul.products li.product span.price.product-price-wrap {
    display: flex !important;
    gap: 10px;
    color: #555 !important;
    margin: 0px; 
    font-weight: 300 !important;
}
.woocommerce ul.products li.product span.price.product-price-wrap strong{
    font-weight: 600 !important;
}
li.product.product-list-wrap li.product.product-list-wrap img{
    transition: 0.3s;
}

li.product.product-list-wrap:hover img{ 
    transform: scale(1.1);
}
.product-thum-img{
    overflow: hidden; 
    margin-bottom: 10px;
}

.product-thum-img img {
    margin: 0px !important;
    transition: 0.3s;
}
.new-release-sec-wrap {
    display: flex;
    width: 100%;
    gap: 0px;
    margin-top: 40px;
}

.new-release-product .product-thum-img {
    margin-bottom: 0;
}

.new-release-product .product-list-wrap {
    width: 100% !important;
}
.new-release-left {
    width: 50%;
}
.woocommerce .new-release-product ul.products .product-list-wrap {
    width: 100% !important;
}
.woocommerce .product-first-2 ul.products .product-list-wrap {
    width: 50% !important;
    margin: 0px !important;
}
.product-first-2{
    width: 50%;
}
.product-first-2 ul{
    display: flex;
    gap: 20px;
    margin-right: -20px !important;
}

.release-product-box-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: end;
    background: rgba(0, 0, 0, 0.2);
}
.release-product-data {
    display: flex
;
    align-items: center;
    gap: 30px;
    color: #fff;
    width:100%;
}
.release-pro-data-left {
    width: 50%;
}
.release-pro-data-right {
    width: 50%;
}
.release-pro-data-left h2.woocommerce-loop-product__title, .release-pro-data-left .product-stock-code {
    color: #fff;
    margin: 0px 0px 5px;
}
span.new-release-tag {
    position: absolute;
    top: 20px;
    right: 20px; 
    background: #262720;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 20px;
    font-size: 14px; 
}
.new-release-product .price.product-price-wrap p { 
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 5px 0px 0px;
}
.new-release-product .product-thum-img img, .new-release-product .product-thum-img video {
    height: 520px !important;
    object-fit: cover !important;
    width: 100%;
     margin: 0 !important;
}
.product-row-without-new-relese-sec {
    width: 100%;
}
.product-row-without-new-relese-sec ul{
    margin: 0px !important;
}
.product-row-without-new-relese-sec  ul::after, .product-row-without-new-relese-sec ul::before{
 display: none !important;
}

.woocommerce  ul.products li.product .release-pro-data-left  span.price.product-price-wrap{
   color: #fff !important;  
}

.release-pro-data-right p { 
    margin: 0;
    color: #fff;
}

.bg-image-wrap {
    height: 600px;
    background-size: cover;
    background-position: center;
}
.bg-overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 40px;
    display: flex
;
    align-items: end;
}

.bg-image-data-left {
    max-width: 380px;
}

.bg-image-data {
    display: flex
;
    align-items: end;
    gap: 30px;
    width: 100%;
    justify-content: space-between; 
    padding-bottom: 40px; 
}

.big-breadcrumb-sec {
    height: 55vh;
    display: flex;
    align-items: center; 
}
.big-breadcrumb-sec:before{

background: rgba(0, 0, 0, 0.2);
}
.bg-gray {
    background: #f5f5f5;
}
.product-faq-wrap {
    display: flex
;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
}
.product-faq-left {
    width: 50%;
}
.product-faq-image {
    width: 50%;
}
.myaccordion-wrap h2 button {
    display: flex !important
;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    font-size: 19px;
    color: #25271F;
    padding: 10px 10px;
    text-decoration: none;
}
.myaccordion-wrap h2 button:hover, .myaccordion-wrap h2 button:focus{
  color: #25271F;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.card-header-1 {
    border-top: 1px solid #d8d8d8;
}

.faq-sec-inner-data {
    margin-top: 30px;
}
.faq-sec-inner-data .card-body {
    padding: 0 10px 20px;
}

.faq-sec-inner-data .btn-link[aria-expanded="true"] .fa-plus-circle:before {
    content: "\f056" !important;
}
.share-btn {
    background: unset;
    border: 0;
    width: 60px;
}

.share-social-icon-wrap {
    position: absolute;
    width: 250px;
    right: 0;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px #f2f2f2;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    display: none;
}
.open-social-modal {
    display: block;
}
#shareBtn{
   transition: 0.3s;
}
#shareBtn:focus{
    outline: none;
    box-shadow: nones;
}
.active-btn{
        transform: rotate(180deg);
}
.share-social-icon-wrap p {
    margin: 0;
    font-size: 0;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.share-social-icon-wrap .follow-right2{
justify-content: center;
    margin: 0;
}
.social-icons.share-social-icon-wrap p a {
    background: #25271f;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.social-icons.share-social-icon-wrap p a i {
    color: #fff !important;
}

.product-desc-faq .myaccordion .card-header{
    border-bottom: 0px;
    border-top: 1px solid #d8d8d8 !important;
}

.product-desc-faq .myaccordion .card, .myaccordion .card:last-child .card-header{
  border-bottom: 0px;   
}
.myaccordion .btn{
    font-weight: 500;
}
.product-desc-faq table tbody td {
    border: 0;
}
.product-desc-faq .card-body {
    padding: 0px !important;
}
.product-desc-faq .myaccordion table.table.table-striped{
    border-top: 0px;
}

.single-product-data p {
    font-size: 14px !important;
    line-height: 24px;
}


.product-gallery-wrap {
    float: left;
    width: 48%;
    position: relative;
}
.product-gallery-wrap .images{
    width: 100% !important;
}

.product-gallery-wrap .badge {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 22;
    font-weight: 400;
    border-radius: 0;
    font-size: 12px;
}

.faq-sec-inner.product-desc-faq .download a {
    font-size: 12px;
    font-weight: 500;
}
.share-product-wrap{
    position: absolute;
    top: 0px;
    right: 0px;
}
.color-price-download-wrap { 
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 10px 10px;
    border-top: 1px solid #d8d8d8 !important;
    margin: 0;
    min-height: 100px;
}
.download-info {
    font-weight: 500;
    padding: 0;
    text-align: left;
    font-family: 'Lato', sans-serif;
    color: #25271F;
    font-size: 14px;
    text-transform: uppercase;
}
.new-btn{
    font-size: 15px !important;
    font-weight: 500 !important;
}

	/* .product-big-image img {
    width: 100%;
    height: 500px !important; 
    object-fit: contain;  
    background: #f2f2f2;
} */

.product-big-image img {
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    background: #f2f2f2;
    max-width: 100% !important;
    display: table;
    margin: 0 auto;
}

.thumb-caption {
    display: block;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin-top: 3px;
}

.thumbnail-item img {
    width: 100%;
    border-radius: 0;
    transition: transform 0.3s;
    height: 150px !important;
    object-fit: cover;
    background: #f2f2f2;
}

.custom-product-gallery {
    max-width:100%;
    margin: auto;
}
.main-image img {
    width: 100%;
    border-radius: 0px;
}
.image-caption {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-top: 8px;
}
.product-thumbnails {
    margin-top: 20px;
}
.thumbnail-item {
    position: relative;
    text-align: center;
    cursor: pointer;
      border: 1px solid transparent;
      padding: 5px;
}
.thumbnail-item.active, .thumbnail-item:hover{
  border-color: #000;
}
.summary.entry-summary .price span {
    font-weight: 300;
}
.summary.entry-summary .price {
    font-size: 14px !important;
    margin: 2px 0 0px;
    font-weight: 600;
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 24px;
    padding: 8px 14px;
    border-radius: 50%;
    pointer-events: none;
}


.thumb-caption {
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-top: 3px;
}

.custom-product-gallery {
    max-width:100%;
    margin: auto;
}
.main-image img {
    width: 100%;
    border-radius: 0px;
}
.image-caption {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-top: 8px;
}
.product-thumbnails {
    margin-top: 20px;
}


  .thumbnail-item .video-icon svg {
    width: 18px;
    height: 18px;
}

.thumbnail-item {
      position: relative;
    text-align: center;
    cursor: pointer;
}
.thumbnail-item .video-icon {
   padding: 0;
    position: absolute;
     top:42%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-product-gallery .owl-prev, .custom-product-gallery .owl-next{
    top: 31% !important;
}
.custom-product-gallery .owl-nav button.disabled {
    display: none !important;
}
.custom-product-gallery .owl-nav button span {
    font-size: 30px;
    line-height: 21px;
    color: #777373;
}

.woocommerce ul.products.all-product-list li.product, .woocommerce-page ul.products li.product {
    float: none;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
ul.all-product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:30px 20px;
    margin-top: 40px !important;
    margin-bottom: 60px !important;
}
ul.all-product-list::before{ 
    display: none !important;
}
.product-stock-code {
    padding-bottom: 2px !important;
    font-size: 14px !important;
    padding-bottom: 2px !important;
    color: #000;
    font-family: adobe-garamond-pro, serif;
    display: block;
    margin-top: 2px;
}
.video-wrap-bg, .sec-big-image {
    width: 100% !important;
    height: 100vh !important;
    object-fit: cover !important; 
}
.product-cat-wrap .woocommerce-loop-product__title{
    font-size: 20px !important;
}

.single-product-right-side p.price {
    display: none;
}
.product-title-price-wrap {
    margin: 15px 0 24px;
}
.single-product-right-side .price-desc {
    margin-bottom: 40px; 
}
.btn-theme{
    font-weight: 400 !important;
}
.single-product-right-side .btn-black {
    border: 1px solid #9f9f9f;
}

#mega-menu-236-1-1 ul.mega-sub-menu {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap:1px 15px;
}

#mega-menu-wrap-main, #mega-menu-wrap-main #mega-menu-main, #mega-menu-wrap-main #mega-menu-main ul.mega-sub-menu, #mega-menu-wrap-main #mega-menu-main li.mega-menu-item, #mega-menu-wrap-main #mega-menu-main li.mega-menu-row, #mega-menu-wrap-main #mega-menu-main li.mega-menu-column, #mega-menu-wrap-main #mega-menu-main a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main span.mega-menu-badge{
    color: #000 !important;
}
ul.mega-sub-menu img.mega-placeholder{
    height: 410px !important;
}
.menu-custom-btn-wrap{
       position: relative !important;
    bottom: 0px !important;
}

.menu-custom-btn-wrap .textwidget{
    width: auto !important;
    display: inline-block;
    position: absolute;
    bottom: 30px;
	white-space:nowrap !important;
}
.mega-product-category-menu-wrap {
    padding-top: 60px !important;
}

.menu-custom-btn-wrap .textwidget p
 {
    margin: 0 !important;
}
.menu-custom-btn-wrap .textwidget a{
    color: #000 !important;
    padding: 19px;
    border: 1px solid #ddd;
}
.menu-custom-btn-wrap .textwidget a:hover{
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
.menu-custom-btn-wrap .textwidget a::after, .menu-custom-btn-wrap .textwidget a::before{
    display: none;
}
.menu-custom-btn-wrap .mega-block-title{
 display: none !important;
}
.product-category-menu-wrap ul li a:hover{
    border: 0px !important;
}
.mega-sub-menu .mega-menu-item a.mega-menu-link{
 border: 0px !important;   
}
.mega-sub-menu .mega-menu-item a.mega-menu-link:after {
    display: none !important;
}
ul.mega-sub-menu {
  
    background: #fff !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    background: unset !important;
}
.mega-menu-row {
    border-top: 1px solid #f4efef !important;
}

section.our-projects.pt-0 {
    padding-top: 20px !important;
}
.product-banner-wrap .banner-data-inner h1 {
    margin-bottom: 15px;
}
.product-banner-wrap{
    background-image: url(/wp-content/themes/casf/assets/img/breadcrumbs/banner-products.jpg);
    background-size: cover;
    background-position: center center;
}

@media screen and (min-width:1600px){
    .custom-container {
    max-width: 1440px;
}
}
@media screen and (max-width:992px){
#mega-menu-236-1-1 ul.mega-sub-menu {
    grid-template-columns: repeat(1, 1fr) !important;
}
.menu-custom-btn-wrap .textwidget{
    position: static !important;
    margin-left: 10px !important;
}
#mega-menu-wrap-main .mega-menu-toggle + #mega-menu-main{
    background-color: #fff !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
   background-color: #fff !important;  
}
#mega-menu-236-1-1 ul.mega-sub-menu{
    padding: 10px !important;
}
.menu-custom-btn-wrap {
    margin-top: 13px !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
    background-color: #fff !important;
}
	.mega-product-category-menu-wrap {
    padding-top: 0px !important;
}
}


@media screen and (max-width:768px){
    .product-gallery-wrap{
        width: 100%;
        float: none;
    }
    .single-product-right-side {
    padding: 40px 0 !important;
}
.single-product-right-side{
 position: relative;
}
.product-faq-wrap {
    display: flex;
    gap: 30px;
    flex-direction: column-reverse;
}
.product-faq-left {
    width: 100%;
    text-align: left;
}
.product-faq-image {
    width: 100%;
}
.card-header-1 button {
    text-align: left;
    line-height: 26px;
}
.bg-image-data{
    flex-direction: column;
}
.bg-image-data-right{
    width:100% !important;
}
.share-product-wrap{
    top:27px;
}
.product-cat-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.text-card-wrap {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}
.text-card-repeat::after{
    display: none;
}
}

@media screen and (max-width:767px){
    .product-row-without-new-relese-sec ul{
        flex-wrap: wrap;
    }
    .woocommerce .product-first-2.product-row-without-new-relese-sec ul.products li {
    width: 48% !important;
}
        .text-card-wrap {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }
        .product-cat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
    .text-card-repeat h3 {
    font-size: 16px;
    font-weight: bold;
}
.text-card-repeat p{
    font-size: 12px;
}
    .sec-data-info h2 {
    font-size: 34px;
    margin: 0px;
    line-height: 40px;
}
video.video-wrap, .inner-page-banner-wrap .breadcrumb-image, .banner-data-hold{
    height: 400px;
}
.cat-filter-top, .cat-filter-left{
    flex-direction: column;
}
.category-list-filter, .cat-filter-left, .custom-dropdown{
    width:100%;
}
.cat-filter-right {
    width: 100%;
}
.cat-filter-top{
    gap: 20px;
}
.new-release-sec-wrap{
    display: block;
}
.new-release-left {
    width: 100%;
}
.product-first-2 {
    width: 100%;
}
.product-first-2 ul{
        gap: 15px;
}
.cat-info-data {
    margin-top: 40px;
}
ul.all-product-list{
        grid-template-columns: repeat(2, 1fr);
    gap: 24px 15px;
}
.product-first-2 ul{
        margin-right: 0 !important;
}
.product-first-2 ul::before, .product-first-2 ul::after{ 
    display: none !important; 
}
    .project-item-carousel.features-box img {
        height: 360px !important;
        object-fit: cover;
    }
    .release-pro-data-right {
    width: 100%;
    margin-top: 15px;
}
.release-pro-data-left {
    width: 100%;
}
.release-product-data{
    display: block;
}
.thumbnail-item img{
    height:110px;
}
}
.product-buttons-wrap {
    gap: 20px;
    flex-wrap:wrap;
}
.product-buttons-wrap p {
    margin: 0 -9px;
    padding: 0;
    gap: 10px;
}
.product-title-wrapper {
    min-height: 70px;
}

