.dty-cart-page{padding:var(--space-8) 0 var(--space-12)}.dty-cart-page__header{margin-bottom:var(--space-8)}.dty-cart-page__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 var(--space-2)}.dty-cart-page__count{font-size:var(--text-sm);color:var(--dty-text-muted)}.dty-cart-page__layout{display:grid;gap:var(--space-8)}@media(min-width:1024px){.dty-cart-page__layout{grid-template-columns:1fr 380px;align-items:start}}.dty-cart-page__shipping{padding:var(--space-4);background:var(--dty-gray);border-radius:var(--radius-lg);margin-bottom:var(--space-6)}.dty-cart-page__shipping-text{font-size:var(--text-sm);font-weight:500;margin-bottom:var(--space-2);text-align:center}.dty-cart-page__shipping-text.is-achieved{color:#22c55e}.dty-cart-page__shipping-progress{height:6px;background:var(--dty-border);border-radius:var(--radius-full);overflow:hidden}.dty-cart-page__shipping-fill{height:100%;background:linear-gradient(90deg,var(--dty-blue),var(--dty-indigo));transition:width .4s ease;width:0}.dty-cart-page__item{display:flex;gap:var(--space-4);padding:var(--space-5) 0;border-bottom:1px solid var(--dty-border)}.dty-cart-page__item-image{width:100px;height:100px;border-radius:var(--radius-lg);object-fit:cover;background:var(--dty-gray);flex-shrink:0}.dty-cart-page__item-details{flex:1;min-width:0}.dty-cart-page__item-title{font-weight:600;font-size:var(--text-base);margin:0 0 var(--space-1);display:block;color:inherit;text-decoration:none}.dty-cart-page__item-title:hover{color:var(--dty-blue)}.dty-cart-page__item-variant{font-size:var(--text-sm);color:var(--dty-text-muted);margin:0 0 var(--space-3)}.dty-cart-page__item-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-3)}.dty-cart-page__item-price{font-weight:700;color:var(--dty-blue)}.dty-cart-page__qty{display:inline-flex;align-items:center;border:1px solid var(--dty-border);border-radius:var(--radius-md)}.dty-cart-page__qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:var(--text-lg)}.dty-cart-page__qty-input{width:40px;text-align:center;border:none;font-weight:600;background:transparent}.dty-cart-page__remove{font-size:var(--text-xs);color:var(--dty-sale);text-decoration:underline;background:none;border:none;cursor:pointer;padding:0}.dty-cart-page__sidebar{padding:var(--space-6);background:var(--dty-gray);border-radius:var(--radius-2xl);position:sticky;top:calc(var(--header-total-height) + var(--space-4))}.dty-cart-page__summary-row{display:flex;justify-content:space-between;margin-bottom:var(--space-4);font-size:var(--text-lg);font-weight:600}.dty-cart-page__summary-total{color:var(--dty-blue)}.dty-cart-page__discount{margin-bottom:var(--space-4)}.dty-cart-page__discount-label{display:block;font-size:var(--text-sm);font-weight:600;margin-bottom:var(--space-2)}.dty-cart-page__discount-row{display:flex;gap:var(--space-2)}.dty-cart-page__discount-input{flex:1;padding:var(--space-3);border:1px solid var(--dty-border);border-radius:var(--radius-md);font-size:var(--text-sm)}.dty-cart-page__discount-btn{padding:var(--space-3) var(--space-4);background:var(--dty-dark);color:var(--dty-white);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:600;white-space:nowrap}.dty-cart-page__actions{display:flex;flex-direction:column;gap:var(--space-3)}.dty-cart-page__actions .btn{width:100%}.dty-cart-page__continue{text-align:center;margin-top:var(--space-4);font-size:var(--text-sm)}.dty-cart-page__continue a{color:var(--dty-blue);font-weight:600}.dty-cart-page__empty{text-align:center;padding:var(--space-12) var(--space-4)}.dty-cart-page__empty-icon{font-size:64px;color:var(--dty-text-muted);opacity:.4;margin-bottom:var(--space-4)}.dty-page{padding:var(--space-10) 0 var(--space-12)}.dty-page__header{margin-bottom:var(--space-8);text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.dty-page__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0 0 var(--space-4);color:var(--dty-dark)}.dty-page__content{max-width:800px;margin:0 auto;line-height:1.7}.dty-page__content.rte h2,.dty-page__content.rte h3{font-family:var(--font-display);margin-top:var(--space-8)}.dty-page--wide .dty-page__content{max-width:var(--page-width)}.dty-special-page{padding:var(--space-10) 0 var(--space-12)}.dty-special-page__card{max-width:640px;margin:0 auto;padding:var(--space-8);background:var(--dty-white);border:1px solid var(--dty-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-dty-card)}.dty-special-page__title{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:700;margin:0 0 var(--space-3);text-align:center}.dty-special-page__intro{text-align:center;color:var(--dty-text-muted);margin-bottom:var(--space-6)}.dty-rastreo-actions{display:flex;flex-direction:column;gap:var(--space-3)}.dty-rastreo-actions__hint{font-size:var(--text-sm);color:var(--dty-text-muted);text-align:center;margin:0}.dty-form-field{margin-bottom:var(--space-4)}.dty-form-field label{display:block;font-size:var(--text-sm);font-weight:600;margin-bottom:var(--space-2)}.dty-form-field input,.dty-form-field textarea,.dty-form-field select{width:100%;padding:var(--space-3) var(--space-4);border:1px solid var(--dty-border);border-radius:var(--radius-md);font-size:var(--text-base);font-family:inherit}.dty-form-field textarea{min-height:120px;resize:vertical}.dty-blog{padding:var(--space-10) 0 var(--space-12)}.dty-blog__header{text-align:center;margin-bottom:var(--space-10)}.dty-blog__label{display:inline-block;font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--dty-blue);margin-bottom:var(--space-3)}.dty-blog__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin:0}.dty-blog__grid{display:grid;gap:var(--space-8)}@media(min-width:768px){.dty-blog__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.dty-blog__grid{grid-template-columns:repeat(3,1fr)}}.dty-blog__card{overflow:hidden;text-decoration:none;color:inherit;padding:0;display:flex;flex-direction:column}.dty-blog__card-image{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:var(--radius-xl) var(--radius-xl) 0 0}.dty-blog__card-body{padding:var(--space-5);flex:1;display:flex;flex-direction:column}.dty-blog__card-date{font-size:var(--text-xs);color:var(--dty-text-muted);margin-bottom:var(--space-2)}.dty-blog__card-title{font-family:var(--font-display);font-size:var(--text-lg);font-weight:600;margin:0 0 var(--space-3);line-height:1.3}.dty-blog__card-excerpt{font-size:var(--text-sm);color:var(--dty-text-muted);line-height:1.6;flex:1}.dty-blog__card-link{font-size:var(--text-sm);font-weight:600;color:var(--dty-blue);margin-top:var(--space-4)}.dty-article{padding:var(--space-10) 0 var(--space-12);max-width:800px;margin:0 auto}.dty-article__image{width:100%;border-radius:var(--radius-2xl);margin-bottom:var(--space-8)}.dty-article__meta{display:flex;flex-wrap:wrap;gap:var(--space-3);font-size:var(--text-sm);color:var(--dty-text-muted);margin-bottom:var(--space-6);padding-bottom:var(--space-6);border-bottom:1px solid var(--dty-border)}.dty-article__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0 0 var(--space-8);line-height:1.2}.dty-article__content.rte{line-height:1.8}.dty-article__back{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:600;color:var(--dty-blue);margin-bottom:var(--space-6);text-decoration:none}.dty-404{padding:var(--space-16) 0;text-align:center}.dty-404__brand{display:flex;justify-content:center;margin-bottom:var(--space-6)}.dty-404__logo{width:auto;height:auto;max-height:48px;max-width:min(180px,70vw)}.dty-404__code{font-family:var(--font-display);font-size:clamp(4rem,15vw,8rem);font-weight:700;color:var(--dty-blue);line-height:1;opacity:.2;margin-bottom:var(--space-4)}.dty-404__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 var(--space-3)}.dty-404__subtext{color:var(--dty-text-muted);margin-bottom:var(--space-8);max-width:480px;margin-left:auto;margin-right:auto}.dty-404__search{max-width:480px;margin:0 auto var(--space-10)}.dty-404__categories-title{font-size:var(--text-sm);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--dty-text-muted);margin-bottom:var(--space-4)}.dty-404__categories{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-3);max-width:640px;margin:0 auto var(--space-8)}.dty-404__category{padding:var(--space-2) var(--space-4);background:var(--dty-gray);border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:600;color:var(--dty-text);text-decoration:none;transition:background var(--transition),color var(--transition)}.dty-404__category:hover{background:var(--dty-blue);color:var(--dty-white)}.dty-customer{padding:var(--space-10) 0 var(--space-12)}.dty-customer__card{max-width:440px;margin:0 auto;padding:var(--space-8);background:var(--dty-white);border:1px solid var(--dty-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-dty-card)}.dty-customer__brand{display:flex;justify-content:center;margin-bottom:var(--space-5)}.dty-customer__logo{width:auto;height:auto;max-height:44px;max-width:min(160px,70vw)}.dty-customer__title{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:700;text-align:center;margin:0 0 var(--space-6)}.dty-customer__errors{padding:var(--space-3);background:#fef2f2;color:var(--dty-sale);border-radius:var(--radius-md);font-size:var(--text-sm);margin-bottom:var(--space-4)}.dty-customer__links{text-align:center;margin-top:var(--space-4);font-size:var(--text-sm)}.dty-customer__links a{color:var(--dty-blue);font-weight:600}.dty-customer-dashboard{max-width:var(--page-width);margin:0 auto}.dty-customer-dashboard__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-8)}.dty-customer-dashboard__grid{display:grid;gap:var(--space-6)}@media(min-width:768px){.dty-customer-dashboard__grid{grid-template-columns:repeat(2,1fr)}}.dty-customer-dashboard__panel{padding:var(--space-6);background:var(--dty-gray);border-radius:var(--radius-xl)}.dty-customer-dashboard__panel h2{font-family:var(--font-display);font-size:var(--text-lg);margin:0 0 var(--space-4)}.dty-customer-dashboard__order{padding:var(--space-3) 0;border-bottom:1px solid var(--dty-border);font-size:var(--text-sm)}.dty-customer-dashboard__order a{color:var(--dty-blue);font-weight:600}
/*# sourceMappingURL=/cdn/shop/t/5/assets/dty-pages.css.map */
