.elementor-kit-6{--e-global-color-primary:#305CDE;--e-global-color-secondary:#182E6F;--e-global-color-text:#000000;--e-global-color-accent:#274AB3;--e-global-color-24b0a84:#69727D;--e-global-color-5005416:#FFFFFF;--e-global-color-387c0ef:#1C244B;--e-global-color-f6993ff:#324A6D;--e-global-color-535de9d:#324A6D;--e-global-color-5dc1da3:#1C244B;--e-global-color-bc67855:#F8FAFC;--e-global-color-fd47207:#F57627;--e-global-color-276260c:#C85209;--e-global-color-cb117d4:#F4640B;--e-global-color-e3ab894:#59B5F7;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1.5em;--e-global-typography-accent-letter-spacing:0px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-5005416 );border-radius:10px 10px 10px 10px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-5005416 );border-radius:10px 10px 10px 10px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}body.e-wc-message-notice .woocommerce-message, body.e-wc-message-notice .wc-block-components-notice-banner.is-success{background-color:#F4F6FA;}body.e-wc-message-notice .woocommerce-message .button, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .button{background-color:var( --e-global-color-text );background-image:var( --e-global-color-text );}body.e-wc-message-notice .woocommerce-message .button:hover, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .button:hover{background-color:var( --e-global-color-5005416 );background-image:var( --e-global-color-5005416 );}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{--message-message-text-color:var( --e-global-color-text );--message-message-icon-color:var( --e-global-color-text );--message-buttons-normal-text-color:var( --e-global-color-5005416 );--message-buttons-hover-text-color:var( --e-global-color-text );--message-border-type:none;--message-buttons-border-radius:10px 10px 10px 10px;--message-buttons-padding:11px 20px 10px 20px;}.e-wc-message-notice .woocommerce-message .restore-item, .e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, .e-wc-message-notice .woocommerce-message a:not([class]), .e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){--notice-message-normal-links-color:var( --e-global-color-accent );}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Boxed:1140px; }
/* Start custom CSS *//* === Woo archive: consistent thumbnail sizes === */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
}

/* Force a consistent image box */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
  width: 100%;
  aspect-ratio: 1 / 1;      /* square thumbnails; change if you want 4/3 etc */
  height: auto;             /* keep responsive */
  object-fit: cover;        /* crop instead of stretching */
  display: block;
}

/* Some themes wrap images differently; this helps */
.woocommerce ul.products li.product img {
  object-fit: cover;
}

/* Slightly rounded product images on archive pages */
.woocommerce ul.products li.product img {
  border-radius: 8px;
}

/* === Product title colour === */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #000000;
}

/* Title hover (optional: keep black) */
.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title {
  color: #000000;
}

/* === Price colour === */
.woocommerce ul.products li.product .price {
  color: #000000;
}

/* Sale price specifics (optional) */
.woocommerce ul.products li.product .price del {
  opacity: 0.6;
}
.woocommerce ul.products li.product .price ins {
  color: #000000;
  text-decoration: none;
}

/* === Add to cart button === */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button {
  background: #69727D;
  color: #ffffff;
  border: 1px solid #69727D;
  border-radius: 10px;
  transition: all .2s ease;
}

/* Button hover */
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover {
  background: #000000; /* slightly darker hover */
  color: #ffffff;
  border-color: #000000;
}/* End custom CSS */