/* Natural Realm Offroad v2.1.0 storefront repair and responsive polish */
html,body{max-width:100%;overflow-x:hidden}
body.nro-theme-v21{background:#f5f2ea}
body.nro-theme-v21 .nro-brand{min-width:0;display:flex;align-items:center}
body.nro-theme-v21 .nro-brand__default-logo{display:flex;align-items:center;max-width:270px}
body.nro-theme-v21 .nro-brand__default-logo img{display:block;width:min(260px,100%);height:auto;max-height:68px;object-fit:contain;object-position:left center}
body.nro-theme-v21 .custom-logo-link{display:flex;align-items:center;max-width:270px}
body.nro-theme-v21 .custom-logo{display:block;max-width:260px;max-height:68px;object-fit:contain}

body.nro-theme-v21 .nro-home-categories{padding-top:42px;padding-bottom:25px}
body.nro-theme-v21 .nro-category-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important}
body.nro-theme-v21 .nro-category-card{display:flex!important;min-height:190px!important;border-radius:14px!important;background-size:cover!important;background-position:center!important;box-shadow:0 10px 28px rgba(17,21,16,.12)!important;transform:translateZ(0)}
body.nro-theme-v21 .nro-category-card:before{background:linear-gradient(180deg,rgba(7,10,7,.04) 25%,rgba(7,10,7,.92) 100%)!important}
body.nro-theme-v21 .nro-category-card__copy{left:16px!important;right:16px!important;bottom:15px!important}
body.nro-theme-v21 .nro-category-card__copy strong{font-size:14px!important;line-height:1.25!important;text-shadow:0 1px 8px rgba(0,0,0,.5)}
body.nro-theme-v21 .nro-category-card__copy small{font-size:10px!important}
body.nro-theme-v21 .nro-category-card--fallback-1{background-position:70% center!important}
body.nro-theme-v21 .nro-category-card--fallback-2{background-position:55% center!important}
body.nro-theme-v21 .nro-category-card--fallback-3{background-position:35% center!important}
body.nro-theme-v21 .nro-category-card--fallback-4{background-position:82% center!important}
body.nro-theme-v21 .nro-category-card--fallback-5{background-position:20% center!important}
body.nro-theme-v21 .nro-category-card--fallback-6{background-position:65% center!important}

