:root{
  --sz-font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
}
:root{
  --sz-font-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}



/* Content width */
#content{
  max-width: 1350px !important;
}

.rh-outer-wrap .rh-container{
  max-width: 1350px !important;
}

@media (min-width: 360px){
  .rh-outer-wrap .rh-container{
    width: auto;
  }
}

/* Base site font */
html,
body,
button,
input,
select,
textarea{
  font-family: var(--sz-font-sans);
}

/* Rehub / WooCommerce text and headings */
body,
p,
li,
td,
th,
label,
h1,
h2,
h3,
h4,
h5,
h6,
.main-nav,
.main-nav a,
.header-nav a,
nav a,
.widget,
.widget-title,
footer,
footer p,
footer a,
.price,
.amount,
.re_price,
ins .woocommerce-Price-amount,
del,
del .amount,
del .woocommerce-Price-amount,
.product .woocommerce-loop-product__title,
.product h2,
.product h3,
.re_loop_title,
.wooled_title h2,
.rh-post-wrapper h3,
.wpsm-button.rehub_main_btn,
.btn_offer_block,
input[type="submit"],
.woocommerce div.product p.price,
.related_articles ul li > a{
  font-family: var(--sz-font-sans)!important;
}
 

/* Search box button */
.gspbsearch-box .gspbsearch_form .wp-element-button{
	background-color:#fff!important;
	border-width:0.1px!important;
	border-style:solid!important;
	border-color:#ecf0f1!important;
}

/* Search button icon */
.wp-element-button .gspbsearch_btn_icon svg{
	color:#111!important;
	font-size:10px!important;
	padding-left:7px!important;
	
}



@media (max-width: 767px){

  #mobtopheaderpnl{
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #rhmobtoppnl{
    background: #127895 !important;
    padding: 12px 0 !important; /* no side padding here */
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  /* Make logo line up with menu text */
  #rhmobtoppnl .text-center{
    width: 100%;
    text-align: left !important;
    margin: 0;
    padding-left: 36px; /* match your menu item left padding */
    line-height: 0;
    box-sizing: border-box;
  }

  #rhmobtoppnl a{
    display: inline-block;
  }

  #mobpanelimg{
    display: block;
    width: auto;
    max-width: 110px;
    height: auto !important;
    max-height: 52px;
  }
}


.wp-block-site-logo .custom-logo-link:hover, .m-logo .m-logo_image img img{
	transform: translateY(-1px) scale(1.03);
	box-shadow:0 12px 28px rgba(0,0,0,0.24),0 5px 12px rgba(0,0,0,0.16),0 0 0 1px rgba(255,255,255,0.16) inset,0 0 22px rgba(0,215,255,0.24),0 0 38px rgba(139,255,80,0.14);
	filter: contrast(1.06) saturate(1.12) brightness(1.03);
}

.wp-block-site-logo .custom-logo-link img,.m-logo .m-logo_image img{
	width: 54px;
	height: 54px;
	object-fit: cover;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,255,255,0.18);
	border-radius: 50%;
	background: transparent;
	box-shadow:0 10px 24px rgba(0,0,0,0.22),0 4px 10px rgba(0,0,0,0.14),0 0 0 1px rgba(255,255,255,0.12) inset,0 0 18px rgba(0,215,255,0.18),0 0 30px rgba(139,255,80,0.10);
	filter: contrast(1.04) saturate(1.08) brightness(1.01);
	transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}
 
/* Image */
.wp-block-site-logo .custom-logo-link img{
	padding-top:4.5px;
	
}



/* ========================================================================
   SAVEZIO - NON PRODUCT CARD CSS
   ========================================================================
   Includes:
   - container / content widths
   - global typography and spacing
   - header / navigation
   - footer
   - share sheet
   - non-product responsive overrides
   ======================================================================== */



/* ========================================================================
   1) GLOBAL FOUNDATION
   ======================================================================== */

