@font-face{font-family:Gilroy;src:url(https://raw.githubusercontent.com/jayy-beep/fonts/refs/heads/main/Gilroy-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(https://raw.githubusercontent.com/jayy-beep/fonts/refs/heads/main/Gilroy-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Fandom;src:url(https://raw.githubusercontent.com/leenAlfalah1999/hosting/main/PPPangramSans-Extrabold.otf) format("opentype");font-weight:900;font-display:swap}@font-face{font-family:FandomLight;src:url(https://raw.githubusercontent.com/leenAlfalah1999/hosting/main/PPPangramSans-Regular.otf) format("opentype");font-weight:400;font-display:swap}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body.woofy-body{margin:0;font-family:var(--woofy-font-body, "Poppins", sans-serif);font-size:16px;line-height:1.5;color:var(--woofy-text, #000);background:var(--woofy-bg, #fff);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.woofy-skip-link{position:absolute;left:-9999px;z-index:99999;padding:8px 16px;background:#000;color:#fff}.woofy-skip-link:focus{left:16px;top:16px}.woofy-container{width:100%;max-width:var(--woofy-max-width, 1440px);margin:0 auto;padding-left:24px;padding-right:24px}.woofy-section{padding-top:var(--woofy-section-padding, 60px);padding-bottom:var(--woofy-section-padding, 60px)}.woofy-section__header{text-align:center;margin-bottom:40px}.woofy-section__title{font-family:var(--woofy-font-heading, "Gilroy", sans-serif);font-size:28px;font-weight:700;color:var(--woofy-heading, #111);margin:0 0 8px;line-height:1.2}.woofy-section__subtitle{font-family:var(--woofy-font-heading, "Gilroy", sans-serif);font-size:14px;color:var(--woofy-subtitle, #666);margin:0}.woofy-header{background:var(--woofy-header-bg, #fff);border-bottom:1px solid var(--woofy-border, #C5C5C5);position:sticky;top:0;z-index:1000}.woofy-header__inner{display:flex;align-items:center;justify-content:space-between;height:109px;gap:20px}.woofy-header__logo img{height:auto;max-height:50px;width:auto}.woofy-header__logo-text{font-family:var(--woofy-font-nav, "Fandom", sans-serif);font-size:32px;font-weight:900;color:var(--woofy-header-text, #111)}.woofy-header__search{flex:1;max-width:400px;margin:0 auto}.woofy-header__search-form{display:flex;align-items:center;background:#f6f6f6;border:1px solid #fff;border-radius:50px;padding:0 20px;height:50px}.woofy-header__search-form input{flex:1;border:none;background:transparent;font-family:var(--woofy-font-nav, "FandomLight", sans-serif);font-size:16px;color:var(--woofy-header-text, #111);outline:none}.woofy-header__search-form input::placeholder{color:#979797}.woofy-header__search-form svg{flex-shrink:0;color:#333}.woofy-header__nav{display:flex;align-items:center;gap:30px}.woofy-header__nav-link{font-family:var(--woofy-font-nav, "FandomLight", sans-serif);font-size:16px;font-weight:400;line-height:19px;color:var(--woofy-nav-inactive, #878787);transition:color .2s}.woofy-header__nav-link:hover,.woofy-header__nav-link--active{color:var(--woofy-header-text, #111);font-weight:500}.woofy-header__icons{display:flex;align-items:center;gap:1rem}.woofy-header__icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--woofy-border, #C5C5C5);background:#f6f6f6;color:#333;position:relative;transition:background .2s}.woofy-header__icon-btn:hover{background:#eee}.woofy-header__icon-btn svg{width:20px;height:20px}.woofy-header__cart-count{position:absolute;top:-4px;right:-4px;background:#333;color:#fff;font-size:10px;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.woofy-header__menu-toggle{display:none}.woofy-announcement{background:var(--woofy-announcement-bg, #BA7F57);color:var(--woofy-announcement-text, #fff);height:40px;overflow:hidden;display:flex;align-items:center}.woofy-announcement__track{display:flex;animation:woofy-marquee 25s linear infinite;white-space:nowrap}.woofy-announcement__item{display:flex;align-items:center;gap:8px;padding:0 40px;font-family:var(--woofy-font-body, "Poppins", sans-serif);font-size:14px;font-weight:500}.woofy-announcement__item svg{width:16px;height:16px;flex-shrink:0}@keyframes woofy-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.woofy-hero{position:relative}.woofy-hero__slider{position:relative;width:100%}.woofy-hero__slide{display:none;position:relative;width:100%}.woofy-hero__slide.is-active{display:block}.woofy-hero__slide img{width:100%;height:auto;object-fit:cover;border-radius:0}.woofy-hero__slide-link{display:block}.woofy-hero__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;background:#ffffffe6;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;color:#333;transition:background .2s}.woofy-hero__nav:hover{background:#fff}.woofy-hero__nav--prev{left:16px}.woofy-hero__nav--next{right:16px}.woofy-hero__dots{display:flex;justify-content:center;gap:8px;padding:16px 0}.woofy-hero__dot{width:8px;height:8px;border-radius:50%;background:#ddd;border:none;padding:0;transition:all .3s}.woofy-hero__dot.is-active{width:24px;border-radius:4px;background:var(--woofy-accent, #BA7F57)}.woofy-icon-grid{display:flex;flex-wrap:wrap;justify-content:space-around;gap:24px 32px}.woofy-icon-grid__item:hover .woofy-icon-grid__circle{border-color:#ba7f57!important}.woofy-icon-grid__item:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.woofy-icon-grid__item{display:flex;flex-direction:column;align-items:center;gap:12px;width:150px;text-align:center;transition:transform .2s}.woofy-icon-grid__circle{width:100px;height:100px;border-radius:50%;border:3px solid #F0F0F0;background:#f8f8f8;overflow:hidden;display:flex;align-items:center;justify-content:center;-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease}.woofy-icon-grid__circle img{width:100%;height:100%;object-fit:contain}.woofy-gift-grid .woofy-gift-grid__item:nth-child(2) .woofy-gift-grid__label{left:0;right:0;margin:0 auto;width:fit-content;bottom:25px;top:auto}.woofy-icon-grid__label{font-family:var(--woofy-font-heading, "Gilroy", sans-serif);font-size:14px;font-weight:400;color:var(--woofy-text, #000)}.woofy-gift-grid{display:grid;grid-template-columns:.7fr .7fr 1.4fr;gap:16px}.woofy-gift-grid__item{position:relative;border-radius:var(--woofy-border-radius, 12px);overflow:hidden;aspect-ratio:3/4}.woofy-gift-grid__item--wide{aspect-ratio:auto;grid-row:span 1}.woofy-gift-grid__item img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.woofy-gift-grid__item:hover img{transform:scale(1.03)}.woofy-gift-grid__label{position:absolute;top:16px;left:16px;background:#fffffff2;padding:8px 20px;border-radius:35px;font-family:var(--woofy-font-heading, "Gilroy", sans-serif);font-size:14px;font-weight:600;color:var(--woofy-heading, #111)}.woofy-split-banner{border-radius:var(--woofy-border-radius, 12px);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;min-height:320px}.woofy-split-banner__content{display:flex;flex-direction:column;justify-content:center;padding:48px}.woofy-split-banner__title{font-family:var(--woofy-font-heading, "Gilroy", sans-serif);font-size:28px;font-weight:700;margin:0 0 12px;line-height:1.2}.woofy-split-banner__text{font-family:var(--woofy-font-heading, "Gilroy", sans-serif);font-size:14px;margin:0 0 24px;opacity:.85}.woofy-split-banner__image img{width:100%;height:100%;object-fit:cover}.woofy-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;font-family:var(--woofy-font-heading, "Gilroy", sans-serif);font-size:13px;font-weight:600;border-radius:50px;transition:all .2s;cursor:pointer;text-transform:uppercase;letter-spacing:0;line-height:13px}.woofy-btn--primary{background:#fff;color:#111;border:2px solid #fff}.woofy-btn--outline{background:transparent;color:var(--woofy-accent, #BA7F57);border:2px solid var(--woofy-accent, #BA7F57);border-radius:12px;text-transform:none;letter-spacing:0;font-weight:600;padding:10px 20px;width:100%}.woofy-btn--outline:hover{background:var(--woofy-accent, #BA7F57);color:#fff}.woofy-btn--dark{background:var(--woofy-brand, #46617e);color:#fff;border:2px solid var(--woofy-brand, #46617e)}.woofy-btn--dark:hover{opacity:.9}.woofy-products{position:relative}.woofy-products__track-wrapper{overflow:hidden}.woofy-products__track{display:flex;gap:16px;transition:transform .4s ease}.woofy-product-card{flex:0 0 calc(20% - 12px);min-width:220px;padding:20px;text-align:center}.woofy-product-card__image-wrap{position:relative;background:#fff;border-radius:var(--woofy-border-radius, 8px);overflow:hidden;margin-bottom:16px;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.woofy-product-card__image-wrap img{max-height:100%;object-fit:contain;padding:16px}.woofy-product-card__badge{position:absolute;top:12px;left:12px;background:var(--woofy-accent, #BA7F57);color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:4px}.woofy-product-card__wishlist{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #eee;display:flex;align-items:center;justify-content:center;color:#999}.woofy-product-card__title{font-family:var(--woofy-font-heading, "Gilroy", sans-serif);font-size:15px;font-weight:600;color:#222;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.woofy-product-card__price{font-family:var(--woofy-font-heading, "Gilroy", sans-serif);font-size:16px;font-weight:500;color:#878787;margin-bottom:12px}.woofy-product-card__price s{color:#bbb;margin-right:6px}.woofy-products__nav{position:absolute;top:40%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;color:#333}.woofy-products__nav--prev{left:-8px}.woofy-products__nav--next{right:-8px}.woofy-products__nav:disabled{opacity:.3;cursor:not-allowed}.woofy-full-banner{border-radius:var(--woofy-border-radius, 12px);overflow:hidden;position:relative;min-height:300px;display:flex;align-items:center}.woofy-full-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.woofy-full-banner__bg img{width:100%;height:100%;object-fit:cover}.woofy-full-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.woofy-full-banner__content{position:relative;z-index:2;padding:48px 64px;max-width:50%}.woofy-full-banner__eyebrow{font-family:var(--woofy-font-heading, "Gilroy", sans-serif);font-size:14px;margin-bottom:8px;opacity:.8}.woofy-full-banner__title{font-family:var(--woofy-font-heading, "Gilroy", sans-serif);font-size:48px;font-weight:700;margin:0 0 12px;line-height:1.2}.woofy-full-banner__text{font-size:14px;margin:0 0 24px;opacity:.85}.woofy-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.woofy-blog-card{border-radius:var(--woofy-border-radius, 12px);overflow:hidden;position:relative;aspect-ratio:4/3}.woofy-blog-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.woofy-blog-card:hover img{transform:scale(1.03)}.woofy-blog-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 50%,#0009);display:flex;align-items:flex-end;padding:24px}.woofy-blog-card__title{font-family:var(--woofy-font-heading, "Gilroy", sans-serif);font-size:18px;font-weight:600;color:#fff;margin:0}.woofy-promo{border-radius:var(--woofy-border-radius, 12px);overflow:hidden;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:280px;position:relative}.woofy-promo__content{padding:48px;z-index:2}.woofy-promo__badge{font-family:var(--woofy-font-heading, "Gilroy", sans-serif);font-size:48px;font-weight:700;text-align:center;line-height:1.1;z-index:2}.woofy-promo__image{display:flex;justify-content:flex-end;padding-right:48px;z-index:2}.woofy-promo__image img{max-height:240px;object-fit:contain}.woofy-promo__pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 25c-2 0-3.5 1.5-3.5 3.5s1.5 3.5 3.5 3.5 3.5-1.5 3.5-3.5S32 25 30 25zm-8 8c-1.5 0-2.5 1-2.5 2.5s1 2.5 2.5 2.5 2.5-1 2.5-2.5S23.5 33 22 33zm16 0c-1.5 0-2.5 1-2.5 2.5s1 2.5 2.5 2.5 2.5-1 2.5-2.5S39.5 33 38 33z' fill='%23000'/%3E%3C/svg%3E")}.woofy-footer-bar{background:var(--woofy-footer-bar-bg, #46617e);color:#fff;padding:16px 0}.woofy-footer-bar__inner{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;font-family:var(--woofy-font-heading, "Gilroy", sans-serif);font-size:14px}.woofy-footer-bar__inner a{color:#fff;text-decoration:underline}.woofy-footer-bar__inner a:hover{opacity:.85}.woofy-footer{background:var(--woofy-footer-bg, #fff);padding:60px 0 24px}.woofy-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:48px;margin-bottom:48px}.woofy-footer__logo img{max-height:40px;margin-bottom:16px}.woofy-footer__about{font-size:14px;color:#666;line-height:1.6;margin-bottom:20px}.woofy-footer__social{display:flex;gap:12px}.woofy-footer__social a{width:36px;height:36px;border-radius:50%;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;color:#333;transition:all .2s}.woofy-footer__social a:hover{background:var(--woofy-brand, #46617e);color:#fff;border-color:var(--woofy-brand, #46617e)}.woofy-footer__heading{font-family:var(--woofy-font-heading, "Gilroy", sans-serif);font-size:16px;font-weight:700;margin:0 0 16px;color:var(--woofy-heading, #111)}.woofy-footer__links{list-style:none;padding:0;margin:0}.woofy-footer__links li{margin-bottom:10px}.woofy-footer__links a{font-size:14px;color:#666;transition:color .2s}.woofy-footer__links a:hover{color:var(--woofy-brand, #46617e)}.woofy-footer__contact p{font-size:14px;color:#666;margin:0 0 8px}.woofy-footer__bottom{border-top:1px solid #eee;padding-top:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.woofy-footer__copyright{font-size:13px;color:#999}.woofy-footer__payments{display:flex;gap:8px;align-items:center}.woofy-footer__payments svg{height:24px;width:auto}.woofy-whatsapp{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0003;z-index:9999;transition:transform .2s}.woofy-whatsapp:hover{transform:scale(1.08)}.product-form-buttons{flex-direction:column}.details-content table tr td{padding-left:0}.details-content h4{margin-top:30px!important;font-size:20px}.accordion .details__header{font-size:20px!important}.product-details accordion-custom .details{border:0!important}@media(max-width:1024px){.woofy-product-card{flex:0 0 calc(33.333% - 11px)}.woofy-gift-grid{grid-template-columns:1fr 1fr}.woofy-gift-grid__item--wide{grid-column:span 2;aspect-ratio:16/7}.woofy-split-banner{grid-template-columns:1fr}.woofy-split-banner__image{min-height:240px}.woofy-promo{grid-template-columns:1fr;text-align:center}.woofy-promo__image{justify-content:center;padding:0 24px 24px}.woofy-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.woofy-header__nav{display:none}.woofy-header__menu-toggle{display:flex}.woofy-header__search{max-width:200px}.woofy-header__inner{height:80px}.woofy-section__title{font-size:24px}.woofy-product-card{flex:0 0 calc(50% - 8px);min-width:160px}.woofy-gift-grid{grid-template-columns:1fr}.woofy-gift-grid__item--wide{grid-column:span 1}.woofy-blog-grid,.woofy-footer__grid{grid-template-columns:1fr}.woofy-full-banner__content{max-width:100%;padding:32px}.woofy-icon-grid{gap:16px 20px}.woofy-icon-grid__item{width:80px}.woofy-icon-grid__circle{width:80px;height:80px}}@media(max-width:480px){.woofy-product-card{flex:0 0 80%}.woofy-container{padding-left:16px;padding-right:16px}}@font-face{font-family:Gilroy;src:url(//pethouse.ae/cdn/shop/t/6/assets/Gilroy-Light.woff2?v=60104571468946117631783429208) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(//pethouse.ae/cdn/shop/t/6/assets/Gilroy-ExtraBold.woff2?v=73301804839907556391783429208) format("woff2");font-weight:800;font-style:normal;font-display:swap}
/*# sourceMappingURL=/cdn/shop/t/6/assets/woofy-custom.css.map */
