/* Veeta 6.5 — two canonical product-card variants.
 * SMALL: catalogue, grids, related products and every mobile product card.
 * FEATURED: one editorial product inside articles/guides on desktop/tablet.
 */

/* ---------- shared editorial wrappers ---------- */
.veeta-unified-product-section,
.veeta-featured-product-section{clear:both;box-sizing:border-box}
.veeta-unified-product-section>h2,
.veeta-featured-product-section>h2{margin:0 0 28px;font-size:26px;line-height:1.2}

/* ---------- SMALL / GRID CARD ---------- */
.veeta-unified-product-grid,
.veeta-editorial-products__grid.veeta-unified-product-grid,
.veeta-product-grid--related.veeta-unified-product-grid{
 display:grid!important;
 grid-template-columns:repeat(auto-fit,270px)!important;
 gap:24px!important;
 justify-content:center!important;
 align-items:stretch!important;
 list-style:none!important;
 margin:0!important;
 padding:0!important;
 overflow:visible!important;
}
.veeta-unified-product-grid--single{grid-template-columns:270px!important}

.veeta-unified-product-section .veeta-product-card,
.veeta-editorial-products__grid .veeta-product-card,
.veeta-related-products .veeta-product-card{
 display:flex!important;
 flex-direction:column!important;
 flex:0 0 270px!important;
 width:270px!important;
 min-width:270px!important;
 max-width:270px!important;
 height:405px!important;
 min-height:405px!important;
 margin:0!important;
 padding:0!important;
 border:2px solid var(--card-accent,#c57e44)!important;
 border-radius:24px!important;
 background:#fff!important;
 overflow:hidden!important;
 box-shadow:0 3px 7px rgba(0,0,0,.13)!important;
}
.veeta-unified-product-section .veeta-product-card__media,
.veeta-editorial-products__grid .veeta-product-card__media,
.veeta-related-products .veeta-product-card__media{
 width:100%!important;
 height:205px!important;
 min-height:205px!important;
 max-height:205px!important;
 display:block!important;
 position:relative!important;
 background:#fff!important;
}
.veeta-unified-product-section .veeta-product-card__media img,
.veeta-editorial-products__grid .veeta-product-card__media img,
.veeta-related-products .veeta-product-card__media img{
 width:100%!important;
 height:100%!important;
 object-fit:contain!important;
 padding:14px 16px 2px!important;
}
.veeta-unified-product-section .veeta-product-card__body,
.veeta-editorial-products__grid .veeta-product-card__body,
.veeta-related-products .veeta-product-card__body{
 display:flex!important;
 flex:1 1 auto!important;
 flex-direction:column!important;
 min-width:0!important;
 min-height:0!important;
 padding:10px 16px 14px!important;
}

/* ---------- FEATURED / SINGLE EDITORIAL CARD ---------- */
.veeta-featured-product-wrap{width:100%;display:flex;justify-content:center}
.veeta-product-featured{
 position:relative;
 display:grid;
 grid-template-columns:320px minmax(0,1fr);
 width:min(100%,840px);
 min-height:360px;
 border:2px solid var(--card-accent,#7d1d14);
 border-radius:22px;
 background:#fff;
 overflow:hidden;
 box-shadow:0 3px 6px rgba(0,0,0,.18);
}
.veeta-product-featured__media{
 position:relative;
 display:flex;
 align-items:center;
 justify-content:center;
 min-width:0;
 padding:20px 8px 20px 18px;
 background:#fff;
}
.veeta-product-featured__media>a{display:flex;width:100%;height:100%;align-items:center;justify-content:center}
.veeta-product-featured__media img{
 display:block!important;
 width:100%!important;
 height:100%!important;
 max-width:300px!important;
 max-height:300px!important;
 padding:0!important;
 object-fit:contain!important;
}
.veeta-product-featured__wishlist{display:none!important}
.veeta-product-featured__content{
 display:flex;
 flex-direction:column;
 min-width:0;
 padding:28px 22px 22px 8px;
}
.veeta-product-featured__topline{
 display:grid;
 grid-template-columns:minmax(0,1fr) auto;
 gap:22px;
 align-items:start;
 margin-bottom:10px;
}
.veeta-product-featured__topline h2{
 margin:0;
 font-size:27px;
 line-height:1.1;
 font-weight:700;
 text-transform:uppercase;
}
.veeta-product-featured__topline h2 a{color:#0f0c0c;text-decoration:none}
.veeta-product-featured__price{
 font-size:26px;
 line-height:1.1;
 font-weight:700;
 color:#0f0c0c;
 white-space:nowrap;
}
.veeta-product-featured__format{margin:0 0 8px;font-size:15px;line-height:1.35;color:#111}
.veeta-product-featured__rating{margin:0 0 8px;font-size:12px}
.veeta-product-featured__rating .rating-stars{width:106px!important;height:auto!important}
.veeta-product-featured__excerpt{
 margin:0 0 8px;
 max-width:520px;
 font-size:12px;
 line-height:1.45;
 color:#333;
 display:-webkit-box;
 -webkit-box-orient:vertical;
 -webkit-line-clamp:2;
 overflow:hidden;
}
.veeta-product-featured__labels{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 14px}
.veeta-product-featured__labels span{
 display:inline-flex;
 align-items:center;
 min-height:26px;
 padding:3px 13px;
 border-radius:999px;
 background:var(--card-accent,#7d1d14);
 color:#fff;
 font-size:13px;
 line-height:1.2;
}
.veeta-product-featured__cta{
 display:flex!important;
 align-items:center;
 justify-content:center;
 width:100%;
 min-height:47px;
 margin-top:auto!important;
 padding:10px 18px!important;
 border:0!important;
 border-radius:999px!important;
 background:#e7a25e!important;
 color:#111!important;
 font-size:16px!important;
 font-weight:500!important;
 line-height:1.2!important;
 text-align:center;
 text-decoration:none!important;
 box-shadow:none!important;
}
.veeta-product-featured__cta:hover,.veeta-product-featured__cta:focus-visible{filter:brightness(.96);color:#111!important}

/* Article alignment: author and featured product occupy the editorial column, not the TOC column. */
.reference-article-author{
 width:min(calc(100% - 60px),1140px);
 display:grid;
 grid-template-columns:220px minmax(0,1fr);
 gap:64px;
 padding-top:42px;
}
.reference-article-author .custom-author-box{grid-column:2;width:100%;max-width:none;margin:0}
.reference-article-bottom-product{
 width:min(calc(100% - 60px),1140px);
 display:grid;
 grid-template-columns:220px minmax(0,1fr);
 gap:0 64px;
 padding-top:34px!important;
 padding-bottom:62px!important;
}
.reference-article-bottom-product>h2,
.reference-article-bottom-product>.veeta-featured-product-wrap{grid-column:2}
.reference-article-bottom-product>.veeta-featured-product-wrap{justify-content:flex-start}
.veeta-custom-article-author .custom-author-box{margin-top:42px;margin-bottom:34px}
.veeta-editorial-products--pillar{padding-top:0!important}
.veeta-editorial-products--pillar.veeta-featured-product-section>.veeta-featured-product-wrap{justify-content:flex-start}
.veeta-guide-product{display:block!important;margin-top:20px!important;margin-bottom:56px!important}
.veeta-guide-product .veeta-featured-product-wrap{justify-content:flex-start}

/* Related products always stay SMALL. */
.veeta-related-products{padding-bottom:72px}
.veeta-related-products .veeta-unified-product-grid{margin-inline:auto!important}

@media (min-width:600px) and (max-width:1199px){
 .veeta-unified-product-section>h2,.veeta-featured-product-section>h2{margin-bottom:20px;font-size:19px}
 .veeta-unified-product-grid,.veeta-editorial-products__grid.veeta-unified-product-grid,.veeta-product-grid--related.veeta-unified-product-grid{grid-template-columns:repeat(auto-fit,190px)!important;gap:18px!important}
 .veeta-unified-product-grid--single{grid-template-columns:190px!important}
 .veeta-unified-product-section .veeta-product-card,.veeta-editorial-products__grid .veeta-product-card,.veeta-related-products .veeta-product-card{flex-basis:190px!important;width:190px!important;min-width:190px!important;max-width:190px!important;height:320px!important;min-height:320px!important;border-width:1.5px!important;border-radius:16px!important}
 .veeta-unified-product-section .veeta-product-card__media,.veeta-editorial-products__grid .veeta-product-card__media,.veeta-related-products .veeta-product-card__media{height:145px!important;min-height:145px!important;max-height:145px!important}
 .veeta-unified-product-section .veeta-product-card__body,.veeta-editorial-products__grid .veeta-product-card__body,.veeta-related-products .veeta-product-card__body{padding:7px 10px 9px!important}

 .veeta-product-featured{grid-template-columns:220px minmax(0,1fr);width:min(100%,560px);min-height:275px;border-radius:18px}
 .veeta-product-featured__media{padding:16px 6px 16px 12px}
 .veeta-product-featured__media img{max-width:205px!important;max-height:230px!important}
 .veeta-product-featured__content{padding:20px 16px 16px 6px}
 .veeta-product-featured__topline{gap:14px;margin-bottom:7px}
 .veeta-product-featured__topline h2{font-size:18px}
 .veeta-product-featured__price{font-size:18px}
 .veeta-product-featured__format{font-size:11px;margin-bottom:5px}
 .veeta-product-featured__rating{font-size:10.5px;margin-bottom:5px}
 .veeta-product-featured__rating .rating-stars{width:82px!important}
 .veeta-product-featured__excerpt{font-size:10.5px;line-height:1.35;margin-bottom:6px}
 .veeta-product-featured__labels{gap:5px;margin-bottom:9px}
 .veeta-product-featured__labels span{min-height:21px;padding:2px 9px;font-size:10.5px}
 .veeta-product-featured__cta{min-height:36px;font-size:12px!important;padding:7px 12px!important}

 .reference-article-author{width:min(calc(100% - 48px),720px);grid-template-columns:168px minmax(0,1fr);gap:30px;padding-top:32px}
 .reference-article-bottom-product{width:min(calc(100% - 48px),720px);grid-template-columns:168px minmax(0,1fr);gap:0 30px;padding-top:28px!important;padding-bottom:46px!important}
 .veeta-guide-product{margin-bottom:38px!important}
}

@media (max-width:599px){
 .veeta-unified-product-section>h2,.veeta-featured-product-section>h2{margin-bottom:16px;font-size:17px;text-align:left}
 .veeta-unified-product-grid,.veeta-editorial-products__grid.veeta-unified-product-grid,.veeta-product-grid--related.veeta-unified-product-grid{display:flex!important;gap:12px!important;justify-content:flex-start!important;overflow-x:auto!important;overflow-y:visible!important;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 0 10px!important}
 .veeta-unified-product-grid::-webkit-scrollbar{display:none}
 .veeta-unified-product-grid--single{justify-content:center!important;overflow:visible!important}
 .veeta-unified-product-section .veeta-product-card,.veeta-editorial-products__grid .veeta-product-card,.veeta-related-products .veeta-product-card{flex:0 0 170px!important;width:170px!important;min-width:170px!important;max-width:170px!important;height:292px!important;min-height:292px!important;border-width:1.5px!important;border-radius:14px!important;scroll-snap-align:start!important}
 .veeta-unified-product-section .veeta-product-card__media,.veeta-editorial-products__grid .veeta-product-card__media,.veeta-related-products .veeta-product-card__media{height:128px!important;min-height:128px!important;max-height:128px!important}
 .veeta-unified-product-section .veeta-product-card__body,.veeta-editorial-products__grid .veeta-product-card__body,.veeta-related-products .veeta-product-card__body{padding:6px 9px 8px!important}

 /* The featured editorial card intentionally becomes the SMALL/mobile card. */
 .veeta-featured-product-wrap{justify-content:center!important}
 .veeta-product-featured{
  display:flex;
  flex-direction:column;
  width:170px;
  min-width:170px;
  max-width:170px;
  min-height:292px;
  height:292px;
  border-width:1.5px;
  border-radius:14px;
  box-shadow:0 2px 5px rgba(0,0,0,.12);
 }
 .veeta-product-featured__media{display:block;width:100%;height:128px;min-height:128px;padding:0;position:relative}
 .veeta-product-featured__media>a{width:100%;height:128px}
 .veeta-product-featured__media img{width:100%!important;height:128px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;padding:8px 9px 0!important}
 .veeta-product-featured__wishlist{display:block!important;top:8px!important;left:8px!important;width:22px!important;height:22px!important;min-width:22px!important;z-index:3}
 .veeta-product-featured__content{display:flex;flex:1 1 auto;min-height:0;padding:6px 9px 8px}
 .veeta-product-featured__topline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px;margin-bottom:4px}
 .veeta-product-featured__topline h2{font-size:9.5px;line-height:12px}
 .veeta-product-featured__price{font-size:9.5px;line-height:12px}
 .veeta-product-featured__format{font-size:9.5px;line-height:11px;margin:0 0 4px}
 .veeta-product-featured__rating{font-size:9.5px;gap:3px;margin:0 0 4px}
 .veeta-product-featured__rating .rating-stars{width:65px!important}
 .veeta-product-featured__excerpt{font-size:9.5px;line-height:12.3px;margin:0 0 4px;-webkit-line-clamp:3}
 .veeta-product-featured__labels{gap:4px;margin:auto 0 0;padding-top:4px}
 .veeta-product-featured__labels span{min-height:auto;font-size:9.5px;line-height:12.3px;padding:2px 7px}
 .veeta-product-featured__cta{display:none!important}

 .reference-article-author{width:min(calc(100% - 48px),345px);display:block;padding-top:26px}
 .reference-article-author .custom-author-box{width:100%;margin:0}
 .reference-article-bottom-product{width:min(calc(100% - 48px),345px);display:block;padding-top:24px!important;padding-bottom:38px!important}
 .reference-article-bottom-product>h2{text-align:left}
 .veeta-custom-article-author .custom-author-box{margin-top:30px;margin-bottom:24px}
 .veeta-guide-product{margin-top:16px!important;margin-bottom:30px!important}
 .veeta-related-products{padding-bottom:44px}
}


/* Veeta 6.8.22 — editorial recommended-products carousel. */
.veeta-custom-recommended-products{padding:0 0 54px}
.veeta-recommended-products{width:100%;min-width:0}
.veeta-recommended-products>h2{margin:0 0 24px;font-size:26px;line-height:1.25}
.veeta-product-carousel{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;gap:14px;align-items:center;width:100%;min-width:0}
.veeta-product-carousel__viewport{min-width:0;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-inline:contain;padding:4px 2px 10px}
.veeta-product-carousel__viewport::-webkit-scrollbar{display:none}
.veeta-product-carousel__track{display:flex;gap:24px;width:max-content;min-width:100%}
.veeta-product-carousel__track>.veeta-product-card{scroll-snap-align:start;scroll-snap-stop:always}
.veeta-product-carousel__nav{appearance:none;display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1.5px solid var(--veeta-orange-dark);border-radius:999px;background:#fff;color:var(--veeta-orange-dark);cursor:pointer;transition:opacity .18s ease,background-color .18s ease,color .18s ease}
.veeta-product-carousel__nav span{display:block;font-size:30px;line-height:1;transform:translateY(-1px)}
.veeta-product-carousel__nav:hover,.veeta-product-carousel__nav:focus-visible{background:var(--veeta-orange-dark);color:#fff;outline:none}
.veeta-product-carousel__nav:disabled{opacity:.28;cursor:default;pointer-events:none}
.veeta-guide-product .veeta-recommended-products>h2{margin-bottom:24px}
.veeta-guide-product .veeta-recommended-products.is-single .veeta-featured-product-wrap{justify-content:flex-start}

@media (min-width:600px) and (max-width:1199px){
 .veeta-custom-recommended-products{padding-bottom:38px}
 .veeta-recommended-products>h2{margin-bottom:18px;font-size:19px}
 .veeta-product-carousel{grid-template-columns:34px minmax(0,1fr) 34px;gap:10px}
 .veeta-product-carousel__track{gap:18px}
 .veeta-product-carousel__nav{width:34px;height:34px}
 .veeta-product-carousel__nav span{font-size:24px}
}
@media(max-width:599px){
 .veeta-custom-recommended-products{padding-bottom:30px}
 .veeta-recommended-products>h2{margin-bottom:14px;font-size:17px;text-align:left}
 .veeta-product-carousel{display:block}
 .veeta-product-carousel__viewport{width:100%;padding:2px 0 9px}
 .veeta-product-carousel__track{gap:12px;min-width:0}
 .veeta-product-carousel__nav{display:none}
 .veeta-guide-product .veeta-featured-product-wrap{justify-content:flex-start!important}
}
