.tnnursery-col-slider-section{background-color:var(--color-background)}.tnnursery-col-slider-wrapper{padding-top:var(--col-padding-top, 40px);padding-bottom:var(--col-padding-bottom, 40px)}.tnnursery-col-container{max-width:var(--page-width, 1500px);margin-inline:auto;padding-inline:var(--page-width-margin, 20px)}.tnnursery-col-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.tnnursery-col-heading{font-family:var(--font-heading-family);font-weight:700;font-size:36px;line-height:1.1;color:rgb(var(--color-base-text));margin:0}.tnnursery-col-heading p{margin:0}.tnnursery-col-view-all{font-family:var(--font-body-family);font-weight:500;font-size:18px;color:rgb(var(--color-base-accent, 10 77 60));text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px;white-space:nowrap;transition:opacity .2s ease}.tnnursery-col-view-all:hover{opacity:.7}.tnnursery-col-slider-wrap{position:relative;overflow:hidden}.tnnursery-col-track{display:flex;transition:transform .45s cubic-bezier(.25,.46,.45,.94);will-change:transform;align-items:stretch}.tnnursery-col-slide{flex:0 0 calc(25% - 12px);min-width:0;box-sizing:border-box;margin-right:16px}.tnnursery-col-slide:last-child{margin-right:0}.tnnursery-product-card{background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;height:100%}.tnnursery-product-card__img-wrap{position:relative;overflow:hidden;border-radius:16px}.tnnursery-product-card__img-wrap img{width:100%;display:block;object-fit:cover;aspect-ratio:1 / 1;border-radius:16px;transition:transform .35s ease}.tnnursery-product-card:hover .tnnursery-product-card__img-wrap img{transform:scale(1.04)}.tnnursery-product-card__rating{position:absolute;bottom:10px;left:10px;background:#ffffffe6;border-radius:5px;padding:4px 8px;display:flex;align-items:center;gap:4px;font-family:var(--font-body-family);font-size:12px;font-weight:600;color:#1a1a1a;white-space:nowrap}.tnnursery-product-card__rating-star{color:#1a7a4a;display:flex;align-items:center}.tnnursery-product-card__rating-count{color:#555;font-weight:400;font-size:11px}.tnnursery-product-card__content{padding:14px 14px 16px;display:flex;flex-direction:column;flex:1}.tnnursery-product-card__title{font-family:var(--font-heading-family);font-size:17px;font-weight:600;color:rgb(var(--color-base-text));margin:0 0 4px;line-height:1.25;text-decoration:none;display:block}.tnnursery-product-card__tagline{font-family:var(--font-body-family);font-size:13px;color:#666;margin:0 0 12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.tnnursery-product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.tnnursery-product-card__prices{display:flex;align-items:baseline;gap:6px}.tnnursery-product-card__price{font-family:var(--font-body-family);font-size:17px;font-weight:700;color:rgb(var(--color-base-text))}.tnnursery-product-card__compare{font-family:var(--font-body-family);font-size:13px;color:#999;text-decoration:line-through}.tnnursery-product-card__atc{display:inline-flex;align-items:center;gap:8px;background:rgb(var(--color-base-accent, 10 77 60));color:#fff;border:none;border-radius:30px;padding:10px 20px;font-family:var(--font-body-family);font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.tnnursery-product-card__atc:hover{opacity:.85}.tnnursery-product-card__atc-icon{display:flex;align-items:center;flex-shrink:0}.tnnursery-product-card__atc-label{display:inline}.tnnursery-col-arrow{position:absolute;top:38%;transform:translateY(-50%);width:50px;height:50px;background:var(--color-background);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;box-shadow:0 2px 14px #0000002e;transition:background .2s,transform .2s;padding:0;flex-shrink:0}.tnnursery-col-arrow svg{stroke:var(--color-foreground);width:30px;height:30px}.tnnursery-col-arrow:hover{transform:translateY(-50%) scale(1.08)}.tnnursery-col-arrow--prev{left:0}.tnnursery-col-arrow--next{right:0}.tnnursery-col-arrow[disabled]{opacity:.35;pointer-events:none}.tnnursery-col-dots{justify-content:center;gap:12px;margin-top:20px;display:flex;margin-bottom:4px}.tnnursery-col-dot{width:8px;height:8px;border-radius:50%;background:#ccc;border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s;flex-shrink:0}.tnnursery-col-dot--active{background:rgb(var(--color-base-accent, 10 77 60));transform:scale(1.35)}@media(max-width:1024px){.tnnursery-col-slide{flex:0 0 calc(33.333% - 11px)}}@media(max-width:768px){.tnnursery-col-heading{font-size:26px}.tnnursery-col-view-all{font-size:15px}.tnnursery-col-arrow{display:none}.tnnursery-col-dots{display:flex}.tnnursery-col-container{padding-inline:0}.tnnursery-col-header,.tnnursery-col-dots{padding-inline:16px}.tnnursery-col-slider-wrap{overflow:visible;clip-path:none}.tnnursery-col-slider-section{overflow:hidden}.tnnursery-col-track{padding-left:16px}.tnnursery-col-slide{flex:0 0 calc(50% - 6px);min-width:220px;margin-right:8px}.tnnursery-product-card__content{padding:10px 12px 12px}.tnnursery-product-card__title{font-size:16px}.tnnursery-product-card__price{font-size:15px}.tnnursery-product-card__atc{padding:0;width:35px;height:35px;border-radius:30px;justify-content:center;flex-shrink:0}.tnnursery-product-card__atc-label{display:none}.tnnursery-product-card__atc-icon svg{width:16px;height:16px}}@media(max-width:480px){.tnnursery-col-heading{font-size:22px}.tnnursery-col-slide{flex:0 0 calc(50% - 20px);min-width:auto;margin-right:8px}}
/*# sourceMappingURL=/cdn/shop/t/367/assets/tnnursery-collection-slider.css.map */
