/* =========================================================
   SMART WORLD PUBLISHING PRODUCT EXPERIENCE
   Scoped custom archive/cards + magazine WooCommerce bridge
========================================================= */

.swpx-slider,.swpx-grid-wrap,.swpx-archive,
.swpx-slider *, .swpx-grid-wrap *, .swpx-archive *{box-sizing:border-box}

.swpx-slider,.swpx-grid-wrap,.swpx-archive{
    --swpx-primary:#0B8C8F;
    --swpx-primary-hover:#08777A;
    --swpx-button-text:#fff;
    --swpx-sale:#C9972C;
    --swpx-sale-text:#fff;
    --swpx-title:#082F54;
    --swpx-price:#082F54;
    --swpx-old-price:#8293A0;
    --swpx-page:#fff;
    --swpx-header-bg:#F3F8F9;
    --swpx-card-bg:#fff;
    --swpx-border:#DCE6EA;
    --swpx-muted:#637687;
    --swpx-navy:#082F54;
    --swpx-navy-dark:#062844;
    --swpx-gold:#C9972C;
    --swpx-soft:#F4F8F9;
    --swpx-title-size:12px;
    --swpx-radius:10px;
    --swpx-button-radius:7px;
    --swpx-image-padding:10px;
    --swpx-image-ratio:1 / 1;
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

/* ---------- PRODUCT CARD ---------- */
.swpx-card{position:relative;min-width:0;margin:0;padding:0;overflow:hidden;display:flex;flex-direction:column;background:var(--swpx-card-bg);border:1px solid var(--swpx-border);border-radius:var(--swpx-radius);box-shadow:0 3px 12px rgba(8,47,84,.045);isolation:isolate;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.swpx-card:hover{border-color:#BBD4D8;box-shadow:0 9px 24px rgba(8,47,84,.09);transform:translateY(-2px)}
.swpx-card-media{position:relative;width:100%;aspect-ratio:var(--swpx-image-ratio);overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid var(--swpx-border)}
.swpx-card-image-link{width:100%;height:100%;display:flex;align-items:center;justify-content:center;margin:0;padding:0;text-decoration:none!important}
.swpx-card-image,.swpx-card-media img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;padding:var(--swpx-image-padding)!important;object-fit:contain!important;object-position:center!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;transition:transform .22s ease}
.swpx-card:hover .swpx-card-image{transform:scale(1.025)}
.swpx-sale-badge{position:absolute;top:8px;left:8px;z-index:12;min-width:40px;min-height:22px;padding:5px 8px;display:inline-flex;align-items:center;justify-content:center;color:var(--swpx-sale-text);background:var(--swpx-sale);border-radius:5px;font:800 9px/1 Inter,Arial,sans-serif;letter-spacing:.025em;box-shadow:0 2px 7px rgba(0,0,0,.08)}
.swpx-card-body{flex:1 1 auto;min-height:0;padding:10px 10px 11px;display:flex;flex-direction:column;background:var(--swpx-card-bg)}
body .swpx-card-title,.swpx-card-title{min-height:calc(var(--swpx-title-size) * 2.7);margin:0 0 8px!important;padding:0!important;color:var(--swpx-title)!important;font-family:Inter,Arial,sans-serif!important;font-size:var(--swpx-title-size)!important;font-style:normal!important;font-weight:650!important;line-height:1.35!important;letter-spacing:0!important;display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
body .swpx-card-title a,.swpx-card-title a{color:inherit!important;font:inherit!important;letter-spacing:inherit!important;text-decoration:none!important}
.swpx-card-title a:hover{color:var(--swpx-primary)!important}

/* ---------- PRICE ---------- */
.swpx-price-row{min-height:30px;margin:0 0 8px;display:flex;align-items:flex-end;justify-content:space-between;gap:6px}
.swpx-price{min-width:0;color:var(--swpx-price)!important;font:800 12px/1.18 Inter,Arial,sans-serif!important;white-space:normal}
.swpx-price .woocommerce-Price-amount,.swpx-price .amount,.swpx-price ins,.swpx-price ins .woocommerce-Price-amount,.swpx-price .swpx-current-only{color:var(--swpx-price)!important;font:inherit!important;text-decoration:none!important}
.swpx-price del{display:block;margin:0 0 3px;color:var(--swpx-old-price)!important;opacity:1!important;font:500 9px/1.05 Inter,Arial,sans-serif!important}
.swpx-price del .woocommerce-Price-amount,.swpx-price del .amount{color:inherit!important;font:inherit!important}
.swpx-price ins{display:block;background:transparent!important}
.swpx-price-missing{color:var(--swpx-muted);font:650 10px/1.2 Inter,Arial,sans-serif}

/* ---------- BUTTON ---------- */
.swpx-card-action{width:100%;margin-top:auto}
.swpx-buy,a.swpx-buy{width:100%!important;min-height:33px!important;margin:0!important;padding:7px 9px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;color:var(--swpx-button-text)!important;background:var(--swpx-primary)!important;border:1px solid var(--swpx-primary)!important;border-radius:var(--swpx-button-radius)!important;box-shadow:none!important;font-family:Inter,Arial,sans-serif!important;font-size:9px!important;font-style:normal!important;font-weight:800!important;line-height:1!important;letter-spacing:.045em!important;text-align:center!important;text-decoration:none!important;text-transform:uppercase!important;white-space:nowrap!important;transition:background-color .16s ease,border-color .16s ease,transform .16s ease!important}
.swpx-buy:hover,a.swpx-buy:hover{color:#fff!important;background:var(--swpx-primary-hover)!important;border-color:var(--swpx-primary-hover)!important;transform:translateY(-1px)}
.swpx-buy-icon{width:13px!important;height:13px!important;min-width:13px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}

/* ---------- REHUB WISHLIST BRIDGE ---------- */
.swpx-wishlist{position:absolute!important;top:7px!important;right:7px!important;z-index:20!important;width:31px!important;height:31px!important;margin:0!important;padding:0!important;display:block!important;border:0!important;border-radius:50%!important;overflow:hidden!important;isolation:isolate!important}
.swpx-wishlist-ui{position:absolute!important;inset:0!important;z-index:1!important;width:31px!important;height:31px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#617788!important;background:rgba(255,255,255,.97)!important;border:1px solid #DCE6EA!important;border-radius:50%!important;box-shadow:0 2px 8px rgba(8,47,84,.07)!important;pointer-events:auto!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important;transition:color .15s ease,border-color .15s ease,transform .15s ease!important}
.swpx-wishlist-heart{width:15px!important;height:15px!important;display:block!important;fill:transparent!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.swpx-wishlist-engine{position:absolute!important;left:0!important;top:0!important;z-index:0!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;opacity:0!important;visibility:visible!important;overflow:hidden!important;pointer-events:none!important;clip-path:inset(50%)!important;white-space:nowrap!important}
.swpx-wishlist-engine a,.swpx-wishlist-engine button,.swpx-wishlist-engine [role="button"],.swpx-wishlist-engine .heartplus,.swpx-wishlist-engine [class*="wish"]{pointer-events:none!important}
.swpx-wishlist:hover .swpx-wishlist-ui,.swpx-wishlist:focus-within .swpx-wishlist-ui{color:var(--swpx-primary)!important;border-color:var(--swpx-primary)!important;transform:translateY(-1px)!important}
.swpx-wishlist.is-added .swpx-wishlist-ui{color:var(--swpx-primary)!important;background:#EFF8F8!important;border-color:var(--swpx-primary)!important}
.swpx-wishlist.is-added .swpx-wishlist-heart{fill:currentColor!important;stroke:currentColor!important}.swpx-wishlist.is-busy .swpx-wishlist-ui{opacity:.68!important}

/* ---------- GRID ---------- */
.swpx-grid-wrap{width:100%;margin:0;padding:0}.swpx-grid{width:100%;display:grid;grid-template-columns:repeat(var(--swpx-grid-desktop,5),minmax(0,1fr));gap:13px}.swpx-load-more-wrap{width:100%;margin:22px 0 0;display:flex;justify-content:center}
.swpx-load-more,.swpx-filter-apply{min-height:40px;padding:9px 17px;border:1px solid var(--swpx-primary);border-radius:7px;background:var(--swpx-primary);color:#fff;font:800 10px/1 Inter,Arial,sans-serif;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:.16s ease}
.swpx-load-more:hover,.swpx-filter-apply:hover{background:var(--swpx-primary-hover);border-color:var(--swpx-primary-hover);color:#fff;transform:translateY(-1px)}
.swpx-empty{padding:18px;border:1px solid var(--swpx-border);border-radius:9px;background:var(--swpx-soft);color:var(--swpx-muted);font-size:12px}

/* ---------- SLIDER ---------- */
.swpx-slider{position:relative;width:100%;margin:0;padding:0 34px}.swpx-slider-track{width:100%;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--swpx-slider-desktop,5) - 1)*13px)/var(--swpx-slider-desktop,5));gap:13px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}.swpx-slider-track::-webkit-scrollbar{display:none}.swpx-slider-track>.swpx-card{scroll-snap-align:start}.swpx-slider-arrow{position:absolute;top:50%;z-index:8;width:30px;height:30px;margin:0;padding:0;display:flex;align-items:center;justify-content:center;color:var(--swpx-navy);background:#fff;border:1px solid var(--swpx-border);border-radius:50%;box-shadow:0 4px 14px rgba(8,47,84,.10);cursor:pointer;transform:translateY(-50%);transition:.16s ease}.swpx-slider-arrow:hover{color:#fff;background:var(--swpx-primary);border-color:var(--swpx-primary)}.swpx-slider-arrow svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.swpx-slider-prev{left:0}.swpx-slider-next{right:0}

/* =========================================================
   PRODUCT CATEGORY ARCHIVES
========================================================= */
.swpx-archive{width:100%;margin:0;padding:0;background:var(--swpx-page);color:var(--swpx-title)}
.swpx-archive-inner{width:min(1420px,calc(100% - 40px));margin:0 auto;padding:32px 0 46px}
.swpx-archive-header{margin:0 0 24px;padding:25px 27px;border:1px solid #DCE7EA;border-radius:12px;background:var(--swpx-header-bg);overflow:hidden;position:relative}
.swpx-archive-header:after{content:"";position:absolute;right:-54px;top:-78px;width:190px;height:190px;border:30px solid rgba(11,140,143,.065);border-radius:50%}
.swpx-archive-kicker{position:relative;z-index:1;margin:0 0 10px;display:flex;align-items:center;gap:8px;color:var(--swpx-primary-hover);font:800 10px/1 Inter,Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase}.swpx-archive-kicker span{width:24px;height:2px;background:var(--swpx-gold)}
.swpx-archive-heading-row{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.swpx-archive-copy{min-width:0;max-width:880px}.swpx-archive-title{margin:0!important;padding:0!important;color:var(--swpx-navy)!important;font-family:Georgia,"Times New Roman",serif!important;font-size:var(--swpx-archive-title-size,44px)!important;font-weight:700!important;line-height:1.08!important;letter-spacing:-.025em!important}.swpx-archive-description{margin-top:10px;color:var(--swpx-muted);font-size:13px;line-height:1.65}.swpx-archive-description p{margin:0!important}.swpx-archive-count{min-width:90px;padding:9px 12px;border:1px solid #D4E2E5;border-radius:8px;background:#fff;text-align:center}.swpx-archive-count strong{display:block;color:var(--swpx-navy);font:800 19px/1 Inter,Arial,sans-serif}.swpx-archive-count span{display:block;margin-top:4px;color:var(--swpx-muted);font:700 8.5px/1 Inter,Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase}

/* ---------- SUBCATEGORY CARDS ---------- */
.swpx-category-section{margin:0 0 31px}.swpx-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 13px}.swpx-section-eyebrow{display:block;margin:0 0 4px;color:var(--swpx-primary-hover);font:800 9px/1 Inter,Arial,sans-serif;letter-spacing:.1em;text-transform:uppercase}.swpx-section-heading h2{margin:0!important;color:var(--swpx-navy)!important;font-family:Georgia,"Times New Roman",serif!important;font-size:25px!important;font-weight:700!important;line-height:1.18!important}.swpx-section-note{color:var(--swpx-muted);font:650 10px/1.2 Inter,Arial,sans-serif}
.swpx-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.swpx-category-card{min-width:0;min-height:88px;display:grid;grid-template-columns:64px minmax(0,1fr) 24px;align-items:center;gap:11px;padding:10px 11px;border:1px solid var(--swpx-border);border-radius:10px;background:#fff;color:var(--swpx-title)!important;text-decoration:none!important;box-shadow:0 2px 8px rgba(8,47,84,.035);transition:.17s ease}.swpx-category-card:hover{border-color:#B9D4D7;box-shadow:0 7px 18px rgba(8,47,84,.08);transform:translateY(-2px);color:var(--swpx-title)!important}.swpx-category-card-media{width:64px;height:64px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #E2EBEE;border-radius:8px;background:#F5F9FA}.swpx-category-card-media img{display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:5px!important;object-fit:contain!important;background:#fff!important}.swpx-category-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--swpx-primary);background:#EFF7F7}.swpx-category-fallback svg{width:37px;height:37px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.swpx-category-card-body{min-width:0}.swpx-category-card-body strong{display:block;margin:0 0 5px;color:var(--swpx-navy);font:750 12px/1.3 Inter,Arial,sans-serif}.swpx-category-card-body small{display:block;color:var(--swpx-muted);font:600 9px/1.2 Inter,Arial,sans-serif}.swpx-category-card-arrow{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#F1F7F8;color:var(--swpx-primary);font:800 13px/1 Inter,Arial,sans-serif;transition:.17s ease}.swpx-category-card:hover .swpx-category-card-arrow{background:var(--swpx-primary);color:#fff;transform:translateX(2px)}

/* ---------- ARCHIVE TOOLS ---------- */
.swpx-products-header{margin:0 0 15px}.swpx-section-heading-products{margin-bottom:10px}.swpx-archive-tools{display:grid;grid-template-columns:minmax(220px,1fr) auto auto auto;align-items:center;gap:8px;margin:0;padding:10px;border:1px solid var(--swpx-border);border-radius:9px;background:#F8FAFB}.swpx-search-field{min-width:0;height:40px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #D7E2E6;border-radius:7px;background:#fff}.swpx-search-field svg{width:16px;height:16px;flex:0 0 auto;fill:none;stroke:#6D8190;stroke-width:1.8;stroke-linecap:round}.swpx-search-field input{width:100%;height:38px;margin:0!important;padding:0!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:var(--swpx-title)!important;font:500 11px/1 Inter,Arial,sans-serif!important}.swpx-sort-field{height:40px;display:flex;align-items:center;gap:7px;padding:0 8px 0 10px;border:1px solid #D7E2E6;border-radius:7px;background:#fff}.swpx-sort-field>span{color:#788A97;font:800 8px/1 Inter,Arial,sans-serif;letter-spacing:.06em}.swpx-sort-field select{height:36px!important;margin:0!important;padding:0 24px 0 0!important;border:0!important;outline:0!important;background-color:#fff!important;box-shadow:none!important;color:#243F55!important;font:650 10px/1 Inter,Arial,sans-serif!important}.swpx-filter-clear{padding:9px 8px;color:#6B7D8A!important;font:800 9px/1 Inter,Arial,sans-serif;text-decoration:none!important}.swpx-filter-clear:hover{color:var(--swpx-primary)!important}.swpx-archive-grid{grid-template-columns:repeat(var(--swpx-archive-desktop,5),minmax(0,1fr))}
.swpx-pagination{margin:24px 0 0}.swpx-pagination ul{display:flex!important;justify-content:center!important;gap:6px!important;margin:0!important;padding:0!important;list-style:none!important}.swpx-pagination a,.swpx-pagination span{min-width:35px;height:35px;display:flex!important;align-items:center;justify-content:center;border:1px solid var(--swpx-border);border-radius:6px;background:#fff;color:var(--swpx-navy)!important;text-decoration:none!important;font:700 10px/1 Inter,Arial,sans-serif!important}.swpx-pagination .current,.swpx-pagination a:hover{background:var(--swpx-primary)!important;border-color:var(--swpx-primary)!important;color:#fff!important}
.swpx-archive-empty{margin-top:10px;text-align:center}.swpx-archive-empty h2{margin:0 0 5px!important;color:var(--swpx-navy)!important;font-family:Georgia,"Times New Roman",serif!important}.swpx-archive-empty p{margin:0!important}

/* =========================================================
   SMART WORLD PUBLISHING PLATFORM INTEGRATION
   Styles Woo loops and product category cards used on magazine pages.
========================================================= */
.swp-platform-ui .swp-product-category-grid,.swp-directory-page .swp-product-category-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:11px!important;margin:0!important}
.swp-platform-ui .swp-product-category,.swp-directory-page .swp-product-category{min-height:78px!important;display:grid!important;grid-template-columns:54px minmax(0,1fr) 24px!important;align-items:center!important;gap:10px!important;padding:9px 10px!important;border:1px solid #DCE6EA!important;border-radius:10px!important;background:#fff!important;box-shadow:0 2px 8px rgba(8,47,84,.035)!important;color:#082F54!important;text-decoration:none!important;transition:.17s ease!important}
.swp-platform-ui .swp-product-category:hover,.swp-directory-page .swp-product-category:hover{border-color:#B9D4D7!important;box-shadow:0 7px 18px rgba(8,47,84,.08)!important;transform:translateY(-2px)!important}.swp-platform-ui .swp-product-category-media,.swp-directory-page .swp-product-category-media{width:54px!important;height:54px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border:1px solid #E2EBEE!important;border-radius:8px!important;background:#F3F8F9!important}.swp-platform-ui .swp-product-category-media img,.swp-directory-page .swp-product-category-media img{width:100%!important;height:100%!important;padding:5px!important;object-fit:contain!important;background:#fff!important}.swp-platform-ui .swp-product-category-media svg,.swp-directory-page .swp-product-category-media svg{width:29px!important;height:29px!important;color:#0B8C8F!important;stroke:currentColor!important}.swp-platform-ui .swp-product-category-copy strong,.swp-directory-page .swp-product-category-copy strong{display:block!important;color:#082F54!important;font-family:Inter,Arial,sans-serif!important;font-size:11px!important;font-weight:750!important;line-height:1.3!important}.swp-platform-ui .swp-product-category-copy small,.swp-directory-page .swp-product-category-copy small{display:block!important;margin-top:3px!important;color:#637687!important;font-size:8.5px!important}.swp-platform-ui .swp-category-arrow,.swp-directory-page .swp-category-arrow{width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#EFF7F7!important;color:#0B8C8F!important;font-size:12px!important;transition:.17s ease!important}.swp-platform-ui .swp-product-category:hover .swp-category-arrow,.swp-directory-page .swp-product-category:hover .swp-category-arrow{background:#0B8C8F!important;color:#fff!important;transform:translateX(2px)!important}

/* Standard WooCommerce loops rendered by the magazine platform. */
.swp-platform-ui .swp-shell ul.products,.swp-directory-page .swp-shell ul.products{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:13px!important;margin:0!important;padding:0!important}
.swp-platform-ui .swp-shell ul.products:before,.swp-platform-ui .swp-shell ul.products:after,.swp-directory-page .swp-shell ul.products:before,.swp-directory-page .swp-shell ul.products:after{display:none!important}
.swp-platform-ui .swp-shell ul.products li.product,.swp-directory-page .swp-shell ul.products li.product{position:relative!important;width:auto!important;min-width:0!important;margin:0!important;padding:0 0 10px!important;float:none!important;overflow:hidden!important;border:1px solid #DCE6EA!important;border-radius:10px!important;background:#fff!important;box-shadow:0 3px 12px rgba(8,47,84,.045)!important;transition:.18s ease!important}
.swp-platform-ui .swp-shell ul.products li.product:hover,.swp-directory-page .swp-shell ul.products li.product:hover{border-color:#BBD4D8!important;box-shadow:0 9px 24px rgba(8,47,84,.09)!important;transform:translateY(-2px)!important}
.swp-platform-ui .swp-shell ul.products li.product a.woocommerce-LoopProduct-link,.swp-directory-page .swp-shell ul.products li.product a.woocommerce-LoopProduct-link{display:block!important;color:inherit!important;text-decoration:none!important}.swp-platform-ui .swp-shell ul.products li.product img,.swp-directory-page .swp-shell ul.products li.product img{width:100%!important;aspect-ratio:1/1!important;height:auto!important;margin:0 0 9px!important;padding:10px!important;object-fit:contain!important;background:#fff!important;border-bottom:1px solid #E4ECEF!important}.swp-platform-ui .swp-shell ul.products li.product .woocommerce-loop-product__title,.swp-directory-page .swp-shell ul.products li.product .woocommerce-loop-product__title{min-height:33px!important;margin:0 10px 7px!important;padding:0!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;color:#082F54!important;font-family:Inter,Arial,sans-serif!important;font-size:12px!important;font-weight:650!important;line-height:1.35!important}.swp-platform-ui .swp-shell ul.products li.product .price,.swp-directory-page .swp-shell ul.products li.product .price{min-height:25px!important;margin:0 10px 7px!important;color:#082F54!important;font-family:Inter,Arial,sans-serif!important;font-size:12px!important;font-weight:800!important}.swp-platform-ui .swp-shell ul.products li.product .star-rating,.swp-directory-page .swp-shell ul.products li.product .star-rating{margin:0 10px 7px!important;font-size:10px!important;color:#C9972C!important}.swp-platform-ui .swp-shell ul.products li.product .button,.swp-directory-page .swp-shell ul.products li.product .button{width:calc(100% - 20px)!important;min-height:33px!important;margin:0 10px!important;padding:8px 10px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid #0B8C8F!important;border-radius:7px!important;background:#0B8C8F!important;color:#fff!important;font-family:Inter,Arial,sans-serif!important;font-size:9px!important;font-weight:800!important;line-height:1!important;letter-spacing:.04em!important;text-transform:uppercase!important;text-decoration:none!important}.swp-platform-ui .swp-shell ul.products li.product .button:hover,.swp-directory-page .swp-shell ul.products li.product .button:hover{background:#08777A!important;border-color:#08777A!important;color:#fff!important}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1180px){.swpx-category-grid,.swp-platform-ui .swp-product-category-grid,.swp-directory-page .swp-product-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.swpx-archive-grid,.swpx-grid,.swp-platform-ui .swp-shell ul.products,.swp-directory-page .swp-shell ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}.swpx-slider-track{grid-auto-columns:calc((100% - 3*13px)/4)}}
@media(max-width:900px){.swpx-archive-inner{width:min(100% - 28px,1420px);padding-top:22px}.swpx-archive-header{padding:21px}.swpx-category-grid,.swp-platform-ui .swp-product-category-grid,.swp-directory-page .swp-product-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.swpx-archive-grid,.swpx-grid,.swp-platform-ui .swp-shell ul.products,.swp-directory-page .swp-shell ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.swpx-archive-tools{grid-template-columns:1fr 1fr auto}.swpx-search-field{grid-column:1/-1}.swpx-slider-track{grid-auto-columns:calc((100% - 2*13px)/3)}}
@media(max-width:640px){.swpx-archive-inner{width:calc(100% - 20px);padding:15px 0 30px}.swpx-archive-header{margin-bottom:18px;padding:17px;border-radius:10px}.swpx-archive-heading-row{align-items:flex-start;gap:12px}.swpx-archive-title{font-size:34px!important}.swpx-archive-description{font-size:11.5px;line-height:1.6}.swpx-archive-count{min-width:72px;padding:8px}.swpx-archive-count strong{font-size:16px}.swpx-section-heading h2{font-size:21px!important}.swpx-section-note{display:none}.swpx-category-grid{grid-template-columns:1fr 1fr!important;gap:8px}.swpx-category-card{min-height:72px;grid-template-columns:46px minmax(0,1fr);gap:8px;padding:8px}.swpx-category-card-media{width:46px;height:46px}.swpx-category-card-body strong{font-size:10.5px}.swpx-category-card-body small{font-size:8px}.swpx-category-card-arrow{display:none}.swpx-archive-tools{grid-template-columns:1fr auto;padding:8px}.swpx-search-field{grid-column:1/-1}.swpx-sort-field{min-width:0}.swpx-filter-clear{display:none}.swpx-archive-grid,.swpx-grid,.swp-platform-ui .swp-shell ul.products,.swp-directory-page .swp-shell ul.products{grid-template-columns:repeat(var(--swpx-archive-mobile,2),minmax(0,1fr))!important;gap:9px!important}.swpx-card:hover,.swp-platform-ui .swp-shell ul.products li.product:hover,.swp-directory-page .swp-shell ul.products li.product:hover{transform:none!important}.swpx-card-body{padding:9px}.swpx-slider{padding:0 25px}.swpx-slider-track{grid-auto-columns:calc((100% - (var(--swpx-slider-mobile,2) - 1)*9px)/var(--swpx-slider-mobile,2));gap:9px}.swpx-slider-arrow{width:26px;height:26px}.swp-platform-ui .swp-product-category-grid,.swp-directory-page .swp-product-category-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.swp-platform-ui .swp-product-category,.swp-directory-page .swp-product-category{min-height:66px!important;grid-template-columns:42px 1fr!important;padding:7px!important}.swp-platform-ui .swp-product-category-media,.swp-directory-page .swp-product-category-media{width:42px!important;height:42px!important}.swp-platform-ui .swp-category-arrow,.swp-directory-page .swp-category-arrow{display:none!important}.swp-platform-ui .swp-product-category-copy strong,.swp-directory-page .swp-product-category-copy strong{font-size:9.5px!important}.swp-platform-ui .swp-product-category-copy small,.swp-directory-page .swp-product-category-copy small{display:none!important}.swp-platform-ui .swp-shell ul.products li.product .woocommerce-loop-product__title,.swp-directory-page .swp-shell ul.products li.product .woocommerce-loop-product__title{font-size:10.5px!important;margin-left:8px!important;margin-right:8px!important}.swp-platform-ui .swp-shell ul.products li.product .price,.swp-directory-page .swp-shell ul.products li.product .price{font-size:10.5px!important;margin-left:8px!important;margin-right:8px!important}.swp-platform-ui .swp-shell ul.products li.product .button,.swp-directory-page .swp-shell ul.products li.product .button{width:calc(100% - 16px)!important;margin:0 8px!important;font-size:8px!important}}
@media(max-width:390px){.swpx-archive-title{font-size:30px!important}.swpx-category-grid{grid-template-columns:1fr!important}.swp-platform-ui .swp-product-category-grid,.swp-directory-page .swp-product-category-grid{grid-template-columns:1fr!important}}

/* Phase 3: real Hajj & Umrah image icon instead of a generated line icon. */
.swpx-category-fallback .swpx-real-kaaba-icon,
.swpx-category-card-media .swpx-real-kaaba-icon,
.swpx-category-media .swpx-real-kaaba-icon{
    width:72%!important;height:72%!important;max-width:52px!important;max-height:52px!important;
    display:block!important;object-fit:contain!important;filter:none!important;
}