body.nro-theme-v21 .nro-home-products{padding-top:30px;padding-bottom:52px}
body.nro-theme-v21 .nro-product-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%}
body.nro-theme-v21 .nro-product-card{min-width:0;display:flex;flex-direction:column;background:#fff;border:1px solid #e8e3d9;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(18,23,17,.07);transition:transform .2s ease,box-shadow .2s ease}
body.nro-theme-v21 .nro-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(18,23,17,.12)}
body.nro-theme-v21 .nro-product-card__image{display:block;aspect-ratio:1/1;background:#f2f2ef;overflow:hidden}
body.nro-theme-v21 .nro-product-card__image img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .25s ease}
body.nro-theme-v21 .nro-product-card:hover .nro-product-card__image img{transform:scale(1.035)}
body.nro-theme-v21 .nro-product-card__body{display:flex;flex-direction:column;flex:1;padding:15px}
body.nro-theme-v21 .nro-product-card h3{min-height:2.9em;margin:0 0 9px;color:#1a1e19;font-size:15px;line-height:1.42;letter-spacing:-.015em;overflow-wrap:anywhere}
body.nro-theme-v21 .nro-product-card__price{min-height:31px;margin:auto 0 13px;color:#171b16;font-size:16px;font-weight:900}
body.nro-theme-v21 .nro-product-card__price .amount{font-weight:900}
body.nro-theme-v21 .nro-product-card__price span{color:#6a5140;font-weight:800}
body.nro-theme-v21 .nro-product-card__button{display:flex;align-items:center;justify-content:center;min-height:44px;width:100%;border-radius:10px;background:#121611;color:#fff!important;font-size:13px;font-weight:850;text-align:center;transition:.2s}
body.nro-theme-v21 .nro-product-card__button:hover{background:#d99b3d;color:#17130d!important}
body.nro-theme-v21 .nro-product-card__button.added:after{margin-left:7px}

body.nro-theme-v21 .woocommerce ul.products{align-items:stretch}
body.nro-theme-v21 .woocommerce ul.products li.product{display:flex;flex-direction:column;min-width:0}
body.nro-theme-v21 .woocommerce ul.products li.product .woocommerce-LoopProduct-link{display:flex;flex-direction:column;flex:1}
body.nro-theme-v21 .woocommerce ul.products li.product a img{object-fit:contain!important;background:#f3f3f0!important;padding:10px}
body.nro-theme-v21 .woocommerce ul.products li.product .button{margin-top:auto!important}

body.nro-theme-v21.single-product .woocommerce div.product{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);padding:clamp(22px,3.4vw,46px);gap:clamp(30px,4vw,64px)}
body.nro-theme-v21.single-product .summary form.cart{background:#f6f3eb;border:1px solid #e1dccf}
body.nro-theme-v21.single-product .summary form.cart .single_add_to_cart_button{background:#111510!important;color:#fff!important;opacity:1}
body.nro-theme-v21.single-product .summary form.cart .single_add_to_cart_button:not(.disabled):hover{background:#d89a3d!important;color:#18130c!important}
body.nro-theme-v21.single-product .summary form.cart .single_add_to_cart_button.disabled{opacity:.48;cursor:not-allowed}
body.nro-theme-v21 .nro-quote-button{background:#3d4638!important}
body.nro-theme-v21 .nro-delivery-card.is-fixed-delivery{background:#fbfaf7}
body.nro-theme-v21 .nro-delivery-card__links{display:flex;flex-wrap:wrap;gap:12px}

body.nro-theme-v21.woocommerce-cart .nro-shop-main,
body.nro-theme-v21.woocommerce-checkout .nro-shop-main{padding-top:42px;padding-bottom:70px}
body.nro-theme-v21.woocommerce-cart .woocommerce,
body.nro-theme-v21.woocommerce-checkout .woocommerce{width:min(1180px,calc(100% - 32px));margin:0 auto}
body.nro-theme-v21 .woocommerce-cart-form,
body.nro-theme-v21 .cart-collaterals,
body.nro-theme-v21 .woocommerce-checkout .col2-set,
body.nro-theme-v21 #order_review{background:#fff;border:1px solid #e2ded4;border-radius:18px;padding:22px;box-shadow:0 10px 34px rgba(18,23,17,.06)}
body.nro-theme-v21 .woocommerce-checkout .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:24px}
body.nro-theme-v21 .woocommerce-checkout .col2-set .col-1,
body.nro-theme-v21 .woocommerce-checkout .col2-set .col-2{float:none!important;width:100%!important}
body.nro-theme-v21 .woocommerce form .form-row{margin-bottom:13px}
body.nro-theme-v21 .woocommerce form .form-row label{font-size:13px;font-weight:750;color:#2a3028}
body.nro-theme-v21 .woocommerce form .form-row input.input-text,
body.nro-theme-v21 .woocommerce form .form-row textarea,
body.nro-theme-v21 .woocommerce form .form-row select{min-height:48px;width:100%;font-size:15px}
body.nro-theme-v21 .woocommerce #place_order,
body.nro-theme-v21 .wc-proceed-to-checkout .checkout-button{min-height:52px;background:#111510!important;color:#fff!important;border-radius:10px!important;font-weight:900!important}
body.nro-theme-v21 .woocommerce #place_order:hover,
body.nro-theme-v21 .wc-proceed-to-checkout .checkout-button:hover{background:#d89a3d!important;color:#18130c!important}
body.nro-theme-v21 .nro-checkout-delivery{border:1px solid #dec99c;background:#fff7e7;border-radius:14px;padding:15px 17px;margin-bottom:20px}
body.nro-theme-v21 .nro-checkout-delivery strong{display:block;margin-bottom:4px;color:#322513}
body.nro-theme-v21 .nro-checkout-delivery span{display:block;color:#665742;font-size:13px}

body.nro-theme-v21 .nro-home-blog .nro-post-card:nth-child(2){background-position:65% center}
body.nro-theme-v21 .nro-home-blog .nro-post-card:nth-child(3){background-position:82% center}

@media(max-width:1100px){
  body.nro-theme-v21 .nro-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.nro-theme-v21 .nro-product-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.nro-theme-v21 .nro-header__main{grid-template-columns:minmax(190px,230px) minmax(260px,1fr) auto}
}
@media(max-width:820px){
  body.nro-theme-v21 .nro-brand__default-logo img,body.nro-theme-v21 .custom-logo{max-width:190px;max-height:54px}
  body.nro-theme-v21 .nro-category-grid{display:flex!important;gap:12px!important;overflow-x:auto!important;padding:2px 2px 10px;scroll-snap-type:x mandatory}
  body.nro-theme-v21 .nro-category-card{flex:0 0 190px!important;min-height:170px!important;scroll-snap-align:start}
  body.nro-theme-v21 .nro-product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  body.nro-theme-v21.single-product .woocommerce div.product{display:block;padding:18px}
  body.nro-theme-v21.single-product .woocommerce-product-gallery{position:static!important;margin-bottom:25px!important}
  body.nro-theme-v21 .woocommerce-checkout .col2-set{grid-template-columns:1fr}
}
@media(max-width:560px){
  body.nro-theme-v21 .nro-container{width:min(100% - 24px,1240px)}
  body.nro-theme-v21 .nro-header__main{min-height:70px}
  body.nro-theme-v21 .nro-brand__default-logo img,body.nro-theme-v21 .custom-logo{max-width:155px;max-height:45px}
  body.nro-theme-v21 .nro-hero{min-height:620px}
  body.nro-theme-v21 .nro-hero__inner{min-height:570px;padding-top:82px;padding-bottom:95px}
  body.nro-theme-v21 .nro-hero__content h1{font-size:42px}
  body.nro-theme-v21 .nro-category-card{flex-basis:155px!important;min-height:145px!important}
  body.nro-theme-v21 .nro-product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  body.nro-theme-v21 .nro-product-card__body{padding:11px}
  body.nro-theme-v21 .nro-product-card h3{font-size:12px;min-height:3.8em}
  body.nro-theme-v21 .nro-product-card__price{font-size:13px;min-height:28px}
  body.nro-theme-v21 .nro-product-card__button{min-height:40px;font-size:11px;padding:7px}
  body.nro-theme-v21 .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  body.nro-theme-v21 .woocommerce ul.products li.product{padding:9px!important}
  body.nro-theme-v21 .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:12px!important;min-height:3.6em!important}
  body.nro-theme-v21 .woocommerce ul.products li.product .button{font-size:10px!important;padding:10px 7px!important}
  body.nro-theme-v21.woocommerce-cart .woocommerce,
  body.nro-theme-v21.woocommerce-checkout .woocommerce{width:min(100% - 20px,1180px)}
  body.nro-theme-v21 .woocommerce-cart-form,
  body.nro-theme-v21 .cart-collaterals,
  body.nro-theme-v21 .woocommerce-checkout .col2-set,
  body.nro-theme-v21 #order_review{padding:14px;border-radius:13px}
  body.nro-theme-v21 .woocommerce table.shop_table_responsive tr td{padding-left:42%!important;overflow-wrap:anywhere}
  body.nro-theme-v21 .nro-mobile-buybar{left:8px;right:8px;bottom:8px;width:auto;border-radius:14px}
}

/* ========================================================================
   v2.2.0 launch fixes: ZAR, English checkout and mobile conversion layout.
   ======================================================================== */
body.nro-theme-v22{--nro-mobile-gap:12px}
body.nro-theme-v22 .nro-price-on-request{display:inline-flex;align-items:center;min-height:42px;padding:9px 14px;border:1px solid #e0c492;background:#fff4dd;color:#543913;border-radius:10px;font-size:15px;font-weight:900}
body.nro-theme-v22 .nro-loop-quote,body.nro-theme-v22 .nro-quote-button{background:#111510!important;color:#fff!important;border-radius:10px!important}
body.nro-theme-v22 .nro-quote-button{flex-direction:column;gap:2px;padding:12px 16px!important}
body.nro-theme-v22 .nro-quote-button small{display:block;font-size:10px;font-weight:600;color:#cad1c7}
body.nro-theme-v22 .nro-mobile-product-description{display:none}
body.nro-theme-v22 .nro-prepaid-notice{display:grid;gap:3px;margin:0 0 16px;padding:14px 16px;border:1px solid #dbc289;border-radius:12px;background:#fff7e5;color:#3e301b}
body.nro-theme-v22 .nro-prepaid-notice strong{font-size:14px}
body.nro-theme-v22 .nro-prepaid-notice span{font-size:12px;line-height:1.5;color:#66583d}

body.nro-theme-v22.woocommerce-shop .nro-shop-main,
body.nro-theme-v22.tax-product_cat .nro-shop-main,
body.nro-theme-v22.tax-product_tag .nro-shop-main{padding-top:34px}
body.nro-theme-v22 .woocommerce-products-header__title.page-title{font-size:clamp(34px,5vw,56px);letter-spacing:-.045em;margin:0 0 18px}
body.nro-theme-v22 .woocommerce .woocommerce-result-count{font-size:13px;color:#677065}
body.nro-theme-v22 .woocommerce .woocommerce-ordering select{min-height:44px;border:1px solid #d6d8d1;border-radius:10px;background:#fff;padding:0 38px 0 13px;font-size:13px}
body.nro-theme-v22 .woocommerce ul.products li.product{border:1px solid #e5e1d7;border-radius:16px!important;box-shadow:0 8px 28px rgba(20,24,18,.06)}
body.nro-theme-v22 .woocommerce ul.products li.product a img{width:100%!important;aspect-ratio:1/1!important;object-fit:contain!important;padding:12px!important;background:#f5f5f1!important;border-radius:12px!important}
body.nro-theme-v22 .woocommerce ul.products li.product .woocommerce-loop-product__title{overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
body.nro-theme-v22 .woocommerce ul.products li.product .price{min-height:30px;display:flex;align-items:center;flex-wrap:wrap}
body.nro-theme-v22 .woocommerce ul.products li.product .button{display:flex!important;align-items:center;justify-content:center;min-height:44px;border-radius:10px!important;white-space:normal;line-height:1.25}
body.nro-theme-v22 .woocommerce ul.products li.product .nro-price-on-request{font-size:12px;min-height:34px;padding:6px 9px}

body.nro-theme-v22.single-product .woocommerce div.product{background:#fff;border:1px solid #e5e1d7;border-radius:20px;box-shadow:0 16px 50px rgba(20,24,18,.07)}
body.nro-theme-v22.single-product .summary form.cart{display:flex!important}
body.nro-theme-v22.single-product .summary form.cart.variations_form{display:block!important}
body.nro-theme-v22.single-product .summary .single_add_to_cart_button{display:inline-flex!important;align-items:center;justify-content:center!important;width:auto;min-height:52px!important;border-radius:10px!important}
body.nro-theme-v22.single-product .summary .woocommerce-product-details__short-description:empty{display:none}
body.nro-theme-v22.single-product .woocommerce-tabs{margin-top:38px}
body.nro-theme-v22.single-product .woocommerce-Tabs-panel{font-size:15px;line-height:1.75;color:#3f483d}
body.nro-theme-v22.single-product .woocommerce-Tabs-panel p:first-child{margin-top:0}

body.nro-theme-v22.woocommerce-cart .woocommerce,
body.nro-theme-v22.woocommerce-checkout .woocommerce{max-width:1180px}
body.nro-theme-v22.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.82fr);gap:24px;align-items:start}
body.nro-theme-v22.woocommerce-checkout form.checkout>.col2-set{grid-column:1}
body.nro-theme-v22.woocommerce-checkout form.checkout>#order_review_heading,
body.nro-theme-v22.woocommerce-checkout form.checkout>#order_review{grid-column:2}
body.nro-theme-v22.woocommerce-checkout form.checkout>#order_review_heading{margin:0 0 -10px;font-size:24px}
body.nro-theme-v22.woocommerce-checkout #order_review{position:sticky;top:115px}
body.nro-theme-v22 .woocommerce form .form-row input.input-text,
body.nro-theme-v22 .woocommerce form .form-row textarea,
body.nro-theme-v22 .woocommerce form .form-row select,
body.nro-theme-v22 .select2-container .select2-selection--single{min-height:48px;border:1px solid #cfd3cb;border-radius:10px;background:#fff}
body.nro-theme-v22 .select2-container .select2-selection--single .select2-selection__rendered{line-height:46px;padding-left:13px}
body.nro-theme-v22 .select2-container .select2-selection--single .select2-selection__arrow{height:46px}
body.nro-theme-v22 .woocommerce-checkout-review-order-table{border-collapse:separate!important;border-spacing:0}
body.nro-theme-v22 .woocommerce-checkout-review-order-table th,
body.nro-theme-v22 .woocommerce-checkout-review-order-table td{padding:12px 8px!important}
body.nro-theme-v22 #payment{background:#f4f4ef!important;border-radius:14px!important}
body.nro-theme-v22 #payment .payment_box{background:#fff!important}

@media(max-width:900px){
  body.nro-theme-v22.single-product .nro-shop-main{padding:14px 0 112px}
  body.nro-theme-v22.single-product .woocommerce div.product{padding:12px!important;border-radius:15px}
  body.nro-theme-v22.single-product .woocommerce div.product .woocommerce-product-gallery{margin:0 0 18px!important}
  body.nro-theme-v22.single-product .summary.entry-summary{padding:0 2px!important}
  body.nro-theme-v22.single-product .summary .product_title{font-size:clamp(28px,8vw,38px)!important;line-height:1.08!important;margin-bottom:12px!important}
  body.nro-theme-v22.single-product .summary>p.price,
  body.nro-theme-v22.single-product .summary>span.price{font-size:22px!important;padding:12px!important;margin-bottom:13px!important}
  body.nro-theme-v22.single-product .summary form.cart{width:100%;margin:15px 0 10px!important;padding:13px!important}
  body.nro-theme-v22.single-product .summary form.cart:not(.variations_form){display:grid!important;grid-template-columns:auto 1fr;gap:9px}
  body.nro-theme-v22.single-product .summary form.cart .quantity{min-width:78px}
  body.nro-theme-v22.single-product .summary .single_add_to_cart_button{width:100%!important;min-width:0!important}
  body.nro-theme-v22 .nro-mobile-product-description{display:block;margin:14px 0 0;border:1px solid #ddd9cf;border-radius:13px;background:#fff;overflow:hidden}
  body.nro-theme-v22 .nro-mobile-product-description summary{list-style:none;display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 14px;font-size:14px;font-weight:900;cursor:pointer}
  body.nro-theme-v22 .nro-mobile-product-description summary::-webkit-details-marker{display:none}
  body.nro-theme-v22 .nro-mobile-product-description summary:after{content:'+';font-size:20px}
  body.nro-theme-v22 .nro-mobile-product-description[open] summary:after{content:'–'}
  body.nro-theme-v22 .nro-mobile-product-description>div{padding:0 14px 14px;font-size:13px;line-height:1.65;color:#485046;max-height:360px;overflow:auto}
  body.nro-theme-v22.single-product .woocommerce-tabs{margin-top:22px;padding-top:22px}
  body.nro-theme-v22.woocommerce-checkout form.checkout{display:block}
  body.nro-theme-v22.woocommerce-checkout #order_review{position:static}
  body.nro-theme-v22.woocommerce-checkout form.checkout>#order_review_heading{margin:24px 0 12px}
}

@media(max-width:600px){
  body.nro-theme-v22 .nro-shop-main>.nro-container{width:calc(100% - 16px)}
  body.nro-theme-v22 .woocommerce-products-header__title.page-title{font-size:34px;margin-bottom:12px}
  body.nro-theme-v22 .nro-shop-main .woocommerce:has(.woocommerce-products-header){gap:10px}
  body.nro-theme-v22 .woocommerce .woocommerce-result-count{flex:1 1 100%;font-size:12px}
  body.nro-theme-v22 .woocommerce .woocommerce-ordering{width:100%}
  body.nro-theme-v22 .woocommerce .woocommerce-ordering select{width:100%;font-size:12px}
  body.nro-theme-v22 .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.nro-theme-v22 .woocommerce ul.products li.product{padding:7px 7px 10px!important;border-radius:12px!important}
  body.nro-theme-v22 .woocommerce ul.products li.product a img{padding:5px!important;border-radius:9px!important;margin-bottom:9px!important}
  body.nro-theme-v22 .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:12px!important;line-height:1.35!important;min-height:4.05em!important;margin:0 2px 7px!important;-webkit-line-clamp:3}
  body.nro-theme-v22 .woocommerce ul.products li.product .price{font-size:13px!important;min-height:38px!important;margin:0 2px 8px!important}
  body.nro-theme-v22 .woocommerce ul.products li.product .button{min-height:41px!important;margin:0 2px!important;width:calc(100% - 4px)!important;padding:7px 5px!important;font-size:10px!important}
  body.nro-theme-v22 .woocommerce ul.products li.product .nro-price-on-request{font-size:9px;line-height:1.2;padding:5px 6px;min-height:30px}
  body.nro-theme-v22 .nro-mobile-buybar{display:flex!important;left:7px!important;right:7px!important;bottom:max(7px,env(safe-area-inset-bottom))!important;padding:8px 8px 8px 11px!important}
  body.nro-theme-v22 .nro-mobile-buybar button{display:inline-flex!important;align-items:center;justify-content:center;min-width:116px;min-height:45px!important;padding:0 12px!important}
  body.nro-theme-v22 .nro-mobile-buybar .nro-price-on-request{background:transparent;border:0;color:#fff;padding:0;min-height:0;font-size:11px}
  body.nro-theme-v22 .woocommerce-cart-form,
  body.nro-theme-v22 .cart-collaterals,
  body.nro-theme-v22 .woocommerce-checkout .col2-set,
  body.nro-theme-v22 #order_review{padding:12px!important;border-radius:12px!important}
  body.nro-theme-v22 .woocommerce form .form-row-first,
  body.nro-theme-v22 .woocommerce form .form-row-last{float:none!important;width:100%!important}
  body.nro-theme-v22 .woocommerce table.shop_table_responsive tr td{padding-left:40%!important;font-size:12px}
  body.nro-theme-v22 .nro-prepaid-notice{padding:12px;margin-bottom:12px}
}
body.nro-theme-v22 .nro-product-card__rating{display:flex;align-items:center;gap:7px;min-height:20px;margin:0 0 8px}
body.nro-theme-v22 .nro-product-card__rating .star-rating{font-size:11px;color:#d99129}
body.nro-theme-v22 .nro-product-card__rating small{font-size:10px;color:#7b8277}
