@charset "UTF-8";
* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 62.5%;
  line-height: 1.6;
  color: #3f3f3f;
  background-color: #faf9f7;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dd, figure, blockquote {
  margin-top: 0;
}

a {
  color: #de1d25;
  text-decoration: none;
}
a:hover {
  color: #ec1c24;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  width: 100%;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?i72jyj");
  src: url("fonts/icomoon.eot?i72jyj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?i72jyj") format("truetype"), url("fonts/icomoon.woff?i72jyj") format("woff"), url("fonts/icomoon.svg?i72jyj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shopping-cart:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.ye-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.ye-container.ye-container--no-padding {
  padding: 0;
}
.ye-container.ye-container--vertical-padding {
  padding: 40px;
}
.ye-container.ye-container--compact-padding {
  padding: 20px 40px;
}
.ye-container.ye-container--navbar {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .ye-container {
    padding: 0 20px;
  }
  .ye-container.ye-container--vertical-padding {
    padding: 20px;
  }
  .ye-container.ye-container--compact-padding {
    padding: 12px 20px;
  }
}
@media (max-width: 480px) {
  .ye-container {
    padding: 0 16px;
  }
  .ye-container.ye-container--vertical-padding {
    padding: 16px;
  }
  .ye-container.ye-container--compact-padding {
    padding: 8px 16px;
  }
}
.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.mv-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mh-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pv-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ph-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.mv-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mh-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.pv-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ph-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mv-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mh-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ph-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mv-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mh-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.pv-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ph-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mv-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mh-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.pv-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ph-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mv-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mh-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.pv-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ph-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mv-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mh-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.pv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ph-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.mv-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mh-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.pv-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.ph-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mv-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mh-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.pv-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ph-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mv-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mh-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ph-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.mv-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mh-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.pv-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ph-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.m-80 {
  margin: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.mv-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mh-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.pv-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.ph-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.mv-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mh-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.pv-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ph-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

@media (min-width: 480px) {
  .m-mobile-0 {
    margin: 0 !important;
  }

  .p-mobile-0 {
    padding: 0 !important;
  }

  .mt-mobile-0 {
    margin-top: 0 !important;
  }

  .mb-mobile-0 {
    margin-bottom: 0 !important;
  }

  .pt-mobile-0 {
    padding-top: 0 !important;
  }

  .pb-mobile-0 {
    padding-bottom: 0 !important;
  }

  .m-mobile-5 {
    margin: 5px !important;
  }

  .p-mobile-5 {
    padding: 5px !important;
  }

  .mt-mobile-5 {
    margin-top: 5px !important;
  }

  .mb-mobile-5 {
    margin-bottom: 5px !important;
  }

  .pt-mobile-5 {
    padding-top: 5px !important;
  }

  .pb-mobile-5 {
    padding-bottom: 5px !important;
  }

  .m-mobile-10 {
    margin: 10px !important;
  }

  .p-mobile-10 {
    padding: 10px !important;
  }

  .mt-mobile-10 {
    margin-top: 10px !important;
  }

  .mb-mobile-10 {
    margin-bottom: 10px !important;
  }

  .pt-mobile-10 {
    padding-top: 10px !important;
  }

  .pb-mobile-10 {
    padding-bottom: 10px !important;
  }

  .m-mobile-15 {
    margin: 15px !important;
  }

  .p-mobile-15 {
    padding: 15px !important;
  }

  .mt-mobile-15 {
    margin-top: 15px !important;
  }

  .mb-mobile-15 {
    margin-bottom: 15px !important;
  }

  .pt-mobile-15 {
    padding-top: 15px !important;
  }

  .pb-mobile-15 {
    padding-bottom: 15px !important;
  }

  .m-mobile-20 {
    margin: 20px !important;
  }

  .p-mobile-20 {
    padding: 20px !important;
  }

  .mt-mobile-20 {
    margin-top: 20px !important;
  }

  .mb-mobile-20 {
    margin-bottom: 20px !important;
  }

  .pt-mobile-20 {
    padding-top: 20px !important;
  }

  .pb-mobile-20 {
    padding-bottom: 20px !important;
  }

  .m-mobile-25 {
    margin: 25px !important;
  }

  .p-mobile-25 {
    padding: 25px !important;
  }

  .mt-mobile-25 {
    margin-top: 25px !important;
  }

  .mb-mobile-25 {
    margin-bottom: 25px !important;
  }

  .pt-mobile-25 {
    padding-top: 25px !important;
  }

  .pb-mobile-25 {
    padding-bottom: 25px !important;
  }

  .m-mobile-30 {
    margin: 30px !important;
  }

  .p-mobile-30 {
    padding: 30px !important;
  }

  .mt-mobile-30 {
    margin-top: 30px !important;
  }

  .mb-mobile-30 {
    margin-bottom: 30px !important;
  }

  .pt-mobile-30 {
    padding-top: 30px !important;
  }

  .pb-mobile-30 {
    padding-bottom: 30px !important;
  }

  .m-mobile-35 {
    margin: 35px !important;
  }

  .p-mobile-35 {
    padding: 35px !important;
  }

  .mt-mobile-35 {
    margin-top: 35px !important;
  }

  .mb-mobile-35 {
    margin-bottom: 35px !important;
  }

  .pt-mobile-35 {
    padding-top: 35px !important;
  }

  .pb-mobile-35 {
    padding-bottom: 35px !important;
  }

  .m-mobile-40 {
    margin: 40px !important;
  }

  .p-mobile-40 {
    padding: 40px !important;
  }

  .mt-mobile-40 {
    margin-top: 40px !important;
  }

  .mb-mobile-40 {
    margin-bottom: 40px !important;
  }

  .pt-mobile-40 {
    padding-top: 40px !important;
  }

  .pb-mobile-40 {
    padding-bottom: 40px !important;
  }

  .m-mobile-50 {
    margin: 50px !important;
  }

  .p-mobile-50 {
    padding: 50px !important;
  }

  .mt-mobile-50 {
    margin-top: 50px !important;
  }

  .mb-mobile-50 {
    margin-bottom: 50px !important;
  }

  .pt-mobile-50 {
    padding-top: 50px !important;
  }

  .pb-mobile-50 {
    padding-bottom: 50px !important;
  }

  .m-mobile-60 {
    margin: 60px !important;
  }

  .p-mobile-60 {
    padding: 60px !important;
  }

  .mt-mobile-60 {
    margin-top: 60px !important;
  }

  .mb-mobile-60 {
    margin-bottom: 60px !important;
  }

  .pt-mobile-60 {
    padding-top: 60px !important;
  }

  .pb-mobile-60 {
    padding-bottom: 60px !important;
  }

  .m-mobile-80 {
    margin: 80px !important;
  }

  .p-mobile-80 {
    padding: 80px !important;
  }

  .mt-mobile-80 {
    margin-top: 80px !important;
  }

  .mb-mobile-80 {
    margin-bottom: 80px !important;
  }

  .pt-mobile-80 {
    padding-top: 80px !important;
  }

  .pb-mobile-80 {
    padding-bottom: 80px !important;
  }

  .m-mobile-100 {
    margin: 100px !important;
  }

  .p-mobile-100 {
    padding: 100px !important;
  }

  .mt-mobile-100 {
    margin-top: 100px !important;
  }

  .mb-mobile-100 {
    margin-bottom: 100px !important;
  }

  .pt-mobile-100 {
    padding-top: 100px !important;
  }

  .pb-mobile-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .m-tablet-0 {
    margin: 0 !important;
  }

  .p-tablet-0 {
    padding: 0 !important;
  }

  .mt-tablet-0 {
    margin-top: 0 !important;
  }

  .mb-tablet-0 {
    margin-bottom: 0 !important;
  }

  .pt-tablet-0 {
    padding-top: 0 !important;
  }

  .pb-tablet-0 {
    padding-bottom: 0 !important;
  }

  .m-tablet-5 {
    margin: 5px !important;
  }

  .p-tablet-5 {
    padding: 5px !important;
  }

  .mt-tablet-5 {
    margin-top: 5px !important;
  }

  .mb-tablet-5 {
    margin-bottom: 5px !important;
  }

  .pt-tablet-5 {
    padding-top: 5px !important;
  }

  .pb-tablet-5 {
    padding-bottom: 5px !important;
  }

  .m-tablet-10 {
    margin: 10px !important;
  }

  .p-tablet-10 {
    padding: 10px !important;
  }

  .mt-tablet-10 {
    margin-top: 10px !important;
  }

  .mb-tablet-10 {
    margin-bottom: 10px !important;
  }

  .pt-tablet-10 {
    padding-top: 10px !important;
  }

  .pb-tablet-10 {
    padding-bottom: 10px !important;
  }

  .m-tablet-15 {
    margin: 15px !important;
  }

  .p-tablet-15 {
    padding: 15px !important;
  }

  .mt-tablet-15 {
    margin-top: 15px !important;
  }

  .mb-tablet-15 {
    margin-bottom: 15px !important;
  }

  .pt-tablet-15 {
    padding-top: 15px !important;
  }

  .pb-tablet-15 {
    padding-bottom: 15px !important;
  }

  .m-tablet-20 {
    margin: 20px !important;
  }

  .p-tablet-20 {
    padding: 20px !important;
  }

  .mt-tablet-20 {
    margin-top: 20px !important;
  }

  .mb-tablet-20 {
    margin-bottom: 20px !important;
  }

  .pt-tablet-20 {
    padding-top: 20px !important;
  }

  .pb-tablet-20 {
    padding-bottom: 20px !important;
  }

  .m-tablet-25 {
    margin: 25px !important;
  }

  .p-tablet-25 {
    padding: 25px !important;
  }

  .mt-tablet-25 {
    margin-top: 25px !important;
  }

  .mb-tablet-25 {
    margin-bottom: 25px !important;
  }

  .pt-tablet-25 {
    padding-top: 25px !important;
  }

  .pb-tablet-25 {
    padding-bottom: 25px !important;
  }

  .m-tablet-30 {
    margin: 30px !important;
  }

  .p-tablet-30 {
    padding: 30px !important;
  }

  .mt-tablet-30 {
    margin-top: 30px !important;
  }

  .mb-tablet-30 {
    margin-bottom: 30px !important;
  }

  .pt-tablet-30 {
    padding-top: 30px !important;
  }

  .pb-tablet-30 {
    padding-bottom: 30px !important;
  }

  .m-tablet-35 {
    margin: 35px !important;
  }

  .p-tablet-35 {
    padding: 35px !important;
  }

  .mt-tablet-35 {
    margin-top: 35px !important;
  }

  .mb-tablet-35 {
    margin-bottom: 35px !important;
  }

  .pt-tablet-35 {
    padding-top: 35px !important;
  }

  .pb-tablet-35 {
    padding-bottom: 35px !important;
  }

  .m-tablet-40 {
    margin: 40px !important;
  }

  .p-tablet-40 {
    padding: 40px !important;
  }

  .mt-tablet-40 {
    margin-top: 40px !important;
  }

  .mb-tablet-40 {
    margin-bottom: 40px !important;
  }

  .pt-tablet-40 {
    padding-top: 40px !important;
  }

  .pb-tablet-40 {
    padding-bottom: 40px !important;
  }

  .m-tablet-50 {
    margin: 50px !important;
  }

  .p-tablet-50 {
    padding: 50px !important;
  }

  .mt-tablet-50 {
    margin-top: 50px !important;
  }

  .mb-tablet-50 {
    margin-bottom: 50px !important;
  }

  .pt-tablet-50 {
    padding-top: 50px !important;
  }

  .pb-tablet-50 {
    padding-bottom: 50px !important;
  }

  .m-tablet-60 {
    margin: 60px !important;
  }

  .p-tablet-60 {
    padding: 60px !important;
  }

  .mt-tablet-60 {
    margin-top: 60px !important;
  }

  .mb-tablet-60 {
    margin-bottom: 60px !important;
  }

  .pt-tablet-60 {
    padding-top: 60px !important;
  }

  .pb-tablet-60 {
    padding-bottom: 60px !important;
  }

  .m-tablet-80 {
    margin: 80px !important;
  }

  .p-tablet-80 {
    padding: 80px !important;
  }

  .mt-tablet-80 {
    margin-top: 80px !important;
  }

  .mb-tablet-80 {
    margin-bottom: 80px !important;
  }

  .pt-tablet-80 {
    padding-top: 80px !important;
  }

  .pb-tablet-80 {
    padding-bottom: 80px !important;
  }

  .m-tablet-100 {
    margin: 100px !important;
  }

  .p-tablet-100 {
    padding: 100px !important;
  }

  .mt-tablet-100 {
    margin-top: 100px !important;
  }

  .mb-tablet-100 {
    margin-bottom: 100px !important;
  }

  .pt-tablet-100 {
    padding-top: 100px !important;
  }

  .pb-tablet-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 1024px) {
  .m-desktop-0 {
    margin: 0 !important;
  }

  .p-desktop-0 {
    padding: 0 !important;
  }

  .mt-desktop-0 {
    margin-top: 0 !important;
  }

  .mb-desktop-0 {
    margin-bottom: 0 !important;
  }

  .pt-desktop-0 {
    padding-top: 0 !important;
  }

  .pb-desktop-0 {
    padding-bottom: 0 !important;
  }

  .m-desktop-5 {
    margin: 5px !important;
  }

  .p-desktop-5 {
    padding: 5px !important;
  }

  .mt-desktop-5 {
    margin-top: 5px !important;
  }

  .mb-desktop-5 {
    margin-bottom: 5px !important;
  }

  .pt-desktop-5 {
    padding-top: 5px !important;
  }

  .pb-desktop-5 {
    padding-bottom: 5px !important;
  }

  .m-desktop-10 {
    margin: 10px !important;
  }

  .p-desktop-10 {
    padding: 10px !important;
  }

  .mt-desktop-10 {
    margin-top: 10px !important;
  }

  .mb-desktop-10 {
    margin-bottom: 10px !important;
  }

  .pt-desktop-10 {
    padding-top: 10px !important;
  }

  .pb-desktop-10 {
    padding-bottom: 10px !important;
  }

  .m-desktop-15 {
    margin: 15px !important;
  }

  .p-desktop-15 {
    padding: 15px !important;
  }

  .mt-desktop-15 {
    margin-top: 15px !important;
  }

  .mb-desktop-15 {
    margin-bottom: 15px !important;
  }

  .pt-desktop-15 {
    padding-top: 15px !important;
  }

  .pb-desktop-15 {
    padding-bottom: 15px !important;
  }

  .m-desktop-20 {
    margin: 20px !important;
  }

  .p-desktop-20 {
    padding: 20px !important;
  }

  .mt-desktop-20 {
    margin-top: 20px !important;
  }

  .mb-desktop-20 {
    margin-bottom: 20px !important;
  }

  .pt-desktop-20 {
    padding-top: 20px !important;
  }

  .pb-desktop-20 {
    padding-bottom: 20px !important;
  }

  .m-desktop-25 {
    margin: 25px !important;
  }

  .p-desktop-25 {
    padding: 25px !important;
  }

  .mt-desktop-25 {
    margin-top: 25px !important;
  }

  .mb-desktop-25 {
    margin-bottom: 25px !important;
  }

  .pt-desktop-25 {
    padding-top: 25px !important;
  }

  .pb-desktop-25 {
    padding-bottom: 25px !important;
  }

  .m-desktop-30 {
    margin: 30px !important;
  }

  .p-desktop-30 {
    padding: 30px !important;
  }

  .mt-desktop-30 {
    margin-top: 30px !important;
  }

  .mb-desktop-30 {
    margin-bottom: 30px !important;
  }

  .pt-desktop-30 {
    padding-top: 30px !important;
  }

  .pb-desktop-30 {
    padding-bottom: 30px !important;
  }

  .m-desktop-35 {
    margin: 35px !important;
  }

  .p-desktop-35 {
    padding: 35px !important;
  }

  .mt-desktop-35 {
    margin-top: 35px !important;
  }

  .mb-desktop-35 {
    margin-bottom: 35px !important;
  }

  .pt-desktop-35 {
    padding-top: 35px !important;
  }

  .pb-desktop-35 {
    padding-bottom: 35px !important;
  }

  .m-desktop-40 {
    margin: 40px !important;
  }

  .p-desktop-40 {
    padding: 40px !important;
  }

  .mt-desktop-40 {
    margin-top: 40px !important;
  }

  .mb-desktop-40 {
    margin-bottom: 40px !important;
  }

  .pt-desktop-40 {
    padding-top: 40px !important;
  }

  .pb-desktop-40 {
    padding-bottom: 40px !important;
  }

  .m-desktop-50 {
    margin: 50px !important;
  }

  .p-desktop-50 {
    padding: 50px !important;
  }

  .mt-desktop-50 {
    margin-top: 50px !important;
  }

  .mb-desktop-50 {
    margin-bottom: 50px !important;
  }

  .pt-desktop-50 {
    padding-top: 50px !important;
  }

  .pb-desktop-50 {
    padding-bottom: 50px !important;
  }

  .m-desktop-60 {
    margin: 60px !important;
  }

  .p-desktop-60 {
    padding: 60px !important;
  }

  .mt-desktop-60 {
    margin-top: 60px !important;
  }

  .mb-desktop-60 {
    margin-bottom: 60px !important;
  }

  .pt-desktop-60 {
    padding-top: 60px !important;
  }

  .pb-desktop-60 {
    padding-bottom: 60px !important;
  }

  .m-desktop-80 {
    margin: 80px !important;
  }

  .p-desktop-80 {
    padding: 80px !important;
  }

  .mt-desktop-80 {
    margin-top: 80px !important;
  }

  .mb-desktop-80 {
    margin-bottom: 80px !important;
  }

  .pt-desktop-80 {
    padding-top: 80px !important;
  }

  .pb-desktop-80 {
    padding-bottom: 80px !important;
  }

  .m-desktop-100 {
    margin: 100px !important;
  }

  .p-desktop-100 {
    padding: 100px !important;
  }

  .mt-desktop-100 {
    margin-top: 100px !important;
  }

  .mb-desktop-100 {
    margin-bottom: 100px !important;
  }

  .pt-desktop-100 {
    padding-top: 100px !important;
  }

  .pb-desktop-100 {
    padding-bottom: 100px !important;
  }
}
.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mh-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mv-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.bg-primary {
  background-color: #de1d25 !important;
}

.bg-secondary {
  background-color: #982632 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-gray-darkest {
  background-color: #333333 !important;
}

.bg-gray-darker {
  background-color: #3f3f3f !important;
}

.bg-gray-dark {
  background-color: #4e4e4e !important;
}

.bg-gray {
  background-color: #999999 !important;
}

.bg-gray-light {
  background-color: #b3b3b3 !important;
}

.bg-gray-lighter {
  background-color: #cfcfcf !important;
}

.bg-gray-very-light {
  background-color: #e0e0e0 !important;
}

.bg-gray-almost-white {
  background-color: #f0f0f0 !important;
}

.bg-red-light {
  background-color: #df8080 !important;
}

.bg-pink-light {
  background-color: #f7c4c6 !important;
}

.text-primary {
  color: #de1d25 !important;
}

.text-secondary {
  color: #982632 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.text-gray-darkest {
  color: #333333 !important;
}

.text-gray-darker {
  color: #3f3f3f !important;
}

.text-gray-dark {
  color: #4e4e4e !important;
}

.text-gray {
  color: #999999 !important;
}

.text-gray-light {
  color: #b3b3b3 !important;
}

.text-gray-lighter {
  color: #cfcfcf !important;
}

.text-gray-very-light {
  color: #e0e0e0 !important;
}

.text-gray-almost-white {
  color: #f0f0f0 !important;
}

.text-red-light {
  color: #df8080 !important;
}

.text-pink-light {
  color: #f7c4c6 !important;
}

.border-primary {
  border-color: #de1d25 !important;
}

.border-secondary {
  border-color: #982632 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-gray-darkest {
  border-color: #333333 !important;
}

.border-gray-darker {
  border-color: #3f3f3f !important;
}

.border-gray-dark {
  border-color: #4e4e4e !important;
}

.border-gray {
  border-color: #999999 !important;
}

.border-gray-light {
  border-color: #b3b3b3 !important;
}

.border-gray-lighter {
  border-color: #cfcfcf !important;
}

.border-gray-very-light {
  border-color: #e0e0e0 !important;
}

.border-gray-almost-white {
  border-color: #f0f0f0 !important;
}

.border-red-light {
  border-color: #df8080 !important;
}

.border-pink-light {
  border-color: #f7c4c6 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.text-transparent {
  color: transparent !important;
}

.border-transparent {
  border-color: transparent !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-brand {
  background-color: #de1d25 !important;
}

.text-white {
  background-color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.text-brand {
  color: #de1d25 !important;
}

.text-muted {
  color: #999999 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-brand {
  border-color: #de1d25 !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

.align-center {
  align-items: center !important;
}

.align-baseline {
  align-items: baseline !important;
}

.align-stretch {
  align-items: stretch !important;
}

.flex-1 {
  flex: 1 !important;
}

.flex-auto {
  flex: auto !important;
}

.flex-none {
  flex: none !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

@media (max-width: 479px) {
  .d-mobile-none {
    display: none !important;
  }

  .d-mobile-block {
    display: block !important;
  }

  .d-mobile-inline-block {
    display: inline-block !important;
  }

  .d-mobile-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-tablet-none {
    display: none !important;
  }

  .d-tablet-block {
    display: block !important;
  }

  .d-tablet-inline-block {
    display: inline-block !important;
  }

  .d-tablet-flex {
    display: flex !important;
  }
}
@media (min-width: 1024px) {
  .d-desktop-none {
    display: none !important;
  }

  .d-desktop-block {
    display: block !important;
  }

  .d-desktop-inline-block {
    display: inline-block !important;
  }

  .d-desktop-flex {
    display: flex !important;
  }
}
.w-100 {
  width: 100% !important;
}

.w-75 {
  width: 75% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100% !important;
}

.h-75 {
  height: 75% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

#header-basket .desktop-cart-area {
  display: block !important;
}
#header-basket .mobile-cart-area {
  display: none;
}
#header-basket .cart-contents {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 35px;
  padding: 0 12px;
  background: #ffffff;
  border: 1px solid #6f6f6f;
  border-radius: 3px;
  text-decoration: none;
  color: #3f3f3f;
  font-size: 12px;
  transition: border-color 0.2s ease;
}
#header-basket .cart-contents:hover {
  border-color: #de1d25;
}
#header-basket .cart-contents:hover i.icon-shopping-cart {
  color: #de1d25;
}
#header-basket .cart-contents i.icon-shopping-cart {
  font-size: 18px;
  color: #3f3f3f;
  transition: color 0.2s ease;
}
#header-basket .cart-contents .cart-amount {
  font-size: 15px;
  font-weight: bold;
  color: #3f3f3f;
}
#header-basket .cart-contents .cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  background: #de1d25;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 10px;
}
#header-basket > div > a {
  float: right;
  text-decoration: none;
  padding-right: 20px;
  color: #de1d25;
}
#header-basket > div > a i {
  font-size: 42px;
  display: inline-block;
}

