/* GiftSazan V71.41 - focused hotfix only */

/* Product-card CTA had been forced to 8px by V71.28. Restore a readable control. */
.gs-v721-catalog-page .gs-product-card .product-card-more,
.gs-v728-compact-inner .gs-product-card .product-card-more,
.gs-catalog-page .gs-product-card .product-card-more{
  font-size:12px!important;line-height:1.35!important;padding:8px 10px!important;min-height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:9px!important
}

/* Category artwork remains the same 420x260 content size, but sits below the heading copy inside the same block. */
.gs-v738-catalog-heading{grid-template-columns:minmax(0,1fr)!important}
.gs-v738-catalog-media{order:2!important;width:min(100%,420px)!important;max-width:420px!important;min-height:0!important;aspect-ratio:420/260!important;margin-top:2px!important}
.gs-v738-catalog-media img{width:100%!important;height:100%!important;min-height:0!important;aspect-ratio:420/260!important;object-fit:cover!important}
@media(max-width:767.98px){.gs-v738-catalog-media{order:2!important;width:100%!important;max-width:420px!important;aspect-ratio:420/260!important}.gs-v738-catalog-media img{aspect-ratio:420/260!important}}

/* Keep the three guarantee items in one row, including mobile. Existing images are untouched. */
.gs-v741-guarantee-row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-left:0!important;margin-right:0!important}
.gs-v741-guarantee-row>.col-4{width:auto!important;max-width:none!important;padding:0!important}
.gs-v741-guarantee-row .guarantee-box{height:100%!important;min-width:0!important;padding:10px 5px!important;text-align:center!important}
.gs-v741-guarantee-row .guarantee-box img{width:72px!important;height:72px!important;object-fit:contain!important}
.gs-v741-guarantee-row .guarantee-box .small{font-size:10px!important;line-height:1.6!important}
@media(max-width:575.98px){.gs-v741-guarantee-row{gap:5px!important}.gs-v741-guarantee-row .guarantee-box{padding:7px 3px!important}.gs-v741-guarantee-row .guarantee-box img{width:56px!important;height:56px!important}.gs-v741-guarantee-row .guarantee-box .small{font-size:8px!important}}

/* Question / sample / reviews: same height and one line on desktop, clean stack on phone. */
.gs-v741-product-help-row{align-items:stretch!important}
.gs-v741-product-help-row>[class*=col-]{display:flex!important}
.gs-v741-help-card{width:100%!important;border-radius:14px!important}
.gs-v741-help-card .card-body{width:100%!important}
.gs-v741-help-card h4{font-size:16px!important;line-height:1.6!important}
.gs-v741-help-card p{font-size:12px!important;line-height:1.9!important}
.gs-v741-review-summary{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}
.gs-v741-review-summary .text-warning{font-size:16px!important;letter-spacing:1px!important}
.gs-v741-review-summary b{font-size:15px!important}
.gs-v741-review-summary small{font-size:10px!important}
@media(min-width:992px){.gs-v741-product-help-row>.col-lg-4{flex:0 0 33.333333%!important;max-width:33.333333%!important}}

/* Old top three-link row is removed from Blade; keep any stale cached copy visually harmless. */
.gs-v739-product-support-row{display:none!important}