html,
body{
  margin: 0;
  font-family: var(--sz-font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body,
p,
li,
td,
th,
label{
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  color: #111;
}

button,
input,
select,
textarea{
  font-family: var(--sz-font-sans);
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: var(--sz-font-sans);
  color: #111;
  margin-top: 0;
}

h1,
.single h1,
.entry-title,
.product_title{
  font-size: 2rem;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

h2{
  font-size: 1.55rem;
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 12px;
}

 
h4{
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 8px;
}

h5,
h6{
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 8px;
}

p{
  margin: 0 0 14px;
}

ul,
ol{
  margin: 0 0 14px 20px;
  padding: 0;
}

li{
  margin-bottom: 6px;
}

.main-nav,
.main-nav a,
#menu-sz_header_menu .menu-item a,
.header-nav a,
nav a{
  font-family: var(--sz-font-sans);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}

.price,
.amount,
.re_price,
ins .woocommerce-Price-amount{
  font-family: var(--sz-font-sans);
  font-size: 1.12rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
}

del,
del .amount,
del .woocommerce-Price-amount{
  font-family: var(--sz-font-sans);
  font-size: 0.94rem;
  line-height: 1.2;
  font-weight: 500;
  opacity: 0.72;
}

small,
.meta,
.post-meta,
.product_meta,
.woo-code-zone,
.qd-deal-confidence,
.qd-price-changes{
  font-family: var(--sz-font-sans);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 400;
}

.widget,
.widget-title,
footer,
footer p,
footer a,
.footer-copy,
.footer-links{
  font-family: var(--sz-font-sans);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

input,
select,
textarea{
  padding: 10px 12px;
  border-radius: 10px;
  box-sizing: border-box;
}

table th,
table td{
  padding: 10px 12px;
}

.single .entry-content p,
.single article p,
.single .post p{
  margin-bottom: 16px;
}

.single .entry-content h2,
.single article h2{
  margin-top: 26px;
  margin-bottom: 12px;
}

 
section,
.wp-block-group,
.elementor-widget,
.gspb_container,
.content,
.main-side,
.post,
.product{
  box-sizing: border-box;
}

.widget{
  margin-bottom: 22px;
}

.widget-title{
  margin-bottom: 12px;
}

footer p{
  margin-bottom: 10px;
}

/* ========================================================================
   2) HEADER / NAVIGATION
   ======================================================================== */

.mobile-header-only{
  display: none !important;
}

#menu-sz_header_menu .menu-item a{
  margin: 0 7px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  color: #fff !important;
  font-weight: 300 !important;
  letter-spacing: 0.3px;
}

#menu-sz_header_menu .menu-item a:hover{
  background-color: #ecf0f1;
  color: #34495e !important;
  border-radius: 16px;
}

#gspb_row-id-gsbp-a885807 .sz-header-title a{
  color: #ecf0f1;
}

#gspb_row-id-gsbp-a885807 .gspb_row__col--4{
  text-align: center;
}

#dl-menu .icon-search-onclick i,
#dl-menu .rh-wishlistmenu-link .rhicon{
  font-size: 27px !important;
  line-height: 1.4 !important;
  color: #ffffff !important;
}

#dl-menu .icon-search-onclick,
#dl-menu .rh-wishlistmenu-link{
  width: 36px !important;
  height: 36px !important;
}

.gspbsearch-box .gspbsearch_form .wp-element-button{
  width: 45px;
  height: 45px;
  color: #34495e;
  background-color: #ecf0f1;
}

.celldisplay .rh-wishlistmenu-link .rhi-hearttip{
  color: #ecf0f1;
  font-weight: 300;
}

.celldisplay .rhi-hearttip span{
  background-color: #e6626c;
  font-weight: 300;
}

/* ========================================================================
   3) FOOTER
   ======================================================================== */