.woocommerce .woocommerce-product-gallery,
.woocommerce-page .woocommerce-product-gallery {
  position: relative;
}

.sidebar,
#secondary,
.widget-area {
  background: #faf9f7;
  padding: 0;
}
.sidebar > *,
#secondary > *,
.widget-area > * {
  margin-bottom: 20px;
}

.sidebar-header,
.category-header,
.widget-title,
h3.widget-title {
  background-color: #d02239;
  color: #ffffff;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 0 0;
  box-shadow: 0 3px 8px rgba(208, 34, 57, 0.2);
  border-radius: 4px 4px 0 0;
}

.product-categories,
.category-list,
.widget_product_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border: 1px solid #e8e4e0;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.product-categories li,
.category-list li,
.widget_product_categories ul li {
  background: #ffffff;
  border-bottom: 1px solid #e8e4e0;
  border-left: 3px solid transparent;
  padding: 10px 16px;
  transition: all 0.2s ease;
  position: relative;
}
.product-categories li:last-child,
.category-list li:last-child,
.widget_product_categories ul li:last-child {
  border-bottom: none;
}
.product-categories li:hover,
.category-list li:hover,
.widget_product_categories ul li:hover {
  background-color: #fef8f5;
  border-left-color: #d02239;
  padding-left: 20px;
}
.product-categories li.current-cat, .product-categories li.current-cat-parent,
.category-list li.current-cat,
.category-list li.current-cat-parent,
.widget_product_categories ul li.current-cat,
.widget_product_categories ul li.current-cat-parent {
  background-color: #f5f2f0;
  border-left-color: #d02239;
  border-left-width: 4px;
  font-weight: 700;
}
.product-categories li.current-cat > a, .product-categories li.current-cat-parent > a,
.category-list li.current-cat > a,
.category-list li.current-cat-parent > a,
.widget_product_categories ul li.current-cat > a,
.widget_product_categories ul li.current-cat-parent > a {
  color: #d02239;
  font-weight: 700;
}
.product-categories li a,
.category-list li a,
.widget_product_categories ul li a {
  color: #3f3f3f;
  text-decoration: none;
  font-weight: 500;
  display: block;
  transition: all 0.2s ease;
}
.product-categories li a:hover,
.category-list li a:hover,
.widget_product_categories ul li a:hover {
  color: #d02239;
  font-weight: 600;
  padding-left: 5px;
}
.product-categories li .count,
.category-list li .count,
.widget_product_categories ul li .count {
  float: right;
  background: #f5f2f0;
  color: #4e4e4e;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 0.85em;
  font-weight: 600;
}
.product-categories li:hover .count,
.category-list li:hover .count,
.widget_product_categories ul li:hover .count {
  background: #d02239;
  color: #ffffff;
}
.product-categories li .children,
.category-list li .children,
.widget_product_categories ul li .children {
  margin: 8px 0 0 0;
  padding-left: 0;
  border-left: 2px solid #e8e4e0;
  margin-left: 12px;
}
.product-categories li .children li,
.category-list li .children li,
.widget_product_categories ul li .children li {
  padding: 6px 12px;
  font-size: 0.9em;
  border-bottom: none;
  border-left: 2px solid transparent;
}
.product-categories li .children li:hover,
.category-list li .children li:hover,
.widget_product_categories ul li .children li:hover {
  padding-left: 16px;
}

.widget_price_filter,
.widget_layered_nav {
  background: #ffffff;
  border: 1px solid #e8e4e0;
  border-radius: 4px;
  overflow: hidden;
}
.widget_price_filter .widget-title,
.widget_layered_nav .widget-title {
  margin: 0;
}
.widget_price_filter .price_slider,
.widget_layered_nav .price_slider {
  margin: 15px;
}
.widget_price_filter .price_slider_amount,
.widget_layered_nav .price_slider_amount {
  padding: 15px;
  background: #fef8f5;
}
.widget_price_filter .price_slider_amount .button,
.widget_layered_nav .price_slider_amount .button {
  background: #d02239 !important;
  color: #ffffff !important;
  font-weight: 600;
  padding: 8px 16px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(208, 34, 57, 0.2);
  transition: all 0.3s ease;
}
.widget_price_filter .price_slider_amount .button:hover,
.widget_layered_nav .price_slider_amount .button:hover {
  background: #a51b2a !important;
  box-shadow: 0 3px 8px rgba(208, 34, 57, 0.3);
  transform: translateY(-1px);
}
.widget_price_filter ul,
.widget_layered_nav ul {
  padding: 10px 0;
}
.widget_price_filter ul li,
.widget_layered_nav ul li {
  padding: 6px 16px;
  border-bottom: 1px solid #e8e4e0;
  transition: all 0.2s ease;
}
.widget_price_filter ul li:hover,
.widget_layered_nav ul li:hover {
  background: #fef8f5;
  padding-left: 20px;
}
.widget_price_filter ul li a,
.widget_layered_nav ul li a {
  color: #3f3f3f;
}
.widget_price_filter ul li a:hover,
.widget_layered_nav ul li a:hover {
  color: #d02239;
}
.widget_price_filter ul li.chosen,
.widget_layered_nav ul li.chosen {
  background: #f5f2f0;
  border-left: 3px solid #d02239;
  font-weight: 600;
}
.widget_price_filter ul li.chosen a,
.widget_layered_nav ul li.chosen a {
  color: #d02239;
}

.widget_product_search,
.widget_search {
  background: #ffffff;
  border: 1px solid #e8e4e0;
  border-radius: 4px;
  overflow: hidden;
}
.widget_product_search form,
.widget_search form {
  padding: 15px;
  background: #fef8f5;
}
.widget_product_search input[type=search],
.widget_product_search input[type=text],
.widget_search input[type=search],
.widget_search input[type=text] {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid #e8e4e0;
  border-radius: 3px;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
.widget_product_search input[type=search]:focus,
.widget_product_search input[type=text]:focus,
.widget_search input[type=search]:focus,
.widget_search input[type=text]:focus {
  border-color: #d02239;
  box-shadow: 0 0 0 3px rgba(208, 34, 57, 0.1);
  outline: none;
}
.widget_product_search button,
.widget_product_search input[type=submit],
.widget_search button,
.widget_search input[type=submit] {
  width: 100%;
  background: #d02239 !important;
  color: #ffffff !important;
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(208, 34, 57, 0.2);
}
.widget_product_search button:hover,
.widget_product_search input[type=submit]:hover,
.widget_search button:hover,
.widget_search input[type=submit]:hover {
  background: #a51b2a !important;
  box-shadow: 0 3px 8px rgba(208, 34, 57, 0.3);
  transform: translateY(-1px);
}

.widget_recent_products,
.widget_products,
.widget_top_rated_products {
  background: #ffffff;
  border: 1px solid #e8e4e0;
  border-radius: 4px;
  overflow: hidden;
}
.widget_recent_products ul,
.widget_products ul,
.widget_top_rated_products ul {
  padding: 10px;
}
.widget_recent_products ul li,
.widget_products ul li,
.widget_top_rated_products ul li {
  padding: 10px;
  border-bottom: 1px solid #e8e4e0;
  transition: all 0.2s ease;
}
.widget_recent_products ul li:last-child,
.widget_products ul li:last-child,
.widget_top_rated_products ul li:last-child {
  border-bottom: none;
}
.widget_recent_products ul li:hover,
.widget_products ul li:hover,
.widget_top_rated_products ul li:hover {
  background: #fef8f5;
}
.widget_recent_products ul li a,
.widget_products ul li a,
.widget_top_rated_products ul li a {
  color: #3f3f3f;
  font-weight: 500;
}
.widget_recent_products ul li a:hover,
.widget_products ul li a:hover,
.widget_top_rated_products ul li a:hover {
  color: #d02239;
}
.widget_recent_products ul li img,
.widget_products ul li img,
.widget_top_rated_products ul li img {
  border: 1px solid #e8e4e0;
  border-radius: 2px;
  transition: all 0.2s ease;
}
.widget_recent_products ul li:hover img,
.widget_products ul li:hover img,
.widget_top_rated_products ul li:hover img {
  border-color: #d02239;
}
.widget_recent_products ul li .product-title,
.widget_products ul li .product-title,
.widget_top_rated_products ul li .product-title {
  font-weight: 600;
  margin: 8px 0 4px 0;
}
.widget_recent_products ul li .amount,
.widget_products ul li .amount,
.widget_top_rated_products ul li .amount {
  color: #d02239;
  font-weight: 700;
}

.widget_product_tag_cloud,
.widget_tag_cloud {
  background: #ffffff;
  border: 1px solid #e8e4e0;
  border-radius: 4px;
  overflow: hidden;
}
.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud {
  padding: 15px;
}
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  background: #fef8f5;
  color: #3f3f3f;
  padding: 6px 12px;
  margin: 4px;
  border-radius: 3px;
  border: 1px solid #e8e4e0;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 500;
}
.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover {
  background: #d02239;
  color: #ffffff;
  border-color: #d02239;
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(208, 34, 57, 0.2);
}

.widget_rating_filter {
  background: #ffffff;
  border: 1px solid #e8e4e0;
  border-radius: 4px;
  overflow: hidden;
}
.widget_rating_filter ul {
  padding: 10px 0;
}
.widget_rating_filter ul li {
  padding: 8px 16px;
  transition: all 0.2s ease;
}
.widget_rating_filter ul li:hover {
  background: #fef8f5;
}
.widget_rating_filter ul li a {
  color: #3f3f3f;
}
.widget_rating_filter ul li a:hover {
  color: #d02239;
}
.widget_rating_filter ul li .star-rating {
  color: #d02239;
}

.widget_layered_nav_filters {
  background: #fef8f5;
  border: 2px solid #d02239;
  border-radius: 4px;
  overflow: hidden;
}
.widget_layered_nav_filters ul {
  padding: 10px;
}
.widget_layered_nav_filters ul li {
  background: #ffffff;
  padding: 8px 12px;
  margin: 5px;
  border-radius: 3px;
  border-left: 3px solid #d02239;
}
.widget_layered_nav_filters ul li a {
  color: #3f3f3f;
  font-weight: 600;
}
.widget_layered_nav_filters ul li a:hover {
  color: #d02239;
}

#site-footer {
  background: #f8f8f8 !important;
  border-top: 1px solid #e0e0e0 !important;
  padding: 32px 16px !important;
  color: #3f3f3f !important;
  font-size: 0.95rem !important;
  text-align: center !important;
  margin-top: 48px !important;
  display: block !important;
  clear: both !important;
}

.footer-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 16px !important;
}

.footer-nav {
  width: 100% !important;
  display: block !important;
}
.footer-nav ul {
  list-style: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
}
.footer-nav li {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  display: inline-flex !important;
}
.footer-nav a {
  color: #de1d25 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
  display: inline-block !important;
}
.footer-nav a:hover {
  color: #a81218 !important;
  text-decoration: underline !important;
}

.footer-links {
  list-style: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#site-footer .copyright {
  font-size: 0.85rem !important;
  color: #666 !important;
  margin: 0 !important;
  padding: 0 !important;
}
#site-footer .copyright a {
  color: #de1d25 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
}
#site-footer .copyright a:hover {
  color: #a81218 !important;
  text-decoration: underline !important;
}

@media (max-width: 600px) {
  #site-footer {
    padding: 24px 12px !important;
    margin-top: 32px !important;
  }

  .footer-inner {
    gap: 12px !important;
  }

  .footer-nav ul,
.footer-links {
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
  }

  #site-footer .copyright {
    font-size: 0.8rem !important;
  }
}
.navbar-wrapper {
  background-color: #de1d25;
  width: 100%;
  min-height: 48px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.navbar-wrapper .ye-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 40px;
}

#menu-main-navigation,
.main-nav {
  background-color: transparent;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex: 1 1 auto;
}
#menu-main-navigation li,
.main-nav li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  align-items: center;
  height: 48px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#menu-main-navigation li:last-child,
