





.arwad_button_wrapper{display:inline-block}.arwad_button{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:12px;font-family:var(--arwad-font-heading, "Cairo", sans-serif);font-size:18px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease}.arwad_button--accent{background:linear-gradient(135deg, #A54055 0%, #42164B 100%);color:#fff;border:none;box-shadow:0 10px 30px rgba(165,64,85,.3)}.arwad_button--accent:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(165,64,85,.4)}.arwad_button--ghost{background:rgba(0,0,0,0);color:#42164b;border:1px solid rgba(66,22,75,.2)}.arwad_button--ghost:hover{background:#42164b;color:#fff;border-color:#42164b}.arwad_button__text{display:inline}.arwad_button__arrow{transition:transform .3s ease}.arwad_button:hover .arwad_button__arrow{transform:translateX(-4px)}[dir=rtl] .arwad_button__arrow{transform:scaleX(-1)}[dir=rtl] .arwad_button:hover [dir=rtl] .arwad_button__arrow{transform:scaleX(-1) translateX(4px)}@media(max-width: 1024px){.arwad_button{padding:12px 24px;font-size:16px}}@media(max-width: 768px){.arwad_button{width:100%;justify-content:center;text-align:center}}
.arwad_blog{width:100%}.arwad_blog__grid{display:grid;gap:24px}.arwad_blog--cols-2 .arwad_blog__grid{grid-template-columns:repeat(2, 1fr)}.arwad_blog--cols-3 .arwad_blog__grid{grid-template-columns:repeat(3, 1fr)}.arwad_blog--cols-4 .arwad_blog__grid{grid-template-columns:repeat(4, 1fr)}.arwad_blog_card{background:var(--arwad-text-light);border-radius:var(--arwad-radius-md);overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:all var(--arwad-transition-slow);border:1px solid rgba(0,0,0,.05)}.arwad_blog_card:hover{transform:translateY(-4px);box-shadow:0 20px 25px rgba(0,0,0,.15)}.arwad_blog_card__image-wrapper{position:relative;overflow:hidden;aspect-ratio:5/2;max-height:140px}.arwad_blog_card__image{width:100%;height:100%;max-height:140px;object-fit:cover;transition:transform var(--arwad-transition-slow)}.arwad_blog_card:hover .arwad_blog_card__image{transform:scale(1.05)}.arwad_blog_card__image-placeholder{width:100%;height:100%;background:var(--arwad-border-light);display:flex;align-items:center;justify-content:center;color:var(--arwad-text-muted);font-size:14px}.arwad_blog_card__content{padding:20px}.arwad_blog_card__category{display:inline-block;padding:4px 12px;background:var(--arwad-bg-cream);color:var(--arwad-primary);font-family:var(--arwad-font-heading);font-size:12px;font-weight:600;border-radius:4px;margin-bottom:12px}.arwad_blog_card__title{font-family:var(--arwad-font-heading);font-size:18px;font-weight:700;color:var(--arwad-text-primary);margin:0 0 8px 0;line-height:1.4;transition:color var(--arwad-transition-slow)}.arwad_blog_card__title a{color:inherit;text-decoration:none}.arwad_blog_card:hover .arwad_blog_card__title,.arwad_blog_card__title a:hover{color:var(--arwad-primary)}.arwad_blog_card__excerpt{font-family:var(--arwad-font-body);font-size:14px;color:var(--arwad-text-secondary);line-height:1.6;margin:0 0 16px 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.arwad_blog_card__meta{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid var(--arwad-border-light)}.arwad_blog_card__date{font-family:var(--arwad-font-heading);font-size:13px;color:var(--arwad-text-muted)}.arwad_blog_card__read-more{font-family:var(--arwad-font-heading);font-size:14px;font-weight:600;color:var(--arwad-accent);text-decoration:none;transition:color var(--arwad-transition-slow)}.arwad_blog_card__read-more:hover{color:var(--arwad-primary)}[dir=rtl] .arwad_blog_card__content{text-align:right}[dir=rtl] .arwad_blog_card__meta{flex-direction:row-reverse}@media(max-width: 1024px){.arwad_blog--cols-4 .arwad_blog__grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.arwad_blog--cols-4 .arwad_blog__grid,.arwad_blog--cols-3 .arwad_blog__grid{grid-template-columns:repeat(2, 1fr)}.arwad_blog__grid{gap:16px}.arwad_blog_card__content{padding:16px}.arwad_blog_card__title{font-size:16px}}@media(max-width: 480px){.arwad_blog--cols-4 .arwad_blog__grid,.arwad_blog--cols-3 .arwad_blog__grid,.arwad_blog--cols-2 .arwad_blog__grid{grid-template-columns:1fr}}
.arwad_shop_hero{width:100%}.shop-hero{position:relative;padding:48px 0 40px;overflow:hidden}.shop-hero-bg{position:absolute;inset:0;z-index:0}.shop-hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg, var(--arwad-bg-light) 0%, var(--arwad-bg-cream) 50%, var(--arwad-bg-warm) 100%)}.shop-hero-pattern{position:absolute;inset:0;opacity:.04;background-image:radial-gradient(circle at 20% 30%, var(--arwad-primary) 1px, transparent 1px),radial-gradient(circle at 80% 70%, var(--arwad-accent) 1px, transparent 1px);background-size:50px 50px}.shop-hero-glow{position:absolute;width:600px;height:600px;right:-150px;top:-200px;background:radial-gradient(circle, rgba(var(--arwad-accent-rgb), 0.12) 0%, transparent 60%);pointer-events:none}.shop-hero .container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 24px}.shop-hero .breadcrumb{margin-bottom:24px;display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--arwad-font-heading);font-size:14px}.shop-hero .breadcrumb a{color:var(--arwad-text-secondary);text-decoration:none;transition:color var(--arwad-transition-slow)}.shop-hero .breadcrumb a:hover{color:var(--arwad-primary)}.shop-hero .breadcrumb-separator{color:var(--arwad-text-muted);margin:0 4px}.shop-hero .breadcrumb-current{color:var(--arwad-primary);font-weight:600}.shop-hero-content{text-align:center;margin-bottom:40px;animation:fadeUp .6s ease-out}.shop-hero-title{font-family:var(--arwad-font-heading);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin:0 0 16px 0;background:linear-gradient(135deg, var(--arwad-primary) 0%, var(--arwad-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;line-height:1.2}.shop-hero-desc{font-family:var(--arwad-font-heading);font-size:18px;color:var(--arwad-text-secondary);max-width:500px;margin:0 auto;line-height:1.6}@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}[dir=rtl] .shop-hero-glow{right:auto;left:-150px}@media(max-width: 768px){.shop-hero{padding:32px 0 24px}.shop-hero-content{margin-bottom:24px}.shop-hero-title{font-size:clamp(2rem,6vw,2.5rem)}.shop-hero-desc{font-size:16px}}
.arwad_category_pills{width:100%}.category-pills{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;animation:fadeUp .6s ease-out .1s both}.category-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:var(--arwad-text-light);border:2px solid var(--arwad-border-light);border-radius:9999px;font-family:var(--arwad-font-heading);font-size:14px;font-weight:500;color:var(--arwad-text-secondary);cursor:pointer;transition:all .3s cubic-bezier(0.23, 1, 0.32, 1);text-decoration:none}.category-pill:hover{border-color:var(--arwad-primary);color:var(--arwad-primary);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--arwad-primary-rgb), 0.1)}.category-pill.active{background:var(--arwad-primary);border-color:rgba(0,0,0,0);color:var(--arwad-text-light);box-shadow:0 6px 20px rgba(var(--arwad-accent-rgb), 0.3)}.category-pill .pill-icon{font-size:16px}@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.arwad_newsletter_cta{width:100%}.shop-cta{background:linear-gradient(135deg, var(--arwad-primary) 0%, var(--arwad-primary-light) 50%, var(--arwad-accent) 100%);padding:48px 0;position:relative;overflow:hidden}.shop-cta::before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);pointer-events:none}.shop-cta-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:32px}.shop-cta-text{flex:1;min-width:280px}.shop-cta-text h3{font-family:var(--arwad-font-heading);font-size:24px;font-weight:700;color:var(--arwad-text-light);margin-bottom:8px}.shop-cta-text p{font-size:16px;color:hsla(0,0%,100%,.8);line-height:1.6;margin:0}.shop-cta-form{display:flex;gap:12px;flex:1;max-width:450px;min-width:280px}.shop-cta-form input{flex:1;padding:14px 20px;border-radius:var(--arwad-radius-md);border:none;font-family:var(--arwad-font-heading);font-size:15px;outline:none;transition:box-shadow var(--arwad-transition-slow)}.shop-cta-form input:focus{box-shadow:0 0 0 3px hsla(0,0%,100%,.3)}.shop-cta-form button{padding:14px 32px;background:linear-gradient(135deg, var(--arwad-accent) 0%, var(--arwad-accent-light) 100%);color:var(--arwad-text-light);border:none;border-radius:var(--arwad-radius-md);font-family:var(--arwad-font-heading);font-size:15px;font-weight:600;cursor:pointer;transition:all var(--arwad-transition-slow);white-space:nowrap}.shop-cta-form button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(var(--arwad-accent-rgb), 0.4)}@media(max-width: 768px){.shop-cta{padding:32px 0}.shop-cta-content{flex-direction:column;text-align:center}.shop-cta-form{flex-direction:column;width:100%;max-width:100%}.shop-cta-form button{width:100%}}
.arwad_products_grid{width:100%}.arwad-products-grid,.products-grid{display:grid;gap:var(--arwad-space-6)}.products-grid--cols-5{grid-template-columns:repeat(5, 1fr)}.products-grid--cols-4{grid-template-columns:repeat(4, 1fr)}.products-grid--cols-3{grid-template-columns:repeat(3, 1fr)}.products-grid--cols-2{grid-template-columns:repeat(2, 1fr)}.arwad-products-grid.is-list{grid-template-columns:1fr !important}.product-card{background:var(--arwad-text-light);border-radius:var(--arwad-radius-md);overflow:hidden;border:1px solid var(--arwad-border-light);box-shadow:var(--arwad-shadow-sm);transition:transform var(--arwad-transition-slow),box-shadow var(--arwad-transition-slow),border-color var(--arwad-transition-slow)}.product-card:hover{transform:translateY(-2px);box-shadow:var(--arwad-shadow-md);border-color:var(--arwad-border-medium)}.product-card__link{display:block;text-decoration:none;color:inherit}.product-card__image-wrapper{position:relative;overflow:hidden;background:var(--arwad-bg-cream);aspect-ratio:2/3}.product-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--arwad-transition-slow)}.product-card:hover .product-card__image{transform:scale(1.08)}.product-card__overlay{position:absolute;inset:0;background:rgba(66,22,75,.8);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s cubic-bezier(0.4, 0, 0.2, 1)}.product-card:hover .product-card__overlay{opacity:1}.product-card__overlay span{color:#fff;font-weight:600;padding:12px 24px;border:2px solid #fff;border-radius:var(--arwad-radius-md);font-family:var(--arwad-font-heading);font-size:var(--arwad-text-sm)}.product-card__image-placeholder{font-size:48px;color:var(--arwad-border-medium);display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-card__badge{position:absolute;top:var(--arwad-space-3);right:var(--arwad-space-3);background:var(--arwad-accent);color:var(--arwad-text-light);padding:4px 10px;border-radius:var(--arwad-radius-md);font-size:var(--arwad-text-xs);font-weight:var(--arwad-font-semibold);font-family:var(--arwad-font-heading);z-index:5}.product-card__content{padding:var(--arwad-space-4);display:grid;gap:var(--arwad-space-2);text-align:right}.product-card__category{display:inline-block;background:var(--arwad-primary);color:var(--arwad-text-light);padding:4px 10px;border-radius:var(--arwad-radius-md);font-size:var(--arwad-text-xs);font-weight:var(--arwad-font-semibold);font-family:var(--arwad-font-heading);width:fit-content}.product-card__title{font-family:var(--arwad-font-heading);font-size:var(--arwad-text-base);font-weight:var(--arwad-font-bold);color:var(--arwad-primary);margin:0;line-height:1.4}.product-card__author{font-size:var(--arwad-text-sm);color:var(--arwad-text-secondary);margin:0}.product-card__author a{color:var(--arwad-text-secondary);text-decoration:none}.product-card__author a:hover{color:var(--arwad-accent)}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:var(--arwad-space-3);padding:0 var(--arwad-space-4) var(--arwad-space-4)}.product-card__price{font-family:var(--arwad-font-heading);font-size:var(--arwad-text-lg);font-weight:var(--arwad-font-bold);color:var(--arwad-accent);display:inline-flex;align-items:center;gap:var(--arwad-space-2)}.product-card__price-old{font-size:var(--arwad-text-sm);font-weight:var(--arwad-font-normal);color:var(--arwad-text-muted);text-decoration:line-through}.product-card__price-current{color:var(--arwad-accent)}.product-card__cart{width:36px;height:36px;border-radius:var(--arwad-radius-md);background:var(--arwad-primary);color:var(--arwad-text-light);display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background var(--arwad-transition-base),transform var(--arwad-transition-base)}.product-card__cart:hover{background:var(--arwad-primary-light);transform:translateY(-1px)}.product-card__cart svg{width:18px;height:18px}.products-empty{grid-column:1/-1;text-align:center;padding:var(--arwad-space-12) var(--arwad-space-6);color:var(--arwad-text-secondary);background:var(--arwad-bg-secondary);border-radius:var(--arwad-radius-md);border:1px dashed var(--arwad-border-light)}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;background:var(--arwad-text-light);padding:var(--arwad-space-4) var(--arwad-space-6);border-radius:var(--arwad-radius-md);margin-bottom:var(--arwad-space-6);border:1px solid var(--arwad-border-light);flex-wrap:wrap;gap:var(--arwad-space-4)}.results-count{font-size:var(--arwad-text-sm);color:var(--arwad-text-secondary)}.results-count strong{color:var(--arwad-text-primary)}.toolbar-actions{display:flex;align-items:center;gap:var(--arwad-space-4)}.sort-dropdown{display:flex;align-items:center;gap:var(--arwad-space-2)}.sort-dropdown label{font-size:var(--arwad-text-sm);color:var(--arwad-text-muted)}.sort-dropdown select{padding:8px 12px;border:1px solid var(--arwad-border-light);border-radius:var(--arwad-radius-md);font-family:var(--arwad-font-heading);font-size:var(--arwad-text-sm);background:var(--arwad-text-light);cursor:pointer}.sort-dropdown select:focus{outline:none;border-color:var(--arwad-primary);box-shadow:0 0 0 3px rgba(var(--arwad-primary-rgb), 0.12)}.view-toggle{display:flex;gap:var(--arwad-space-1)}.view-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--arwad-border-light);border-radius:var(--arwad-radius-md);background:var(--arwad-text-light);color:var(--arwad-text-muted);cursor:pointer;transition:background var(--arwad-transition-base),color var(--arwad-transition-base),border-color var(--arwad-transition-base)}.view-btn:hover,.view-btn.active{background:var(--arwad-primary);border-color:var(--arwad-primary);color:var(--arwad-text-light)}.mobile-filter-toggle{display:none;align-items:center;justify-content:center;gap:var(--arwad-space-2);width:100%;padding:14px;background:var(--arwad-text-light);border:1px solid var(--arwad-border-light);border-radius:var(--arwad-radius-md);font-family:var(--arwad-font-heading);font-size:var(--arwad-text-sm);font-weight:var(--arwad-font-medium);color:var(--arwad-text-primary);cursor:pointer;margin-bottom:var(--arwad-space-6)}.pagination{display:flex;justify-content:center;align-items:center;gap:var(--arwad-space-2);margin-top:var(--arwad-space-10);flex-wrap:wrap}.page-btn{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--arwad-border-light);border-radius:var(--arwad-radius-md);background:var(--arwad-text-light);font-family:var(--arwad-font-heading);font-size:var(--arwad-text-sm);color:var(--arwad-text-primary);cursor:pointer;transition:border-color var(--arwad-transition-base),color var(--arwad-transition-base),background var(--arwad-transition-base);text-decoration:none}.page-btn:hover{border-color:var(--arwad-primary);color:var(--arwad-primary)}.page-btn.active{background:var(--arwad-primary);border-color:var(--arwad-primary);color:var(--arwad-text-light)}.page-btn[aria-disabled=true]{opacity:.5;pointer-events:none}.page-dots{color:var(--arwad-text-muted);padding:0 var(--arwad-space-2)}@media(max-width: 1024px){.arwad-products-grid{grid-template-columns:repeat(3, 1fr) !important}}@media(max-width: 992px){.mobile-filter-toggle{display:flex}}@media(max-width: 768px){.arwad-products-grid{grid-template-columns:repeat(2, 1fr) !important}.shop-toolbar{flex-direction:column;align-items:stretch}.toolbar-actions{justify-content:space-between}}@media(max-width: 480px){.arwad-products-grid{grid-template-columns:1fr !important}}@media(max-width: 420px){.featured-book-card__footer{flex-direction:column;align-items:stretch}.featured-book-card__cart-btn{justify-content:center;width:100%}}
.arwad_breadcrumb{width:100%}.arwad-breadcrumb-nav{display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--arwad-font-heading);font-size:14px;direction:rtl;margin-bottom:24px}.arwad-breadcrumb-home{color:var(--arwad-text-secondary);text-decoration:none;transition:color var(--arwad-transition-slow)}.arwad-breadcrumb-home:hover{color:var(--arwad-primary)}.arwad-breadcrumb-separator{color:var(--arwad-text-muted);margin:0 4px}.arwad-breadcrumb-current{color:var(--arwad-primary);font-weight:600}.arwad-breadcrumb-nav.align-left{justify-content:flex-start}.arwad-breadcrumb-nav.align-right{justify-content:flex-end}.arwad-breadcrumb-nav.align-center{justify-content:center}
.arwad_shop_filters{width:100%}.arwad-shop-filters{width:100%;font-family:var(--arwad-font-heading)}.shop-sidebar{background:var(--arwad-text-light);border-radius:var(--arwad-radius-md);padding:var(--arwad-space-6);height:fit-content;position:sticky;top:var(--arwad-space-12);border:1px solid var(--arwad-border-light)}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--arwad-space-6);padding-bottom:var(--arwad-space-4);border-bottom:1px solid var(--arwad-border-light)}.filter-header h3{font-family:var(--arwad-font-heading);font-size:var(--arwad-text-base);font-weight:var(--arwad-font-bold);margin:0}.clear-filters{font-size:var(--arwad-text-sm);color:var(--arwad-accent);background:none;border:none;cursor:pointer;padding:0}.clear-filters:hover{text-decoration:underline}.filter-group{margin-bottom:var(--arwad-space-6);padding-bottom:var(--arwad-space-6);border-bottom:1px solid var(--arwad-border-light)}.filter-group:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.filter-title{font-size:var(--arwad-text-sm);font-weight:var(--arwad-font-semibold);margin-bottom:var(--arwad-space-4);color:var(--arwad-text-primary)}.search-box{position:relative}.search-box input{width:100%;padding:12px 40px 12px 16px;border:1px solid var(--arwad-border-light);border-radius:var(--arwad-radius-md);font-family:var(--arwad-font-heading);font-size:var(--arwad-text-sm);transition:border-color var(--arwad-transition-base),box-shadow var(--arwad-transition-base)}.search-box input:focus{outline:none;border-color:var(--arwad-primary);box-shadow:0 0 0 3px rgba(var(--arwad-primary-rgb), 0.12)}.search-box svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--arwad-text-muted)}.filter-list,.shop-sidebar .filter-list,.arwad-shop-filters .filter-list{display:flex;flex-direction:column;gap:var(--arwad-space-3);list-style:none !important;list-style-type:none !important;padding:0 !important;margin:0 !important}.filter-list li,.shop-sidebar .filter-list li,.arwad-shop-filters .filter-list li{list-style:none !important;list-style-type:none !important;padding:0;margin:0}.filter-list li::before,.filter-list li::marker{display:none !important;content:none !important}.filter-checkbox{display:flex;align-items:center;gap:var(--arwad-space-2);cursor:pointer;font-size:var(--arwad-text-sm)}.filter-checkbox input{display:none}.checkmark{width:18px;height:18px;border:2px solid var(--arwad-border-light);border-radius:var(--arwad-radius-md);position:relative;transition:all var(--arwad-transition-base);flex-shrink:0}.filter-checkbox input:checked+.checkmark{background:var(--arwad-primary);border-color:var(--arwad-primary)}.filter-checkbox input:checked+.checkmark::after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid var(--arwad-text-light);border-width:0 2px 2px 0;transform:rotate(45deg)}.label-text{flex:1;color:var(--arwad-text-primary)}.count{color:var(--arwad-text-muted);font-size:var(--arwad-text-xs)}.price-inputs{display:flex;align-items:center;gap:var(--arwad-space-2)}.price-inputs input{width:80px;padding:10px 12px;border:1px solid var(--arwad-border-light);border-radius:var(--arwad-radius-md);font-family:var(--arwad-font-heading);font-size:var(--arwad-text-sm);text-align:center}.price-inputs input:focus{outline:none;border-color:var(--arwad-primary);box-shadow:0 0 0 3px rgba(var(--arwad-primary-rgb), 0.12)}.price-inputs span{color:var(--arwad-text-muted);font-size:var(--arwad-text-xs)}@media(max-width: 992px){.shop-sidebar{display:none;position:fixed;top:0;right:0;bottom:0;width:320px;max-width:90vw;z-index:1000;border-radius:0;overflow-y:auto}.shop-sidebar.active{display:block}}
.arwad_featured_books,.arwad-featured-books{width:100%;font-family:var(--arwad-font-heading)}.featured-books-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:var(--arwad-space-6)}.featured-book-card{background:var(--arwad-text-light);border-radius:var(--arwad-radius-md);overflow:hidden;box-shadow:var(--arwad-shadow-md);transition:all var(--arwad-transition-slow)}.featured-book-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(var(--arwad-primary-rgb), 0.12)}.featured-book-card__image{display:flex;align-items:center;justify-content:center;aspect-ratio:2/3;background:linear-gradient(135deg, var(--arwad-bg-primary) 0%, var(--arwad-bg-tertiary) 100%);overflow:hidden;position:relative}.featured-book-card__new-badge{position:absolute;top:var(--arwad-space-3);left:var(--arwad-space-3);z-index:5;padding:4px 12px;background:var(--arwad-accent);color:var(--arwad-text-light);font-family:var(--arwad-font-heading);font-size:var(--arwad-text-xs);font-weight:var(--arwad-font-bold);border-radius:var(--arwad-radius-md)}.featured-book-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;opacity:.5}.featured-book-card__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--arwad-transition-slow)}.featured-book-card:hover .featured-book-card__image img{transform:scale(1.05)}.arwad_featured_books .featured-book-card__overlay,.featured-book-card__overlay{position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;background:linear-gradient(135deg, rgba(var(--arwad-primary-rgb), 0.85) 0%, rgba(var(--arwad-accent-rgb), 0.85) 100%) !important;display:flex !important;align-items:center !important;justify-content:center !important;opacity:0;transition:opacity var(--arwad-transition-slow);pointer-events:none;z-index:10}.arwad_featured_books .featured-book-card__image:hover .featured-book-card__overlay,.featured-book-card__image:hover .featured-book-card__overlay{opacity:1}.arwad_featured_books .featured-book-card__read-more,.featured-book-card__read-more{display:inline-flex !important;align-items:center !important;justify-content:center !important;padding:12px 24px !important;background:var(--arwad-text-light) !important;color:var(--arwad-primary) !important;font-family:var(--arwad-font-heading) !important;font-size:var(--arwad-text-sm) !important;font-weight:var(--arwad-font-semibold) !important;border-radius:var(--arwad-radius-md) !important;transform:translateY(10px);transition:transform var(--arwad-transition-slow)}.arwad_featured_books .featured-book-card__image:hover .featured-book-card__read-more,.featured-book-card__image:hover .featured-book-card__read-more{transform:translateY(0)}.featured-book-card__body{padding:var(--arwad-space-4);display:flex;flex-direction:column;gap:var(--arwad-space-2)}.featured-book-card__badge{position:absolute;top:var(--arwad-space-3);right:var(--arwad-space-3);z-index:5;padding:4px 12px;background:var(--arwad-primary);color:var(--arwad-text-light);font-size:var(--arwad-text-xs);font-weight:var(--arwad-font-semibold);border-radius:var(--arwad-radius-md);font-family:var(--arwad-font-heading)}.featured-book-card__title{margin:0;font-family:var(--arwad-font-heading);font-size:var(--arwad-text-base);font-weight:var(--arwad-font-bold);line-height:1.4;color:var(--arwad-primary)}.featured-book-card__title a{color:inherit;text-decoration:none;transition:color var(--arwad-transition-slow)}.featured-book-card__title a:hover{color:var(--arwad-accent)}.featured-book-card__author{margin:0;font-family:var(--arwad-font-heading);font-size:var(--arwad-text-sm);color:var(--arwad-text-secondary)}.featured-book-card__author a,.featured-book-card__author .book-author-link{color:var(--arwad-text-secondary);text-decoration:none;transition:color var(--arwad-transition-slow)}.featured-book-card__author a:hover,.featured-book-card__author .book-author-link:hover{color:var(--arwad-accent)}.featured-book-card__price{font-family:var(--arwad-font-heading);font-size:var(--arwad-text-lg);font-weight:var(--arwad-font-bold);color:var(--arwad-accent)}.featured-book-card__price del{font-size:var(--arwad-text-sm);color:var(--arwad-text-muted);font-weight:var(--arwad-font-normal)}.featured-book-card__price ins{text-decoration:none}.featured-book-card__stars{display:flex;align-items:center;gap:1px;font-size:var(--arwad-text-base);line-height:1;min-height:1.25em}.featured-book-card__stars .star-filled{color:var(--arwad-warm)}.featured-book-card__stars .star-empty{color:#d4d4d4}.featured-book-card__stars .stars-count{font-size:var(--arwad-text-xs);color:var(--arwad-text-muted);margin-inline-start:var(--arwad-space-1);font-family:var(--arwad-font-heading)}.featured-book-card__divider{height:1px;background:rgba(0,0,0,.08);width:100%;margin:var(--arwad-space-2) 0}.featured-book-card__footer{display:flex;justify-content:space-between;align-items:center}.featured-book-card__cart-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--arwad-space-2);padding:8px 14px;background:var(--arwad-primary);color:var(--arwad-text-light) !important;border-radius:var(--arwad-radius-md);border:none;text-decoration:none;cursor:pointer;transition:all var(--arwad-transition-slow);flex-shrink:0;font-family:var(--arwad-font-heading);font-size:var(--arwad-text-xs);font-weight:var(--arwad-font-semibold);white-space:nowrap}.featured-book-card__cart-btn:hover{background:var(--arwad-primary-light);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--arwad-primary-rgb), 0.3);color:var(--arwad-text-light) !important}.featured-book-card__cart-btn svg{width:16px;height:16px;flex-shrink:0}.featured-book-card__footer .added_to_cart{display:none !important}.featured-book-card--loading{pointer-events:none}.featured-book-card__skeleton{background:linear-gradient(90deg, var(--arwad-bg-secondary) 25%, var(--arwad-bg-tertiary) 50%, var(--arwad-bg-secondary) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:var(--arwad-radius-md)}.featured-book-card__skeleton--stars{width:50%;height:16px;margin-bottom:var(--arwad-space-2)}.featured-book-card__skeleton--title{width:90%;height:22px;margin-bottom:var(--arwad-space-2)}.featured-book-card__skeleton--author{width:60%;height:18px;margin-bottom:var(--arwad-space-2)}.featured-book-card__skeleton--footer{width:100%;height:36px;border-radius:var(--arwad-radius-md)}@keyframes skeleton-shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.featured-books-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--arwad-space-12) var(--arwad-space-6);background:var(--arwad-bg-secondary);border-radius:var(--arwad-radius-md);border:2px dashed var(--arwad-bg-tertiary);text-align:center;min-height:300px}.featured-books-empty svg{margin-bottom:var(--arwad-space-4);opacity:.5}.featured-books-empty p{margin:0;font-family:var(--arwad-font-heading);font-size:var(--arwad-text-sm);color:var(--arwad-text-secondary);max-width:400px}.featured-books-empty__hint{margin-top:var(--arwad-space-2) !important;font-size:var(--arwad-text-xs) !important;color:var(--arwad-text-muted) !important;font-family:monospace !important;background:var(--arwad-bg-tertiary);padding:var(--arwad-space-2) var(--arwad-space-3);border-radius:var(--arwad-radius-md)}@media(max-width: 1024px){.featured-books-grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.featured-books-grid{grid-template-columns:repeat(2, 1fr) !important;gap:var(--arwad-space-4)}.featured-book-card__body{padding:var(--arwad-space-3)}.featured-book-card__title{font-size:var(--arwad-text-sm)}.featured-book-card__price{font-size:var(--arwad-text-base)}.featured-book-card__cart-btn{padding:6px 10px;font-size:.7rem}.featured-book-card__cart-btn svg{width:14px;height:14px}.featured-book-card__stars{font-size:var(--arwad-text-sm)}}@media(max-width: 480px){.featured-books-grid{grid-template-columns:1fr !important}}@media(max-width: 420px){.featured-book-card__footer{flex-direction:column;align-items:stretch}.featured-book-card__cart-btn{justify-content:center;width:100%}}
.arwad_related_products{width:100%}.arwad-related-products-grid{display:grid;gap:var(--arwad-space-6)}.arwad-related-products-grid.products-grid--cols-1{grid-template-columns:1fr}.arwad-related-products-grid.products-grid--cols-2{grid-template-columns:repeat(2, 1fr)}.arwad-related-products-grid.products-grid--cols-3{grid-template-columns:repeat(3, 1fr)}.arwad-related-products-grid.products-grid--cols-4{grid-template-columns:repeat(4, 1fr)}.arwad-related-products-grid.products-grid--cols-5{grid-template-columns:repeat(5, 1fr)}.arwad-related-products-grid.products-grid--cols-6{grid-template-columns:repeat(6, 1fr)}@media(max-width: 1024px){.arwad-related-products-grid{grid-template-columns:repeat(3, 1fr) !important}}@media(max-width: 768px){.arwad-related-products-grid{grid-template-columns:repeat(2, 1fr) !important;gap:var(--arwad-space-4)}}@media(max-width: 480px){.arwad-related-products-grid{grid-template-columns:1fr !important}}@media(max-width: 420px){.arwad-related-products-grid .featured-book-card__footer{flex-direction:column;align-items:stretch}.arwad-related-products-grid .featured-book-card__cart-btn{justify-content:center;width:100%}}