.footerside .custom-html-widget footer{
  background-image: linear-gradient(-5deg, #015e72 0%, #017992 60%, #49b6c8 100%) !important;
  background-color: #4b4b4b;
  transform: translateX(0) translateY(0);
}

.savezio-footer{
  background: #f5f5f5;
  padding: 48px 20px 32px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.savezio-footer .footer-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.savezio-footer .footer-logo{
  margin-bottom: 18px;
}

.savezio-footer .footer-logo img{
  width: 110px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.savezio-footer .footer-tagline{
  margin: 0 0 28px;
 font-family: var(--sz-font-sans);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #ffffff !important;
  --google-webfont: no-include;
}

.savezio-footer .footer-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 18px;
  margin-bottom: 24px;
  color: #ffffff;
  font-weight: 300;
}

.savezio-footer .footer-links a{
  display: inline-block;
  margin-bottom: 6px;
  color: #ecf0f1 !important;
  font-family: var(--sz-font-sans);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.savezio-footer .footer-links a:hover{
  color: #1f2937 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.savezio-footer .footer-divider{
  color: rgba(77, 86, 104, 0.45);
  font-size: 16px;
  user-select: none;
}

.savezio-footer .footer-social-title{
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 600;
  color: #4d5668;
  letter-spacing: 0.2px;
}

.savezio-footer .footer-social{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  margin-bottom: 24px;
}

.savezio-footer .footer-social a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #4d5668;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s ease;
}

.savezio-footer .footer-social a:hover{
  color: #1f2937;
  background: #eef4f8;
  border-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.savezio-footer .footer-copy{
  margin: 0;
 font-family: var(--sz-font-sans);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 1.2px;
  color: #ffffff !important;
}

/* ========================================================================
   4) SHARE SHEET
   ======================================================================== */

.qug-share-sheet{
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(17, 17, 17, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.qug-share-sheet.is-open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.qug-share-sheet-inner{
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(17, 17, 17, 0.18);
  transform: translateY(10px);
  transition: transform 0.18s ease;
}

.qug-share-sheet.is-open .qug-share-sheet-inner{
  transform: translateY(0);
}

.qug-share-sheet-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.qug-share-sheet-title{
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

button.qug-share-close{
  appearance: none;
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  box-shadow: none;
}

button.qug-share-close:hover{
  background: #f7f7f7;
}

.qug-share-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.qug-share-action{
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #fff;
  color: #111 !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

.qug-share-action:hover{
  background: #f8f8f8;
  border-color: rgba(17, 17, 17, 0.14);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.06);
}

.qug-share-toast{
  margin-top: 12px;
  min-height: 20px;
  font-size: 13px;
  line-height: 1.4;
  color: #444;
}



/* ========================================================================
   6) SAVEZIO CUSTOM MERGED TWEAKS
   ------------------------------------------------------------------------
   Header search, menu pseudo cleanup, title size, footer refinements,
   and homepage hero/card refinements.
   ======================================================================== */

/* Search form wrapper */
#gspb_container-id-gsbp-bcecccc .gspbsearch-box form{
  height: 40px;
}

/* Search input */
.gspbsearch-box .gspbsearch_form input[type="text"]{
  width: 269px;
  font-size: 14px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

/* Search button */
.gspbsearch-box .gspbsearch_form .wp-element-button{
  width: 40px;
  height: 40px;
  background-color: #c5e0e2;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

/* Search button icon */
.wp-element-button .gspbsearch_btn_icon svg{
  color: #bdc3c7;
  font-size: 10px;
}

#gspb_row-id-gsbp-a885807 .gspb_row__col--4 #gspb_container-id-gsbp-bcecccc .gspbsearch-box .gspbsearch_form .wp-element-button .gspbsearch_btn_icon svg{
  height: 16px !important;
}

/* Search button text/icon span */
.gspbsearch_form .wp-element-button span{
  color: #7f8c8d;
}

/* Remove menu pseudo elements */
#menu-sz_header_menu .menu-item a::before,
#menu-sz_header_menu .menu-item a::after{
  content: none !important;
  display: none !important;
}

/* Header title link size */
#gspb_row-id-gsbp-a885807 .sz-header-title a{
  font-size: 35px;
  letter-spacing: 1px;
}

/* Footer refinements */
.footerside .custom-html-widget footer{
  background-color: #016881;
}

.savezio-footer .footer-links a{
  color: #fff !important;
  font-weight: 400 !important;
}

.savezio-footer .footer-tagline{
  font-weight: 400 !important;
  letter-spacing: 0.9px !important;
}

.savezio-footer .footer-copy{
  font-weight: 400;
  letter-spacing: 1.4px;
}

.savezio-footer .footer-social-title{
  color: #ecf0f1;
  font-weight: 300;
}

/* Hero / card typography */
.wrap .hero h1{
  color: #f1c40f;
  font-weight: 600;
}

.wrap .card h2{
  font-weight: 600;
}

.wrap .hero .eyebrow{
  font-size: 14px;
  font-weight: 300;
}

.wrap .hero p{
  line-height: 1.7em;
}


/* ========================================================================
   5) NON-PRODUCT RESPONSIVE
   ======================================================================== */

@media (max-width: 991px){
  .mobile-header-only{
    display: block !important;
  }

  .header-desktop{
    display: none !important;
  }

  #main_header,
  #main_header .header_wrap,
  #main_header .header_wrap > div,
  #main_header .logo_section_wrap{
    background: #127895 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #main_header .header_five_style,
  #main_header .logo_section_wrap,
  #main_header .header_one_row{
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #dl-menu.dl-menuwrapper{
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 63px !important;
    min-height: 63px !important;
    max-height: 63px !important;
    padding: 0 16px !important;
    margin: 0 !important;
    background: #127895 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  #dl-menu #dl-trigger{
    width: 40px !important;
    height: 40px !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    line-height: 0 !important;
    position: relative !important;
    z-index: 4 !important;
  }

  #dl-menu .m-logo{
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 3 !important;
    line-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #dl-menu .m-logo a{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    line-height: 0 !important;
  }

  .m-logo .m-logo_image img{
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #dl-menu .mobile-header-right{
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    position: relative !important;
    z-index: 4 !important;
  }

  #dl-menu .icon-search-onclick,
  #dl-menu .rh-wishlistmenu-link{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-decoration: none !important;
    line-height: 1 !important;
  }

  #dl-menu .icon-search-onclick i,
  #dl-menu .rh-wishlistmenu-link .rhicon{
    font-size: 30px !important;
    color: #ffffff !important;
    line-height: 1 !important;
  }

  #dl-menu .rh-icon-notice{
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 4px !important;
    border-radius: 999px !important;
    line-height: 18px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-align: center !important;
  }
}