.main-nav li:last-child {
  border-right: none;
}
#menu-main-navigation li a,
.main-nav li a {
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 0 16px;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
#menu-main-navigation li a:hover,
.main-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  text-decoration: none !important;
}
#menu-main-navigation li.current-menu-item > a,
.main-nav li.current-menu-item > a {
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.2);
}
#menu-main-navigation li.current-page-item > a,
.main-nav li.current-page-item > a {
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.2);
}
#menu-main-navigation li > a.current,
.main-nav li > a.current {
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .navbar-wrapper {
    min-height: auto;
  }
  .navbar-wrapper .ye-container {
    padding: 0 20px;
  }

  #menu-main-navigation,
.main-nav {
    flex-direction: column;
    width: 100%;
  }
  #menu-main-navigation li,
.main-nav li {
    flex: 1 1 100% !important;
    height: auto;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #menu-main-navigation li:last-child,
.main-nav li:last-child {
    border-bottom: none;
  }
  #menu-main-navigation li a,
.main-nav li a {
    width: 100%;
    padding: 12px 20px;
    height: auto;
    min-height: 44px;
  }
}
@media (max-width: 480px) {
  .navbar-wrapper .ye-container {
    padding: 0 16px;
  }

  #menu-main-navigation,
.main-nav li a {
    padding: 12px 16px;
    font-size: 13px;
  }
}
#search {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 8px;
}
#search .search-input-wrapper {
  display: flex;
  align-items: center;
  height: 36px;
  border-radius: 3px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #9d9d9d;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
#search .search-input-wrapper:focus-within {
  border-color: #de1d25;
}
#search input[type=text],
#search input[name=find] {
  margin: 0;
  padding: 8px 12px;
  border: none;
  outline: none;
  background: transparent;
  color: #3f3f3f;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  width: 160px;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
#search input[type=text]::placeholder,
#search input[name=find]::placeholder {
  color: #999999;
}
#search input[type=text]:focus,
#search input[name=find]:focus {
  background-color: #fafafa;
}
#search input[type=text]:hover,
#search input[name=find]:hover {
  background-color: #fcfcfc;
}
#search button,
#search input[type=submit],
#search .search-button {
  margin: 0;
  padding: 0 12px;
  border: none;
  background: transparent;
  color: #de1d25;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: color 0.2s ease;
  outline: none;
}
#search button:hover,
#search input[type=submit]:hover,
#search .search-button:hover {
  color: #a12530;
}
#search button:focus,
#search input[type=submit]:focus,
#search .search-button:focus {
  outline: 2px solid #de1d25;
  outline-offset: -2px;
}
#search button i,
#search input[type=submit] i,
#search .search-button i {
  font-size: 14px;
}

@media (max-width: 1024px) {
  #search input[type=text],
#search input[name=find] {
    width: 140px;
  }
}
@media (max-width: 768px) {
  #search {
    display: none;
  }
}
@media (max-width: 480px) {
  #search {
    display: none;
  }
}
#subnav ul {
  margin: 0px 20px 4px 20px;
  padding: 0px;
  list-style: none;
}
#subnav ul li {
  margin: 0px 0px 4px 0px;
  padding: 0px;
  list-style: none;
}
#subnav ul li a {
  margin: 0px;
  padding: 10px 12px;
  font-size: 1.5em;
  font-weight: 600;
  display: block;
  color: #3f3f3f;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}
#subnav ul li a:hover, #subnav ul li a.current-menu-item {
  color: #de1d25;
  background-color: #faf9f7;
  padding-left: 16px;
}

ul.products li .cat-title-content {
  background: #c41921 !important;
  padding: 10px 6px !important;
  position: static !important;
  top: auto !important;
  border-top: none !important;
  width: auto !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  flex-grow: 1 !important;
}
ul.products li .cat-title-content h3 {
  font-size: 0.9rem !important;
  min-height: auto !important;
  max-height: none !important;
  height: auto !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border-bottom: none !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  font-weight: 600 !important;
}
ul.products li .cat-title-content p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.85rem !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
ul.products li .cat-title-content p a {
  color: #fff !important;
  display: inline-block !important;
  font-weight: 400 !important;
  transition: color 0.2s ease !important;
}
ul.products li .cat-title-content p a:hover {
  color: #fcfbfe !important;
  text-decoration: none !important;
}
ul.products li .cat-title-content p span {
  display: none !important;
}
ul.products li .cat-title-content a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}
ul.products li .cat-title-content a:hover {
  color: #fcfbfe !important;
  text-decoration: none !important;
}

/**
 * PhotoSwipe 5 - Custom Styling
 * Light semi-transparent background + hidden close button
 */
/* Hide the default close button */
.pswp__button--close {
  display: none !important;
}

.pswp {
  --pswp-bg: rgba(0, 0, 0, 0.4) !important;
  /* 40% black for better contrast */
  --pswp-root-z-index: 1500;
  --pswp-root-opacity: 1;
  --pswp-placeholder-bg: transparent;
  --pswp-shadow-color: rgba(0, 0, 0, 0.1);
  --pswp-preloader-color: #d02239;
  --pswp-preloader-color-secondary: rgba(208, 34, 57, 0.3);
}

/* Image display */
.pswp__img {
  max-width: 95%;
  height: auto;
}

/* Top toolbar */
.pswp__top-bar {
  background: transparent;
}

/* Counter */
.pswp__counter {
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

/* Navigation buttons */
.pswp__button--arrow {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.pswp__button--arrow:hover {
  background: rgba(208, 34, 57, 0.9);
}

.button,
.btn,
.btn-primary,
input[type=submit],
button[type=submit],
.wp-block-button__link {
  background-color: #d02239 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 12px 24px !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: 0 3px 8px rgba(208, 34, 57, 0.25) !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  font-size: 0.9em;
}
.button:hover,
.btn:hover,
.btn-primary:hover,
input[type=submit]:hover,
button[type=submit]:hover,
.wp-block-button__link:hover {
  background-color: #a51b2a !important;
  box-shadow: 0 5px 15px rgba(208, 34, 57, 0.35) !important;
  transform: translateY(-2px);
  color: #ffffff !important;
}
.button:active,
.btn:active,
.btn-primary:active,
input[type=submit]:active,
button[type=submit]:active,
.wp-block-button__link:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(208, 34, 57, 0.2) !important;
}
.button:focus,
.btn:focus,
.btn-primary:focus,
input[type=submit]:focus,
button[type=submit]:focus,
.wp-block-button__link:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(208, 34, 57, 0.2) !important;
}

.button.secondary,
.btn-secondary,
.button.alt-secondary {
  background-color: #ffffff !important;
  color: #d02239 !important;
  border: 2px solid #d02239 !important;
  box-shadow: 0 2px 6px rgba(208, 34, 57, 0.15) !important;
}
.button.secondary:hover,
.btn-secondary:hover,
.button.alt-secondary:hover {
  background-color: #d02239 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(208, 34, 57, 0.25) !important;
}

.button.small,
.btn-small {
  padding: 8px 16px !important;
  font-size: 0.85em !important;
}

.button.large,
.btn-large {
  padding: 16px 32px !important;
  font-size: 1.1em !important;
}

.button.full-width,
.btn-block {
  width: 100% !important;
  display: block !important;
}

.button:disabled,
.button.disabled,
.btn:disabled {
  background-color: #cfcfcf !important;
  color: #8c8c8c !important;
  cursor: not-allowed;
  box-shadow: none !important;
}
.button:disabled:hover,
.button.disabled:hover,
.btn:disabled:hover {
  transform: none;
  background-color: #cfcfcf !important;
  box-shadow: none !important;
}

.button-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.button-group .button {
  flex: 1;
  min-width: 120px;
}

.button-icon {
  padding: 10px 16px !important;
}
.button-icon:before {
  margin-right: 8px;
}

.button.loading {
  position: relative;
  color: transparent !important;
}
.button.loading:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: button-loading-spinner 0.6s linear infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.add_to_cart_button,
.single_add_to_cart_button,
.checkout-button {
  font-weight: 700 !important;
  text-transform: uppercase;
}

.added_to_cart {
  background-color: #4e4e4e !important;
  margin-left: 8px;
  padding: 8px 16px !important;
  font-size: 0.85em !important;
}
.added_to_cart:hover {
  background-color: #333333 !important;
}

.button[name=update_cart] {
  background-color: #4e4e4e !important;
}
.button[name=update_cart]:hover {
  background-color: #333333 !important;
}

.button[name=apply_coupon] {
  padding: 10px 20px !important;
}

#place_order {
  font-size: 1.1em !important;
  padding: 16px 32px !important;
  width: 100%;
}

