:root{--plowing-accent: #C8860A;--plowing-accent-dark: #A36B06;--plowing-bg: #0d0c0a;--plowing-surface: #151310;--plowing-border: #2a2520}.dpl-page{background:var(--plowing-bg);color:#fff}.dpl-hero{position:relative;min-height:70vh;background-size:cover;background-position:center 30%;background-color:#1a1510;display:flex;align-items:flex-end}.dpl-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#0a0804d1,#0a080466 60%,#0a080426)}.dpl-hero__inner{position:relative;z-index:1;width:100%;max-width:100%;padding:64px 60px 72px}.dpl-hero__eyebrow{font-family:Bebas Neue,Arial Narrow,sans-serif;font-weight:400;font-size:13px;letter-spacing:.18em;color:var(--plowing-accent);margin-bottom:16px}.dpl-hero__heading{font-family:Bebas Neue,Arial Narrow,sans-serif;font-weight:400;font-size:clamp(56px,9vw,130px);line-height:.92;letter-spacing:.02em;color:#fff;margin-bottom:20px;max-width:700px}.dpl-hero__accent{color:var(--plowing-accent)}.dpl-hero__sub{font-size:16px;color:#ffffffbf;max-width:520px;line-height:1.6;margin-bottom:36px}.dpl-hero__ctas{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.dpl-page .defy-btn--primary{background:var(--plowing-accent);border-color:var(--plowing-accent);color:#fff}.dpl-page .defy-btn--primary:hover{background:var(--plowing-accent-dark);border-color:var(--plowing-accent-dark)}.dpl-hero__stand{font-size:13px;color:#fff9;letter-spacing:.03em}.dpl-strip{background:var(--plowing-accent);padding:0}.dpl-strip__inner{display:flex;align-items:stretch;justify-content:center;max-width:100%}.dpl-strip__item{display:flex;align-items:center;gap:10px;padding:18px 40px;font-family:Bebas Neue,Arial Narrow,sans-serif;font-weight:400;font-size:15px;letter-spacing:.08em;color:#fff}.dpl-strip__item svg{flex-shrink:0;opacity:.85}.dpl-strip__divider{width:1px;background:#ffffff40;margin:12px 0}.dpl-section-eyebrow{font-family:Bebas Neue,Arial Narrow,sans-serif;font-weight:400;font-size:12px;letter-spacing:.2em;color:var(--plowing-accent);margin-bottom:10px}.dpl-section-heading{font-family:Bebas Neue,Arial Narrow,sans-serif;font-weight:400;font-size:clamp(32px,4vw,56px);letter-spacing:.02em;color:#111;line-height:1;margin-bottom:12px}.dpl-shop .dpl-section-heading{color:#111}.dpl-shop .dpl-section-eyebrow{color:var(--plowing-accent)}.dpl-shop{padding:48px 0 80px;background:#fff}.dpl-shop__inner{max-width:100%;padding:0 48px}.dpl-shop__header{margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid #e5e5e5}.dpl-shop__header-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:8px}.dpl-shop__view-all-top{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#111;text-decoration:none;border:1px solid #ccc;padding:8px 16px;white-space:nowrap;transition:border-color .16s ease-out,color .16s ease-out}.dpl-shop__view-all-top:hover{border-color:#111;color:#111}.dpl-shop__sub{font-size:14px;color:#666;max-width:480px;margin-top:4px}.dpl-products{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.dpl-product-card{display:block;text-decoration:none;color:#111;background:#fff;transition:opacity .16s ease-out;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.dpl-product-card:last-child{border-right:none}.dpl-product-card:hover{opacity:.85}.dpl-product-card:hover .dpl-product-card__img-wrap img{transform:scale(1.03)}.dpl-product-card__img-wrap{aspect-ratio:3 / 4;overflow:hidden;background:#f7f7f7;position:relative}.dpl-product-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-out}.dpl-product-card__no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f7f7f7}.dpl-product-card__badge{position:absolute;top:12px;left:12px;background:var(--plowing-accent);color:#fff;font-family:Bebas Neue,Arial Narrow,sans-serif;font-weight:400;font-size:12px;letter-spacing:.1em;padding:3px 10px}.dpl-product-card__info{padding:12px 16px 16px;border-top:1px solid #ebebeb}.dpl-product-card__type{font-size:10px;letter-spacing:.12em;color:var(--plowing-accent);text-transform:uppercase;margin-bottom:4px;font-weight:600}.dpl-product-card__name{font-family:Bebas Neue,Arial Narrow,sans-serif;font-size:18px;font-weight:400;color:#111;line-height:1.1;margin-bottom:6px;letter-spacing:.02em}.dpl-product-card__price{font-size:14px;color:#111;font-weight:500;display:flex;gap:8px;align-items:baseline}.dpl-product-card__price--was{font-size:13px;color:#999;text-decoration:line-through;font-weight:400}.dpl-product-card--placeholder{pointer-events:none}.dpl-product-card__img-wrap--placeholder{aspect-ratio:3 / 4;background:#f0f0f0;animation:dpl-shimmer 1.5s ease-in-out infinite}.dpl-placeholder-line{height:12px;background:#e8e8e8;border-radius:2px;margin-bottom:8px;animation:dpl-shimmer 1.5s ease-in-out infinite}.dpl-placeholder-line--short{width:40%}.dpl-placeholder-line--price{width:30%}@keyframes dpl-shimmer{0%,to{opacity:.4}50%{opacity:.7}}.dpl-shop__view-all{text-align:center;margin-top:48px}.dpl-shop__no-collection{text-align:center;color:#888;font-size:14px;margin-top:24px}.dpl-cta-banner{background:#111009;border-top:1px solid var(--plowing-border);padding:80px 48px;text-align:center}.dpl-cta-banner__inner{max-width:720px;margin:0 auto}.dpl-cta-banner__heading{font-family:Bebas Neue,Arial Narrow,sans-serif;font-weight:400;font-size:clamp(28px,4vw,52px);letter-spacing:.03em;color:#fff;line-height:1.05;margin-bottom:16px}.dpl-cta-banner__sub{font-size:15px;color:#888;line-height:1.6;margin-bottom:32px}@media(max-width:900px){.dpl-hero__inner{padding:48px 32px 56px}.dpl-shop__inner{padding:0 24px}.dpl-cta-banner{padding:56px 24px}.dpl-strip__item{padding:14px 20px;font-size:13px}}@media(max-width:640px){.dpl-hero__inner{padding:40px 20px 48px}.dpl-strip__inner{flex-direction:column;align-items:flex-start}.dpl-strip__divider{display:none}.dpl-strip__item{padding:10px 20px}.dpl-products{grid-template-columns:repeat(2,1fr);gap:1px}.dpl-hero__ctas{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/defy-plowing.css.map */