@media (max-width: 909px){
  .footerside .custom-html-widget footer{
    padding: 16px;
  }

  .savezio-footer .footer-logo{
    margin-bottom: 15px;
  }

  .footer-logo a img{
    width: 70px !important;
    height: 63px !important;
  }

  .savezio-footer .footer-tagline{
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: normal !important;
  }

  .savezio-footer .footer-links{
    margin-bottom: 5px;
  }

  .savezio-footer .footer-links a{
    font-size: 13px;
    font-weight: 300;
  }

  .savezio-footer .footer-copy{
    font-size: 16px;
    letter-spacing: normal;
  }
}

@media (max-width: 768px){
  .savezio-footer{
    padding: 38px 16px 26px;
  }

  .savezio-footer .footer-logo img{
    width: 96px;
  }

  .savezio-footer .footer-tagline{
    font-size: 16px;
    margin-bottom: 22px;
  }

  .savezio-footer .footer-links{
    gap: 8px 12px;
    margin-bottom: 20px;
  }

  .savezio-footer .footer-links a{
    font-size: 15px;
  }

  .savezio-footer .footer-divider{
    display: none;
  }

  .savezio-footer .footer-social-title{
    font-size: 14px;
    margin-bottom: 12px;
  }

  .savezio-footer .footer-social{
    gap: 8px 10px;
    margin-bottom: 20px;
  }

  .savezio-footer .footer-social a{
    padding: 8px 12px;
    font-size: 13px;
  }

  .savezio-footer .footer-copy{
    font-size: 14px;
  }
}