.wc-backward {
  background-color: #8c8c8c !important;
}
.wc-backward:hover {
  background-color: #4e4e4e !important;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search],
input[type=url],
textarea,
select {
  border: 2px solid #e8e4e0;
  padding: 10px 12px;
  border-radius: 3px;
  font-size: 1em;
  transition: all 0.2s ease;
  background: #ffffff;
  color: #3f3f3f;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  border-color: #d02239;
  box-shadow: 0 0 0 3px rgba(208, 34, 57, 0.1);
  outline: none;
  background: #ffffff;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=url]:hover,
textarea:hover,
select:hover {
  border-color: #8c8c8c;
}

input[type=checkbox],
input[type=radio] {
  width: 18px;
  height: 18px;
  border: 2px solid #e8e4e0;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #d02239;
  border-color: #d02239;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  box-shadow: 0 0 0 3px rgba(208, 34, 57, 0.1);
  outline: none;
}

label {
  color: #333333;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

.required {
  color: #d02239;
  font-weight: 700;
}

.woocommerce-error input,
.woocommerce-error textarea,
.woocommerce-error select,
.woocommerce-invalid input,
.woocommerce-invalid textarea,
.woocommerce-invalid select {
  border-color: #bf0000 !important;
  background: rgba(191, 0, 0, 0.05);
}

.woocommerce-validated input,
.woocommerce-validated textarea,
.woocommerce-validated select {
  border-color: #de1d25 !important;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 24px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}
.woocommerce-MyAccount-navigation li {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
}

.woocommerce-MyAccount-navigation a {
  background-color: #fff !important;
  border: 2px solid #d02239 !important;
  color: #d02239 !important;
  padding: 10px 16px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.95rem !important;
  transition: all 0.3s ease !important;
  min-height: 40px !important;
}
.woocommerce-MyAccount-navigation a:hover {
  background-color: #d02239 !important;
  color: #fff !important;
  border-color: #d02239 !important;
}
.woocommerce-MyAccount-navigation a:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(222, 29, 37, 0.2) !important;
}

.woocommerce-MyAccount-navigation li.is-active a {
  background-color: #d02239 !important;
  color: #fff !important;
  border-color: #d02239 !important;
  font-weight: 700 !important;
}

.card,
.product-card,
.product-item,
.category-card {
  background: #fef8f5;
  border: 1px solid #e8e4e0;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.card:hover,
.product-card:hover,
.product-item:hover,
.category-card:hover {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
  border-color: #d02239;
}

ul.products li.product {
  background: #fef8f5;
  border: 1px solid #e8e4e0;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
}
ul.products li.product:hover {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
  border-color: #d02239;
}
ul.products li.product:hover .woocommerce-loop-product__title {
  color: #d02239;
}
ul.products li.product .attachment-woocommerce_thumbnail,
ul.products li.product img {
  background: #ffffff;
  border: 1px solid #e8e4e0;
  border-radius: 2px;
  padding: 5px;
  transition: all 0.3s ease;
}
ul.products li.product:hover img {
  border-color: #d02239;
}
ul.products li.product .woocommerce-loop-product__title {
  color: #333333;
  font-weight: 600;
  font-size: 1em;
  margin: 10px 0;
  transition: color 0.2s ease;
}
ul.products li.product .price {
  color: #d02239;
  font-weight: 700;
  font-size: 1.2em;
}
ul.products li.product .button {
  background-color: #d02239 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 8px 16px !important;
  font-weight: 600 !important;
  border-radius: 3px !important;
  box-shadow: 0 2px 6px rgba(208, 34, 57, 0.2) !important;
  transition: all 0.3s ease !important;
}
ul.products li.product .button:hover {
  background-color: #a51b2a !important;
  box-shadow: 0 4px 10px rgba(208, 34, 57, 0.3) !important;
  transform: translateY(-2px);
}

.category-box {
  background: #fef8f5;
  border: 1px solid #e8e4e0;
  border-top: 3px solid #d02239;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  overflow: hidden;
}
.category-box:hover {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(208, 34, 57, 0.15);
  transform: translateY(-3px);
  border-top-width: 4px;
}
.category-box:hover .cat-title-content,
.category-box:hover .woocommerce-loop-category__title {
  background-color: #a51b2a;
}
.category-box img {
  transition: all 0.3s ease;
}
.category-box:hover img {
  transform: scale(1.05);
}

ul.products li.product-category {
  background: transparent !important;
  border: none !important;
  border-top: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: none !important;
  overflow: visible !important;
}
ul.products li.product-category:hover {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  border-top-width: 1px !important;
}

.info-box,
.notice,
.alert,
.woocommerce-info,
.woocommerce-message {
  background: #fef8f5;
  border-left: 4px solid #d02239;
  padding: 14px 18px 14px 48px;
  margin: 16px 0;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  color: #3f3f3f;
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
  min-height: 48px;
}
.info-box:before,
.notice:before,
.alert:before,
.woocommerce-info:before,
.woocommerce-message:before {
  color: #d02239;
  font-weight: 700;
  margin-right: 8px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 1;
}
.info-box a,
.notice a,
.alert a,
.woocommerce-info a,
.woocommerce-message a {
  color: #d02239;
  font-weight: 600;
  text-decoration: underline;
}
.info-box a:hover,
.notice a:hover,
.alert a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
  color: #a51b2a;
}

.woocommerce-error {
  border-left-color: #bf0000;
  background: rgba(191, 0, 0, 0.05);
}
.woocommerce-error:before {
  color: #bf0000;
}

.widget {
  background: #fef8f5;
  border: 1px solid #e8e4e0;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.widget .widget-title {
  background: #d02239;
  color: #ffffff;
  margin: -16px -16px 16px -16px;
  padding: 12px 16px;
  font-weight: 700;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 2px 6px rgba(208, 34, 57, 0.15);
}
.widget ul li {
  padding: 6px 0;
  border-bottom: 1px solid #e8e4e0;
  transition: all 0.2s ease;
}
.widget ul li:hover {
  padding-left: 5px;
  border-left: 3px solid #d02239;
}
.widget ul li a {
  color: #3f3f3f;
  transition: color 0.2s ease;
}
.widget ul li a:hover {
  color: #d02239;
  font-weight: 600;
}

.content-section,
.page-section {
  background: #faf9f7;
  padding: 30px;
  margin: 20px 0;
  border-radius: 6px;
  border: 1px solid #e8e4e0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.content-section h2,
.content-section h3,
.page-section h2,
.page-section h3 {
  color: #333333;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #d02239;
  margin-bottom: 16px;
  display: inline-block;
}

.cart_totals,
.woocommerce-checkout-review-order {
  background: #fef8f5;
  border: 2px solid #d02239;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(208, 34, 57, 0.1);
}
.cart_totals h2,
.woocommerce-checkout-review-order h2 {
  color: #333333;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d02239;
}
.cart_totals table th,
.woocommerce-checkout-review-order table th {
  background: #f5f2f0;
  color: #333333;
  font-weight: 700;
  padding: 12px;
}
.cart_totals table td,
.woocommerce-checkout-review-order table td {
  padding: 12px;
}
.cart_totals table td.product-total,
.woocommerce-checkout-review-order table td.product-total {
  color: #d02239;
  font-weight: 700;
  font-size: 1.1em;
}
.cart_totals table tr.order-total th,
.cart_totals table tr.order-total td,
.woocommerce-checkout-review-order table tr.order-total th,
.woocommerce-checkout-review-order table tr.order-total td {
  background: #f5f2f0;
  font-size: 1.2em;
  font-weight: 700;
  color: #d02239;
}

.comment,
.review {
  background: #fef8f5;
  border: 1px solid #e8e4e0;
  border-left: 3px solid #d02239;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.comment .star-rating,
.review .star-rating {
  color: #d02239;
}
.comment .comment-text,
.review .comment-text {
  color: #3f3f3f;
  line-height: 1.6;
}

.woocommerce-product-details__short-description,
.product-description,
.product-info,
.woocommerce-Tabs-panel {
  border-left: 4px solid #d02239;
  padding-left: 16px;
  background-color: #fef8f5;
  padding: 16px;
  margin: 16px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.woocommerce-product-details__short-description:hover,
.product-description:hover,
.product-info:hover,
.woocommerce-Tabs-panel:hover {
  background-color: #f5f2f0;
  box-shadow: 0 2px 8px rgba(208, 34, 57, 0.08);
}

.woocommerce-Price-amount,
.product-price,
.price,
.price ins,
.woocommerce-variation-price .price {
  color: #d02239 !important;
  font-weight: 700 !important;
  font-size: 1.4em !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.price del {
  color: #8c8c8c;
  font-size: 0.9em;
}

.product_title,
.woocommerce-loop-product__title,
h1.product_title,
h2.woocommerce-loop-product__title {
  font-size: 1.4em !important;
  font-weight: 700 !important;
  color: #333333 !important;
  margin-bottom: 12px !important;
  letter-spacing: 0.3px;
  line-height: 1.3;
}

.product_meta,
.sku_wrapper,
.product-code {
  color: #6f6f6f;
  font-size: 0.85em;
  margin: 8px 0;
  font-family: "Courier New", monospace;
}
.product_meta .sku,
.sku_wrapper .sku,
.product-code .sku {
  font-weight: 600;
  color: #4e4e4e;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
  background: #ffffff;
  border: 2px solid #e8e4e0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a {
  cursor: zoom-in;
  display: block;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a:hover {
  opacity: 0.95;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:hover {
  border-color: #d02239;
  box-shadow: 0 4px 12px rgba(208, 34, 57, 0.15);
}
.woocommerce-product-gallery .flex-control-thumbs li img {
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid #e8e4e0;
}
.woocommerce-product-gallery .flex-control-thumbs li img:hover {
  border-color: #d02239;
  opacity: 1;
}

.stock,
.in-stock,
.out-of-stock,
.stock-info {
  background: #fef8f5;
  border-left: 4px solid #d02239;
  padding: 10px 14px;
  margin: 10px 0;
  border-radius: 2px;
  font-weight: 600;
  display: inline-block;
}
.stock.in-stock,
.in-stock.in-stock,
.out-of-stock.in-stock,
.stock-info.in-stock {
  color: #333333;
}
.stock.in-stock:before,
.in-stock.in-stock:before,
.out-of-stock.in-stock:before,
.stock-info.in-stock:before {
  content: "✓ ";
  color: #d02239;
  font-weight: 700;
  margin-right: 6px;
}
.stock.out-of-stock,
.in-stock.out-of-stock,
.out-of-stock.out-of-stock,
.stock-info.out-of-stock {
  border-left-color: #8c8c8c;
  background: #e0e0e0;
  color: #4e4e4e;
}

.quantity input.qty,
.quantity input[type=number] {
  border: 2px solid #e8e4e0;
  padding: 10px;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.quantity input.qty:focus,
.quantity input[type=number]:focus {
  border-color: #d02239;
  box-shadow: 0 0 0 3px rgba(208, 34, 57, 0.1);
  outline: none;
}

.single_add_to_cart_button,
.button.alt,
.add_to_cart_button,
.product_type_simple,
.button.product_type_simple {
  background-color: #d02239 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 12px 28px !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: 0 3px 8px rgba(208, 34, 57, 0.25) !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single_add_to_cart_button:hover,
.button.alt:hover,
.add_to_cart_button:hover,
.product_type_simple:hover,
.button.product_type_simple:hover {
  background-color: #a51b2a !important;
  box-shadow: 0 5px 15px rgba(208, 34, 57, 0.35) !important;
  transform: translateY(-2px);
}
.single_add_to_cart_button:active,
.button.alt:active,
.add_to_cart_button:active,
.product_type_simple:active,
.button.product_type_simple:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(208, 34, 57, 0.2) !important;
}

.woocommerce-tabs ul.tabs {
  border-bottom: 2px solid #e8e4e0;
}
.woocommerce-tabs ul.tabs li {
  background: #f5f2f0;
  border: 1px solid #e8e4e0;
  transition: all 0.2s ease;
}
.woocommerce-tabs ul.tabs li:hover {
  background: #fef8f5;
}
.woocommerce-tabs ul.tabs li.active {
  background: #ffffff;
  border-bottom-color: #ffffff;
  border-top: 3px solid #d02239;
}
.woocommerce-tabs ul.tabs li.active a {
  color: #d02239;
  font-weight: 700;
}
.woocommerce-tabs ul.tabs li a {
  color: #3f3f3f;
  font-weight: 600;
  padding: 12px 20px;
}

.woocommerce-product-attributes {
  border: 1px solid #e8e4e0;
}
.woocommerce-product-attributes tr:nth-child(even) {
  background: #fef8f5;
}
.woocommerce-product-attributes tr th {
  background: #f5f2f0;
  color: #333333;
  font-weight: 700;
  border-right: 2px solid #d02239;
  padding: 10px 12px;
}
.woocommerce-product-attributes tr td {
  padding: 10px 12px;
  color: #3f3f3f;
}

.related.products,
.upsells.products,
.cross-sells {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 3px solid #e8e4e0;
}
.related.products h2,
.upsells.products h2,
.cross-sells h2 {
  color: #333333;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #d02239;
  margin-bottom: 20px;
  display: inline-block;
}
.related.products ul.products li.product,
.upsells.products ul.products li.product,
.cross-sells ul.products li.product {
  background: #fef8f5;
  border: 1px solid #e8e4e0;
  padding: 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.related.products ul.products li.product:hover,
.upsells.products ul.products li.product:hover,
.cross-sells ul.products li.product:hover {
  background: #ffffff;
  border-color: #d02239;
  box-shadow: 0 4px 12px rgba(208, 34, 57, 0.12);
  transform: translateY(-3px);
}

.product-features h3,
.key-features h3,
.features-list h3 {
  color: #333333;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 2px solid #d02239;
  margin-bottom: 12px;
}
.product-features ul,
.key-features ul,
.features-list ul {
  list-style: none;
  padding-left: 0;
}
.product-features ul li,
.key-features ul li,
.features-list ul li {
  margin-bottom: 10px;
  color: #3f3f3f;
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
}
.product-features ul li:before,
.key-features ul li:before,
.features-list ul li:before {
  content: "✓";
  color: #d02239;
  font-weight: 700;
  font-size: 1.1em;
  position: absolute;
  left: 0;
  top: 0;
}

.summary.entry-summary {
  background: #faf9f7;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #e8e4e0;
}

.variations select {
  border: 2px solid #e8e4e0;
  padding: 8px 12px;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.variations select:focus {
  border-color: #d02239;
  box-shadow: 0 0 0 3px rgba(208, 34, 57, 0.1);
  outline: none;
}
.variations .label {
  color: #333333;
  font-weight: 600;
}

.product-category-showall-wrapper * {
  box-sizing: border-box;
}

.product-category-showall-wrapper {
  border: 1px solid #ccc;
  margin: 0 0 9px 0;
  background-color: #fff;
  list-style-type: none;
}

.product-category-showall-title {
  background-color: #cccccc;
  padding: 6px 12px;
}

.product-category-showall-title a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.product-category-showall-content {
  padding: 6px 7px;
}

.product-category-showall-content-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.product-category-showall-content-inner * {
  box-sizing: border-box;
}

.product-category-showall-content-inner .col-3 {
  width: 25%;
  padding: 0 10px;
  margin: 0 0 13px 0;
}

.product-showall {
  height: 100%;
  background-color: #f4f4f4;
  position: relative;
  padding: 0 0 39px 0;
}

.product-showall.with-addtocart {
  padding: 0 0 99px 0;
}

.product-showall-thumb {
  height: 170px;
  border-top: 1px solid #f7c4c6;
  border-left: 1px solid #f7c4c6;
  border-right: 1px solid #f7c4c6;
  background-color: #fff;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-showall-code {
  background-color: #de1d25;
  padding: 6px 4px;
  color: #fff;
  font-size: 10px;
}

.product-showall-title {
  background-color: #f4f4f4;
  padding: 10px 10px 0px 15px;
}

.product-showall-title a {
  text-decoration: none;
  color: #222;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  transition: all 0.2s ease 0s;
}

.product-showall-title a:hover,
.product-showall-title a:focus {
  color: #de1d25;
}

.product-showall-price {
  background-color: #f4f4f4;
  padding: 10px 4px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 39px;
  text-align: center;
}

.product-showall-price .price {
  margin: 0 10px 5px;
  text-align: left;
}

.product-showall.with-addtocart .product-showall-price {
  height: 99px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0px;
}

.product-showall .atb-container {
  width: 100%;
}

.product-showall .single_add_to_cart_button {
  transition: all 0.2s ease 0s;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
  height: 35px;
  line-height: 25px;
  padding: 5px 55px 5px 7px;
  width: 100%;
}

.product-showall div.atb-input {
  width: 42px;
  height: 25px;
  top: 5px;
  right: 5px;
}

.product-showall div.atb-input input.qty {
  width: 42px;
  height: 25px;
  padding: 0 0 0 2px;
}

@media (max-width: 576px) {
  .product-category-showall-content-inner .col-3 {
    width: 50%;
  }

  .product-showall-price .price {
    text-align: center;
  }
}
/* JPS Add to cart - Flexbox layout */
.jps-addtocart-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}

.jps-addtocart-wrapper .quantity {
  flex: 0 0 auto;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jps-addtocart-wrapper .quantity input.qty {
  width: 100%;
  height: 32px;
  padding: 0 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.jps-addtocart {
  flex: 1;
  transition: all 0.2s ease 0s;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
  height: 35px;
  line-height: 25px;
  padding: 5px 12px;
  width: auto;
  border-radius: 3px !important;
  text-align: center;
  overflow: hidden !important;
  outline: none !important;
  color: #fff !important;
  text-decoration: none;
  background-color: #de1d25;
  border: 0 solid #fff;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jps-addtocart:hover {
  background-color: #a51b2a;
}

.jps-addtocart .mobile {
  display: none;
}

@media (max-width: 600px) {
  .jps-addtocart .mobile {
    display: inline;
  }

  .jps-addtocart .desktop {
    display: none;
  }
}
/* Related Single */
.relatedsingle .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}

.relatedsingle .quantity .minus {
  padding: 2px 3.5px;
}

.relatedsingle .quantity .plus {
  padding: 2px;
}

.relatedsingle div.atb-input {
  width: 60px;
  height: 32px;
  top: 8px;
  right: 5px;
}

.relatedsingle div.atb-input input.qty {
  float: none;
  text-align: center;
  width: 20px;
}

table.order_details,
#order_review table,
.woocommerce-table--order-details {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-bottom: 24px !important;
  background: #fff !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 4px !important;
}

table.order_details thead th,
#order_review table thead th,
.woocommerce-table--order-details thead th {
  background-color: #f8f8f8 !important;
  color: #3f3f3f !important;
  padding: 12px 16px !important;
  text-align: left !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  border-bottom: 2px solid #de1d25 !important;
}

table.order_details thead th:last-child,
#order_review table thead th:last-child,
.woocommerce-table--order-details thead th:last-child {
  text-align: right !important;
}

table.order_details tbody td,
#order_review table tbody td,
.woocommerce-table--order-details tbody td {
  padding: 12px 16px !important;
  color: #3f3f3f !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  border-bottom: 1px solid #e3e3e3 !important;
  vertical-align: middle !important;
}

td.product-name,
table.order_details .product-name {
  font-weight: 600 !important;
  color: #3f3f3f !important;
  font-size: 1rem !important;
  margin-bottom: 4px !important;
}

td.product-name a,
table.order_details .product-name a {
  color: #de1d25 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  display: inline !important;
  transition: color 0.2s ease !important;
}
td.product-name a:hover,
table.order_details .product-name a:hover {
  color: #a81218 !important;
  text-decoration: underline !important;
}

table.order_details a,
#order_review table a,
.woocommerce-table--order-details a {
  color: #de1d25 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
}
table.order_details a:hover,
#order_review table a:hover,
.woocommerce-table--order-details a:hover {
  color: #a81218 !important;
  text-decoration: underline !important;
}

td.product-total,
.product-total,
td.order-total,
.order-total {
  text-align: right !important;
  font-weight: 700 !important;
  color: #de1d25 !important;
  font-size: 1.05rem !important;
  padding-right: 16px !important;
}

table.woocommerce-table--order-totals,
.order-total,
.order-totals {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 24px 0 !important;
}

table.woocommerce-table--order-totals tr,
.order-total tr {
  border-bottom: 1px solid #e3e3e3 !important;
  display: table-row !important;
}

table.woocommerce-table--order-totals th,
table.woocommerce-table--order-totals td.label,
.order-total th,
.order-total td.label {
  text-align: left !important;
  padding: 12px 16px !important;
  color: #3f3f3f !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  width: 60% !important;
}

table.woocommerce-table--order-totals td.amount,
.order-total td.amount {
  text-align: right !important;
  padding: 12px 16px !important;
  color: #de1d25 !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  width: 40% !important;
}

table.woocommerce-table--order-totals tr td:last-child,
.order-total tr td:last-child {
  text-align: right !important;
  padding: 12px 16px !important;
  color: #de1d25 !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}

table.woocommerce-table--order-totals tr.order-total,
table.woocommerce-table--order-totals tr:last-child,
.order-total tr.order-total,
.order-total tr:last-child {
  background-color: #f8f8f8 !important;
  border-top: 2px solid #de1d25 !important;
  border-bottom: 2px solid #de1d25 !important;
  font-weight: 700 !important;
}

table.woocommerce-table--order-totals tr.order-total td,
table.woocommerce-table--order-totals tr:last-child td,
.order-total tr.order-total td,
.order-total tr:last-child td {
  padding: 14px 16px !important;
  font-size: 1.1rem !important;
}

.order-status {
  display: inline-block !important;
  padding: 4px 12px !important;
  background-color: #f8f8f8 !important;
  color: #3f3f3f !important;
  border-radius: 4px !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  border: 1px solid #e3e3e3 !important;
}

.order-status.processing,
.order-status.completed,
.order-status.shipped {
  background-color: #e8f5e9 !important;
  color: #2e7d32 !important;
  border-color: #2e7d32 !important;
}

.order-status.pending,
.order-status.on-hold {
  background-color: #fff3e0 !important;
  color: #e65100 !important;
  border-color: #e65100 !important;
}

.order-status.cancelled,
.order-status.failed,
.order-status.refunded {
  background-color: #ffebee !important;
  color: #c62828 !important;
  border-color: #c62828 !important;
}

table.shop_table {
  width: 100% !important;
  margin-bottom: 24px !important;
  background: #fff !important;
  border-collapse: collapse !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}
table.shop_table th {
  background-color: #f8f8f8 !important;
  color: #3f3f3f !important;
  padding: 12px 16px !important;
  text-align: left !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  border-bottom: 2px solid #de1d25 !important;
}
table.shop_table td {
  padding: 12px 16px !important;
  color: #3f3f3f !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  border-bottom: 1px solid #e3e3e3 !important;
  vertical-align: middle !important;
  text-align: right !important;
}
table.shop_table a {
  color: #de1d25 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
}
table.shop_table a:hover {
  color: #a81218 !important;
  text-decoration: underline !important;
}

.cart_totals table.shop_table th,
.cart_totals table.shop_table_responsive th {
  text-align: left !important;
  font-weight: 600 !important;
  width: 50% !important;
}
.cart_totals table.shop_table td,
.cart_totals table.shop_table_responsive td {
  text-align: right !important;
  font-weight: 700 !important;
  color: #de1d25 !important;
  width: 50% !important;
}
.cart_totals table.shop_table td[data-title],
.cart_totals table.shop_table_responsive td[data-title] {
  text-align: right !important;
}
.cart_totals table.shop_table tr.order-total,
.cart_totals table.shop_table_responsive tr.order-total {
  background-color: #f8f8f8 !important;
  border-top: 2px solid #de1d25 !important;
  border-bottom: 2px solid #de1d25 !important;
}
.cart_totals table.shop_table tr.order-total th,
.cart_totals table.shop_table tr.order-total td,
.cart_totals table.shop_table_responsive tr.order-total th,
.cart_totals table.shop_table_responsive tr.order-total td {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  padding: 14px 16px !important;
}
.cart_totals table.shop_table tr.order-total th,
.cart_totals table.shop_table_responsive tr.order-total th {
  text-align: left !important;
}
.cart_totals table.shop_table tr.order-total td,
.cart_totals table.shop_table_responsive tr.order-total td {
  text-align: right !important;
  color: #de1d25 !important;
}
.cart_totals table.shop_table tr.cart-subtotal th,
.cart_totals table.shop_table_responsive tr.cart-subtotal th {
  text-align: left !important;
}
.cart_totals table.shop_table tr.cart-subtotal td,
.cart_totals table.shop_table_responsive tr.cart-subtotal td {
  text-align: right !important;
  font-weight: 700 !important;
  color: #de1d25 !important;
}
.cart_totals table.shop_table tr.woocommerce-shipping-totals th,
.cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals th {
  text-align: left !important;
}
.cart_totals table.shop_table tr.woocommerce-shipping-totals td,
.cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td {
  text-align: right !important;
}
.cart_totals table.shop_table tr.woocommerce-shipping-totals ul#shipping_method,
.cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals ul#shipping_method {
  text-align: right !important;
  list-style: none !important;
  margin: 0 0 10px 0 !important;
  padding: 10px !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 3px !important;
}
.cart_totals table.shop_table tr.woocommerce-shipping-totals ul#shipping_method li,
.cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals ul#shipping_method li {
  text-align: right !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cart_totals table.shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination,
.cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals .woocommerce-shipping-destination {
  font-size: 0.875rem !important;
  color: #666 !important;
  margin: 8px 0 0 0 !important;
}
.cart_totals table.shop_table tr.tax-rate th,
.cart_totals table.shop_table_responsive tr.tax-rate th {
  text-align: left !important;
}
.cart_totals table.shop_table tr.tax-rate td,
.cart_totals table.shop_table_responsive tr.tax-rate td {
  text-align: right !important;
  font-weight: 700 !important;
  color: #de1d25 !important;
}
.cart_totals table.shop_table .woocommerce-Price-amount,
.cart_totals table.shop_table_responsive .woocommerce-Price-amount {
  font-weight: 700 !important;
  color: #de1d25 !important;
}

@media (max-width: 768px) {
  table.order_details,
#order_review table,
.woocommerce-table--order-details,
table.shop_table {
    font-size: 0.9rem !important;
  }
  table.order_details th,
#order_review table th,
.woocommerce-table--order-details th,
table.shop_table th {
    padding: 10px 12px !important;
    font-size: 0.9rem !important;
  }
  table.order_details td,
#order_review table td,
.woocommerce-table--order-details td,
table.shop_table td {
    padding: 10px 12px !important;
    font-size: 0.9rem !important;
  }

  table.woocommerce-table--order-totals tr td,
.order-total tr td {
    display: block !important;
    width: 100% !important;
  }

  table.woocommerce-table--order-totals tr td:before,
.order-total tr td:before {
    content: attr(data-label) !important;
    float: left !important;
    font-weight: 600 !important;
  }

  table.woocommerce-table--order-totals tr td:last-child,
.order-total tr td:last-child {
    text-align: right !important;
  }
}
:root {
  --cart-max-width: 1400px;
  --cart-gap: 1.5rem;
  --cart-radius: 8px;
  --cart-border: #e8e6e4;
  --cart-bg: #fafaf9;
  --cart-bg-light: #f8f7f6;
  --cart-white: #ffffff;
  --cart-text: #222;
  --cart-text-label: #555;
  --cart-text-light: #777;
  --cart-accent: #de1d25;
  --cart-accent-hover: #a51b2a;
  --cart-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.basket-page {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 0;
  background: #fafaf9;
}

.basket-page > #subnav {
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .basket-page > #subnav {
    width: 280px;
    position: sticky;
    top: 0;
    align-self: start;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
  }
}

.basket-content {
  flex: 1;
  padding: 2rem 0;
  min-width: 0;
}
.basket-content .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.basket-breadcrumbs {
  display: none;
}

.basket-title {
  margin: 0;
  line-height: 1.2;
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  font-weight: 600;
  color: #222;
  letter-spacing: 0.02em;
  display: inline-flex;
  gap: 0.5rem;
  align-items: baseline;
}
.basket-title span {
  color: #c41921;
  font-weight: 700;
}
.basket-title + .basket-subtitle {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.2;
  display: inline;
}

.basket-subtitle {
  font-size: 0.9rem;
  color: #666;
  margin: 0 0 1.5rem 0;
  font-weight: 400;
  display: inline;
}

@media (max-width: 768px) {
  .basket-title {
    display: block;
  }

  .basket-title + .basket-subtitle {
    display: block;
    margin-top: 0.25rem;
    margin-bottom: 1.5rem;
  }
}
.basket-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .basket-header {
    flex-direction: column;
    gap: 1rem;
  }
}

.basket-header-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.basket-header-left .basket-title {
  margin-bottom: 0;
}
.basket-header-left .basket-subtitle {
  margin-bottom: 0;
}

.basket-header-right {
  flex-shrink: 0;
  align-self: center;
}
.basket-header-right .basket-count {
  margin: 0;
  font-size: 0.95rem;
  color: var(--cart-text-label);
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .basket-header-right {
    align-self: flex-start;
  }
}

.cart-grid {
  display: block;
  margin-bottom: 0;
}

.basket-items-section {
  width: 100%;
  background: var(--cart-white);
  border: 1px solid var(--cart-border);
  border-radius: var(--cart-radius);
  padding: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  table-layout: fixed;
}
.cart-table thead {
  background: var(--cart-bg-light);
  border-bottom: 1px solid var(--cart-border);
}
@media (max-width: 767px) {
  .cart-table thead {
    display: none;
  }
}
.cart-table thead th {
  padding: 1rem;
  font-weight: 600;
  font-size: 0.85rem;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  vertical-align: middle;
  height: 48px;
}
.cart-table thead th.th-product {
  width: 55%;
  text-align: left;
}
.cart-table thead th.th-price {
  width: 15%;
  text-align: center;
  padding-right: 0;
}
.cart-table thead th.th-price small {
  display: block;
  font-weight: normal;
  font-size: 0.75em;
  opacity: 0.7;
  margin-top: 0.25rem;
}
.cart-table thead th.th-quantity {
  width: 22%;
  text-align: center;
}
.cart-table thead th.th-remove {
  width: 8%;
  text-align: center;
}
.cart-table tbody tr.cart-item {
  border-bottom: 1px solid var(--cart-border);
  transition: background 0.2s ease;
}
.cart-table tbody tr.cart-item:hover {
  background: rgba(0, 0, 0, 0.02);
}
@media (max-width: 767px) {
  .cart-table tbody tr.cart-item {
    display: block;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--cart-bg);
    border: 1px solid var(--cart-border);
    border-radius: var(--cart-radius);
  }
}
.cart-table tbody td {
  padding: 1.25rem 1rem;
  vertical-align: middle;
  height: 100px;
}
.cart-table tbody td.cart-item__product {
  width: 55%;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: middle;
}
.cart-table tbody td.cart-item__price {
  width: 15%;
  text-align: center;
  padding-right: 0;
  vertical-align: middle;
}
.cart-table tbody td.cart-item__quantity {
  width: 22%;
  text-align: center;
  vertical-align: middle;
}
.cart-table tbody td.cart-item__remove {
  width: 8%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cart-table tbody td {
    display: block;
    width: 100% !important;
    padding: 0.5rem 0;
    text-align: left !important;
  }
  .cart-table tbody td::before {
    content: attr(data-label) ": ";
    font-weight: 600;
    color: var(--cart-text-light);
    display: inline-block;
    min-width: 80px;
  }
  .cart-table tbody td.cart-item__product::before {
    display: none;
  }
}

.product-info {
  display: flex;
  gap: 1rem;
  align-items: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.product-tile {
  display: flex;
  gap: 1rem;
  padding: 0.75rem;
  background: #fff7f7;
  border-radius: 6px;
  flex: 1;
  box-sizing: border-box;
  max-width: 100%;
  align-items: center;
}

.product-image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border: 1px solid var(--cart-border);
  border-radius: 4px;
  overflow: hidden;
  background: var(--cart-white);
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-image a:hover img {
  opacity: 0.8;
}

.product-thumbnail {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border: 1px solid var(--cart-border);
  border-radius: 4px;
  overflow: hidden;
  background: var(--cart-white);
}
.product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-thumbnail a:hover img {
  opacity: 0.8;
}

.product-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-name {
  margin: 0 0 0.4rem 0;
  padding: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.product-name a {
  color: var(--cart-text);
  text-decoration: none;
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.product-name a:hover {
  color: var(--cart-accent);
  text-decoration: underline;
}

.product-code {
  margin: 0.3rem 0 0 0;
  padding: 0;
  font-size: 0.8rem;
  color: #999;
  line-height: 1.2;
}
.product-code strong {
  font-family: "Courier New", monospace;
  color: #666;
  font-weight: 600;
}

.cart-item__price {
  text-align: right;
}
.cart-item__price .price-amount {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--cart-accent);
}

.cart-item__quantity {
  text-align: center;
}

.quantity-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 32px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .quantity-controls {
    justify-content: flex-start;
  }
}

.qty-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: var(--cart-white);
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0;
  height: 36px;
  overflow: hidden;
}

.qty-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border: none;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.qty-btn:hover {
  background: #e0e0e0;
}
.qty-btn:active {
  background: #d0d0d0;
}

.qty-input {
  width: 50px;
  height: 36px;
  padding: 0;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 36px;
  color: var(--cart-text);
  background: transparent;
  -moz-appearance: textfield;
  flex-shrink: 0;
}
.qty-input::-webkit-outer-spin-button, .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-input:focus {
  outline: none;
  background: rgba(222, 29, 37, 0.05);
}

.btn-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--cart-accent);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.btn-remove:hover {
  background: var(--cart-accent-hover);
  transform: scale(1.1);
}
.btn-remove:active {
  transform: scale(0.95);
}

.coupon-section {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.toggle-coupon {
  margin: 0;
  padding: 0;
  text-align: left;
}
.toggle-coupon a {
  color: #c41921;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.toggle-coupon a:hover {
  text-decoration: underline;
  color: var(--cart-accent-hover);
}
.toggle-coupon a:active {
  transform: scale(0.98);
}
.toggle-coupon a:focus {
  outline: 2px solid var(--cart-accent);
  outline-offset: 2px;
}

.coupon-form {
  display: none;
  gap: 0.75rem;
  align-items: center;
  padding: 1rem 0;
  margin-bottom: 2rem;
  margin-top: 1rem;
  background: transparent;
  border: none;
  border-radius: 0;
  animation: slideDown 0.3s ease-out forwards;
}
.coupon-form.visible {
  display: flex;
}
@media (max-width: 600px) {
  .coupon-form {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
}
.coupon-form label {
  font-weight: 600;
  color: #444;
  white-space: nowrap;
  font-size: 0.9rem;
}
.coupon-form .coupon-input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid var(--cart-border);
  border-radius: 4px;
  font-size: 0.95rem;
  background: var(--cart-white);
  color: var(--cart-text);
}
.coupon-form .coupon-input::placeholder {
  color: #999;
}
.coupon-form .coupon-input:focus {
  outline: none;
  border-color: var(--cart-accent);
  box-shadow: 0 0 0 3px rgba(222, 29, 37, 0.1);
}
.coupon-form .coupon-btn {
  white-space: nowrap;
  padding: 0.75rem 1.5rem;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.basket-totals-section {
  position: static;
  width: 100%;
  margin-top: 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid var(--cart-border);
}

.cart-totals-box {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.totals-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.totals-table tr {
  border-bottom: 1px solid var(--cart-border);
}
.totals-table tr.total-row {
  border-bottom: none;
  border-top: 2px solid var(--cart-border);
}
.totals-table th,
.totals-table td {
  padding: 0.5rem 0;
  font-size: 0.95rem;
  line-height: 1.2;
}
.totals-table th {
  text-align: left;
  font-weight: 500;
  color: #444;
  padding-right: 2rem;
}
.totals-table th small {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--cart-text-light);
  margin-top: 0.25rem;
}
.totals-table td {
  text-align: right;
  font-weight: 600;
  color: #222;
}
.totals-table .total-row th,
.totals-table .total-row td {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.totals-table .total-row th {
  color: #222;
}
.totals-table .total-row .total-amount {
  color: #c41921;
  font-size: 1.35rem;
  font-weight: 700;
}

.update-basket-wrapper {
  display: flex;
  justify-content: flex-end;
  margin: 1.5rem 0 2rem 0;
  padding: 0;
}
.update-basket-wrapper .btn-update {
  width: auto;
  padding: 0.75rem 1.5rem;
  background: #fff;
  color: var(--cart-accent);
  border: 2px solid var(--cart-accent);
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--cart-radius);
  cursor: pointer;
  transition: all 0.3s ease;
}
.update-basket-wrapper .btn-update:hover {
  background: var(--cart-accent);
  color: #fff;
  box-shadow: 0 2px 8px rgba(196, 25, 33, 0.15);
  transform: translateY(-1px);
}
.update-basket-wrapper .btn-update:active {
  transform: translateY(0);
}
.update-basket-wrapper .btn-update:focus {
  outline: 2px solid var(--cart-accent);
  outline-offset: 2px;
}
@media (max-width: 767px) {
  .update-basket-wrapper {
    justify-content: stretch;
  }
  .update-basket-wrapper .btn-update {
    width: 100%;
  }
}

.checkout-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.checkout-actions .woocommerce-Button,
.checkout-actions .checkout-button {
  width: 100% !important;
  margin: 0 !important;
}
.checkout-actions .checkout-button {
  width: 100%;
}

.shipping-note {
  margin: 1.5rem 0;
  padding: 1rem;
  background: var(--cart-bg-light);
  border-radius: var(--cart-radius);
  font-size: 0.85rem;
  color: var(--cart-text-light);
  line-height: 1.5;
  border-left: 3px solid var(--cart-accent);
}
.shipping-note small {
  font-size: inherit;
}

.checkout-button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  background: var(--cart-accent);
  color: #fff;
  border: none;
  border-radius: var(--cart-radius);
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(196, 25, 33, 0.15);
  cursor: pointer;
}
.checkout-button:hover {
  background: var(--cart-accent-hover);
  box-shadow: 0 4px 12px rgba(196, 25, 33, 0.25);
  transform: translateY(-1px);
  text-decoration: none;
}
.checkout-button:focus {
  outline: 2px solid var(--cart-accent);
  outline-offset: 2px;
}

.btn {
  display: inline-block;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: var(--cart-radius);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-primary {
  background: var(--cart-accent);
  color: #fff;
  box-shadow: 0 2px 8px rgba(196, 25, 33, 0.15);
}
.btn-primary:hover {
  background: var(--cart-accent-hover);
  box-shadow: 0 4px 12px rgba(196, 25, 33, 0.25);
  transform: translateY(-1px);
}
.btn-primary:focus {
  outline: 2px solid var(--cart-accent);
  outline-offset: 2px;
}
.btn-secondary {
  background: #fff;
  color: var(--cart-text);
  border: 1px solid var(--cart-border);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.btn-secondary:hover {
  border-color: var(--cart-accent);
  color: var(--cart-accent);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.btn-secondary:focus {
  outline: 2px solid var(--cart-accent);
  outline-offset: 2px;
}
.btn-update {
  background: #fff;
  color: var(--cart-accent);
  border: 2px solid var(--cart-accent);
  box-shadow: none;
  width: auto;
  padding: 0.75rem 1.5rem;
  align-self: flex-end;
}
.btn-update:hover {
  background: var(--cart-accent);
  color: #fff;
  box-shadow: 0 2px 8px rgba(196, 25, 33, 0.15);
  transform: translateY(-1px);
}
.btn-update:focus {
  outline: 2px solid var(--cart-accent);
  outline-offset: 2px;
}

.basket-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 3rem 2rem;
  text-align: center;
  background: var(--cart-bg-light);
  border: 1px solid var(--cart-border);
  border-radius: var(--cart-radius);
  box-shadow: var(--cart-shadow);
}
.basket-empty .empty-cart-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 2rem;
  color: var(--cart-text-light);
  opacity: 0.4;
}
.basket-empty .empty-cart-icon svg {
  width: 100%;
  height: 100%;
}
.basket-empty .empty-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--cart-text);
  margin: 0 0 1rem 0;
}
.basket-empty .empty-message {
  font-size: 1rem;
  color: var(--cart-text-label);
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 500px;
}

.update-basket-wrapper {
  display: flex;
  justify-content: flex-end;
  margin: 1.5rem 0 2rem 0;
  padding: 0;
}
.update-basket-wrapper .btn-update {
  width: auto;
  padding: 0.75rem 1.5rem;
  background: #fff;
  color: var(--cart-accent);
  border: 2px solid var(--cart-accent);
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--cart-radius);
  cursor: pointer;
  transition: all 0.3s ease;
}
.update-basket-wrapper .btn-update:hover {
  background: var(--cart-accent);
  color: #fff;
  box-shadow: 0 2px 8px rgba(196, 25, 33, 0.15);
  transform: translateY(-1px);
}
.update-basket-wrapper .btn-update:active {
  transform: translateY(0);
}
.update-basket-wrapper .btn-update:focus {
  outline: 2px solid var(--cart-accent);
  outline-offset: 2px;
}
@media (max-width: 767px) {
  .update-basket-wrapper {
    justify-content: stretch;
  }
  .update-basket-wrapper .btn-update {
    width: 100%;
  }
}

/* Modern responsive layout: spacious and clean */
body {
  margin: 0;
  padding: 0;
  /* Modern font stack: clean and highly readable */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 62.5%;
  /* Base for em/rem calculations */
  line-height: 1.6;
  /* Increased for better readability */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f8f8f8;
  /* Subtle background for contrast */
}

div.clear {
  clear: both;
}

#header {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
  min-height: 126px;
  height: auto !important;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
}

#header h2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
}

#header h2 a {
  display: block;
  margin: 0px 0px 0px 0px;
  width: 403px;
  padding-top: 126px;
  overflow: hidden;
  height: 0;
  outline: none;
  background: transparent url(../../images/ye_logo.png) no-repeat top left;
}

#calltoaction {
  margin: 30px 20px 0px 0px;
  background: transparent url(../../images/ye_tel_icon.png) no-repeat top right;
  font-size: 21.5px;
  min-height: 56px;
  height: auto !important;
  height: 56px;
  float: right;
}

#calltoaction h3 {
  margin: 0px 0px 0px 0px;
  padding: 0px 72px 0px 0px;
  font-size: 21.5px;
  color: #3f3f3f;
  letter-spacing: normal;
  position: relative;
  top: -5px;
}

#calltoaction h3 span {
  font-size: 34px;
  display: block;
  letter-spacing: -0.6px;
}

#mobile-nav {
  display: none;
}

