.dcda-collection-products{margin-bottom:8rem}.dcda-collection-products__title{font-size:3.2rem;font-weight:700;margin:0 0 4rem;color:#fff}.dcda-collection-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.dcda-product-card{background-color:#2d2d2d;border-radius:1.2rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.dcda-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #8b24484d}.dcda-product-card__image-wrapper{background-color:#fff;padding:2rem;display:flex;align-items:center;justify-content:center;min-height:300px}.dcda-product-card__image-wrapper a{display:block;width:100%;height:100%}.dcda-product-card__image{width:100%;height:auto;object-fit:contain;max-height:280px}.dcda-product-card__info{padding:2.5rem;display:flex;flex-direction:column;flex-grow:1}.dcda-product-card__title{font-size:1.8rem;font-weight:600;margin:0 0 .5rem;line-height:1.3}.dcda-product-card__title a{color:#c92d5a;text-decoration:none}.dcda-product-card__title a:hover{color:#8b2448}.dcda-product-card__meta{font-size:1.4rem;color:#b0b0b0;margin-bottom:1.5rem}.dcda-product-card__price-main{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.dcda-product-card__price-amount{font-size:2.8rem;font-weight:700;color:#fff}.dcda-product-card__price-currency{font-size:1.4rem;color:#b0b0b0}.dcda-product-card__minimum{font-size:1.3rem;color:#b0b0b0;margin-bottom:1.5rem}.dcda-product-card__breakdown-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.2rem 0;background:none;border:none;color:#fff;font-size:1.4rem;cursor:pointer;text-align:left;transition:color .3s ease}.dcda-product-card__breakdown-toggle:hover{color:#c92d5a}.dcda-product-card__breakdown-icon{flex-shrink:0;transition:transform .3s ease;color:#c92d5a}.dcda-product-card__breakdown{margin:1.5rem 0;padding:2rem;background-color:#1a1a1a;border-radius:.8rem}.dcda-product-card__breakdown-row{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 0;font-size:1.4rem}.dcda-product-card__breakdown-row--subsection{margin-top:1rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.dcda-product-card__breakdown-row--indent{padding-left:2.5rem}.dcda-product-card__breakdown-row--total{font-weight:600;padding-top:1.5rem}.dcda-product-card__breakdown-label{display:flex;align-items:center;gap:.8rem;color:#b0b0b0;flex:1}.dcda-product-card__breakdown-label svg{flex-shrink:0;color:#c92d5a}.dcda-product-card__breakdown-label small{display:block;font-size:1.2rem;color:#888;margin-top:.3rem}.dcda-product-card__breakdown-value{text-align:right;color:#fff;font-weight:500}.dcda-product-card__breakdown-value small{display:block;font-size:1.2rem;color:#888;margin-top:.3rem}.dcda-product-card__breakdown-value--highlight{color:#c92d5a;font-size:1.6rem;font-weight:700}.dcda-product-card__breakdown-divider{height:1px;background-color:#ffffff1a;margin:1.5rem 0}.dcda-product-card__form{margin-top:auto;padding-top:1.5rem}.dcda-product-card__quantity-section{margin-bottom:1.5rem}.dcda-product-card__quantity-selector{display:flex;align-items:center;gap:0;background-color:#1a1a1a;border-radius:.6rem;overflow:hidden;border:2px solid rgba(255,255,255,.1);margin-bottom:.8rem}.dcda-qty-btn{background-color:transparent;border:none;color:#fff;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.dcda-qty-btn:hover:not(:disabled){background-color:#c92d5a;color:#fff}.dcda-qty-btn:disabled{opacity:.4;cursor:not-allowed}.dcda-qty-btn svg{width:1.4rem;height:1.4rem}.dcda-qty-input{flex:1;min-width:0;height:4rem;border:none;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);text-align:center;font-size:1.5rem;font-weight:600;color:#fff;background-color:transparent}.dcda-qty-input:focus{outline:none}.dcda-qty-input::-webkit-outer-spin-button,.dcda-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.dcda-qty-input[type=number]{-moz-appearance:textfield}.dcda-product-card__quantity-helper{font-size:1.2rem;color:#b0b0b0;margin-bottom:.8rem;text-align:center}.dcda-product-card__add-to-cart{width:100%;display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1.4rem 2rem;font-size:1.6rem;font-weight:600;background-color:#8b2448;color:#fff;border:none;border-radius:.6rem;cursor:pointer;transition:all .3s ease}.dcda-product-card__add-to-cart:hover:not(:disabled){background-color:#6d1c38;transform:translateY(-2px);box-shadow:0 4px 12px #8b244880}.dcda-product-card__add-to-cart:disabled{background-color:#555;cursor:not-allowed;opacity:.6}.dcda-product-card__add-to-cart svg{width:2rem;height:2rem}@media screen and (max-width: 989px){.dcda-collection-products__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.dcda-product-card__image-wrapper{min-height:250px}.dcda-product-card__image{max-height:230px}}@media screen and (max-width: 749px){.dcda-collection-products{margin-bottom:5rem}.dcda-collection-products__title{font-size:2.8rem;margin-bottom:3rem}.dcda-collection-products__grid{grid-template-columns:1fr;gap:2rem}.dcda-product-card__info{padding:2rem}.dcda-product-card__title{font-size:1.6rem}.dcda-product-card__price-amount{font-size:2.4rem}.dcda-product-card__breakdown{padding:1.5rem}.dcda-product-card__breakdown-row{font-size:1.3rem}.dcda-product-card__breakdown-row--indent{padding-left:2rem}}@media screen and (max-width: 480px){.dcda-product-card__image-wrapper{min-height:200px;padding:1.5rem}.dcda-product-card__image{max-height:180px}.dcda-product-card__info{padding:1.5rem}.dcda-product-card__breakdown{padding:1.2rem}.dcda-product-card__breakdown-label,.dcda-product-card__breakdown-value{font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-dcda-collection-products.css.map */