@media (max-width: 767px){
  html,
  body,
  p,
  li,
  td,
  th,
  label{
    font-size: 15.5px;
  }

  h1,
  .single h1,
  .entry-title,
  .product_title{
    font-size: 1.72rem;
  }

  h2{
    font-size: 1.36rem;
  }

  
  .price,
  .amount,
  .re_price,
  ins .woocommerce-Price-amount{
    font-size: 1.04rem;
  }

  small,
  .post-meta,
  .product_meta,
  .qd-deal-confidence,
  .qd-price-changes,
  .woo-code-zone{
    font-size: 11.5px;
  }

  .widget{
    margin-bottom: 18px;
  }

  .single .entry-content h2,
  .single article h2{
    margin-top: 22px;
  }

  
  .dl-menuwrapper,
  #dl-menu,
  #dl-menu .dl-menu{
    width: 100%;
  }

  .dl-menuwrapper .dl-menu{
    background: #ffffff;
    box-shadow: 12px 0 34px rgba(15, 23, 42, 0.12);
  }

  #dl-menu,
  .dl-menuwrapper.rh-flex-center-align{
    background: #0d7a93;
  }

  #dl-menu .m-logo,
  .dl-menuwrapper .m-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px 6px;
  }

  #dl-menu .m-logo img,
  .dl-menuwrapper .m-logo img{
    width: 64px;
    height: 64px;
    object-fit: contain;
  }

  #menu-sz_header_menu,
  #menu-sz_header_menu > li{
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #menu-sz_header_menu .menu-item{
    border-bottom: 1px solid #e5e7eb;
  }

  #menu-sz_header_menu .menu-item:last-child{
    border-bottom: 0;
  }

  #menu-sz_header_menu .menu-item a{
    display: block;
    margin: 0 8px;
    padding: 7px 16px !important;
    color: #111827 !important;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 500 !important;
    letter-spacing: -0.01em;
    border-radius: 14px;
    background: transparent !important;
    opacity: 1 !important;
    transition: none !important;
    animation: none !important;
    box-shadow: none !important;
  }

  #menu-sz_header_menu .menu-item a:hover,
  #menu-sz_header_menu .menu-item.current-menu-item > a,
  #menu-sz_header_menu .menu-item.current_page_item > a,
  #menu-sz_header_menu .menu-item.current-menu-parent > a,
  #menu-sz_header_menu .menu-item.current_page_parent > a{
    color: #0f766e !important;
    background: #edf4f6 !important;
  }

  #menu-sz_header_menu,
  #menu-sz_header_menu li,
  #menu-sz_header_menu li a{
    opacity: 1 !important;
  }

  #menu-sz_header_menu .sub-menu-toggle,
  #menu-sz_header_menu .dl-subviewopen > a,
  #menu-sz_header_menu .dl-subview > a{
    color: #334155 !important;
    transition: none !important;
  }

  .dl-menuwrapper li.rh-mobile-back > a,
  .dl-menuwrapper li.dl-back > a,
  .responsive_nav_wrap .close_menu,
  .menu_sidebar .close_menu{
    color: #111827 !important;
    font-weight: 600 !important;
    transition: none !important;
  }

  .menu_sidebar .close_menu,
  .responsive_nav_wrap .close_menu,
  .dl-menuwrapper .close_menu_btn,
  .dl-menuwrapper .closemenu{
    width: 74px;
    height: 74px;
    min-width: 74px;
    min-height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    color: #111827 !important;
    transition: none !important;
  }

  .mobile-header-right,
  .mobile-header-right a,
  .mobile-header-right button,
  .mobile-header-right .rh-header-icon,
  .mobile-header-right .rhicon{
    color: #ffffff !important;
    transition: none !important;
  }

  #dl-trigger,
  .dl-trigger{
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transition: none !important;
  }

  .dl-menuwrapper .dl-menuopen,
  .menu_sidebar,
  .responsive_nav_wrap{
    will-change: transform;
  }

  .dl-menuwrapper .dl-menu,
  .menu_sidebar,
  .responsive_nav_wrap{
    transition-duration: 0.14s !important;
    transition-timing-function: ease-out !important;
    animation-duration: 0.14s !important;
  }

  .qug-share-sheet{
    align-items: flex-end;
    padding: 0;
    background: rgba(17, 17, 17, 0.38);
  }

  .qug-share-sheet-inner{
    max-width: 100%;
    width: 100%;
    border-radius: 18px 18px 0 0;
    padding: 16px;
    transform: translateY(100%);
  }

  .qug-share-sheet.is-open .qug-share-sheet-inner{
    transform: translateY(0);
  }

  .qug-share-actions{
    grid-template-columns: 1fr;
  }

  .qug-share-sheet-title{
    font-size: 20px;
  }

  button.qug-share-close{
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    border-radius: 10px;
    font-size: 22px;
  }

  .qug-share-action{
    min-height: 44px;
    border-radius: 10px;
    font-size: 15px;
  }
}