#header-basket {
  float: right;
  width: 150px;
  padding: 14px 0px 0px 0px;
}

#header-basket div {
  display: block;
  border: 1px solid #6f6f6f;
  background: #ffffff;
  border-radius: 3px;
  padding: 8px 8px 6px 8px;
}

#header-basket div h4 {
  margin: 0px 0px 8px 0px;
  font-size: 9px;
  color: #3f3f3f;
}

#header-basket div h4 strong {
  display: block;
  margin: 0px 0px 0px 0px;
  font-size: 11px;
}

#header-basket div h4 strong a {
  color: #3f3f3f;
  text-decoration: none;
}

#header-basket div h4 strong a:hover {
  color: #3f3f3f;
  text-decoration: underline;
}

#header-basket div p {
  margin: 0px 0px 0px 0px;
  font-size: 15px;
  color: #3f3f3f;
  font-weight: bold;
}

#header-basket > div > a {
  display: block;
}

#header-basket > a {
  border-radius: 3px !important;
  font-size: 12px;
  height: 35px;
  line-height: 26px;
  margin-top: 5px;
  padding: 5px 12px;
  width: 150px;
  text-align: center;
  overflow: hidden !important;
  box-sizing: border-box;
  outline: none !important;
  color: #fff !important;
  text-decoration: none;
  background-color: #616161;
  float: right;
}
#header-basket > a:hover {
  background-color: #4e4e4e;
  cursor: pointer;
}

