/* body {
  background-color: #e7cbcb;
}
.row {
  background-color: #fff;
} */
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* .main-content img:first-child,
.main-content section:first-child,
.main-content div:first-child {
  margin-top: 0 !important;
} */

 .site-header {
   background: #fff;
   border-bottom: 1px solid #e5e5e5;
 }

 .header-left span {
   color: #605dc7;
   font-weight: 500;
 }
 .header-left i{
color: #605dc7;
 }

 .custom-logo {
   max-height: 30px;
   width: 250px;
 }
.header-right{
  gap: 190px;
}
 .header-right .nav a {
   color: #000;
   text-decoration: none;
   font-weight: 500;
 }

 .header-right .nav a:hover {
   color: #605dc7;
 }

 .header-icons i {
   transition: color 0.2s ease;
 }

 .header-icons a:hover i {
   color: #605dc7;
 }

 .btn.btn-primary {
   background-color: #605dc7;
   border: none;
 }

 .btn.btn-primary:hover {
   background-color: #5a52d4;
 }

.footer-section {
  background-color: #665cd3;
  color: #fff;
  padding: 60px 0;
  font-family: "Inter", sans-serif;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-column {
  flex: 1 1 200px;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.footer-menu a:hover {
  opacity: 1;
}

.company-info p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-bottom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  padding-top: 20px;
}

.social-links a {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}

.footer-location {

  align-items: center;
  gap: 10px;
}

.footer-location i {
  font-size: 20px;
}
.shield-carousel-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 10px;
  position: relative;
}

.shield-slide {
  text-align: center;
  border-radius: 12px;
}

.shield-image img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin: 0 auto 15px;
}

.shield-title {
  font-size: 16px;
  font-weight: 600;
  min-height: 45px;
  margin-bottom: 10px;
}

.shield-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.shield-cart-btn {
  display: inline-flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #6d37ff;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

.shield-price {
  font-size: 16px;
  font-weight: 500;
}

.shield-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #6d37ff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
  z-index: 2;
}

.shield-prev {
  left: -40px;
}

.shield-next {
  right: -40px;
}

.shield-nav:hover {
  background: #5026d8;
}

@media(max-width: 768px) {
  .shield-prev {
    left: 5px;
  }

  .shield-next {
    right: 5px;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button {
  background-color: #605dc7;
  border-radius: 50px;
  color: white;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover {
  background-color: #5026d8;
  border-radius: 50px;
  color: white;
}

.product {
  text-align: center;
}

.woocommerce-loop-product__title {
  color: #000;
  font-weight: 600;
}

.price bdi {
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 1rem;
}

.woocommerce ul.products li.product .price {
  margin-bottom: 0px;
}

.woocommerce-Price-currencySymbol {
  margin-right: 10px;
}

.added_to_cart {
  font-size: 100%;
  background-color: #605dc7;
  font-weight: 700;
  padding: .618em 1em;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  margin-left: 10px;
}

/* CART */

.wc-block-components-sidebar-layout {
  padding: 100px !important;
}

.wc-block-cart-items__header-image {
  font-size: 30px;
}

.wc-block-cart-items__header-total {
  font-size: 30px;
}

tr {
  border-style: solid;
  border-color: #605dc7;
}

.wc-block-components-product-name {
  color: #000;
  text-decoration: none;
}

.wp-block-woocommerce-cart-order-summary-block {
  background: #f8f6f3;
  padding: 30px;
  border-radius: 30px;
  box-shadow: none;
}

.wc-block-components-button {
  background: #605dc7;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  border: none;
}

/* CHECKOUT */

.wc-block-components-sidebar-layout {
  padding: 80px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=email] {
  background-color: #fff !important;
  border-radius: 20px !important;
}

.wc-block-components-address-card,
.wc-blocks-components-select__container select,
.wc-block-components-address-form__first_name input,
.wc-block-components-address-form__city input,
.wc-block-components-address-form__last_name input,
.wc-block-components-address-form__address_1 input,
.wc-block-components-address-form__address_2 input,
.wc-block-components-address-form__postcode input,
.wc-block-components-address-form__phone input {
  border-radius: 30px !important;
  padding-left: 20px !important;
}

.wc-block-components-address-card,
.wc-blocks-components-select__container label,
.wc-block-components-address-form__first_name label,
.wc-block-components-address-form__city label,
.wc-block-components-address-form__last_name label,
.wc-block-components-address-form__address_1 label,
.wc-block-components-address-form__address_2 label,
.wc-block-components-address-form__postcode label,
.wc-block-components-address-form__phone label {
  border-radius: 30px !important;
  padding-left: 20px !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
  background-color: #f8f6f3;
  border-radius: 30px;
  border: none !important;
  padding: 20px;
}

.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
  border-radius: 20px !important;
}

/* EMPTY CART */
.wp-block-woocommerce-cart {
  padding: 80px;
}

.has-text-align-center {
  font-weight: 600;
  margin-bottom: 30px;
}

.wc-block-grid {
  display: flex;
  justify-content: center;
}

.wc-block-grid__products {
  width: 50%;
}

.wc-block-grid__product-link {
  color: #000 !important;
  text-decoration: none;
}

/* SHIELD DETAILS */

.woocommerce div.product div.images img {
  width: 400px;
}

.woocommerce div.product {
  padding: 100px;
}

.woocommerce-page div.product div.images {
  width: 400px;
}

.woocommerce-page div.product div.summary {
  float: right;
  width: 72%;
  text-align: left;
  margin-top: 100px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  text-align: left;
}

.woocommerce ul.products li.product a img {
  width: 300px;
}

.woocommerce-order {
  padding: 80px;
}