@media (min-width: 769px){
  .savezio-footer .footer-tagline{
    font-size: 14px !important;
  }

  .savezio-footer .footer-social-title{
    font-size: 12px;
  }

  .savezio-footer .footer-social a{
    padding-top: 5px;
    padding-bottom: 4px;
  }

  .footerside .custom-html-widget footer{
    padding-top: 27px;
  }

  .savezio-footer .footer-tagline{
    margin-bottom: 14px !important;
    font-size: 15px !important;
  }

  .savezio-footer .footer-links{
    margin-bottom: 14px !important;
  }

  .savezio-footer .footer-links a{
    font-size: 14px !important;
  }

  .savezio-footer .footer-copy{
    font-size: 14px !important;
  }
}

@media (min-width: 992px){
  .mobile-header-only{
    display: none !important;
  }
}

@media (min-width: 1141px){
  #menu-sz_header_menu .menu-item a{
    font-size: 16px !important;
  }
}

@media (min-width: 1270px){
  #menu-sz_header_menu .menu-item a{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


@media (min-width: 981px){
  .wrap .hero h1{
    font-size: 30px;
  }

  .wrap .card h2{
    font-size: 23px;
  }

  .wrap .hero p{
    font-size: 18px;
  }
}



 
:root{
  --qd-line:#e2e8f0;
  --qd-text:#0f172a;
  --qd-muted:#64748b;
  --qd-red:#dc2626;
  --qd-green:#15803d;
  --qd-brand:#017992;
  --qd-wrap:1440px;
}

.qd-filterbar-wrap{position:sticky;top:90px;z-index:30;margin-bottom:24px;padding:14px;border:1px solid var(--qd-line);border-radius:22px;background:rgba(248,250,252,.92);backdrop-filter:blur(10px);}
.qd-filterbar-inner{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;}
.qd-chip-row{display:flex;gap:8px;overflow:auto;flex:1;}
.qd-chip{display:inline-flex;white-space:nowrap;padding:10px 14px;border-radius:999px;border:1px solid var(--qd-line);background:#fff;color:var(--qd-muted);text-decoration:none;font-size:14px;font-weight:600;}
.qd-chip:hover{color:var(--qd-text);background:#f1f5f9;}
.qd-sort-form select{height:42px;padding:0 12px;border:1px solid var(--qd-line);border-radius:14px;background:#fff;}

.qd-hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:16px;margin-bottom:24px;}
.qd-hero-side{display:grid;gap:16px;}

.qd-card{background:#fff;border:1px solid var(--qd-line);border-radius:28px;overflow:hidden;box-shadow:0 8px 28px rgba(15,23,42,.08);}
.qd-card-grid{transition:transform .18s ease, box-shadow .18s ease;}
.qd-card-grid:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(15,23,42,.12);}
.qd-card-media{position:relative;aspect-ratio:1/1;background:#f8fafc;overflow:hidden;}
.qd-card-media img{width:100%;height:100%;object-fit:cover;display:block;}
.qd-discount-badge{position:absolute;left:14px;top:14px;padding:7px 12px;border-radius:999px;background:var(--qd-red);color:#fff;font-size:12px;font-weight:800;z-index:2;}
.qd-label{position:absolute;right:14px;top:14px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.96);border:1px solid var(--qd-line);font-size:12px;font-weight:700;z-index:2;}
.qd-label-hot{background:#fef2f2;border-color:#fecaca;color:#b91c1c;}
.qd-label-editor{background:#fff7ed;border-color:#fed7aa;color:#b45309;}
.qd-label-great{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;}
.qd-label-good{background:#f0fdf4;border-color:#bbf7d0;color:#15803d;}

.qd-card-body{padding:16px;}
.qd-meta{font-size:12px;color:var(--qd-muted);font-weight:600;margin-bottom:10px;}
.qd-title{margin:0 0 12px;font-size:15px;font-weight:700;line-height:1.45;min-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.qd-title a{text-decoration:none;color:inherit;}
.qd-price-row{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;}
.qd-price-now{font-size:32px;font-weight:900;line-height:1;letter-spacing:-.04em;}
.qd-price-old{font-size:15px;color:#94a3b8;text-decoration:line-through;font-weight:600;}
.qd-save{margin-top:8px;color:var(--qd-green);font-size:14px;font-weight:700;}
.qd-proof{margin-top:12px;padding:10px 12px;border-radius:16px;background:#f8fafc;color:#475569;font-size:12px;font-weight:600;}
.qd-bottom-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;}
.qd-score{font-size:12px;color:var(--qd-muted);font-weight:700;}
.qd-btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 16px;border-radius:16px;background:var(--qd-brand);color:#fff;text-decoration:none;font-size:14px;font-weight:700;}

.qd-card-hero-large{display:grid;grid-template-columns:1.1fr .9fr;min-height:360px;}
.qd-card-hero-small{display:grid;grid-template-columns:1fr;min-height:170px;}
.qd-card-hero-large .qd-card-body,
.qd-card-hero-small .qd-card-body{padding:22px;display:flex;flex-direction:column;justify-content:space-between;gap:12px;}
.qd-card-hero-large .qd-card-media,
.qd-card-hero-small .qd-card-media{aspect-ratio:auto;}
.qd-card-hero-large .qd-price-now{font-size:42px;}
.qd-card-hero-small .qd-price-now{font-size:28px;}
.qd-card-hero-large .qd-title{font-size:30px;line-height:1.08;min-height:unset;}
.qd-card-hero-small .qd-title{font-size:20px;line-height:1.18;min-height:unset;}

.qd-feed-section{margin-top:8px;}
.qd-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:16px;}
.qd-section-head h2{margin:0;font-size:30px;letter-spacing:-.03em;}
.qd-section-head p{margin:6px 0 0;color:var(--qd-muted);font-size:14px;}
.qd-feed-grid,
#qd-feed-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;}
.qd-loadmore-wrap{text-align:center;margin-top:24px;}

.qd-interruption-module{margin:24px 0;padding:28px;border-radius:28px;display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;background:linear-gradient(90deg,#020617 0%,#0f172a 55%,#1e293b 100%);color:#fff;box-shadow:0 8px 28px rgba(15,23,42,.08);}
.qd-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:rgba(255,255,255,.7);font-weight:700;}
.qd-interruption-module h3{margin:8px 0;font-size:32px;letter-spacing:-.03em;}
.qd-interruption-module p{margin:0;color:rgba(255,255,255,.78);max-width:760px;font-size:14px;line-height:1.6;}

.qd-editorial-strip{margin-top:8px;background:#fff;border:1px solid var(--qd-line);border-radius:28px;overflow:hidden;box-shadow:0 8px 28px rgba(15,23,42,.08);}
.qd-editorial-top{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding:24px;border-bottom:1px solid var(--qd-line);}
.qd-editorial-top h2{margin:10px 0 0;font-size:30px;letter-spacing:-.03em;}
.qd-editorial-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;padding:24px;}
.qd-editorial-item{display:block;padding:16px;border-radius:18px;background:#f8fafc;color:#334155;font-size:14px;font-weight:700;text-decoration:none;}

@media (max-width:1200px){
  .qd-feed-grid,
  #qd-feed-grid,
  .qd-editorial-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
}

@media (max-width:980px){
  .qd-hero-grid,
  .qd-card-hero-large{grid-template-columns:1fr;}
  .qd-feed-grid,
  #qd-feed-grid,
  .qd-editorial-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}

@media (max-width:700px){
  .qd-container{width:min(var(--qd-wrap), calc(100% - 16px));}
  .qd-feed-grid,
  #qd-feed-grid,
  .qd-editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .qd-section-head h2,
  .qd-editorial-top h2,
  .qd-interruption-module h3{font-size:24px;}
  .qd-card-hero-large .qd-price-now{font-size:34px;}
}


 