#main-content,
.main-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  /* Contain floats */
}
@media (max-width: 768px) {
  #main-content,
.main-content {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  #main-content,
.main-content {
    padding: 16px;
  }
}

#sidebar {
  width: 280px;
  /* Wider sidebar for better readability */
  margin: 0 30px 0 0;
  /* Add right margin for spacing */
  float: left;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #sidebar {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
  }
}

#content,
.content {
  width: calc(100% - 310px);
  /* sidebar + gap = 280px + 30px */
  margin: 0;
  float: right;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #content,
.content {
    width: 100%;
    float: none;
    margin: 0;
  }
}

#sidebar-items {
  margin-bottom: 20px;
}

#subnav {
  display: block;
  background: #f0f0f0;
  border-radius: 6px;
  padding-bottom: 14px;
  margin-bottom: 10px;
}

#subnav h2 {
  display: block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-left: 2px solid #e11d26;
  border-top: 2px solid #e11d26;
  border-right: 2px solid #e11d26;
  min-height: 36px;
  height: auto !important;
  line-height: 36px;
  font-size: 1.6em;
  color: #ffffff;
  background: #de1d25;
  padding: 0 20px;
}
@media (max-width: 768px) {
  #subnav h2 {
    font-size: 1.4em;
    padding: 0 16px;
    line-height: 32px;
  }
}

#subnav ul {
  margin: 0 20px 4px 20px;
  padding: 0;
}
@media (max-width: 768px) {
  #subnav ul {
    margin: 0 16px 4px 16px;
  }
}

#subnav ul li {
  margin: 0 0 4px 0;
  padding: 0;
  list-style: none;
}

#subnav ul li a {
  margin: 0;
  padding: 10px 12px;
  font-size: 1.5em;
  font-weight: 600;
  display: block;
  color: #3f3f3f;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  #subnav ul li a {
    font-size: 1.3em;
    padding: 8px 12px;
  }
}

#subnav ul li a:hover {
  color: #de1d25;
  background-color: #f8f8f8;
  padding-left: 16px;
}

#subnav ul li.current-menu-item a {
  color: #de1d25;
  background-color: #f8f8f8;
  padding-left: 16px;
}

#subnav ul li.current-product_cat-ancestor a,
#subnav ul li.current-product_cat a {
  color: #a12530 !important;
  font-weight: bold !important;
}

#filter, #filter-loading {
  display: block;
  background: #e0e0e0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

#filter h2, #filter-loading h2 {
  display: block;
  background: #a12530 url(../../images/ye_lb_head_bg.gif) repeat-x top left;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-left: 2px solid #e11d26;
  border-top: 2px solid #e11d26;
  border-right: 2px solid #e11d26;
  border-bottom: 1px solid #982632;
  min-height: 26px;
  height: auto !important;
  height: 26px;
  line-height: 26px;
  font-size: 1.4em;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  padding: 0px 18px 0px 18px;
}

#filter div, #filter-loading div {
  margin: 0px 18px 14px 18px;
  padding: 0px 0px 0px 0px;
}

#filter p, #filter-loading p {
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 2px 0px !important;
}

#filter label {
  display: block;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 6px 0px;
  font-size: 1.2em;
  color: #3f3f3f;
  text-decoration: none;
  position: relative;
  top: 4px;
  font-weight: bold;
}

span.styled select {
  background: transparent;
  width: 185px;
  font-size: 1.2em;
  color: #3f3f3f;
  height: 28px;
  -webkit-appearance: none;
  border: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 5px 0px 0px 8px;
  border: 1px solid #6f6f6f;
}

span.styled {
  display: block;
  width: 165px;
  height: 28px;
  overflow: hidden;
  background: #ffffff url(../../images/ye_dd.png) no-repeat top right;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border-right: 1px solid #6f6f6f;
}

#clearfilter {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.1em;
  color: #999999;
  text-decoration: none;
  position: relative;
  bottom: -11px;
}

.category-display-image {
  float: right;
  border: 1px solid #bf0000;
  margin: 0px 0px 0px 0px;
}

td.noborder-right {
  border-right: none !important;
}

td.noborder-left {
  border-left: none !important;
}

div.product-paginate {
  margin-bottom: 12px;
  padding: 8px;
}

div.product-breadcrumbs {
  background: #6f6f6f;
  /* Old browsers */
  padding: 2px;
  margin-bottom: 8px;
}

div.product-breadcrumbs-inner {
  background: #6f6f6f;
  /* Old browsers */
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #ffffff !important;
  font-size: 12px;
  padding: 3px 12px 3px 12px;
}

div.product-breadcrumbs-inner a {
  color: #d9d9d9 !important;
  text-decoration: none;
}

span.bc-seperator {
  display: inline-block;
  padding: 0px 8px 0px 8px;
}

div.term-description {
  margin-bottom: 20px;
}

div.term-description p {
  margin: 0px 0px 8px 12px;
  padding: 0px 0px 0px 0px;
  font-size: 1.3em;
  color: #666666;
  line-height: 140%;
}

div.ordering-filter {
  display: inline-block;
  float: left;
  margin: 6px 0px 0px 0px;
  color: #666666;
  font-size: 1.1em;
}

.count-filter {
  display: inline-block;
  float: left;
  margin: 8px 0px 0px 8px;
  color: #666666;
  font-size: 1.1em;
}

#progress {
  display: block;
  height: 68px;
  position: relative;
}

#progress img {
  position: absolute;
  top: 0px;
  left: 0px;
}

h1.page-title {
  margin: 0px 0px 8px 12px;
  padding: 0px 0px 0px 0px;
  font-size: 2.1em;
  color: #3f3f3f;
}

#content {
  padding-top: 12px;
}

#product-image {
  float: left;
  width: 242px;
  padding-bottom: 10px;
}

#product-image img {
  width: 242px;
  height: auto;
  border: 1px solid #df8080;
}

#product-title {
  float: right;
  width: 490px;
  padding-bottom: 10px;
}

#product-titlebox {
  background: #f7f7f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#e8e8e8",GradientType=0 );
  /* IE6-9 */
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: block;
  border: 1px solid #dfdfdf;
}

#product-titlebox h1 {
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
  color: #3f3f3f;
  font-size: 1.5em;
  line-height: 130%;
}

div.product_meta {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #333333;
  font-size: 1.3em;
  line-height: 130%;
}

div.product_meta span.sku {
  color: #666666;
}

div.product_meta a {
  color: #666666;
}

div.product_meta > span {
  display: block;
}

#titlebox-title {
  float: left;
  width: 56%;
  border-right: 2px solid #dfdfdf;
  padding: 12px 12px 12px 12px;
}

#titlebox-atc {
  float: right;
  padding: 12px 12px 12px 12px;
}

p.single-price {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #ec1c24;
  font-size: 20px;
  font-weight: bold;
}

p.single-price del {
  display: block;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  margin-top: 12px;
}

p.single-price ins {
  text-decoration: none;
}

#product-generalinfo {
  margin: 0px 0px 14px 0px;
  padding: 16px 0px 0px 0px;
}

#product-generalinfo li {
  margin: 0px 0px 3px 0px;
  padding: 0px 0px 0px 17px;
  list-style: none;
  min-height: 13px;
  height: auto !important;
  height: 13px;
  background: transparent url(../../images/ye_tick.gif) no-repeat top left;
  color: #666666;
  font-size: 1.3em;
}

#product-dls {
  margin: 0px 0px 14px 0px;
  padding: 0px 0px 0px 0px;
}

#product-dls li {
  margin: 0px 0px 3px 0px;
  padding: 1px 0px 0px 24px;
  list-style: none;
  min-height: 18px;
  height: auto !important;
  height: 13px;
  background: transparent url(../../images/pdf_icon_small.gif) no-repeat top left;
  color: #666666;
  font-size: 1.3em;
}

#product-dls li a {
  text-decoration: none;
  color: #EC1C24;
}

#product-dls li a:hover {
  text-decoration: none;
  color: #666666;
}

div.thumbnails a img {
  width: 72.5px;
  height: auto;
  margin: 0px 10px 10px 0px;
  border: 1px solid #d86262;
}

#tab-description {
  background: #e3e3e3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e3e3e3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, #e3e3e3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#e3e3e3",GradientType=0 );
  /* IE6-9 */
  border: 1px solid #a9a9a9;
  padding: 14px;
}

#tab-description h2 {
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
  color: #ec1c24;
  font-size: 1.6em;
  line-height: 130%;
}

#tab-description p {
  margin: 0px 0px 14px 0px;
  padding: 0px 0px 0px 0px;
  color: #666666;
  font-size: 1.3em;
  line-height: 140%;
}

#tab-description p a, #tab-description ul li a, #tab-description ol li a {
  color: #ec1c24;
  text-decoration: none;
}

#tab-description p a:hover, #tab-description ul li a:hover, #tab-description ol li a:hover {
  color: #ec1c24;
  text-decoration: underline;
}

#tab-description ul, #tab-description ol {
  margin: 0px 0px 14px 14px;
  padding: 0px 0px 0px 0px;
}

#tab-description ul li, #tab-description ol li {
  margin: 0px 0px 4px 0px;
  padding: 0px 0px 0px 0px;
  color: #666666;
  font-size: 1.3em;
  line-height: 140%;
}

td.product-thumbnail-seperator {
  width: 10px !important;
}

td.product-thumbnail {
  border: 1px solid #d86262;
  width: 116px !important;
}

td.product-thumbnail img {
  width: 116px !important;
  height: auto !important;
  margin: 0px 0px 0px 0px;
}

.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
  color: #ffffff !important;
  font-size: 0.92em;
  margin: 0 0 0 0 !important;
  padding: 0;
}

td.cellshadow {
  background: #e3e3e3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e3e3e3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, #e3e3e3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#e3e3e3",GradientType=0 );
  /* IE6-9 */
  border: 1px solid #a9a9a9;
  vertical-align: middle;
  padding: 12px;
}

table.cart-table {
  border-collapse: collapse;
  width: 100%;
}

table.cart-table tr th {
  background: #e3e3e3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e3e3e3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, #e3e3e3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#e3e3e3",GradientType=0 );
  /* IE6-9 */
  text-align: left;
  font-size: 13px;
  color: #666666;
  padding: 4px 12px 4px 12px;
}

th.th-first {
  border-left: 1px solid #a9a9a9;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}

th.th-norm {
  border: 1px solid #a9a9a9;
}

th.th-last {
  border-right: 1px solid #a9a9a9;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}

td.product-name {
  color: #666666;
  font-size: 1.1em;
  line-height: 130%;
  font-weight: normal;
  max-width: 270px;
}

td.product-name a {
  display: block;
  font-size: 12px;
  color: #3f3f3f;
  text-decoration: none;
  margin-bottom: 2px;
  font-weight: bold;
  line-height: 130%;
}

td.product-price {
  color: #ec1c24;
  font-size: 20px;
  font-weight: bold;
}

div.atb-basket {
  display: inline-flex;
  align-items: center;
  height: 35px;
  gap: 8px;
  position: relative;
}

div.atb-basket div {
  display: flex;
  align-items: center;
  justify-content: center;
}

div.atb-basket input.qty {
  width: 70px !important;
  height: 32px !important;
  padding: 4px 8px !important;
  background: #ffffff !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  outline: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333333 !important;
  text-align: center !important;
  box-shadow: none !important;
  /* Make number input spinners visible */
  -moz-appearance: textfield;
}
div.atb-basket input.qty::-webkit-outer-spin-button, div.atb-basket input.qty::-webkit-inner-spin-button {
  -webkit-appearance: spinbutton;
  opacity: 1;
  height: 28px;
}
div.atb-basket input.qty:focus {
  border-color: #de1d25 !important;
  box-shadow: 0 0 0 2px rgba(222, 29, 37, 0.15) !important;
}

table.cart-table a.remove {
  border-radius: 3px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  height: 32px !important;
  width: 32px !important;
  min-width: 32px !important;
  padding: 0 !important;
  overflow: visible !important;
  box-sizing: border-box;
  outline: none !important;
  color: #fff !important;
  background-color: #de1d25 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  flex-shrink: 0;
}
table.cart-table a.remove:hover {
  background-color: #982632 !important;
  transform: scale(1.1);
}
table.cart-table a.remove:active {
  transform: scale(0.95);
}

div.text-content h1 {
  margin: 18px 0px 18px 0px;
  padding: 0px 0px 0px 0px;
  color: #ec1c24;
  font-size: 1.6em;
}

div.text-content p, span.gform_description {
  margin: 0px 0px 14px 0px;
  padding: 0px 0px 0px 0px;
  color: #666666;
  font-size: 1.3em;
  line-height: 150%;
}

div.text-content p.woocommerce-info {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
}

.gform_wrapper span.gform_description {
  font-weight: bold !important;
}

.gform_wrapper .left_label .gfield_label {
  width: 19% !important;
  color: #666666 !important;
  font-size: 1.3em !important;
  padding-top: 3px !important;
  font-weight: normal !important;
}

input.large, textarea.large {
  width: 77% !important;
}

.ginput_container textarea, .ginput_container input[type=text] {
  border: 1px solid #b3b3b3;
  color: #666666 !important;
  font-size: 1.3em !important;
}

.ginput_container select, .ginput_container input[type=file] {
  color: #666666 !important;
  font-size: 1.3em !important;
}

.gform_footer.left_label {
  padding: 4px 0 10px 21% !important;
}

.ginput_left label, .ginput_right label {
  color: #666666 !important;
  font-size: 1.1em !important;
}

.gform_wrapper .right_label .gfield_description, .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .instruction {
  margin-left: 21% !important;
}

.gform_wrapper .validation_message {
  font-size: 11px !important;
}

div.text-content p a {
  color: #ec1c24;
  text-decoration: none;
}

div.text-content p a:hover {
  color: #ec1c24;
  text-decoration: underline;
}

img.cat-maintitleimg {
  float: right;
  width: 171px;
  height: auto;
  border: 1px solid #bf0000;
  margin: 0px 0px 20px 30px;
}

div.ppt {
  display: none !important;
}

div.pp_woocommerce .pp_content_container {
  background: none repeat scroll 0 0 #ffffff !important;
  border-radius: 3px !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25) !important;
  padding: 20px 20px 40px !important;
}

div.pp_overlay {
  background: none repeat scroll 0 0 #000000 !important;
}

p.pp_description {
  display: block !important;
  clear: both !important;
  padding: 0px 0px 0px 0px !important;
  font-size: 11px !important;
  color: #666666 !important;
  line-height: 140% !important;
}

#cards-accepted {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

#cards-accepted li {
  display: inline-block;
  margin: 0px 4px 8px 4px;
  width: 48px;
  padding-top: 48px;
  height/* */: 0;
  height: 0;
  overflow: hidden;
  outline: none;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  list-style: none;
}

#social-networks {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

#social-networks li {
  display: inline-block;
  margin: 0px 7px 14px 7px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

#social-networks li a {
  display: block;
  margin: 0px 0px 0px 0px;
  width: 46px;
  padding-top: 46px;
  height/* */: 0;
  height: 0;
  overflow: hidden;
  outline: none;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

#promo-banners {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#promo-banners li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  float: left;
}

#promo-banners li.left {
  margin: 0px 29px 0px 0px;
}

#promo-banners li.middle {
  margin: 15px 29px 0px 0px;
}

#promo-banners li.right {
  margin: 0px 0px 0px 0px;
}

div.cart_totals {
  width: 320px !important;
  box-sizing: border-box !important;
  padding: 15px !important;
  overflow: hidden !important;
  background: #e3e3e3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e3e3e3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, #e3e3e3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#e3e3e3",GradientType=0 );
  /* IE6-9 */
  border: 1px solid #a9a9a9;
}

#order_review, table.order_details {
  background: #e3e3e3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e3e3e3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, #e3e3e3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#e3e3e3",GradientType=0 );
  /* IE6-9 */
  border: 1px solid #a9a9a9;
}

#order_review table, table.order_details {
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0px;
}

#order_review table thead th, table.order_details thead th {
  font-size: 1.3em;
  color: #ffffff;
  background: #666666;
}

#order_review table tbody td, table.order_details tbody td {
  font-size: 11px !important;
  color: #666666;
  background: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
}

#order_review table tbody td a, table.order_details tbody td a {
  font-size: 11px !important;
  color: #ec1c24;
  display: inline-block !important;
  line-height: 100% !important;
  margin-bottom: 0px !important;
}

#order_review table tbody td.product-name, table.order_details tbody td.product-name {
  border-right: 1px solid #c7c7c7;
}

#order_review table tfoot th, table.order_details tfoot th {
  font-size: 1.2em;
  color: #666666;
  border-right: 1px solid #c7c7c7;
}

table.order_details tfoot th {
  width: 80%;
}

#order_review table tfoot th span, table.order_details tfoot th span {
  font-size: 9px !important;
  font-weight: normal !important;
}

#order_review table tfoot td {
  font-size: 2em;
  color: #666666;
  font-weight: normal;
}

table.order_details tfoot td {
  font-size: 1.6em;
  color: #666666;
  font-weight: normal !important;
}

#order_review table tfoot tr.order-total td, table.order_details tfoot tr.order-total td {
  color: #ec1c24 !important;
  font-weight: bold !important;
}

