@charset "utf-8";
/* CSS Document */
.srt-card-details-heading {
	background-color: #908e8f;
	color: #333231;
	padding: 15px 10px 7px 18px;
	text-transform: uppercase;
	margin-bottom: 5%;
}
.srt-heading-txt {
	color: #333231;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
}
/* ================================
   ACCORDION CONTAINER + HEADER
================================ */
#mobCardSpec .accordion-header {
  background:#3a3a3a;
}

#mobCardSpec .accordion-button {
  background:#3a3a3a;
  color:#fff;
  font-weight:700;
  text-transform:uppercase;
  font-size:16px;
  border:none;
  box-shadow:none;
  padding:14px 18px;
  position:relative;   /* needed for custom caret */
  justify-content:flex-start;
  letter-spacing:.3px;
  padding-right:56px;  /* space for caret box */
}

#mobCardSpec .accordion-button:focus { box-shadow:none; }
#mobCardSpec .accordion-button:not(.collapsed){
  background:#3a3a3a;
  color:#fff;
}

/* ================================
   CUSTOM CARET BUTTON
================================ */
/* ORANGE SQUARE */
#mobCardSpec .accordion-button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  background: #f4511e;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.12);
  z-index: 1; /* behind triangle */
}

/* WHITE TRIANGLE */
#mobCardSpec .accordion-button::before {
  content: "";
  position: absolute;
  right: 18px;   /* centers inside square */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff;  /* ▼ */
  z-index: 2;   /* above square */
  transition: transform 0.25s ease;
}

/* Flip when expanded */
#mobCardSpec .accordion-button:not(.collapsed)::before {
  transform: translateY(-50%) rotate(180deg);
}

/* ================================
   ACCORDION BODY
================================ */
.srt-head-section-ul {
	list-style:none;
	padding-left:0;
	margin:0;
}
.srt-head-section-ul li{
	position:relative;
	padding-left:20px;
	margin-bottom:12px;
	color:#ddd;
}
.srt-head-section-ul li:before {
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:8px;
  height:8px;
  background:#f4511e;
  border-radius:50%;

}
#mobCardSpec .accordion-body {
  background:#1e1e1e;
  color:#ddd;
  padding:18px 0px;
  border-top:1px solid #444;
  font-size:15px;
  line-height:1.6;
}

/* ================================
   BULLETED LIST
================================ */
#mobCardSpec .accordion-body ul {
  list-style:none;
  padding-left:0;
  margin:0;
}

#mobCardSpec .accordion-body ul li {
  position:relative;
  padding-left:20px;
  margin-bottom:12px;
  color:#ddd;
}

#mobCardSpec .accordion-body ul li::before {
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:8px;
  height:8px;
  background:#f4511e;
  border-radius:50%;
}

/* ================================
   GRID LAYOUT FOR SPECIFICATION
================================ */
/* Specification Table */
.spec-table {
  width: 100%;
  table-layout: fixed; /* Strict grid */
  border: 2px solid #908e8f;
  margin: 0;
  background-color: #1e1e1e;
}

.spec-table td {
  padding: 8px;
  font-size: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 2px solid #908e8f !important; /* Override Bootstrap border */
  vertical-align: middle;
  margin: 0 auto;
  height: 40px;
  background-color: #1e1e1e;
}

/* Left Column (Labels) */
.spec-table td .label {
  background-color: #908e8f !important;
  color: #4b4b4b !important;
  text-transform: uppercase;
  display: flex;
  font-weight: 400;
  min-width: 135px;
  width: 100%;
  padding: 7px 7px;
	margin: 0 auto;
}

/* Right Column (Values) */
.spec-table td .value {
  background-color: #2c2c2c !important;
  color: #fff !important;
  text-transform: uppercase;
  display: flex;
  font-weight: 200px;
  min-width: 135px;
  padding: 7px 7px;
  margin: 0 auto;
}
.buy-now-button {
    background-color: #d35400; /* Orange background */
    color: #ffffff; /* White text */
    padding: 0px 5px; /* Vertical and horizontal padding */
    border: none; /* No border */
    border-radius: 5px; /* Slight rounding of corners */
    font-size: 16px; /* Font size */
    font-weight: 300; /* Bold text */
    text-transform: uppercase; /* Uppercase text */
    cursor: pointer; /* Hand cursor on hover */
    display: inline-block; /* Inline-block for layout */
    text-align: center; /* Center text */
    width: 70px; /* Approximate width based on image */
    height: 30px; /* Approximate height based on image */
}

.srt-buy-container {
	background-color: #1a1a1a;
	color: #a9a9a9;
	padding: 10px;
}
.srt-buy-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-weight: 100;
	color: #D3D3D3;
}
.srt-buy-item img {
	margin-right: 5px;
	max-height: 10px;
	max-width: 15px;
}
.srt-disc-spf-one {
	color: #D3D3D3;font-weight: 200; font-size: 18px;
}
.srt-disc-spf-two {
	color: #D3D3D3;font-weight: 200;font-size: 14px;
}
.srt-disc-spf-three {
	color: #D3D3D3;font-weight: 200;font-size: 22px;
}

.srt-card-features-container {
  /*max-width: 560px;
  margin: 32px auto;*/
  background: #1e1e1e;
  /*padding: 40px 32px;*/
  border-radius: 8px;
  font-family: 'Barlow Condensed', sans-serif;
}

.srt-card-features-section {
  margin-bottom: 26px;
}

.srt-card-features-heading {
  font-size: 17px;
  font-weight: 400;
  color: #ff6400;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.srt-card-features-orange {
  color: #ff6400;
}

.srt-card-features-text {
  font-size: 14px;
  color: #dedede;
  line-height: 1.6;
  margin: 0;
  text-align: justify;
}

/* Responsive Adjustments */
@media (min-width: 320px) and (max-width: 370px) {
 .srt-head-section-ul li{
	position:relative;
	padding-left:20px;
	margin-bottom:2px;
	color:#ddd;
	font-size: 13px;
}
 .spec-table td {
    font-size: 12px;
    padding: 3px;
  }
 .srt-sub-heading-font{
	color: #D3D3D3;
	font-weight: 300;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 15px;	
  }
 .srt-head-sec-hr{
		margin-top: 3px; margin-bottom: 3px; height: 3px; background-color: #c04118;
	}
	.srt-detail-label{
		text-transform: uppercase;
		font-size: 12px;
		padding: 2px 5px;
	}
  .srt-disc-spf-one {
	color: #D3D3D3;font-weight: 200; font-size: 16px;
	}
  .srt-disc-spf-two {
		color: #D3D3D3;font-weight: 200;font-size: 13px;
	}
  .srt-disc-spf-three {
		color: #D3D3D3;font-weight: 200;font-size: 20px;
	}
}
@media (min-width: 371px) and (max-width: 575px) {
.srt-head-section-ul li{
	position:relative;
	padding-left:20px;
	margin-bottom:2px;
	color:#ddd;
	font-size: 13px;
	
}
 .spec-table td {
    font-size: 12px;
    padding: 3px;
  }
  .srt-sub-heading-font{
	color: #D3D3D3;
	font-weight: 300;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 17px;	
  }
 .srt-head-sec-hr{
		margin-top: 3px; margin-bottom: 3px; height: 3px; background-color: #c04118;
	}
	.srt-detail-label{
		text-transform: uppercase;
		font-size: 12px;
		padding: 2px 5px;
	}
}
@media (min-width: 576px) and (max-width: 768px) {
  .spec-table td {
    font-size: 13px;
    padding: 5px;
  }
}

