.vl1_new{--item-radius: var(--border-radius-large);position:relative;display:flex;flex-direction:column;min-width:1px;background-color:var(--color-white);border-radius:var(--item-radius);font-size:var(--font-size-large);font-weight:var(--font-weight-medium);box-shadow:var(--shadow-1)}.vl1_new .details-wrapper{display:flex;flex-direction:column;gap:var(--spacing-x-large);height:100%;padding:var(--spacing-x-large)}.vl1_new .details-top{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-small);min-height:28px}.vl1_new .details-body{flex:1 1 auto}.vl1_new .details-bottom{display:none;align-self:flex-end}@media (min-width: 768px){.vl1_new .details-bottom{display:block}}.vl1_new .image img{display:block;width:100%;border-top-left-radius:var(--item-radius);border-top-right-radius:var(--item-radius);-o-object-fit:cover;object-fit:cover}.vl1_new .publish-date{font-weight:var(--font-weight-semibold);margin-right:auto}.vl1_new .author:not(:first-child){margin-top:var(--spacing-small)}.vl1_new .title{margin-block:0 var(--spacing-medium);font-size:var(--font-size-x-large);font-weight:var(--font-weight-semibold);line-height:1.4}.vl1_new .title:last-child{margin-bottom:0}.vl1_new .short *:last-child{margin-bottom:0}swiper-slide .vl1_new .title{min-height:4ch}.vl2_new{--img-width: 55%;position:relative;font-size:var(--font-size-large);font-weight:var(--font-weight-medium)}.vl2_new .image{display:block}.vl2_new .image img{width:100%}@media (min-width: 768px){.vl2_new .image{width:var(--img-width)}}.vl2_new .content{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-large);padding:var(--spacing-x-large);background-color:var(--color-white);box-shadow:var(--shadow-1)}@media (min-width: 768px){.vl2_new .content{position:absolute;top:0;right:0;bottom:0;left:var(--img-width);overflow:hidden;min-height:0}}.vl2_new .btn-wishlist{position:absolute;top:var(--spacing-large);right:var(--spacing-large)}.vl2_new .title{margin-block:var(--spacing-x-large) 0;font-size:1.3em;font-weight:var(--font-weight-semibold)}.vl2_new .bottom{display:flex;align-items:center;gap:var(--spacing-small);justify-content:space-between;width:100%;margin-top:auto}.vl3_new{--img-width: 100%;display:flex;flex-direction:column;gap:var(--spacing-2x-large);border-radius:var(--border-radius-medium);background-color:var(--color-gray-100);padding:var(--spacing-2x-large) var(--spacing-3x-large);font-size:var(--font-size-large)}@media (min-width: 576px){.vl3_new{--img-width: 170px;flex-direction:row}}.vl3_new .image{flex-shrink:0;border-radius:var(--border-radius-medium);overflow:hidden}.vl3_new .image img{width:var(--img-width)}.vl3_new .details{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-large);width:100%}.vl3_new .title{margin-block:0;font-size:18px;font-weight:var(--font-weight-semibold)}.vl3_new .bottom{display:flex;align-items:center;justify-content:space-between;gap:var(--font-size-small);width:100%;margin-top:auto}.vl4_new{--image-bg: var(--color-secondary-100);display:flex;flex-direction:column;font-size:var(--font-size-large);font-weight:var(--font-weight-medium)}.vl4_new header{position:relative}.vl4_new .image{display:flex;align-items:center;justify-content:center;height:160px;padding:var(--spacing-large);border-radius:var(--border-radius-medium);background:var(--image-bg)}@media (min-width: 576px){.vl4_new .image{padding:var(--spacing-2x-large);height:250px}}.vl4_new .image img{max-height:100%}.vl4_new .chips{position:absolute;top:8px;right:8px;display:flex;flex-direction:column;align-items:flex-end;gap:var(--spacing-small);z-index:1;text-transform:uppercase}.vl4_new .details{padding-block:var(--spacing-medium) var(--spacing-x-large)}.vl4_new .author{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;color:var(--color-secondary-700)}.vl4_new .title{margin-block:var(--spacing-large) 0;font-size:1.15em;font-weight:var(--font-weight-semibold);line-height:1.4}.vl4_new .product-actions>*:first-child{flex:1 1 auto}.vl4_new .product-actions>*:first-child .pbtn{width:100%}.vl4_new footer{margin-top:auto}.vl4_new .product-price{margin-bottom:var(--spacing-x-large)}.vl5_new{--img-size: 80px;display:grid;grid-template-columns:max-content 1fr;gap:0 var(--spacing-large);padding:var(--spacing-x-large);background-color:var(--color-secondary-100);font-size:var(--font-size-large);font-weight:var(--font-weight-medium);grid-template-areas:"top top" "image details"}@media (min-width: 576px){.vl5_new{--img-size: 165px;grid-template-columns:var(--img-size) 1fr;grid-template-rows:max-content 1fr;grid-template-areas:"image top" "image details"}}.vl5_new .image{grid-area:image;place-self:end center}.vl5_new .image img{max-width:var(--img-size);max-height:var(--img-size)}.vl5_new .top{grid-area:top;display:flex;align-items:flex-start;gap:var(--spacing-small)}.vl5_new .top .chip{margin-left:auto}.vl5_new .title{margin-block:0 var(--font-size-x-large);font-size:1.3em;font-weight:var(--font-weight-semibold);line-height:1.4}.vl5_new .details{grid-area:details}.vl5_new .bottom{grid-area:bottom;display:flex;flex-wrap:wrap;align-items:center;align-self:flex-end;gap:var(--font-size-large);margin-top:var(--font-size-x-large)}@media (min-width: 576px){.vl5_new .bottom{justify-content:flex-end}}.vl5_new .product-actions{margin-left:auto}@media (max-width: 575px){.vl5_new .product-actions{flex:1 1 auto}.vl5_new .product-actions>*:first-child{width:100%}.vl5_new .product-actions>*:first-child .pbtn{width:100%}}.vl5_new:has(.bottom){grid-template-rows:max-content max-content 1fr;grid-template-areas:"top top" "image details" "bottom bottom"}@media (min-width: 576px){.vl5_new:has(.bottom){grid-template-areas:"image top" "image details" "image bottom"}}@media (max-width: 575px){.vl5_new:has(img[src*="missing-post"]){display:block}.vl5_new:has(img[src*="missing-post"]) .image{display:none}}swiper-slide .vl4_new .title{height:4ch;-webkit-line-clamp:2;line-clamp:2}.product-line-recommendation{display:flex;align-items:center;gap:var(--spacing-2x-large);padding:var(--spacing-3x-large);background:var(--color-secondary-100);border-radius:var(--border-radius-large)}.product-line-recommendation .image{flex-shrink:0;width:400px;height:400px;padding:var(--spacing-2x-large);background:var(--color-white);border-radius:var(--border-radius-large)}.product-line-recommendation .image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-line-recommendation .author,.product-line-recommendation .manufacturer{font-size:var(--font-size-x-large);font-weight:var(--font-weight-semibold);color:var(--color-content-secondary);margin-bottom:var(--spacing-medium)}.product-line-recommendation .title{font-size:var(--font-size-2x-large);font-weight:var(--font-weight-semibold);margin:0 0 var(--spacing-x-large) 0;line-height:1.5em}.product-line-recommendation .short{margin:var(--spacing-x-large) 0}.product-line-recommendation .product-price{margin-bottom:var(--spacing-medium)}@media (max-width: 991px){.product-line-recommendation .image{width:200px;height:200px}}@media (max-width: 768px){.product-line-recommendation .image{align-self:flex-start;background:none;width:150px;height:auto}}@media (max-width: 480px){.product-line-recommendation .image{padding:0;width:60px}}