#order_review table tfoot select.shipping_method, table.order_details tfoot select.shipping_method {
  position: relative;
  top: -4px;
}

mark {
  background: transparent;
  font-weight: bold;
  padding: 0px;
}

table.my_account_orders {
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #e3e3e3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e3e3e3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, #e3e3e3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#e3e3e3",GradientType=0 );
  /* IE6-9 */
  border: 1px solid #a9a9a9;
}

table.my_account_orders th {
  font-size: 1.3em;
  color: #ffffff;
  background: #666666;
  padding: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

table.my_account_orders td {
  font-size: 1.3em;
  color: #666666;
  padding: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

table.my_account_orders td a {
  color: #ec1c24;
  text-decoration: none;
}

div.cart_totals select {
  width: 152px !important;
}

div.cart_totals table {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  width: 100% !important;
  table-layout: fixed !important;
  box-sizing: border-box !important;
}

th.gt, td.gt {
  border-bottom: 1px solid #c7c7c7 !important;
  border-top: 1px solid #c7c7c7 !important;
}

div.cart_totals th:not(.gt), div.cart_totals td:not(.gt) {
  border-bottom: none !important;
  border-top: none !important;
}

div.cart_totals th {
  width: 45% !important;
  border-right: 1px solid #c7c7c7;
  border-bottom: none;
  border-top: none;
  font-size: 1.3em;
  color: #666666;
  font-weight: bold;
  margin: 0px 0px 0px 0px !important;
  padding: 6px 8px 6px 8px !important;
  text-align: left !important;
  vertical-align: middle !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

div.cart_totals select {
  font-size: 11px;
  color: #666666;
}

div.cart_totals td {
  width: 55% !important;
  border-right: 1px solid #c7c7c7;
  border-bottom: none;
  border-top: none;
  margin: 0px 0px 0px 0px !important;
  padding: 6px 8px 6px 8px !important;
  font-size: 1.1em;
  color: #666666;
  font-weight: normal !important;
  vertical-align: middle !important;
  text-align: right !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

div.cart_totals th span {
  font-size: 10px;
}

td.gt {
  color: #ec1c24 !important;
}

p.taxmessage {
  text-align: left;
  padding: 11px !important;
}

table.cart-table td.product-thumbnail {
  width: 70px !important;
  height: 70px !important;
}

table.cart-table td.product-thumbnail img {
  width: 70px !important;
  height: 70px !important;
}

a.woocommerce-remove-coupon {
  font-size: 12px !important;
  text-decoration: none !important;
  color: #999999 !important;
}

table.cart-table-buttons {
  width: 100%;
}

td.aligntdright {
  text-align: right !important;
}

td.aligntdleft {
  text-align: left !important;
}

#coupon_code {
  height: 28px !important;
  line-height: 28px !important;
  width: 150px !important;
  position: relative;
  padding-left: 5px;
}

div.coupon {
  padding-right: 20px !important;
}

input.checkout-button-new {
  border-radius: 3px !important;
  display: inline-block !important;
  font-size: 12px;
  height: 35px;
  line-height: 1;
  padding: 5px 12px;
  overflow: hidden !important;
  box-sizing: border-box;
  outline: none !important;
  color: #fff !important;
  background-color: #de1d25;
}
input.checkout-button-new:hover {
  background-color: #982632;
  cursor: pointer;
}

input.update-button-new {
  border-radius: 3px !important;
  display: inline-block !important;
  font-size: 12px;
  height: 35px;
  line-height: 1;
  padding: 5px 12px;
  overflow: hidden !important;
  box-sizing: border-box;
  outline: none !important;
  color: #fff !important;
  background-color: #de1d25;
}
input.update-button-new:hover {
  background-color: #982632;
  cursor: pointer;
}

input.coupon-button-new {
  border-radius: 3px !important;
  display: inline-block !important;
  font-size: 12px;
  height: 35px;
  line-height: 1;
  padding: 5px 12px;
  overflow: hidden !important;
  box-sizing: border-box;
  outline: none !important;
  color: #fff !important;
  background-color: #616161;
}
input.coupon-button-new:hover {
  background-color: #4e4e4e;
  cursor: pointer;
}

#customer_details, div.wc-form-section {
  background: #e8e8e8;
  border: 1px solid #a4a4a4;
  padding: 12px;
  width: 96.5%;
}

#customer_details h3, div.wc-form-section h3 {
  font-size: 1.6em;
  color: #666666;
  font-weight: bold;
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 0px;
}

#customer_details h3 > label, div.wc-form-section h3 > label {
  font-size: 13px;
}

#customer_details input[type=text], #customer_details input[type=tel], #customer_details input[type=email], #customer_details input[type=password], #customer_details select, div.wc-form-section input[type=text], div.wc-form-section select, div.wc-form-section input[type=email], div.wc-form-section input[type=password] {
  padding: 10px;
  font-size: 13px;
  color: #666666;
  border: 1px solid #c8c8c8;
}

#customer_details textarea, div.wc-form-section textarea {
  padding: 10px;
  font-size: 13px;
  color: #666666;
  border: 1px solid #c8c8c8;
  resize: none;
  height: 200px;
}

#order_review_heading {
  color: #EC1C24;
  font-size: 1.6em;
  margin: 18px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
}

ul.payment_methods li > label {
  font-size: 13px;
  color: #666666;
}

div.basket-content .wc-forward {
  display: none !important;
}

div.woocommerce-info, div.woocommerce-message {
  font-size: 1.3em;
}

div.woocommerce-info a, div.woocommerce-message a {
  color: #ec1c24;
  text-decoration: none;
}

div.address, div.addresses > div {
  background: #e8e8e8;
  border: 1px solid #a4a4a4;
  padding: 12px;
  width: 45% !important;
  min-height: 210px;
  height: auto !important;
  height: 210px;
}

div.address h3, div.addresses > div h3 {
  font-size: 1.6em;
  color: #666666;
  font-weight: bold;
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 0px;
}

ul.order_details {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}

ul.order_details li {
  border-right: 1px dashed #E0DADF;
  float: left;
  font-size: 16px !important;
  line-height: 1em;
  margin-right: 2em;
  padding-right: 2em;
  text-transform: uppercase;
}

tr.shipping td p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #666666 !important;
  font-size: 11px !important;
}

p.disclaimer {
  font-size: 11px !important;
  margin: 14px 0px 0px 0px !important;
  font-style: italic;
}

.checkout > #payment {
  display: none;
}

/* ============================================
   AMAZON-STYLE RESPONSIVE LAYOUT
   Mobile-first approach with touch-optimized interface
   ============================================ */
/* Tablet/Small Desktop: Reduce padding but keep layout */
@media screen and (min-width: 769px) and (max-width: 1240px) {
  #header {
    padding: 20px 30px;
  }

  #navbar {
    padding: 0 30px;
  }

  #main-content {
    padding: 30px;
  }

  #sidebar {
    width: 240px;
    margin-right: 25px;
  }

  #content {
    width: calc(100% - 265px);
  }
}
/* Mobile Landscape & Small Tablets: Stack sidebar below content */
@media screen and (max-width: 768px) {
  body {
    font-size: 75%;
    /* Slightly larger base for readability on mobile */
  }

  #main-content {
    flex-direction: column;
    padding: 10px;
    gap: 15px;
  }

  #sidebar {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    order: 2;
    /* Sidebar appears below content */
    margin: 0;
  }

  #content {
    flex: 1 1 100%;
    width: 100%;
    order: 1;
    margin: 0;
  }

  #header {
    flex-direction: column;
    align-items: center;
    padding: 60px 10px 10px;
    /* Space for fixed basket */
    text-align: center;
  }

  #header h2 {
    float: none;
    margin: 0 auto 15px;
  }

  #header h2 a {
    width: 280px;
    padding-top: 80px;
    background-size: contain;
    background-image: url(../../images/ye_logo_mobile.png);
  }

  #calltoaction {
    float: none;
    margin: 10px auto;
    text-align: center;
    background: none;
  }

  #calltoaction h3 {
    text-align: center;
    padding: 0;
  }

  /* Mobile Basket - Make it visible and accessible */
  #header-basket {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    float: none;
    padding: 4px 10px;
    height: 44px;
    z-index: 999100;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #header-basket div {
    border: none;
    background: transparent;
    padding: 5px 0 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #header-basket div h4 {
    display: inline;
    margin: 0;
    font-size: 11px;
    color: #ffffff;
  }

  #header-basket div h4 strong {
    display: inline;
    margin: 0;
    font-size: 11px;
  }

  #header-basket div h4 strong a {
    color: #fff;
    text-decoration: none;
  }

  #header-basket div p {
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
  }

  /* Mobile Navigation */
  #navbar-wrapper {
    position: relative;
  }

  #navbar {
    flex-direction: column;
    padding: 0;
    align-items: stretch;
  }

  #navbar ul {
    flex-direction: column;
    width: 100%;
    display: none;
    /* Hidden by default, shown via #mobile-nav toggle */
  }

  #navbar ul.mobile-menu-active {
    display: flex;
  }

  #navbar ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #c88e96;
    min-height: 44px;
    /* Touch-friendly height */
    height: auto;
  }

  #navbar ul li a {
    width: 100%;
    padding: 12px 20px;
    min-height: 44px;
    line-height: 20px;
    text-align: left;
    font-size: 1.4em;
  }

  #search {
    width: 100%;
    padding: 10px;
    justify-content: center;
  }

  #search div {
    width: 100%;
    max-width: 300px;
  }

  /* Product categories - full width on mobile */
  #subnav h2 {
    font-size: 1.6em;
    padding: 8px 15px;
    min-height: 40px;
    line-height: 24px;
  }

  #subnav ul li a {
    font-size: 1.4em;
    padding: 10px 0;
    min-height: 44px;
    /* Touch-friendly */
    display: flex;
    align-items: center;
  }
}
/* Mobile Portrait: Smallest screens */
@media screen and (max-width: 480px) {
  body {
    font-size: 70%;
  }

  #header {
    padding: 55px 5px 10px;
  }

  #header h2 a {
    width: 240px;
    padding-top: 65px;
  }

  #calltoaction h3 {
    font-size: 14px;
  }

  #calltoaction h3 span {
    font-size: 20px;
  }

  #main-content {
    padding: 8px;
  }

  #subnav h2 {
    font-size: 1.5em;
    padding: 6px 12px;
  }

  #subnav ul {
    margin: 0 12px 12px;
  }

  #subnav ul li {
    margin-bottom: 8px;
  }

  #navbar ul li a {
    font-size: 1.3em;
    padding: 10px 15px;
  }

  /* Make all buttons and links touch-friendly */
  a, button, input[type=submit], .button {
    min-height: 44px;
    padding: 10px 15px;
  }
}
/* Extra Small Screens */
@media screen and (max-width: 360px) {
  body {
    font-size: 65%;
  }

  #header h2 a {
    width: 200px;
    padding-top: 55px;
  }

  #main-content {
    padding: 5px;
  }
}
@media only screen and (max-width: 768px) {
  /* Mobile Cart Table - Make it card-based layout */
  table.cart-table,
.woocommerce table.shop_table_responsive {
    display: block;
    width: 100%;
    border: none;
  }
  table.cart-table thead,
.woocommerce table.shop_table_responsive thead {
    display: none;
    /* Hide table headers on mobile */
  }
  table.cart-table tbody,
.woocommerce table.shop_table_responsive tbody {
    display: block;
    width: 100%;
  }
  table.cart-table tr,
.woocommerce table.shop_table_responsive tr {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    background: #fef8f5;
    border: 2px solid #d02239;
    border-radius: 6px;
    padding: 12px;
    box-sizing: border-box;
  }
  table.cart-table td,
.woocommerce table.shop_table_responsive td {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    border: none !important;
    padding: 8px 0 !important;
  }
  table.cart-table td:before,
.woocommerce table.shop_table_responsive td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    display: inline-block;
    margin-right: 8px;
  }
  table.cart-table td.product-remove,
.woocommerce table.shop_table_responsive td.product-remove {
    text-align: right !important;
    position: absolute;
    top: 12px;
    right: 12px;
    width: auto !important;
    padding: 0 !important;
  }
  table.cart-table td.product-remove:before,
.woocommerce table.shop_table_responsive td.product-remove:before {
    display: none;
  }
  table.cart-table td.product-thumbnail,
.woocommerce table.shop_table_responsive td.product-thumbnail {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 8px;
  }
  table.cart-table td.product-thumbnail:before,
.woocommerce table.shop_table_responsive td.product-thumbnail:before {
    display: none;
  }
  table.cart-table td.product-thumbnail img,
.woocommerce table.shop_table_responsive td.product-thumbnail img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 4px;
  }
  table.cart-table td.product-name,
.woocommerce table.shop_table_responsive td.product-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 12px !important;
  }
  table.cart-table td.product-name:before,
.woocommerce table.shop_table_responsive td.product-name:before {
    display: none;
  }
  table.cart-table td.product-price,
.woocommerce table.shop_table_responsive td.product-price {
    font-size: 18px;
    font-weight: 700;
    color: #d02239;
  }
  table.cart-table td.product-quantity,
.woocommerce table.shop_table_responsive td.product-quantity {
    padding: 12px 0 !important;
    /* Make quantity input more visible on mobile */
  }
  table.cart-table td.product-quantity .quantity,
.woocommerce table.shop_table_responsive td.product-quantity .quantity {
    display: inline-block;
  }
  table.cart-table td.product-quantity div.atb-basket,
.woocommerce table.shop_table_responsive td.product-quantity div.atb-basket {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 12px;
  }
  table.cart-table td.product-quantity input.qty,
.woocommerce table.shop_table_responsive td.product-quantity input.qty {
    flex: 1;
    min-width: 60px !important;
    height: 36px !important;
    font-size: 16px !important;
    color: #333 !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    padding: 6px 8px !important;
  }
  table.cart-table td.product-quantity a.remove,
.woocommerce table.shop_table_responsive td.product-quantity a.remove {
    width: 36px !important;
    height: 36px !important;
    flex-shrink: 0;
  }
  table.cart-table td.product-subtotal,
.woocommerce table.shop_table_responsive td.product-subtotal {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding-top: 12px !important;
  }

  .woocommerce {
    /* Cart Totals Box - Mobile optimized */
    /* Cart Buttons - Mobile optimized */
    /* Update Basket button */
  }
  .woocommerce table.shop_table_responsive {
    border-collapse: collapse;
  }
  .woocommerce table.shop_table_responsive tr td:before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr.cart_table_item td.product-name {
    background: #ebebeb;
    max-width: 100%;
    border-bottom: 0px solid #fff;
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr.cart_table_item td.product-price, .woocommerce table.shop_table_responsive tr.cart_table_item td.product-quantity {
    display: inline-block;
    background: #ebebeb;
    width: 50% !important;
    box-sizing: border-box;
    border-top: 0px solid #fff;
  }
  .woocommerce table.shop_table_responsive tr.cart_table_item td.product-price {
    margin-left: -1px;
    text-align: left !important;
    margin-right: -2px;
    height: 63px;
    margin-top: -2px;
    border-right: 0px solid #fff;
  }
  .woocommerce table.shop_table_responsive tr.cart_table_item td.product-quantity {
    border-left: 0px solid #fff;
    margin-right: -2px;
    margin-top: -2px;
    margin-left: -1px;
  }
  .woocommerce div.cart_totals,
.woocommerce .cart_totals {
    width: 100% !important;
    box-sizing: border-box;
    margin: 20px 0 !important;
    padding: 16px !important;
  }
  .woocommerce div.cart_totals h2,
.woocommerce .cart_totals h2 {
    font-size: 18px !important;
    margin-bottom: 12px !important;
  }
  .woocommerce div.cart_totals table,
.woocommerce .cart_totals table {
    width: 100% !important;
    box-sizing: border-box;
    display: table !important;
    /* Grand Total row */
  }
  .woocommerce div.cart_totals table tr,
.woocommerce .cart_totals table tr {
    display: table-row !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .woocommerce div.cart_totals table th,
.woocommerce div.cart_totals table td,
.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
    display: table-cell !important;
    width: auto !important;
    box-sizing: border-box;
    text-align: left !important;
    padding: 10px 12px !important;
    vertical-align: middle !important;
    font-size: 14px !important;
  }
  .woocommerce div.cart_totals table th:before,
.woocommerce div.cart_totals table td:before,
.woocommerce .cart_totals table th:before,
.woocommerce .cart_totals table td:before {
    display: none !important;
  }
  .woocommerce div.cart_totals table th,
.woocommerce .cart_totals table th {
    font-weight: 600 !important;
    width: 40% !important;
  }
  .woocommerce div.cart_totals table td,
.woocommerce .cart_totals table td {
    text-align: right !important;
    font-weight: 700 !important;
    width: 60% !important;
    font-size: 16px !important;
  }
  .woocommerce div.cart_totals table tr.order-total th,
.woocommerce div.cart_totals table tr.order-total td,
.woocommerce .cart_totals table tr.order-total th,
.woocommerce .cart_totals table tr.order-total td {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #d02239 !important;
    padding-top: 16px !important;
  }
  .woocommerce .wc-proceed-to-checkout {
    margin-top: 16px !important;
  }
  .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout .button {
    display: block !important;
    width: 100% !important;
    padding: 14px 20px !important;
    font-size: 16px !important;
    text-align: center !important;
    margin-bottom: 12px !important;
    box-sizing: border-box;
  }
  .woocommerce button[name=update_cart],
.woocommerce input[name=update_cart] {
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
    margin-bottom: 12px !important;
    box-sizing: border-box;
  }
  .woocommerce form .form-row {
    text-align: left;
  }
  .woocommerce #payment ul li {
    text-align: left;
  }
  .woocommerce #payment ul li input {
    float: left;
    margin-top: 12px;
  }
  .woocommerce #payment ul li label {
    height: auto;
    display: inline;
    line-height: 22px;
  }
  .woocommerce #payment ul li label img {
    position: static;
    bottom: auto;
  }
  .woocommerce #payment .place-order {
    padding-bottom: 50px;
    position: relative;
  }
  .woocommerce #payment .place-order .back2basket-button-new {
    width: calc(100% - 6px);
    margin-bottom: 1em;
    margin-left: 0;
    text-align: center;
    position: absolute;
    bottom: -6px;
  }
  .woocommerce #payment #place_order {
    margin-right: 0;
  }

  #product-image {
    width: 100%;
  }

  #product-title {
    width: 100%;
  }

  #customer_details, div.wc-form-section, #order_review, table.order_details {
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 600px) {
  #header-basket {
    background: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    float: none;
    padding: 4px 10px;
    height: 44px;
    z-index: 999100;
  }

  #header-basket div {
    display: block;
    border: none;
    background: transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 0px 0px 0px;
  }

  #header-basket div h4 {
    display: inline !important;
    margin: 0px 0px 8px 0px;
    font-size: 9px;
    color: #ffffff;
  }

  #header-basket div h4 strong {
    display: block;
    margin: 0px 0px 0px 0px;
    font-size: 11px;
  }

  #header-basket div h4 strong a {
    text-decoration: none;
    color: #fff;
  }

  #header-basket div h4 strong a:hover {
    color: #ec1c24;
    text-decoration: underline;
  }

  #header-basket div p {
    display: inline-block !important;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
  }

  #header-basket > div > a {
    display: none;
  }

  #header-basket > a {
    display: none;
  }

  /* Show mobile cart, hide desktop cart on mobile */
  #header-basket .desktop-cart-area {
    display: none !important;
  }

  #header-basket .mobile-cart-area {
    display: block !important;
  }

  .single_add_to_cart_button .desktop {
    display: none;
  }

  .single_add_to_cart_button .mobile {
    display: inline;
  }

  div.atb-input {
    width: 35px;
  }

  div.atb-input input.qty {
    width: 30px;
  }

  div.atb-input input.qty {
    padding-right: 5px;
  }

  /* Remove button sizing now handled by main _layout.scss (24px × 24px) */
  /* table.cart-table a.remove {
  	width: 68px !important;
  } */
  #titlebox-title {
    width: 100%;
    box-sizing: border-box;
  }

  #titlebox-atc {
    width: 100%;
  }

  div.pagination-outer-shell {
    float: none;
    clear: both;
    display: block;
    padding-top: 10px;
    margin-left: 5px;
  }

  span.pagination-label {
    width: 80px;
    text-align: left;
    margin: 0;
  }

  .products .single_add_to_cart_button {
    width: 90px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 360px) {
  .woocommerce table.shop_table_responsive tr.cart_table_item td.product-price {
    width: 49% !important;
    margin-left: -3px;
  }
  .woocommerce table.shop_table_responsive tr.cart_table_item td.product-quantity {
    width: 51% !important;
  }
}
@media only screen and (min-width: 769px) {
  #header {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 40px 20px;
    min-height: 120px;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  #header #mobile-nav {
    display: none;
  }
  #header .clear {
    display: none;
  }
  #header h2 {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    align-self: center;
  }
  #header h2 a {
    display: block;
    width: 550px;
    height: auto;
    min-height: 80px;
    background: transparent url(../../images/ye_logo.png) no-repeat center left;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }
  #header #calltoaction {
    flex: 1 1 auto;
    margin: 0;
    padding: 15px 70px 15px 0;
    background: transparent url(../../images/ye_tel_icon.png) no-repeat center right;
    background-size: 50px auto;
    text-align: right;
    align-self: center;
  }
  #header #calltoaction h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #3f3f3f;
    line-height: 1.5;
    font-weight: normal;
  }
  #header #calltoaction h3 span {
    font-size: 26px;
    display: block;
    letter-spacing: -0.5px;
    font-weight: bold;
    margin-top: 2px;
  }
  #header #header-basket {
    flex: 0 0 auto;
    width: 200px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    align-self: center;
  }
  #header #header-basket .desktop-cart-area {
    display: block !important;
    border: 2px solid #e0e0e0;
    background: #ffffff;
    border-radius: 4px;
    padding: 12px 14px;
    transition: border-color 0.2s ease;
  }
  #header #header-basket .mobile-cart-area {
    display: none !important;
  }
  #header #header-basket .cart-contents {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    width: 100%;
  }
  #header #header-basket .cart-contents i.icon-shopping-cart {
    font-size: 20px;
    color: #3f3f3f;
    flex-shrink: 0;
  }
  #header #header-basket .cart-contents .cart-amount {
    font-size: 16px;
    font-weight: bold;
    color: #3f3f3f;
  }
  #header #header-basket .cart-contents .cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    background: #de1d25;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 12px;
    flex-shrink: 0;
  }
  #header #header-basket .desktop-cart-area:hover {
    border-color: #de1d25;
  }
  #header #header-basket .desktop-cart-area:hover i.icon-shopping-cart {
    color: #de1d25;
  }
  #header #header-basket > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    padding: 0 16px;
    background: #de1d25;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    border-radius: 4px;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
  }
  #header #header-basket > a:hover {
    background: #a51b2a;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  #header {
    flex-wrap: wrap;
    gap: 20px;
  }
  #header h2 a {
    width: 220px;
    height: auto;
    min-height: 60px;
  }
  #header #calltoaction {
    flex: 1 1 100%;
    order: 3;
    margin-top: 10px;
  }
  #header #calltoaction h3 {
    font-size: 16px;
  }
  #header #calltoaction h3 span {
    font-size: 24px;
  }
  #header #header-basket {
    min-width: 180px;
  }
}
@media only screen and (max-width: 480px) {
  #mobile-nav {
    position: fixed !important;
    left: 10px !important;
    top: 7px !important;
    right: auto !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #de1d25 !important;
    color: #fff !important;
    font-size: 24px !important;
    border-radius: 5px !important;
    z-index: 10001 !important;
    line-height: 1 !important;
  }
  #mobile-nav:hover, #mobile-nav.menu-open {
    background: #a51b2a !important;
  }

  #navbar ul.mobile-menu-active {
    display: flex !important;
    flex-direction: column !important;
  }
  #navbar ul li a {
    min-height: 48px !important;
    line-height: 1.2 !important;
  }
}
.woocommerce-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 2rem 0;
  flex-wrap: wrap;
}

span.page-numbers, a.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 6px 10px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  color: #3f3f3f;
  text-decoration: none;
  transition: all 0.2s ease;
  float: none;
  position: relative;
}
span.page-numbers:hover, a.page-numbers:hover {
  border-color: #de1d25;
  background-color: #fafafa;
}

span.current, a.current {
  background: #de1d25 !important;
  color: #fff !important;
  border-color: #de1d25 !important;
  font-weight: bold;
}

span.pagination-label {
  float: none;
  display: inline-block;
  min-height: 32px;
  height: auto !important;
  line-height: 32px;
  color: #3f3f3f;
  font-weight: bold;
  font-size: 1rem;
  margin: 0px 10px;
  padding: 0 6px;
}

div.pagination-outer-shell {
  display: flex;
  justify-content: center;
  float: none;
  margin: 2rem 0;
  gap: 6px;
  flex-wrap: wrap;
}

div.pagination-outer {
  display: flex;
  gap: 6px;
  border: none;
  float: none;
  flex-wrap: wrap;
}

div.pagination-perpage-outer {
  display: flex;
  gap: 6px;
  border: none;
  float: none;
  flex-wrap: wrap;
}

a.next, a.prev {
  border-top: none !important;
  border-bottom: none !important;
  width: 12px !important;
  height: 28px !important;
  background: transparent !important;
}

a.next span {
  overflow: hidden;
  display: block;
  outline: none;
  position: absolute;
  top: 0px;
  background: #de1d25;
  left: 0px;
  color: #fff;
  font-size: 16px;
  padding-top: 2px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 18px;
}

a.prev span {
  width: 18px;
  display: block;
  padding-top: 2px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
  outline: none;
  background: #de1d25;
  position: absolute;
  font-size: 16px;
  padding-top: 2px;
  top: 0px;
  color: #fff;
  right: 0px;
}

.woocommerce-pagination,
.woocommerce-pagination.product-paginate,
.product-paginate.woocommerce-pagination,
.woocommerce-sorting-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 8px 12px !important;
  margin: 0 !important;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  color: #3f3f3f;
  font-size: 1rem;
  line-height: 1.3;
  box-sizing: border-box;
  min-height: 42px;
  /* Compact toolbar height */
}

.product-paginate br,
.woocommerce-pagination br {
  display: none !important;
}

.woocommerce-ordering,
.orderby-wrapper,
div.ordering-filter,
.ordering-filter {
  flex: 0 0 auto;
  display: flex !important;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

select.orderby,
.product-paginate select,
.woocommerce-ordering select,
.ordering-filter select {
  border: 1px solid #ccc !important;
  border-radius: 4px;
  height: 32px;
  padding: 4px 8px !important;
  font-size: 1rem;
  font-weight: 600;
  background: #fff;
  color: #3f3f3f;
  cursor: pointer;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
select.orderby:hover,
.product-paginate select:hover,
.woocommerce-ordering select:hover,
.ordering-filter select:hover {
  border-color: #de1d25;
}
select.orderby:focus,
.product-paginate select:focus,
.woocommerce-ordering select:focus,
.ordering-filter select:focus {
  outline: none;
  border-color: #de1d25;
  box-shadow: 0 0 4px rgba(222, 29, 37, 0.2);
}

.woocommerce-result-count,
.woocommerce-result-count-text,
p.woocommerce-result-count,
.count-filter {
  flex: 1 1 auto;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 400;
  color: #666;
  margin: 0 !important;
  padding: 0 4px !important;
  white-space: nowrap;
}

.pagination-outer-shell,
.pagination-outer,
.pagination-perpage-outer,
.products-per-page,
.page-size-wrapper {
  flex: 0 0 auto;
  display: flex !important;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.pagination-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #444;
  margin: 0 !important;
  padding: 0 2px !important;
  white-space: nowrap;
}

span.page-numbers,
a.page-numbers,
.count-filter a,
.per-page-link,
.page-size button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px !important;
  margin: 0 1px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #3f3f3f;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease;
  box-sizing: border-box;
}
span.page-numbers:hover,
a.page-numbers:hover,
.count-filter a:hover,
.per-page-link:hover,
.page-size button:hover {
  border-color: #de1d25;
  color: #de1d25;
}

span.current,
a.current,
span.page-numbers.current,
a.page-numbers.current,
.count-filter a.active,
.count-filter a.current,
.page-size button.active {
  background: #de1d25 !important;
  border-color: #de1d25 !important;
  color: #fff !important;
  font-weight: 600;
}

a.next,
a.prev {
  background: #de1d25 !important;
  border-color: #de1d25 !important;
  color: #fff !important;
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: all 0.15s ease;
}
a.next:hover,
a.prev:hover {
  background: #b8181f !important;
  border-color: #b8181f !important;
}

a.next .pagination_left::after {
  content: "›";
}

a.prev .pagination_left::after {
  content: "‹";
}

.pagination_left {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pagination-outer-shell {
  margin: 0 !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 6px;
}

.woocommerce-pagination a.next,
.woocommerce-pagination a.prev {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  background: #de1d25 !important;
  border: 1px solid #de1d25 !important;
  color: #fff !important;
  border-radius: 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 2px !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  transition: all 0.15s ease;
}
.woocommerce-pagination a.next:hover,
.woocommerce-pagination a.prev:hover {
  background: #b8181f !important;
  border-color: #b8181f !important;
}

.woocommerce-pagination a.next i,
.woocommerce-pagination a.prev i {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  position: relative;
  top: 0;
  /* Adjust by +1px or -1px if visually needed */
}

ul.brand-thumbnails,
ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  padding: 0;
  margin: 0 0 30px 0;
  max-width: 100%;
  width: 100%;
  list-style: none;
  text-align: left;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
}
ul.brand-thumbnails li,
ul.products li {
  flex: 1 1 calc(25% - 12px) !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 150px !important;
  max-width: none !important;
  font-size: initial !important;
  line-height: normal !important;
}
ul.brand-thumbnails li.first, ul.brand-thumbnails li.last, ul.brand-thumbnails li.product-category, ul.brand-thumbnails li.product,
ul.products li.first,
ul.products li.last,
ul.products li.product-category,
ul.products li.product {
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  display: flex !important;
  flex-direction: column !important;
}
ul.brand-thumbnails li .category-card,
ul.products li .category-card {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
ul.brand-thumbnails li .category-card:hover,
ul.products li .category-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 4px 12px rgba(196, 25, 33, 0.15) !important;
}
ul.brand-thumbnails li .category-card:hover .cat-title-content,
ul.products li .category-card:hover .cat-title-content {
  background-color: #a51318 !important;
}
ul.brand-thumbnails li a.catimage-link,
ul.brand-thumbnails li a.catthumb,
ul.products li a.catimage-link,
ul.products li a.catthumb {
  display: block !important;
  width: 100% !important;
  height: 180px !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #f5f5f5 !important;
  border: 2px solid #e0e0e0 !important;
  transition: transform 0.3s ease, border-color 0.3s ease !important;
  flex-shrink: 0 !important;
}
ul.brand-thumbnails li a.catimage-link:hover,
ul.brand-thumbnails li a.catthumb:hover,
ul.products li a.catimage-link:hover,
ul.products li a.catthumb:hover {
  transform: scale(1.03) !important;
  border-color: #de1d25 !important;
}
ul.brand-thumbnails li a.catimage-link img,
ul.brand-thumbnails li a.catthumb img,
ul.products li a.catimage-link img,
ul.products li a.catthumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
ul.brand-thumbnails li .cat-title-content,
ul.products li .cat-title-content {
  padding: 10px 6px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  flex-grow: 1 !important;
  background: #c41921 !important;
  min-height: 70px !important;
  margin: 0 !important;
}
ul.brand-thumbnails li .cat-title-content h3,
ul.products li .cat-title-content h3 {
  font-size: 0.9rem !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}
ul.brand-thumbnails li .cat-title-content a,
ul.products li .cat-title-content a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}
ul.brand-thumbnails li .cat-title-content a:hover,
ul.products li .cat-title-content a:hover {
  text-decoration: none !important;
  color: #fcfbfe !important;
}
ul.brand-thumbnails li .cat-title-content p,
ul.products li .cat-title-content p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.85rem !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
ul.brand-thumbnails li .cat-title-content p a,
ul.products li .cat-title-content p a {
  color: #fff !important;
  display: inline-block !important;
  font-weight: 400 !important;
  transition: color 0.2s ease !important;
}
ul.brand-thumbnails li .cat-title-content p a:hover,
ul.products li .cat-title-content p a:hover {
  color: #fcfbfe !important;
  text-decoration: none !important;
}
ul.brand-thumbnails li .cat-title-content p span,
ul.products li .cat-title-content p span {
  display: none !important;
  margin-left: 6px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.75rem !important;
}

ul.brand-thumbnails::before,
ul.brand-thumbnails::after,
ul.products::before,
ul.products::after {
  content: none !important;
  display: none !important;
  clear: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 1024px) {
  ul.brand-thumbnails,
ul.products {
    gap: 14px;
  }
  ul.brand-thumbnails li,
ul.products li {
    flex: 1 1 45% !important;
    max-width: 48% !important;
  }
  ul.brand-thumbnails li a.catimage-link,
ul.brand-thumbnails li a.catthumb,
ul.products li a.catimage-link,
ul.products li a.catthumb {
    height: 160px !important;
  }
}
@media (max-width: 600px) {
  ul.brand-thumbnails,
ul.products {
    gap: 12px;
  }
  ul.brand-thumbnails li,
ul.products li {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  ul.brand-thumbnails li a.catimage-link,
ul.brand-thumbnails li a.catthumb,
ul.products li a.catimage-link,
ul.products li a.catthumb {
    height: 140px !important;
  }
  ul.brand-thumbnails li .cat-title-content,
ul.products li .cat-title-content {
    min-height: 70px !important;
    padding: 8px 6px !important;
  }
  ul.brand-thumbnails li .cat-title-content h3,
ul.products li .cat-title-content h3 {
    font-size: 0.85rem !important;
    margin-bottom: 4px !important;
  }
  ul.brand-thumbnails li .cat-title-content p,
ul.products li .cat-title-content p {
    font-size: 0.8rem !important;
  }
}
.wp-block-latest-posts__list li {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.wp-block-latest-posts__list li a {
  font-size: 1.25rem;
  font-weight: 600;
  color: #d02239;
  text-decoration: none;
}
.wp-block-latest-posts__list li a:hover {
  color: #a41b2d;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
  font-size: 0.9rem;
  color: #999999;
  display: block;
  margin-top: 0.5rem;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt {
  font-size: 1rem;
  line-height: 1.5;
  color: #3f3f3f;
  margin-top: 0.5rem;
}

.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.news-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.news-item h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #d02239;
}
.news-item .date {
  font-size: 0.9rem;
  color: #999999;
}
.news-item .excerpt {
  font-size: 1rem;
  line-height: 1.5;
  color: #3f3f3f;
}

/*# sourceMappingURL=style.css.map */
